Home
last modified time | relevance | path

Searched refs:m_pPrevPage (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/svtools/source/dialogs/
H A Dwizardmachine.cxx157 ,m_pPrevPage(NULL) in OWizardMachine()
170 ,m_pPrevPage(NULL) in OWizardMachine()
195 m_pPrevPage = new PushButton(this, WB_TABSTOP); in implConstruct()
196 m_pPrevPage->SetHelpId( HID_WIZARD_PREVIOUS ); in implConstruct()
197 m_pPrevPage->SetSizePixel( LogicToPixel( Size( 50, 14 ), MAP_APPFONT ) ); in implConstruct()
198 m_pPrevPage->SetText(String(SvtResId(STR_WIZDLG_PREVIOUS))); in implConstruct()
199 m_pPrevPage->Show(); in implConstruct()
202 …AddButton( m_pPrevPage, ( WIZARDDIALOG_BUTTON_SMALLSTDOFFSET_X) ); // half x-offset to the ne… in implConstruct()
204 AddButton( m_pPrevPage, WIZARDDIALOG_BUTTON_STDOFFSET_X ); in implConstruct()
205 SetPrevButton( m_pPrevPage ); in implConstruct()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dwizardmachine.hxx165 PushButton* m_pPrevPage; member in svt::OWizardMachine
/AOO41X/main/sw/source/ui/dbui/
H A Dmailmergewizard.cxx89 m_pPrevPage->SetHelpId(HID_MM_PREV_PAGE); in SwMailMergeWizard()
/AOO41X/main/dbaccess/source/ui/dlg/
H A Ddbwiz.cxx144 m_pPrevPage->SetHelpId(HID_DBWIZ_PREVIOUS); in DBG_NAME()
H A Ddbwizsetup.cxx317 m_pPrevPage->SetHelpId(HID_DBWIZ_PREVIOUS); in DBG_NAME()
/AOO41X/main/extensions/source/abpilot/
H A Dabspilot.cxx105 m_pPrevPage->SetHelpId(HID_ABSPILOT_PREVIOUS); in OAddessBookSourcePilot()
/AOO41X/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx65 m_pPrevPage->SetHelpId(HID_GROUPWIZARD_PREVIOUS); in OGroupBoxWizard()
H A Dlistcombowizard.cxx66 m_pPrevPage->SetHelpId(HID_LISTWIZARD_PREVIOUS); in OListComboWizard()
H A Dgridwizard.cxx66 m_pPrevPage->SetHelpId(HID_GRIDWIZARD_PREVIOUS); in OGridWizard()
/AOO41X/main/desktop/source/migration/
H A Dwizard.cxx136 m_pPrevPage->SetHelpId(HID_FIRSTSTART_PREV); in FirstStartWizard()