Searched refs:nCurrId (Results 1 – 3 of 3) sorted by relevance
149 sal_uInt16 nCurrId = aPop.GetCurId(); in Command() local150 if( nCurrId != USHRT_MAX) in Command()152 SfxUInt16Item aBookmark( FN_STAT_BOOKMARK, aBookmarkIdx[nCurrId] ); in Command()
151 sal_uInt16 nCurrId = aPop.GetCurId(); in Command() local152 if( nCurrId != USHRT_MAX) in Command()155 pStyle = pPool->operator[]( nCurrId - 1 ); in Command()
140 sal_uInt16 nCurrId = aPop.GetCurId()-1; in Command() local141 if( nCurrId < nMasterCount ) in Command()143 SdPage* pMaster = pDoc->GetMasterSdPage(nCurrId, PK_STANDARD); in Command()
Completed in 45 milliseconds