summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-19/+6
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-8/+5
2017-10-23loplugin:includeform: ucbStephan Bergmann1-41/+41
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-3/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-106/+66
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin1-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-06ucb: replace double checked locking patternsJochen Nitschke1-44/+7
2017-06-05spelling instanciate -> instantiateNoel Grandin1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-1/+7
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-53/+56
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-56/+53
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-21/+21
2017-01-30NO_STREAM_CREATION_WITHIN_DOCUMENT_ROOT is always trueNoel Grandin1-12/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-46/+43
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-34/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-2/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-04unnecessary reallocNoel Grandin1-9/+8
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-4/+2
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-20/+0
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin1-10/+10
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-11-04yyyyyNoel Grandin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-07-27inline a bunch of use-once macrosNoel Grandin1-4/+4
2015-06-28coverity#1308481 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308469 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308452 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-3/+3
2014-06-10coverity#707429 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-06-02coverity#707427 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-02coverity#707428 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-02coverity#707430 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-26cid#707431 Uncaught exceptionNoel Grandin1-1/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-8/+3
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-3/+3