Home
last modified time | relevance | path

Searched refs:nFirstEntry (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx981 sal_uLong nFirstEntry; in ImplPopArt() local
990 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()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx898 int nFirstEntry = 0; in TemplateScanDone() local
915 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()
/trunk/main/vcl/source/window/
H A Dmenu.cxx469 sal_uInt16 nFirstEntry; member in MenuFloatingWindow
4012 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 …]