Home
last modified time | relevance | path

Searched refs:GetCurLevel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/extensions/source/preload/
H A Doemwiz.cxx160 if(GetCurLevel()) in IMPL_LINK()
161 ShowPage(GetCurLevel() - 1); in IMPL_LINK()
163 else if(OEM_USERDATA > GetCurLevel()) in IMPL_LINK()
164 ShowPage(GetCurLevel() + 1); in IMPL_LINK()
173 switch(GetCurLevel()) in IMPL_LINK()
190 aPrevPB.Enable(GetCurLevel() != OEM_WELCOME); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx769 if ( GetCurLevel() ) in IMPL_LINK()
773 if(GetCurLevel() == 2) in IMPL_LINK()
774 ShowPage(GetCurLevel()-2); in IMPL_LINK()
789 if ( GetCurLevel() < MAX_PAGES ) in IMPL_LINK()
793 if(GetCurLevel() == 0) in IMPL_LINK()
794 ShowPage(GetCurLevel()+2); in IMPL_LINK()
902 sal_Bool bOnFirstPage = GetCurLevel() == 0; in IMPL_LINK()
1004 OWizardPage* pCurrent = (OWizardPage*)GetPage(GetCurLevel()); in IMPL_LINK()
1023 if(GetCurLevel() == 0) // erste Seite hat kein PrevButton in CheckButtons()
1032 else if(GetCurLevel() == m_nPageCount-1) // letzte Seite hat keinen Next Button in CheckButtons()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dwizdlg.hxx275 sal_uInt16 GetCurLevel() const { return mnCurLevel; } in GetCurLevel() function in WizardDialog
H A Dwizardmachine.hxx337 WizardState getCurrentState() const { return WizardDialog::GetCurLevel(); } in getCurrentState()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergewizard.cxx245 const sal_uInt16 nCurPage = GetCurLevel(); in UpdateRoadmap()
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx323 WizardState nCurrentLevel = GetCurLevel(); in ActivatePage()

Completed in 63 milliseconds