Searched refs:nLastEntry (Results 1 – 2 of 2) sorted by relevance
982 sal_uLong nLastEntry = 0; in ImplPopArt() local986 nLastEntry = n; in ImplPopArt()990 for( nFirstEntry = 0; nFirstEntry < nLastEntry; nFirstEntry++ ) in ImplPopArt()995 …pWriteAcc->SetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nLastEntry ].mnIndex), … in ImplPopArt()
2079 sal_uInt16 nLastEntry = mpEntryList->GetEntryCount()-1; in SetTopEntry() local2080 if( nTop > nLastEntry ) in SetTopEntry()2081 nTop = nLastEntry; in SetTopEntry()2082 const ImplEntryType* pLast = mpEntryList->GetEntryPtr( nLastEntry ); in SetTopEntry()2083 …while( nTop > 0 && mpEntryList->GetAddedHeight( nLastEntry, nTop-1 ) + pLast->mnHeight <= nWHeight… in SetTopEntry()
Completed in 29 milliseconds