summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizardmachine.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-16move WizardMachine to vclCaolán McNamara1-686/+0
2019-02-10loplugin:indentation in svtoolsNoel Grandin1-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-15weld ChartTypeDialog and SchLayoutTabPageCaolán McNamara1-4/+15
2018-04-13drop ModalDialog non .ui ctorCaolán McNamara1-12/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-5/+5
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-1/+1
2017-05-19loplugin:stringcopy: svtoolsStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-04-25clang-tidy readability-simplify-boolean-expr in svtoolsNoel Grandin1-3/+1
2017-02-21remove unused enumerators from WindowTypeNoel Grandin1-2/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-8/+8
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-06-18uitest: set ids for a few UI objects created in codeMarkus Mohrhard1-0/+3
2016-05-26tdf#89329: use unique_ptr for pImpl in wizardmachineXisco Fauli1-2/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-03-07loplugin:write only fieldsNoel Grandin1-9/+0
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-15/+11
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-5/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-12/+10
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-05tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks1-3/+11
2015-04-29convert WZB_ constants to scoped enumNoel Grandin1-24/+24
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+23
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann1-3/+3
2015-04-17svtools: convert new to ::Create.Noel Grandin1-5/+5
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-5/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-5/+5
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-0/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-0/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara1-18/+0
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara1-18/+0
2014-07-14Convert 3 dialogs to .uiPalenik Mihály1-0/+13
2014-03-25svtools: sal_Bool->boolNoel Grandin1-38/+38