summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/DatabaseDataProvider.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in dbaccessNoel Grandin1-14/+14
2024-04-29Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski1-14/+10
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-1/+1
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-1/+1
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 Grandin1-2/+3
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-15/+15
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-1/+0
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-3/+2
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis1-1/+1
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-3/+1
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-5/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini1-1/+1
2020-07-31dbaccess: create instances with uno constructorsNoel Grandin1-17/+11
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin1-2/+0
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-7/+0
2019-08-17Use simplified syntax for SequenceJulien Nabet1-1/+1
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-3/+3
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-2/+0
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-2/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-10Modernize a bit more dbaccessJulien Nabet1-15/+15
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-3/+3
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane1-0/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: dbaccessStephan Bergmann1-2/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-11/+11
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-109/+108
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-7/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-8/+8
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+2
2016-02-25convert FilterComponent to scoped enumNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-8/+8
2015-03-24loplugin:constantfunction: dbaccessNoel Grandin1-1/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-9/+9