summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc
AgeCommit message (Expand)AuthorFilesLines
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-1/+1
2017-11-01loplugin:constantparam in d*Noel Grandin1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann10-21/+21
2017-10-16Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann1-1/+1
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 McNamara6-8/+8
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna1-1/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin2-8/+6
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-05-09loplugin:constantparamNoel Grandin1-4/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-28loplugin:salunicodeliteral: dbaccessStephan Bergmann1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: dbaccessStephan Bergmann1-2/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist4-16/+16
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-119/+118
2017-01-09New loplugin:externvar: dbaccessStephan Bergmann1-1/+1
2017-01-02Remove some OSL legacies in dbaccessJulien Nabet2-5/+2
2017-01-02osl/diagnose.h useless in userinformation (dbaccess)Julien Nabet1-1/+0
2016-12-17Minor simplificationStephan Bergmann1-2/+2
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-7/+2
2016-11-04loplugin:oncevar in dbaccessNoel Grandin1-2/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-4/+0
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-13/+13
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-10/+6
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+2
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-3/+3
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-3/+3
2016-02-25convert FilterComponent to scoped enumNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-8/+0
2016-01-29whitespace fixupakki951-1/+1
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan1-29/+0
2015-12-12tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan1-24/+1
2015-12-05tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan1-1/+0
2015-12-05tdf#74608 dbaccess: Constructor feature for OComponentDefinitionMatúš Kukan1-1/+0
2015-12-05tdf#74608 dbaccess: Constructor feature for OCommandDefinitionMatúš Kukan1-1/+0
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan1-1/+0
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-9/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet1-0/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1