- 833c496 loplugin:constfields in tools by Noel Grandin · 8 years ago
- b225295 loplugin:useuniqueptr in convertToUnicode by Noel Grandin · 8 years ago
- 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
- feca66c loplugin:simplifyconstruct in toolkit..ucb by Noel Grandin · 8 years ago
- 24eae7b clang-tidy performance-unnecessary-value-param by Noel Grandin · 8 years ago
- 57cd494 Missing include by Stephan Bergmann · 8 years ago
- d7c1632 Do as the comment says it should do.. by Eike Rathke · 8 years ago
- 91cb01b The never ending rounding and scaling of tools::Time::GetClock() by Eike Rathke · 8 years ago
- 5f352a7 Round fraction if possible, else truncate; tools::Time::GetClock() by Eike Rathke · 8 years ago
- 7cb6dc2 Add unit tests for tools::Time::GetClock() by Eike Rathke · 8 years ago
- a19161a Assign fFractionOfSecond in shortcut by Eike Rathke · 8 years ago
- 7f3c6ef Move lcl_getHourMinuteSecond() to tools::Time::GetClock() by Eike Rathke · 8 years ago
- 82034b0 tdf#119326 crash when adding "Windows Share" File resource by Noel Grandin · 8 years ago
- 346ba4b remove mempool by Noel Grandin · 8 years ago
- 8c48d69 Use more basegfx deg<->rad functions, instead of direct formulas by Mike Kaganski · 8 years ago
- 82828c6 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- 9cceba9 make DBG_TESTSOLARMUTEX available in assert builds by Noel Grandin · 8 years ago
- 01b4c5b cppcheck: useInitializationList in test to xmloff by Jochen Nitschke · 8 years ago
- c8fa03b new loplugin:stringloop, and applied in various by Noel Grandin · 8 years ago
- de3cb01 -Werror,-Wunused-private-field by Stephan Bergmann · 8 years ago
- ee025b7 loplugin:returnconstant in tools,comphelper,unotools by Noel Grandin · 8 years ago
- 563fe60 Fix typos by Andrea Gelmini · 8 years ago
- bfedfed test: create unit tests for Config by Chris Sherlock · 8 years ago
- 72aa159 XmlWriter: support namespaces, writing of base64 attribute by Tomaž Vajngerl · 8 years ago
- 65866a9 Improved loplugin:redundantcast (const-qualified typedefs): tools by Stephan Bergmann · 8 years ago
- 200ca38 teach useuniqueptr loplugin about calling delete on a param by Noel Grandin · 8 years ago
- 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
- 3a8eb26 valgrind: uninitialized read by Caolán McNamara · 8 years ago
- 23b0844 loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped by Noel Grandin · 8 years ago
- 8dcbfb8 demangle context type name in DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
- ff59068 Revert "tools: test Pair" by Noel Grandin · 8 years ago
- 9ffdf7a loplugin:unusedfields in tools..xmlhelp by Noel Grandin · 8 years ago
- 7ab34b5 loplugin:redundantcast improvements for floating-integer conversions by Stephan Bergmann · 8 years ago
- 99dbaba tools: test Pair by Chris Sherlock · 8 years ago
- d2bed99 tools: test for FRound by Chris Sherlock · 8 years ago
- d8e90fd there are 3600000 seconds in an hour by Caolán McNamara · 8 years ago
- 6064e4f tools: document and test sanitiseMm100ToTwip() by Chris Sherlock · 8 years ago
- e2b7203 tools: date unit tests by Chris Sherlock · 8 years ago
- 5fcc7a6 Fix typos by Andrea Gelmini · 8 years ago
- 5103c6a tools: Avoid looking up system clock twice to get DateTime by Takeshi Abe · 8 years ago
- 08b437a tools: test for MinMax by Chris Sherlock · 8 years ago
- d254f8a loplugin:singlevalfields improve unaryoperator by Noel Grandin · 8 years ago
- 5677581 loplugin:constantparam by Noel Grandin · 8 years ago
- fd73aa7 tdf#117044 Base crash when attempting to edit a table definition by Noel Grandin · 8 years ago
- 642a49e tdf#116420: Windows: Test if a filepath redirects to a WebDAV resource by Mike Kaganski · 8 years ago
- 23ae341 assert that we own the data before freeing it by Noel Grandin · 8 years ago
- d36f7c5 Revert "long->sal_Int32 in tools/gen.hxx" by Stephan Bergmann · 8 years ago
- 8bc951d long->sal_Int32 in tools/gen.hxx by Noel Grandin · 8 years ago
- e075ee9 give DBG_UNHANDLED_EXCEPTION_WHEN an area parameter by Noel Grandin · 8 years ago
- a1b58e9 loplugin:constantparam by Noel Grandin · 8 years ago
- fc6a899 ofz#6843 Integer-overflow by Caolán McNamara · 8 years ago
- c774ad6 loplugin:constantparam in svtools..unotools by Noel Grandin · 8 years ago
- ddd4321 drop sax::tools::*base64 methods by Noel Grandin · 8 years ago
- 9c036b1 Make LibreOffice buildable on Haiku. by Kacper Kasper · 8 years ago
- a7780e8 Remove unnecessary INetProtocol::Webdav[s] again by Stephan Bergmann · 8 years ago
- 9195465 Remove unnecessary INetProtocol::VndSunStarWebdavs again by Stephan Bergmann · 8 years ago
- c7bb999 Improve comment by Stephan Bergmann · 8 years ago
- e05263e Change INetURLObject::isSchemeEqualTo parameter to u16string_view by Stephan Bergmann · 8 years ago
- d3510be make Color::GetRGBColor return Color instead of ColorData by Noel Grandin · 8 years ago
- efe22f3 drop old tools/gen methods in reportdesign..xmloff by Noel Grandin · 8 years ago
- e2cb154 convert COL_ constants to be of type Color by Noel Grandin · 8 years ago
- 9744803 use less RGB_COLORDATA by Noel Grandin · 8 years ago
- 8ec0f90 loplugin:changetoolsgen in tools..toolkit by Noel Grandin · 8 years ago
- e07d741b Revert "simplify ImpXPolygon" by Stephan Bergmann · 8 years ago
- bcdaaf6 Resolves: tdf#115750 SvStream::WriteStream was broken by Caolán McNamara · 8 years ago
- f9c2bcc simplify ImpXPolygon by Noel Grandin · 8 years ago
- 4665363 tools: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
- 65abd11 Support for webdav:// and webdavs:// schemes from command line by Vasily Melenchuk · 8 years ago
- c95d91e improve subtyping when dealing with tools::WeakReference by Noel Grandin · 8 years ago
- 0b14c0f Remove stdlib.h from sal/config.h by Stephan Bergmann · 8 years ago
- de694ba Point default ctor already zero-initializes the members by Stephan Bergmann · 8 years ago
- 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
- fc528a4 More loplugin:cstylecast on macOS by Stephan Bergmann · 8 years ago
- e725836 loplugin:unused-returns in filter,tools,xmloff by Noel Grandin · 8 years ago
- 73139fe loplugin:unusedmethods by Noel Grandin · 8 years ago
- f69e2f7 ofz#5475 Integer-overflow by Caolán McNamara · 8 years ago
- 3f84927 Missing includes (Windows --disable-pch) by Stephan Bergmann · 8 years ago
- 1c6eb2d More loplugin:cstylecast: tools by Stephan Bergmann · 8 years ago
- 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
- d7d9edb loplugin:useuniqueptr in PolyPolygon by Noel Grandin · 8 years ago
- 8456c2b More loplugin:cstylecast: tools by Stephan Bergmann · 8 years ago
- e57a036 loplugin:useuniqueptr in tools,stoc,unotools by Noel Grandin · 8 years ago
- 71da744 ofz#5000 Integer-overflow by Caolán McNamara · 8 years ago
- 8ac4830 UL->U by Caolán McNamara · 8 years ago
- 44b9380 ofz#4995 Integer-overflow by Caolán McNamara · 8 years ago
- e1fb3d9 Remove XmlWriter in test module and use tools::XmlWriter by Tomaž Vajngerl · 8 years ago
- adf0738 long->sal_Int32 in BigInt by Noel Grandin · 8 years ago
- 1b66623 loplugin:singlevalfields improve copy constructor check by Noel Grandin · 8 years ago
- 86a939d tdf#114684: don't print pages for ranges completely outside ... by Mike Kaganski · 8 years ago
- 7831209 new loplugin: convertlong by Noel Grandin · 8 years ago
- a527825 sal_uIntPtr->sal_uInt32 in Config by Noel Grandin · 8 years ago
- 5763b7f merge ImplPolygon and ImplPolygonData by Caolán McNamara · 8 years ago
- 9b39461 use std::unique_ptr by Caolán McNamara · 8 years ago
- 433fc22 sal_uIntPtr->sal_Int32 in MultiSelection by Noel Grandin · 8 years ago
- 29baa05 tools: remove unused #include from solar.h by Michael Stahl · 8 years ago
- b0ebc56 sal_uIntPtr->size_t in ZCodec by Noel Grandin · 8 years ago
- 5de9903 sal_IntPtr->sal_uInt32 in INetMIMEMessageStream by Noel Grandin · 8 years ago
- ef54719 sal_uIntPtr->sal_uInt32 in m_nMIMEIndex by Noel Grandin · 8 years ago
- 20b3490 ofz#4592 Direct-leak by Caolán McNamara · 8 years ago
- 42c59d7 Revert "just delete, don't check for null and then delete" by Caolán McNamara · 8 years ago