summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbcmds.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbStephan Bergmann1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2022-08-18loplugin:moveitNoel Grandin1-1/+1
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin1-9/+10
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann1-29/+27
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen1-1/+0
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski1-56/+42
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-8/+8
2021-07-19no need to allocate Sequence separately in CommandProcessorInfoNoel Grandin1-12/+13
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-02-15loplugin:referencecasting in ucbNoel1-1/+1
2020-08-03loplugin:flatten in ucbNoel Grandin1-14/+14
2019-12-03remove some useless comment linesNoel Grandin1-3/+0
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-2/+0
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin1-3/+2
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-120/+78
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-5/+5
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-04-02ucb: The sequence's length is 3, not 2.Takeshi Abe1-2/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+2
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-133/+91
2017-06-05spelling instanciate -> instantiateNoel Grandin1-3/+3
2017-05-19loplugin:stringcopy: ucbStephan Bergmann1-1/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+5
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-11/+14
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-14/+11
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-42/+42
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-23/+16
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-33/+9
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin1-10/+2
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-7/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-2/+1
2016-02-09Remove excess newlinesChris Sherlock1-38/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+4
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1