Lines Matching refs:Wizard

100     Wizard::Wizard( const Reference< XComponentContext >& _rxContext )  in Wizard()  function in svt::uno::Wizard
107 Wizard::~Wizard() in ~Wizard()
120 …Reference< XInterface > SAL_CALL Wizard::Create( const Reference< XComponentContext >& _rxContext ) in Create()
122 return *(new Wizard( _rxContext ) ); in Create()
175 …void SAL_CALL Wizard::initialize( const Sequence< Any >& i_Arguments ) throw (Exception, RuntimeEx… in initialize()
229 Dialog* Wizard::createDialog( Window* i_pParent ) in createDialog()
238 void Wizard::destroyDialog() in destroyDialog()
247 ::rtl::OUString SAL_CALL Wizard::getImplementationName_static() throw(RuntimeException) in getImplementationName_static()
253 …Sequence< ::rtl::OUString > SAL_CALL Wizard::getSupportedServiceNames_static() throw(RuntimeExcept… in getSupportedServiceNames_static()
261 ::rtl::OUString SAL_CALL Wizard::getImplementationName() throw(RuntimeException) in getImplementationName()
267 Sequence< ::rtl::OUString > SAL_CALL Wizard::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
273 Reference< XPropertySetInfo > SAL_CALL Wizard::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
279 ::cppu::IPropertyArrayHelper& SAL_CALL Wizard::getInfoHelper() in getInfoHelper()
281 return *const_cast< Wizard* >( this )->getArrayHelper(); in getInfoHelper()
285 ::cppu::IPropertyArrayHelper* Wizard::createArrayHelper( ) const in createArrayHelper()
293 ::rtl::OUString SAL_CALL Wizard::getHelpURL() throw (RuntimeException) in getHelpURL()
305 void SAL_CALL Wizard::setHelpURL( const ::rtl::OUString& i_HelpURL ) throw (RuntimeException) in setHelpURL()
317 Reference< XWindow > SAL_CALL Wizard::getDialogWindow() throw (RuntimeException) in getDialogWindow()
327 …void SAL_CALL Wizard::enableButton( ::sal_Int16 i_WizardButton, ::sal_Bool i_Enable ) throw (Runti… in enableButton()
339 void SAL_CALL Wizard::setDefaultButton( ::sal_Int16 i_WizardButton ) throw (RuntimeException) in setDefaultButton()
351 sal_Bool SAL_CALL Wizard::travelNext( ) throw (RuntimeException) in travelNext()
363 sal_Bool SAL_CALL Wizard::travelPrevious( ) throw (RuntimeException) in travelPrevious()
375 …void SAL_CALL Wizard::enablePage( ::sal_Int16 i_PageID, ::sal_Bool i_Enable ) throw (NoSuchElement… in enablePage()
393 void SAL_CALL Wizard::updateTravelUI( ) throw (RuntimeException) in updateTravelUI()
405 ::sal_Bool SAL_CALL Wizard::advanceTo( ::sal_Int16 i_PageId ) throw (RuntimeException) in advanceTo()
417 ::sal_Bool SAL_CALL Wizard::goBackTo( ::sal_Int16 i_PageId ) throw (RuntimeException) in goBackTo()
429 Reference< XWizardPage > SAL_CALL Wizard::getCurrentPage( ) throw (RuntimeException) in getCurrentPage()
441 …void SAL_CALL Wizard::activatePath( ::sal_Int16 i_PathIndex, ::sal_Bool i_Final ) throw (NoSuchEle… in activatePath()
456 void SAL_CALL Wizard::setTitle( const ::rtl::OUString& i_Title ) throw (RuntimeException) in setTitle()
463 ::sal_Int16 SAL_CALL Wizard::execute( ) throw (RuntimeException) in execute()