summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
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 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
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
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-09-17Improve exception msgStephan Bergmann1-1/+1
2014-04-17coverity#1202901 Uncaught exceptionCaolán McNamara1-10/+0
2014-04-10warning C4101: 'e': unreferenced local variableMichael Stahl1-0/+1
2014-04-04coverity#707355 Uncaught exception, help coverity out hereCaolán McNamara1-11/+24
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-03-09coverity#1078944 Uncaught exceptionCaolán McNamara1-11/+15
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud1-5/+19
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud1-1/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-26Remove visual noise from ucbhelperAlexander Wilms1-91/+91
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-25/+25
2013-11-07remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin1-16/+16
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist1-2/+5
2013-09-03WaE: Unreachable codeTor Lillqvist1-0/+4
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo1-2/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-57/+57
2013-02-28No need for a command IDStephan Bergmann1-26/+3
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet1-2/+2
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin1-6/+4
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-12/+35
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat1-4/+6
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-205/+93