Home
last modified time | relevance | path

Searched refs:nLastEntry (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/control/
H A Dilstbox.cxx2079 sal_uInt16 nLastEntry = mpEntryList->GetEntryCount()-1; in SetTopEntry() local
2080 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()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx982 sal_uLong nLastEntry = 0; in ImplPopArt() local
986 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()

Completed in 28 milliseconds