summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Partial 'Add tools::Time::GetMonotonicTicks (us)'Jan-Marek Glogowski2019-01-162-20/+47
* Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk2018-02-011-4/+29
* Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara2017-12-071-4/+3
* ofz: Z_NEED_DICT is unsupportedCaolán McNamara2017-03-031-1/+1
* ofz#372 check if ImplSplit succeededCaolán McNamara2017-01-022-5/+10
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-251-0/+1
* loplugin:unusedmethods in toolsNoel Grandin2016-05-191-54/+0
* remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin2016-05-161-2/+0
* clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2016-05-135-20/+20
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-5/+7
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-24/+24
* use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin2016-04-251-69/+52
* rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin2016-04-251-4/+4
* rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin2016-04-251-7/+7
* coverity#1358589 Uninitialized scalar fieldCaolán McNamara2016-04-181-1/+4
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* remove tools/solarmutex.hxxNoel Grandin2016-04-152-43/+0
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-131-2/+5
* give tools::ResId a shave and a haircutNoel Grandin2016-04-122-8/+7
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-0/+1
* clang-tidy performance-unnecessary-value-param in toolsNoel Grandin2016-04-111-1/+1
* loplugin:constantparamNoel Grandin2016-04-112-7/+5
* loplugin:constantparam in toolsNoel Grandin2016-04-042-45/+35
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-3/+2
* loplugin:constantparam in toolsNoel Grandin2016-03-177-70/+60
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-2/+2
* loplugin:constantparam in toolsNoel Grandin2016-03-102-27/+9
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-6/+4
* tdf#97703 removed empty setUp/tearDown methodsChirag Manwani2016-03-071-9/+0
* Minor optimization, and improved commentsMatteo Casalin2016-03-061-5/+5
* Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin2016-03-061-24/+15
* Simplify recycling/search of freed UniqueIndex-esMatteo Casalin2016-03-061-7/+10
* Delete obsolete/unuseful commentsMatteo Casalin2016-03-051-4/+0
* Do not duplicate count of itemsMatteo Casalin2016-03-051-5/+1
* Let find fail, instead of using a dubious upper bound checkMatteo Casalin2016-03-051-4/+2
* Use Index consistentlyMatteo Casalin2016-03-051-2/+2
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-043-39/+25
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak2016-03-022-18/+5
* sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin2016-03-012-23/+23
* UniqueIndexImpl::size() is unneededMatteo Casalin2016-03-011-2/+2
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-017-59/+35
* new loplugin: commaoperatorNoel Grandin2016-02-233-6/+17
* WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud2016-02-211-0/+9
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-16/+16
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-7/+7
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-152-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2016-02-151-6/+6