summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:constantparamNoel Grandin2017-05-121-4/+4
* remove unused uno::Reference varsNoel Grandin2017-05-121-3/+0
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-113-46/+28
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-091-2/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-072-10/+6
* tdf#43157: convert unotools from OSL_ASSERT to assertChris Sherlock2017-05-072-6/+10
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-2/+2
* Removed duplicated includeAndrea Gelmini2017-05-021-3/+0
* Move getProcessWorkingDir from tools to unotoolsChris Sherlock2017-04-291-2/+29
* unotools: cleanup bootstrap.cxxChris Sherlock2017-04-291-99/+86
* loplugin:salunicodeliteral: unotoolsStephan Bergmann2017-04-282-4/+4
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-4/+1
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* use strong_int for LanguageTypeNoel Grandin2017-04-264-47/+58
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-216-18/+18
* convert EDynamicMenuType to scoped enumNoel Grandin2017-04-201-63/+10
* convert MeasurementSystem to scoped enumNoel Grandin2017-04-191-2/+2
* convert DateFormat to scoped enum and rename to DateOrderNoel Grandin2017-04-131-33/+32
* convert ReadWriteGuardMode to scoped enumNoel Grandin2017-04-122-17/+17
* loplugin:inlinefields in utl::ReadWriteMutexNoel Grandin2017-04-101-18/+18