Searched refs:bMoveToTop (Results 1 – 4 of 4) sorted by relevance
305 void MakeVisible( SvLBoxEntry*, sal_Bool bMoveToTop );
312 void MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop=sal_False );
982 void SvImpLBox::MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop ) in MakeVisible() argument989 if( bInView && (!bMoveToTop || pStartEntry == pEntry) ) in MakeVisible()1012 if( IsEntryInView( pEntry ) && !bMoveToTop ) in MakeVisible()
1390 void SvTreeListBox::MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop ) in MakeVisible() argument1392 pImp->MakeVisible( pEntry, bMoveToTop ); in MakeVisible()
Completed in 38 milliseconds