summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client
AgeCommit message (Expand)AuthorFilesLines
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 Bergmann6-73/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann1-3/+8
2016-12-01loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann1-8/+0
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-3/+3
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin1-0/+9
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin1-5/+1
2016-06-06remove some manual ref-countingNoel Grandin1-8/+4
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+8
2016-05-24remove some manual ref-countingNoel Grandin1-8/+4
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan 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 Sherlock2-39/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin1-3/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin1-3/+3
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 Grandin2-4/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-12/+12
2015-10-05loplugin:stringconstantStephan Bergmann1-2/+2
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-0/+21
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-77/+0
2015-08-18Remove obsolete getLocalFileURLStephan Bergmann1-18/+0
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara2-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2014-12-18ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-8/+1
2014-09-17Improve exception msgStephan Bergmann1-1/+1
2014-09-12bug wrong order of test cause out of bound access.Norbert Thiebaud1-2/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin1-3/+1
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-17coverity#1202901 Uncaught exceptionCaolán McNamara1-10/+0
2014-04-10warning C4101: 'e': unreferenced local variableMichael Stahl1-0/+1