Searched refs:nFirstEntry (Results 1 – 3 of 3) sorted by relevance
981 sal_uLong nFirstEntry; in ImplPopArt() local990 for( nFirstEntry = 0; nFirstEntry < nLastEntry; nFirstEntry++ ) in ImplPopArt()992 … pWriteAcc->SetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nFirstEntry ].mnIndex), in ImplPopArt()993 …teAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nFirstEntry + 1 ].mnIndex) … in ImplPopArt()
898 int nFirstEntry = 0; in TemplateScanDone() local915 nFirstEntry = i; in TemplateScanDone()920 mpPage1RegionLB->SelectEntryPos ((sal_uInt16)nFirstEntry); in TemplateScanDone()925 nFirstEntry = 0; in TemplateScanDone()940 nFirstEntry = i; in TemplateScanDone()945 mpPage2RegionLB->SelectEntryPos ((sal_uInt16)nFirstEntry); in TemplateScanDone()
469 sal_uInt16 nFirstEntry; member in MenuFloatingWindow4012 nFirstEntry = 0; in MenuFloatingWindow()4092 for ( sal_uInt16 n = 0; n < nFirstEntry; n++ ) in ImplGetStartY()4578 nFirstEntry = pMenu->ImplGetPrevVisible( nFirstEntry ); in ImplScroll()4579 DBG_ASSERT( nFirstEntry != ITEMPOS_INVALID, "Scroll?!" ); in ImplScroll()4581 long nScrollEntryHeight = pMenu->GetItemList()->GetDataFromPos( nFirstEntry )->aSz.Height(); in ImplScroll()4591 if ( pMenu->ImplGetPrevVisible( nFirstEntry ) == ITEMPOS_INVALID ) in ImplScroll()4601 long nScrollEntryHeight = pMenu->GetItemList()->GetDataFromPos( nFirstEntry )->aSz.Height(); in ImplScroll()4603 nFirstEntry = pMenu->ImplGetNextVisible( nFirstEntry ); in ImplScroll()4604 DBG_ASSERT( nFirstEntry != ITEMPOS_INVALID, "Scroll?!" ); in ImplScroll()[all …]