summaryrefslogtreecommitdiff
path: root/include/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2023-03-03flatten OGenericUnoControllerNoel Grandin1-3/+4
2023-02-18osl::Mutex->std::mutex in OGenericUnoControllerNoel Grandin1-1/+2
2023-02-18osl::Mutex->std::mutex in dbaui::OAsynchronousLinkNoel Grandin1-3/+3
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-1/+2
2022-03-24Create OUString from ASCII literal instead of createFromAsciiMike Kaganski1-2/+2
2021-12-20tdf#146333 don't create a new XTitle just to remove a listener from itCaolán McNamara1-1/+1
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-6/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen1-1/+0
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-2/+2
2020-09-25tdf#124176 Use #pragma once in some include/Andrea Gelmini1-3/+1
2020-08-28move FixedLine into .uiCaolán McNamara1-2/+0
2020-08-12use InterimDBTreeListBoxCaolán McNamara3-9/+0
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini1-1/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin6-12/+12
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-5/+5
2019-12-18sal_Char->char in dbaccessNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-5/+5
2019-10-29loplugin:finalclasses in drawinglayerNoel Grandin1-1/+1
2019-10-13ToolBoxHelper is now unusedCaolán McNamara1-70/+0
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-10-03loplugin:virtualdeadNoel Grandin1-6/+0
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-07-19tdf#42949 Fix IWYU warnings in include/dbaccessGabor Kelemen4-17/+0
2019-07-05Fix typoAndrea Gelmini1-2/+2
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-36/+5
2018-02-22weld native message dialogsCaolán McNamara1-0/+2
2018-02-01dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-5/+1
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-4/+2
2017-07-04make binary functors unary, related tdf#108782Jochen Nitschke1-7/+15
2017-04-07tdf#95386 More Help Agent cleanupGabor Kelemen1-20/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-3/+3
2017-02-21loplugin:unusedmethodsNoel Grandin2-15/+0
2017-02-17drop now unused Resource::FreeResourceCaolán McNamara1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-75/+75
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann1-0/+2
2016-11-16new loplugin finalprotectedNoel Grandin1-3/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-4/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann3-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-2/+1
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas8-57/+142
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+0