summaryrefslogtreecommitdiff
path: root/include/dbaccess
AgeCommit message (Expand)Author
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-09-25tdf#124176 Use #pragma once in some include/Andrea Gelmini
2020-08-28move FixedLine into .uiCaolán McNamara
2020-08-12use InterimDBTreeListBoxCaolán McNamara
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-18sal_Char->char in dbaccessNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-29loplugin:finalclasses in drawinglayerNoel Grandin
2019-10-13ToolBoxHelper is now unusedCaolán McNamara
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-10-03loplugin:virtualdeadNoel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-08-19Fix typosAndrea Gelmini
2019-07-19tdf#42949 Fix IWYU warnings in include/dbaccessGabor Kelemen
2019-07-05Fix typoAndrea Gelmini
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-02-22weld native message dialogsCaolán McNamara
2018-02-01dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-07-04make binary functors unary, related tdf#108782Jochen Nitschke
2017-04-07tdf#95386 More Help Agent cleanupGabor Kelemen
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-17drop now unused Resource::FreeResourceCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
2016-11-16new loplugin finalprotectedNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke
2016-04-30Fix typosAndrea Gelmini
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin
2016-03-09loplugin:constantparam in dbaccessNoel Grandin
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann