summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/UserAdmin.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringviewparam extend to constructorsNoel2020-11-171-2/+2
* tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2020-11-091-2/+0
* loplugin:reducevarscope in dbaccessNoel2020-10-021-1/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-271-0/+1
* tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen2020-04-201-5/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* drop some unnecessary includesCaolán McNamara2019-10-031-1/+1
* TODO rename to GetFrameWeldCaolán McNamara2019-09-261-3/+3
* now drop TabPageParent intermediateCaolán McNamara2019-09-261-4/+4
* disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara2019-09-261-9/+3
* use dialog as parent windowCaolán McNamara2019-09-231-1/+1
* weld OUserAdminCaolán McNamara2019-09-221-48/+42
* loplugin:constmethod in dbaccessNoel Grandin2019-09-051-1/+1
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-081-0/+1
* tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2019-03-121-0/+1
* weld AdvancedSettingsDialogCaolán McNamara2018-10-241-3/+3
* weld OPasswordDialogCaolán McNamara2018-10-121-49/+38
* loplugin:useuniqueptr in OGenericAdministrationPageNoel Grandin2018-09-081-2/+2
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-221-2/+2
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* inherit welded dialogs from a common ancestorCaolán McNamara2018-03-091-1/+1
* weld SfxPasswordDialog DialogCaolán McNamara2018-03-051-5/+5
* weld native message dialogsCaolán McNamara2018-02-221-5/+9
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-7/+7
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-1/+1
* Removed duplicated includesAndrea Gelmini2017-07-231-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-211-5/+8
* loplugin:stringcopy: dbaccessStephan Bergmann2017-05-191-2/+2
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-2/+2
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-6/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* convert Link<> to typedNoel Grandin2015-10-161-4/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* convert Link<> to typedNoel Grandin2015-10-121-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-8/+3
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-32/+53
|\
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-201-1/+1
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-2/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-4/+4
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-4/+4
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-2/+2
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-5/+19
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-13/+13
| * vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-091-12/+19