summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy/hierarchycontent.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-21tdf#125424: properly reset temporarily cleared guardMike Kaganski1-1/+2
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin1-2/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-12/+4
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2017-09-22Replace some lists by vectors (ucb)Julien Nabet1-12/+7
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-3/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-57/+36
2017-06-06ucb: replace double checked locking patternsJochen Nitschke1-44/+8
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-6/+4
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-32/+35
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-35/+32
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-16/+16
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-25/+25
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in ucbNoel Grandin1-1/+1
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-2/+1
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-20/+0
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-07-27inline a bunch of use-once macrosNoel Grandin1-3/+3
2015-06-27coverity#1308479 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308475 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308462 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308454 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+3
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-3/+3
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-4/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-5/+5
2014-04-30ucb: sal_Bool->boolNoel Grandin1-29/+29
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-26Remove visual noise from ucbAlexander Wilms1-96/+96
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-6/+6
2013-12-20typo fixesAndras Timar1-6/+6
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-15/+11
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-9/+9
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-109/+109
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-4/+1
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin1-22/+22