Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtabbar.cxx636 sal_uInt16 nLastFirstPos = nCount-1; in ImplGetLastFirstPos() local
638 long nWidth = mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos()
639 while ( nLastFirstPos && (nWidth < nWinWidth) ) in ImplGetLastFirstPos()
641 nLastFirstPos--; in ImplGetLastFirstPos()
642 nWidth += mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos()
644 if ( (nLastFirstPos != (sal_uInt16)(mpItemList->Count()-1)) && in ImplGetLastFirstPos()
646 nLastFirstPos++; in ImplGetLastFirstPos()
647 return nLastFirstPos; in ImplGetLastFirstPos()
2028 sal_uInt16 nLastFirstPos = ImplGetLastFirstPos(); in SetFirstPageId() local
2030 if ( nPos > nLastFirstPos ) in SetFirstPageId()
[all …]

Completed in 25 milliseconds