summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/misc/DatabaseDataProvider.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:ostr in dbaccessNoel Grandin13 days1-14/+14
* Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski2024-04-291-14/+10
* Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann2023-10-191-1/+1
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2022-09-051-1/+1
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-181-1/+1
* clang-tidy modernize-pass-by-value in dbaccessNoel Grandin2022-06-131-2/+3
* Just use Any ctor instead of makeAny in dbaccessStephan Bergmann2022-05-041-15/+15
* Recheck modules d* with IWYUGabor Kelemen2022-01-141-1/+0
* Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski2021-10-291-3/+2
* [API CHANGE] oox: fix import of chart date categoriesDennis Francis2021-09-061-1/+1
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-311-3/+1
* Purge out rtl::math::setNanBaiXiaochun2021-06-301-5/+1
* fix coverity parse errorsCaolán McNamara2021-01-091-1/+1
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-1/+1
* Fix typos to complete commit cfce486Andrea Gelmini2020-08-071-1/+1
* dbaccess: create instances with uno constructorsNoel Grandin2020-07-311-17/+11
* loplugin:unusedvariableplus in dbaccessNoel Grandin2020-04-061-2/+0
* tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen2020-03-231-7/+0
* Use simplified syntax for SequenceJulien Nabet2019-08-171-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-161-2/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann2019-07-311-1/+1
* Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov2019-06-051-3/+3
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-271-2/+0
* Simplify containers iterations in dbaccessArkadiy Illarionov2019-02-251-2/+2
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-1/+1
* Modernize a bit more dbaccessJulien Nabet2018-03-101-15/+15
* More loplugin:cstylecast: dbaccessStephan Bergmann2018-01-121-2/+2
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-3/+3
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-111-3/+3
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-1/+1
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-301-0/+2
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-061-2/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-2/+2
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: dbaccessStephan Bergmann2017-04-061-2/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-11/+11
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-109/+108
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* loplugin:expandablemethods in dbaccessNoel Grandin2016-11-091-7/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-8/+8
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-2/+2
* convert FilterComponent to scoped enumNoel Grandin2016-02-251-2/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* com::sun::star->css in dbaccessNoel Grandin2015-08-031-8/+8
* loplugin:constantfunction: dbaccessNoel Grandin2015-03-241-1/+0
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2014-07-021-0/+8
* dbaccess: sal_Bool->boolNoel Grandin2014-04-171-9/+9