summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann3-6/+6
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen2-2/+0
2023-02-28flatten some internal classes in dbaccessNoel Grandin6-75/+45
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-4/+4
2022-09-27use more string_view in dbaccessNoel Grandin1-11/+12
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-2/+3
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-02-15loplugin:referencecasting in dbaccessNoel2-3/+3
2021-01-29loplugin:stringviewparam extend to new..Noel2-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara3-5/+5
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-5/+5
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/coreGeorge Bateman7-28/+7
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: dbaccessStephan Bergmann3-5/+5
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen3-6/+0
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen5-8/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+9
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-2/+1
2019-08-26loplugin:returnconstval in variousNoel Grandin2-2/+2
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel 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 Grandin4-5/+5
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen3-3/+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 Kelemen3-0/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-3/+3
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-1/+1
2018-03-30loplugin:virtualdown in variousNoel Grandin3-17/+1
2018-03-10Modernize a bit more dbaccessJulien Nabet1-30/+15
2017-10-25Work around bogus Clang C++17 -Werror,-Wunused-valueStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann2-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann2-19/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-18/+7
2017-04-10loplugin:inlinefields in dbaccess::SubComponentLoaderNoel Grandin2-76/+36
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist5-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-26/+26
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-02loplugin:unusedfieldsNoel Grandin1-6/+0
2016-10-05merge dbaccess::StorageInputStream with dbaccess::StorageXMLInputStreamNoel Grandin4-47/+16
2016-09-13loplugin:dllprivateStephan Bergmann9-12/+12
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-10/+10