Searched refs:mnCurrentPageId (Results 1 – 2 of 2) sorted by relevance
222 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 …]
165 sal_uInt16 mnCurrentPageId; // Id der aktuell sichtbaren Page member in IconChoiceDialog240 … void SetCurPageId( sal_uInt16 nId ) { mnCurrentPageId = nId; FocusOnIcon( nId ); } in SetCurPageId()241 sal_uInt16 GetCurPageId() const { return mnCurrentPageId; } in GetCurPageId()