Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx222 mnCurrentPageId ( USHRT_MAX ), in IconChoiceDialog()
385 if ( pData->nId == mnCurrentPageId ) in Paint()
690 if( *pId != mnCurrentPageId ) in IMPL_LINK()
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()
[all …]
/trunk/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()

Completed in 22 milliseconds