summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbstore.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-56/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-5/+7
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin1-10/+3
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin1-7/+3
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-1/+1
2015-11-04yyyyyNoel Grandin1-23/+13
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-4/+4
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-8/+4
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-14/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-7/+6
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-06-29Typo: conteiner->containerJulien Nabet1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-04-30ucb: sal_Bool->boolNoel Grandin1-6/+6
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-17/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-06use WeakImplHelper on udbstore's classesNorbert Thiebaud1-182/+7
2014-03-05kill XINTERFACE_IMPL_4Norbert Thiebaud1-8/+21
2014-03-05kill XINTERFACE_IMPL_9Norbert Thiebaud1-13/+26
2014-03-05kill XINTERFACE_IMPL_5Norbert Thiebaud1-9/+22
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud1-5/+19
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud1-1/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-35/+35
2014-02-26Remove visual noise from ucbAlexander Wilms1-199/+199
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-22/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-06-05fdo#46808, Convert XMultiServiceFactory in ucb moduleNoel Grandin1-18/+16
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-08some further OUString cleanupThomas Arnhold1-20/+20
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-5/+5
2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann1-6/+5
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-31targeted string re-workNorbert Thiebaud1-75/+59
2012-03-29Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist1-2/+4
2012-03-21Initial experiments with static linking of (some) components / servicesTor Lillqvist1-4/+2
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot1-10/+10
2011-11-27remove include of pch header from ucbNorbert Thiebaud1-2/+0
2011-08-03make these less noisyCaolán McNamara1-18/+5
2011-06-20catch by const referenceCaolán McNamara1-53/+53
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-130/+67