summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
AgeCommit message (Expand)Author
2024-04-10simplify OGenericUnoController initNoel Grandin
2023-08-28new loplugin:optionalboolNoel Grandin
2023-03-25loplugin:stringadd in d*Noel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-01-25avoid some ref-countingNoel Grandin
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-11TyposAndrea Gelmini
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-22weld native message dialogsCaolán McNamara
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11simplify strip types from Sequence, related tdf#108782Jochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara