summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:oncevarTor Lillqvist1-3/+3
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin8-13/+13
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-8/+6
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin3-8/+8
2017-07-13loplugin:oncevar: empty strings: ucbStephan Bergmann5-13/+8
2017-07-12fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79eMarkus Mohrhard1-1/+1
2017-07-11simplify some OUString::copy callsNoel Grandin2-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-3/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin2-8/+5
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin8-38/+21
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke3-4/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke2-22/+4
2017-06-17use local statics in getTypes functionsJochen Nitschke1-23/+16
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin2-6/+0
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-3/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-10-Werror=unused-variableMarkus Mohrhard1-2/+0
2017-06-07Make use of OUString::startsWithIgnoreAsciiCase rest parameterStephan Bergmann1-2/+1
2017-06-06ucb: replace double checked locking patternsJochen Nitschke15-328/+71
2017-06-05spelling instanciate -> instantiateNoel Grandin6-10/+10
2017-06-01clang-tidy misc-string-compareNoel Grandin2-2/+2
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-5/+0
2017-05-30FTPURL::parse doesn't need so much string conversionNoel Grandin1-40/+41
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+1
2017-05-19loplugin:stringcopy: ucbStephan Bergmann4-5/+5
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-12fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7Markus Mohrhard1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin5-6/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke18-18/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-5/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock6-10/+10
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock6-10/+10
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin6-11/+9
2017-04-28loplugin:salunicodeliteral: ucbStephan Bergmann3-8/+8
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin9-64/+26
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-13/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock13-0/+13
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-5/+5
2017-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann3-44/+59