summaryrefslogtreecommitdiffstats
path: root/unotools/source
Commit message (Expand)AuthorAgeFilesLines
* 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-012-87/+158
* 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
* loplugin:constparams in configmgr,unotoolsNoel Grandin2017-07-178-18/+18
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-142-3/+3
* loplugin:oncevar: empty strings: unotoolsStephan Bergmann2017-07-131-2/+1
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-122-2/+2
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-2/+2
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* simplify LocalFileHelper::GetFolderContentsNoel Grandin2017-07-061-25/+4
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: unotoolsStephan Bergmann2017-07-021-11/+3
* loplugin:unusedfields in toolkit..xmloffNoel Grandin2017-06-301-11/+0
* loplugin:oncevar in ucb..vbahelperNoel Grandin2017-06-287-23/+15
* s/catched/caughtNoel Grandin2017-06-261-1/+1
* simplify some string handling in tracing callsNoel Grandin2017-06-231-14/+2
* fix regression, some mutexes need to live longerJochen Nitschke2017-06-192-4/+4
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* replace misc double checked locking patternsJochen Nitschke2017-06-172-26/+12
* use local statics in getTypes functionsJochen Nitschke2017-06-171-12/+3
* loplugin:unusedfields in tools..vbahelperNoel Grandin2017-06-161-4/+0
* use more SAL_N_ELEMENTS part 1Noel Grandin2017-06-143-10/+7
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-2/+1
* remove some unnecessary use of OUStringBufferNoel Grandin2017-06-081-1/+1
* tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl2017-06-071-1/+1
* Improved loplugin:redundantcast, const/static_cast combinations: unotoolsStephan Bergmann2017-06-051-9/+9
* remove duplicate 'using namespace'Jochen Nitschke2017-05-301-1/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-5/+1
* tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna2017-05-261-1/+3
* enhance useuniqueptr lopluginNoel Grandin2017-05-231-0/+7
* loplugin:stringcopy: unotoolsStephan Bergmann2017-05-192-4/+4
* loplugin:unusedmethodsNoel Grandin2017-05-182-38/+1