summaryrefslogtreecommitdiff
path: root/ucb/source/cacher
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud4-4/+48
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud5-11/+36
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud4-20/+80
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud2-10/+40
2014-03-05kill QUERYINTERFACE_IMPL_START/ENDNorbert Thiebaud1-11/+12
2014-03-05de-macroize QUERYINTERFACE_IMPL_START QUERYINTERFACE_IMPL_ENDNorbert Thiebaud2-23/+26
2014-03-05de-macroize XINTERFACE_COMMON_IMPLNorbert Thiebaud5-6/+52
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud7-30/+70
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann12-249/+249
2014-02-26Remove visual noise from ucbAlexander Wilms9-137/+137
2014-02-23Remove unneccessary commentsAlexander Wilms6-203/+203
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-17/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-4/+4
2013-09-04Replace XROW_GETXXX macro with templateStephan Bergmann2-87/+96
2013-06-05fdo#46808, Convert XMultiServiceFactory in ucb moduleNoel Grandin2-9/+9
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák10-25/+18
2013-03-19coverity#982271 Copy-paste errorJulien Nabet1-1/+1
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin7-40/+37