summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock2-10/+6
2017-05-07tdf#43157: convert unotools from OSL_ASSERT to assertChris Sherlock2-6/+10
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-05-02Removed duplicated includeAndrea Gelmini1-3/+0
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock1-2/+29
2017-04-29unotools: cleanup bootstrap.cxxChris Sherlock1-99/+86
2017-04-28loplugin:salunicodeliteral: unotoolsStephan Bergmann2-4/+4