/aoo42x/main/svtools/source/dialogs/ |
H A D | wizardmachine.cxx | 497 if ( !ShowPage( _nTargetState ) ) in skipBackwardUntil() 534 if ( !ShowPage( nCurrentState ) ) in skipUntil() 570 if (!ShowPage(nCurrentState)) in skip() 601 if (!ShowPage(nNextState)) in travelNext() 625 if (!ShowPage(nPreviousState)) in travelPrevious()
|
H A D | wizdlg.cxx | 505 return ShowPage( mnCurLevel+1 ); in ShowNextPage() 514 return ShowPage( mnCurLevel-1 ); in ShowPrevPage() 519 sal_Bool WizardDialog::ShowPage( sal_uInt16 nLevel ) in ShowPage() function in WizardDialog
|
/aoo42x/main/extensions/source/preload/ |
H A D | oemwiz.cxx | 144 ShowPage( OEM_WELCOME ); in OEMPreloadDialog() 161 ShowPage(GetCurLevel() - 1); in IMPL_LINK() 164 ShowPage(GetCurLevel() + 1); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 398 m_pWizard->ShowPage( nRestartPage ); in ExecuteMailMergeWizard() 455 m_pWizard->ShowPage( nRestartPage ); in IMPL_LINK() 481 m_pWizard->ShowPage( nRestartPage ); in IMPL_LINK() 527 m_pWizard->ShowPage( nRestartPage ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldwrap.cxx | 157 void SwFldDlgWrapper::ShowPage(sal_uInt16 nPage) in ShowPage() function in SwFldDlgWrapper 159 pDlgInterface->ShowPage(nPage ? nPage : TP_FLD_REF); in ShowPage()
|
H A D | fldtdlg.cxx | 346 ShowPage( TP_FLD_DB ); in ActivateDatabasePage()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dbadmin.cxx | 252 ShowPage( m_nMainPageID ); in impl_resetPages() 288 ShowPage(GetCurPageId()); in implApplyChanges()
|
/aoo42x/main/sw/inc/ |
H A D | swabstdlg.hxx | 297 virtual void ShowPage( sal_uInt16 nId ) = 0;// this method from SfxTabDialog 337 virtual sal_Bool ShowPage( sal_uInt16 nLevel ) = 0;
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 384 void AbstractSwFldDlg_Impl::ShowPage( sal_uInt16 nId ) in ShowPage() function in AbstractSwFldDlg_Impl 386 pDlg->ShowPage(nId); in ShowPage() 650 sal_Bool AbstractMailMergeWizard_Impl::ShowPage( sal_uInt16 nLevel ) in ShowPage() function in AbstractMailMergeWizard_Impl
|
H A D | swdlgfact.hxx | 226 virtual void ShowPage( sal_uInt16 nId );// this method from SfxTabDialog 421 virtual sal_Bool ShowPage( sal_uInt16 nLevel );
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 774 ShowPage(GetCurLevel()-2); in IMPL_LINK() 794 ShowPage(GetCurLevel()+2); in IMPL_LINK() 920 ShowPage(3); in IMPL_LINK() 959 ShowPage(3); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fldwrap.hxx | 39 void ShowPage(sal_uInt16 nPage = 0);
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | wizdlg.hxx | 273 sal_Bool ShowPage( sal_uInt16 nLevel );
|
/aoo42x/main/cui/source/inc/ |
H A D | iconcdlg.hxx | 242 void ShowPage( sal_uInt16 nId );
|
/aoo42x/main/cui/source/dialogs/ |
H A D | cuihyperdlg.cxx | 348 ShowPage (nPageId); in SetPage()
|
H A D | iconcdlg.cxx | 452 void IconChoiceDialog::ShowPage( sal_uInt16 nId ) in ShowPage() function in IconChoiceDialog
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | tabdlg.hxx | 183 void ShowPage( sal_uInt16 nId );
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 317 pWrp->ShowPage(); in ExecField()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 1663 void SfxTabDialog::ShowPage( sal_uInt16 nId ) in ShowPage() function in SfxTabDialog
|