Home
last modified time | relevance | path

Searched refs:IExtendedTabPage (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svx/source/inc/
H A Ddocrecovery.hxx413 class IExtendedTabPage : public TabPage class
425 IExtendedTabPage( Window* pParent, WinBits nStyle = 0 ) in IExtendedTabPage() function in svx::DocRecovery::IExtendedTabPage
430 IExtendedTabPage( Window* pParent, const ResId& rResId ) in IExtendedTabPage() function in svx::DocRecovery::IExtendedTabPage
435 virtual ~IExtendedTabPage() in ~IExtendedTabPage()
442 typedef ::std::vector< IExtendedTabPage* > TTabPageList;
461 virtual void addTabPage(IExtendedTabPage* pPage);
466 class SaveDialog : public IExtendedTabPage
644 class RecoveryDialog : public IExtendedTabPage
804 class ErrorRepWelcomeDialog : public IExtendedTabPage
861 class ErrorRepSendDialog : public IExtendedTabPage
/aoo4110/main/svx/source/unodraw/
H A Drecoveryui.cxx273 svxdr::IExtendedTabPage* pPage1 = new svxdr::SaveDialog (pWizard, pCore ); in impl_doEmergencySave()
311 svxdr::IExtendedTabPage* pPage1 = new svxdr::RecoveryDialog (pWizard, pCore ); in impl_doRecovery()
312 svxdr::IExtendedTabPage* pPage2 = 0; in impl_doRecovery()
313 svxdr::IExtendedTabPage* pPage3 = 0; in impl_doRecovery()
344 svxdr::IExtendedTabPage* pPage1 = new svxdr::ErrorRepWelcomeDialog(pWizard, sal_False); in impl_doCrashReport()
345 svxdr::IExtendedTabPage* pPage2 = new svxdr::ErrorRepSendDialog (pWizard ); in impl_doCrashReport()
/aoo4110/main/svx/source/dialog/
H A Ddocrecovery.cxx90 void TabDialog4Recovery::addTabPage(IExtendedTabPage* pPage) in addTabPage()
105 IExtendedTabPage* pPage = *m_pActualPage; in Execute()
746 : IExtendedTabPage( pParent, SVX_RES( RID_SVXPAGE_DOCRECOVERY_SAVE ) ) in SaveDialog()
1025 : IExtendedTabPage( pParent , SVX_RES( RID_SVXPAGE_DOCRECOVERY_RECOVER ) ) in RecoveryDialog()
1603 :IExtendedTabPage ( _pParent, SVX_RES( RID_SVXPAGE_ERR_REP_WELCOME ) ) in ErrorRepWelcomeDialog()
1710 :IExtendedTabPage ( _pParent, SVX_RES( RID_SVXPAGE_ERR_REP_SEND ) ) in ErrorRepSendDialog()

Completed in 31 milliseconds