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.cxx619 sal_uInt16 nLastFirstPos = nCount-1; in ImplGetLastFirstPos() local
621 long nWidth = mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos()
622 while ( nLastFirstPos && (nWidth < nWinWidth) ) in ImplGetLastFirstPos()
624 nLastFirstPos--; in ImplGetLastFirstPos()
625 nWidth += mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos()
627 if ( (nLastFirstPos != (sal_uInt16)(mpItemList->Count()-1)) && in ImplGetLastFirstPos()
629 nLastFirstPos++; in ImplGetLastFirstPos()
630 return nLastFirstPos; in ImplGetLastFirstPos()
1955 sal_uInt16 nLastFirstPos = ImplGetLastFirstPos(); in SetFirstPageId() local
1957 if ( nPos > nLastFirstPos ) in SetFirstPageId()
[all …]