summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-02cid#1608390 Data race conditionNoel Grandin1-6/+3
2024-09-10use more concrete UNO type in ucbhelperNoel Grandin1-1/+1
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2024-05-16loplugin:ostr in ucbhelperNoel Grandin1-10/+10
2022-08-10loplugin:passstuffbyrefNoel Grandin1-2/+2
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann1-7/+1
2022-05-24elide some OUString allocationNoel Grandin1-1/+2
2022-05-23elide some OUString allocationNoel Grandin1-1/+2
2022-05-06osl::Mutex->std::mutex in Content_ImplNoel Grandin1-39/+52
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann1-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2020-08-20Use OSL_UNREACHABLEStephan Bergmann1-5/+2
2020-08-03loplugin:flatten in ucbhelperNoel Grandin1-12/+12
2020-02-04move some headers inside ucbhelperNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-1/+7
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen1-9/+4
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-2/+1
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-2/+2
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-7/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
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-7/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-58/+8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann1-3/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin1-0/+9
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin1-1/+1
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-25/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
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-10/+10
2015-10-05loplugin:stringconstantStephan Bergmann1-2/+2
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-0/+21
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2