summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+4
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-07-28loplugin:checkunusedparams more part3Noel Grandin2-4/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin2-8/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin1-3/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-06Add missing #includesStephan Bergmann3-1/+3
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-10/+10
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-10/+10
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-13/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-28/+20
2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin1-6/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke5-28/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke5-15/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke5-13/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock3-3/+0
2015-11-24loplugin:unusedfields in ucb/Noel Grandin3-11/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-8/+8
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin4-41/+41
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-24/+24
2015-09-24boost->stdCaolán McNamara1-1/+1
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-10/+8
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-2/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-4/+4
2014-04-30ucb: sal_Bool->boolNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: ucbThomas Arnhold4-12/+12
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-24/+24
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-16/+16
2014-02-26Remove visual noise from ucbAlexander Wilms9-69/+69
2014-02-23Remove unneccessary commentsAlexander Wilms5-51/+51
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann3-11/+11