summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdmin.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-08-03Resolves tdf#149944 - UI issues with Base's User Administration dialogHeiko Tietze1-80/+80
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-2/+2
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-2/+2
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-2/+0
2020-10-02loplugin:reducevarscope in dbaccessNoel1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-5/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-03drop some unnecessary includesCaolán McNamara1-1/+1
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-3/+3
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-9/+3
2019-09-23use dialog as parent windowCaolán McNamara1-1/+1
2019-09-22weld OUserAdminCaolán McNamara1-48/+42
2019-09-05loplugin:constmethod in dbaccessNoel Grandin1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-3/+3
2018-10-12weld OPasswordDialogCaolán McNamara1-49/+38
2018-09-08loplugin:useuniqueptr in OGenericAdministrationPageNoel Grandin1-2/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-1/+1
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara1-5/+5
2018-02-22weld native message dialogsCaolán McNamara1-5/+9
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-7/+7
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+8
2017-05-19loplugin:stringcopy: dbaccessStephan Bergmann1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-2/+2
2016-12-21convert VclButtonsType to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-16convert Link<> to typedNoel Grandin1-4/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+3
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-32/+53
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4