summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantfunction in ucbhelperNoel Grandin2016-03-161-4/+2
* loplugin:constantparamNoel Grandin2016-03-151-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-20/+0
* loplugin:unusedmethods unused return value in ucb/Noel Grandin2016-01-131-10/+10
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-13/+13
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+1
* yyyyyNoel Grandin2015-11-041-1/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-3/+3
* cppcheck:noExplicitConstructorNoel Grandin2015-08-071-1/+1
* inline a bunch of use-once macrosNoel Grandin2015-07-271-4/+4
* coverity#1308481 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* coverity#1308469 Uncaught exceptionCaolán McNamara2015-06-271-1/+1
* coverity#1308452 Uncaught exceptionCaolán McNamara2015-06-271-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-3/+3
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* ucb: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-3/+3
* coverity#707429 Uncaught exceptionCaolán McNamara2014-06-101-1/+2
* compareTo -> equalsNoel Grandin2014-06-041-3/+2
* coverity#707427 Uncaught exceptionCaolán McNamara2014-06-021-1/+2
* coverity#707428 Uncaught exceptionCaolán McNamara2014-06-021-1/+2
* coverity#707430 Uncaught exceptionCaolán McNamara2014-06-021-1/+2
* cid#707431 Uncaught exceptionNoel Grandin2014-05-261-1/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-8/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2014-05-101-3/+3
* ucb: sal_Bool->boolNoel Grandin2014-04-301-18/+18
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-10/+10
* Remove visual noise from ucbAlexander Wilms2014-02-261-110/+110
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-7/+7
* Apparently broken bitmask creationStephan Bergmann2014-01-281-3/+3
* typo fixesAndras Timar2013-12-201-6/+6
* remove unnecessary use of OUString constructor in UCB moduleNoel Grandin2013-11-071-14/+10
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-6/+6
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-2/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-139/+139
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-301-16/+16
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-301-1/+2
* fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2012-11-051-11/+7
* re-base on ALv2 code. Includes:Michael Meeks2012-10-041-23/+14
* targeted string re-workNorbert Thiebaud2012-05-311-164/+95
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-66/+31
* Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot2012-01-181-9/+9
* remove include of pch header from ucbNorbert Thiebaud2011-11-271-2/+0
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-18/+11