Lines Matching refs:mnCurrentPageId
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()
825 IconChoicePageData *pData = GetPageData ( mnCurrentPageId ); in DeActivatePageImpl()
895 IconChoicePageData *pData = GetPageData ( mnCurrentPageId ); in ResetPageImpl()
1062 if ( mnCurrentPageId == 0 || mnCurrentPageId == USHRT_MAX ) in Start_Impl()
1065 nActPage = mnCurrentPageId; in Start_Impl()
1078 if ( USHRT_MAX != mnCurrentPageId ) in Start_Impl()
1079 nActPage = mnCurrentPageId; in Start_Impl()
1084 else if ( USHRT_MAX != mnCurrentPageId && GetPageData ( mnCurrentPageId ) != NULL ) in Start_Impl()
1085 nActPage = mnCurrentPageId; in Start_Impl()
1087 mnCurrentPageId = nActPage; in Start_Impl()
1089 FocusOnIcon( mnCurrentPageId ); in Start_Impl()
1134 IconChoicePage* pPage = GetPageData ( mnCurrentPageId )->pPage; in OK_Impl()