summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Don't call NotifyListeners with mutex lockedStephan Bergmann1-30/+48
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-7/+6
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2-4/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-5/+5
2017-08-31inline some use-once typedefsNoel Grandin1-3/+2
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-08-25loplugin:unusedmethodsNoel Grandin1-13/+0
2017-08-22tdf#110355: regression fixVitaliy Anderson1-1/+5
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-6/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin4-5/+5
2017-08-01move resmgr to unotoolsCaolán McNamara3-89/+163
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-12/+0
2017-07-31loplugin:oncevarNoel Grandin3-25/+12
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-10/+9
2017-07-21migrate to boost::gettextCaolán McNamara1-48/+18
2017-07-17loplugin:constparams in configmgr,unotoolsNoel Grandin8-18/+18
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin2-3/+3
2017-07-13loplugin:oncevar: empty strings: unotoolsStephan Bergmann1-2/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin2-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-06simplify LocalFileHelper::GetFolderContentsNoel Grandin1-25/+4
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: unotoolsStephan Bergmann1-11/+3
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-11/+0
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin7-23/+15
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-14/+2
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke2-4/+4
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke2-26/+12
2017-06-17use local statics in getTypes functionsJochen Nitschke1-12/+3
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-4/+0
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin3-10/+7
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-2/+1
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl1-1/+1
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: unotoolsStephan Bergmann1-9/+9
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+1
2017-05-26tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna1-1/+3
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-0/+7
2017-05-19loplugin:stringcopy: unotoolsStephan Bergmann2-4/+4
2017-05-18loplugin:unusedmethodsNoel Grandin2-38/+1
2017-05-12loplugin:constantparamNoel Grandin1-4/+4
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin3-46/+28