Searched refs:FirstStartWizard (Results 1 – 7 of 7) sorted by relevance
79 const FirstStartWizard::WizardState FirstStartWizard::STATE_WELCOME = 0;80 const FirstStartWizard::WizardState FirstStartWizard::STATE_LICENSE = 1;81 const FirstStartWizard::WizardState FirstStartWizard::STATE_MIGRATION = 2;82 const FirstStartWizard::WizardState FirstStartWizard::STATE_USER = 3;83 const FirstStartWizard::WizardState FirstStartWizard::STATE_UPDATE_CHECK = 4;84 const FirstStartWizard::WizardState FirstStartWizard::STATE_REGISTRATION = 5;106 ResMgr *FirstStartWizard::pResMgr = 0;110 if ( !FirstStartWizard::pResMgr ) in GetResManager()112 return FirstStartWizard::pResMgr; in GetResManager()355 sal_Bool FirstStartWizard::onFinish() in onFinish()[all …]
41 class FirstStartWizard : public svt::RoadmapWizard class55 …FirstStartWizard( Window* pParent, sal_Bool bLicenseNeedsAcceptance, const rtl::OUString &rLicense…
195 FirstStartWizard* pWizard = dynamic_cast< FirstStartWizard* >( GetParent() ); in commitPage()
41 FirstStartWizard.xcs \
35 FirstStartWizard.xcu \
134 FirstStartWizard fsw( NULL, bLicenseNeeded && ( aLicensePath.getLength() > 0 ), aLicensePath ); in execute()
140 $(MY_XCS)/FirstStartWizard.xcs \226 $(MY_XCU)/FirstStartWizard.xcu \
Completed in 26 milliseconds