summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-20tdf#132110 page ids might not be state idsCaolán McNamara
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-05-10compact namespace in svtoolsNoel Grandin
2019-12-28tdf#124176: Use "pragma once" on svtools/*Andrea Gelmini
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-21wizdlg only needed in vcl nowCaolán McNamara
2019-09-20make WizardShell use RoadmapWizardMachineCaolán McNamara
2019-09-15split RoadmapWizard into its own headerCaolán McNamara
2019-09-14inherit from one classCaolán McNamara
2019-08-17move RoadmapWizard to vclCaolán McNamara
2019-08-16move WizardMachine to vclCaolán McNamara
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-04-11Resolves: #i124629# UNO Wizard - avoid crash by removing unneeded referenceAriel Constenla-Haile
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-06-04unoawt: make compile on unxsols4Frank Schoenheit [fs]
2010-06-01unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinksFrank Schoenheit [fs]
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]
2010-05-25unoawt: now that we can separate the WizardPageController from the actual pag...Frank Schoenheit [fs]
2010-05-21unoawt: fixed a bug found by GCC's compiler warningFrank Schoenheit [fs]
2010-05-21unoawt: added more functionality to XWizardFrank Schoenheit [fs]
2010-05-21unoawt: evolution of the UNO-API for wizardsFrank Schoenheit [fs]
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ Roadmap...Frank Schoenheit [fs]