Home
last modified time | relevance | path

Searched refs:mnCurrentPageId (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/dialogs/
H A Diconcdlg.cxx222 mnCurrentPageId ( USHRT_MAX ), in IconChoiceDialog()
303 aTabDlgOpt.SetPageID( mnCurrentPageId ); in ~IconChoiceDialog()
385 if ( pData->nId == mnCurrentPageId ) in Paint()
461 IconChoicePageData* pData = GetPageData ( mnCurrentPageId ); in ShowPage()
690 if( *pId != mnCurrentPageId ) in IMPL_LINK()
692 IconChoicePageData* pData = GetPageData ( mnCurrentPageId ); in IMPL_LINK()
734 IconChoicePageData* pData = GetPageData ( mnCurrentPageId ); in IMPL_LINK()
768 IconChoicePageData* pData = GetPageData ( mnCurrentPageId ); in ActivatePageImpl()
787 … pData->pPage = (pData->fnCreatePage)( this, *CreateInputItemSet( mnCurrentPageId ) ); in ActivatePageImpl()
798 PageCreated( mnCurrentPageId, *pData->pPage ); in ActivatePageImpl()
[all …]
/AOO41X/main/cui/source/inc/
H A Diconcdlg.hxx165 sal_uInt16 mnCurrentPageId; // Id der aktuell sichtbaren Page member in IconChoiceDialog
240 … void SetCurPageId( sal_uInt16 nId ) { mnCurrentPageId = nId; FocusOnIcon( nId ); } in SetCurPageId()
241 sal_uInt16 GetCurPageId() const { return mnCurrentPageId; } in GetCurPageId()