summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-27loplugin:refcounting in ucbNoel2-4/+4
2021-02-15loplugin:referencecasting in ucbNoel3-9/+7
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-3/+6
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann2-4/+2
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-4/+4
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-03loplugin:flatten in ucbNoel Grandin1-20/+20
2020-07-22ucb/package: create instances with uno constructorsNoel Grandin4-87/+21
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2020-05-10compact namespace in ucb..uuiNoel Grandin2-4/+4
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin2-2/+2
2019-12-23sal_Char->char in ucbNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-1/+6
2019-11-03loplugin:stringaddNoel Grandin1-2/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann2-4/+4
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-8/+4
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen4-8/+0
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-1/+0
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-7/+1
2019-08-12Fix typosAndrea Gelmini2-8/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann2-2/+2
2019-07-21loplugin:referencecasting in ucbNoel Grandin1-6/+4
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-13/+4
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin1-3/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-19/+6
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-01loplugin:useuniqueptr in package_ucp::DataSupplier_ImplNoel Grandin1-35/+15
2018-09-26loplugin:constfields in ucbNoel Grandin2-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen4-0/+8
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin1-2/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-1/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-4/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-138/+139
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-2/+2
2017-10-23loplugin:includeform: ucbStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-7/+1
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-3/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-84/+51