Searched refs:_nNewPos (Results 1 – 4 of 4) sorted by relevance
367 bool SetCurrentTabPos( sal_uInt16 _nNewPos );
163 bool SetCurrentTabPos( sal_uInt16 _nNewPos );
3609 bool SvImpLBox::SetCurrentTabPos( sal_uInt16 _nNewPos ) in SetCurrentTabPos() argument3613 if ( pView && _nNewPos < ( pView->TabCount() - 2 ) ) in SetCurrentTabPos()3615 nCurTabPos = _nNewPos; in SetCurrentTabPos()
2676 bool SvTreeListBox::SetCurrentTabPos( sal_uInt16 _nNewPos ) in SetCurrentTabPos() argument2678 return pImp->SetCurrentTabPos( _nNewPos ); in SetCurrentTabPos()
Completed in 57 milliseconds