summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/advancedsettings.cxx
AgeCommit message (Expand)Author
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-08-01weld OFinalDBPageSetupCaolán McNamara
2019-03-12Correctly match checkboxes and relevant settingsMike Kaganski
2019-03-11Resolves: tdf#123975 support tri-state for PrimaryKey uiCaolán McNamara
2019-03-10Make m_xAsBeforeCorrelationName depend on m_xAppendTableAliasMike Kaganski
2019-03-10Initializing boost::optional with a value then resetting is oddMike Kaganski
2019-03-10Simplify SpecialSettingsPage's booleans initializationMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-26loplugin:unusedfieldsNoel Grandin
2018-10-24weld ODbAdminDialogCaolán McNamara
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-10-23weld SpecialSettingsPage and GeneratedValuesPageCaolán McNamara
2018-09-08loplugin:useuniqueptr in OGenericAdministrationPageNoel Grandin
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen
2018-03-20drop msgbox includeCaolán McNamara
2018-03-10Modernize a bit more dbaccessJulien Nabet
2017-12-15sal_Bool -> boolStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15simplify the way we override behaviour hereNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-27Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-04-24Build fix.Michael Meeks
2015-04-24Build and warning fixes, Mac, Win, Linux.Michael Meeks
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2015-01-07Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara