summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery/subcomponentrecovery.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-26loplugin:returnconstval in variousNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-9/+9
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-1/+0
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2017-10-25Work around bogus Clang C++17 -Werror,-Wunused-valueStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-1/+1
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-15/+6
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+16
2016-09-13loplugin:dllprivateStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-4/+4
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-14/+14
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-1/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+3
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-40/+18
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-35/+36
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-14/+14
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-44/+4
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa1-4/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+30
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-4/+5
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-4/+4
2013-01-27Remove more STRINGPARAM macros form dbaccessMarcos Paulo de Souza1-22/+20
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-3/+4
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-14re-base on ALv2 code.Michael Meeks1-24/+17
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud1-1/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-7/+7
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-5/+5