summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* Read/write 'encrypt to self' bitKatarina Behrens2017-12-191-4/+46
* Read/write preferred GPG signing/encryption keysKatarina Behrens2017-12-191-1/+5
* Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testingStephan Bergmann2017-12-151-0/+9
* Enable C++17 for clang-cl, tooStephan Bergmann2017-12-151-0/+2
* DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2017-12-131-10/+8
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-2/+2
* Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann2017-12-061-0/+8
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-10/+10
* drop duplicate methodCaolán McNamara2017-11-222-2/+2
* Fix typosAndrea Gelmini2017-11-131-1/+1
* rename AvoidConfig to FuzzingCaolán McNamara2017-11-099-15/+15
* speed up fuzzers a littleCaolán McNamara2017-11-081-0/+5
* CharClass: simplify methods a littleMike Kaganski2017-11-061-54/+18
* Replace lists by vectors in configmgr/unotoolsJulien Nabet2017-11-052-36/+12
* LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671Eike Rathke2017-10-271-0/+41
* Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671Eike Rathke2017-10-271-1/+4
* Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke2017-10-271-3/+3
* Supersede with XLocaleData5, LocaleData2, tdf#81671Eike Rathke2017-10-271-3/+3
* loplugin:constmethods in unotoolsNoel Grandin2017-10-2610-27/+27
* loplugin:includeform: unotoolsStephan Bergmann2017-10-235-10/+10
* overload std::hash for OUString and OStringNoel Grandin2017-10-238-10/+10
* tdf#110742 add support for icon themes via extension managerCaolán McNamara2017-10-131-1/+10
* Revert "remove handing of deprecated Storage path option"Noel Grandin2017-10-061-1/+17
* loplugin:finalclasses in unotools..vbahelperNoel Grandin2017-10-051-2/+1
* remove handing of deprecated Storage path optionJochen Nitschke2017-10-051-17/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-0411-102/+84
* new loplugin:blockblockNoel Grandin2017-10-031-22/+21
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-17/+23
* clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2017-09-142-2/+2
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-2/+2
* use std::unique_ptr in TItemInfoNoel Grandin2017-09-122-37/+27
* Don't call NotifyListeners with mutex lockedStephan Bergmann2017-09-061-30/+48
* Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2017-09-051-7/+6
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-042-4/+4
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-5/+5
* inline some use-once typedefsNoel Grandin2017-08-311-3/+2
* Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2017-08-292-16/+8
* loplugin:unusedmethodsNoel Grandin2017-08-251-13/+0
* tdf#110355: regression fixVitaliy Anderson2017-08-221-1/+5
* loplugin:unnecessaryparenNoel Grandin2017-08-181-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-2/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-6/+2
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-114-5/+5
* move resmgr to unotoolsCaolán McNamara2017-08-013-89/+163
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-311-12/+0
* loplugin:oncevarNoel Grandin2017-07-313-25/+12
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-10/+9
* migrate to boost::gettextCaolán McNamara2017-07-211-48/+18