summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucb.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-4/+9
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+3
2020-10-01Use the new single-instance="true" attribute in ucbStephan Bergmann1-12/+2
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-09ucb/core: create instances with uno constructorsNoel Grandin1-22/+22
2020-08-03loplugin:flatten in ucbNoel Grandin1-24/+24
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-5/+0
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-9/+3
2019-10-08use cppu::WeakImplHelper in UniversalContentBrokerNoel Grandin1-44/+0
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-0/+2
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-1/+1
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-12/+5
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-3/+3
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-1/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-16/+8
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin1-1/+0
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-16Fix typosAndrea Gelmini1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-10/+10
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-6/+6
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-6/+6
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-21/+0
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin1-2/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-4/+17
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-3/+3
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-04-05loplugin:constantparam in ucbNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-28/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin1-5/+3
2015-11-24loplugin:unusedfields in ucb/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-18/+16
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-13/+13
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-2/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-5/+3