summaryrefslogtreecommitdiff
path: root/ucb/source/cacher
AgeCommit message (Expand)AuthorFilesLines
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2017-02-06Add missing #includesStephan Bergmann3-0/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann12-805/+203
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin4-24/+13
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann8-20/+95
2017-01-18use rtl::Reference in DynamicResultSetWrapperNoel Grandin2-10/+8
2017-01-18use rtl::Reference in ContentResultSetWrapperNoel Grandin2-14/+12
2017-01-18use rtl::Reference in CachedContentResultSetNoel Grandin2-15/+10
2017-01-09ucb: ReacquireableGuard::reacquire() is a no-opMichael Stahl3-80/+76
2016-12-08-Werror=return-local-addrStephan Bergmann2-6/+6
2016-11-22remove some more global OUStringsNoel Grandin1-36/+25
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin8-27/+67
2016-10-18ucb: fix handling of >>= with rhs AnyJochen Nitschke1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-13/+13
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann11-12/+12
2016-06-27Clean up uses of Any::getValue() in ucbStephan Bergmann1-11/+8
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin1-5/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-46/+46
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-8/+8
2016-02-09Remove excess newlinesChris Sherlock13-44/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin4-5/+8
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin2-6/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-9/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-41/+41
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin9-583/+500
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-9/+8
2015-10-13tdf#91054 cleanup weirdo function prototypeskerem1-33/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-209/+209
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl1-149/+70
2015-04-07loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann4-9/+8
2014-10-31coverity#707418 Uncaught exceptionCaolán McNamara1-19/+34
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-2/+2
2014-04-30ucb: sal_Bool->boolNoel Grandin8-147/+147
2014-04-19fixincludeguards.sh: ucbThomas Arnhold6-12/+12
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-9/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-209/+209
2014-03-21kill ucbhelper XSERVICEINFO_NOFACTORY_DECLNorbert Thiebaud4-6/+33