summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools
AgeCommit message (Expand)AuthorFilesLines
2023-02-28no need for pimpl in TableNameNoel Grandin2-25/+16
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-7/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin2-5/+7
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-8/+8
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin3-70/+8
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-09Fix mapping CompositionType->EComposeRule (dbaccess/tablename)Julien Nabet1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+3
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen3-5/+0
2020-01-25tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya5-20/+5
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-5/+5
2019-12-18sal_Char->char in dbaccessNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+9
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-5/+5
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen3-4/+0
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann7-11/+11
2017-07-26loplugin:unusedfieldsNoel Grandin1-31/+17
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara12-237/+21
2017-04-28loplugin:salunicodeliteral: dbaccessStephan Bergmann1-6/+6
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-10/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-3/+3
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-1/+0
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-52/+52
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-08-18cppcheck: passedByValueCaolán McNamara1-1/+1
2016-06-02loplugin:unusedfieldsNoel Grandin2-10/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifiersStephan Bergmann4-25/+25
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-11/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke1-2/+3
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-2/+2
2016-02-25convert EComposeRule to scoped enumNoel Grandin2-7/+7
2015-12-24loplugin:unusedfieldsNoel Grandin2-9/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-4/+4