summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.cxx
AgeCommit message (Expand)Author
2020-11-16tdf#138116 Accurate minimal height for wizard opened by extensionIlhan Yesil
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-20make WizardShell use RoadmapWizardMachineCaolán McNamara
2019-09-14inherit from one classCaolán McNamara
2019-08-16move WizardMachine to vclCaolán McNamara
2019-07-15Simplify Sequence iterations in svtoolsArkadiy Illarionov
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-04-13drop ModalDialog non .ui ctorCaolán McNamara
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-04-11Resolves: #i124629# UNO Wizard - avoid crash by removing unneeded referenceAriel Constenla-Haile
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin
2013-04-01remove boilerplate commentsThomas Arnhold
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-06-01unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinksFrank Schoenheit [fs]
2010-05-31unoawt: for ill-behaved clients which do not provide a page, have an empty pa...Frank 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: added more functionality to XWizardFrank Schoenheit [fs]
2010-05-21unoawt: evolution of the UNO-API for wizardsFrank Schoenheit [fs]
2010-05-20unoawt: compile with GCCFrank Schoenheit [fs]
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ Roadmap...Frank Schoenheit [fs]