Searched refs:nFirstVisPos (Results 1 – 2 of 2) sorted by relevance
1142 sal_Int32 nFirstVisPos = ::std::max( GetColumnPos( nColIndex ), GetFirstVisPos() ); in ImplDrawColumnBackgr() local1144 xub_StrLen nStrPos = static_cast< xub_StrLen >( nFirstVisPos - GetColumnPos( nColIndex ) ); in ImplDrawColumnBackgr()1145 xub_StrLen nStrLen = static_cast< xub_StrLen >( nLastVisPos - nFirstVisPos + 1 ); in ImplDrawColumnBackgr()1146 sal_Int32 nStrX = GetX( nFirstVisPos ); in ImplDrawColumnBackgr()
1531 long nFirstVisPos = pView->GetVisiblePos( pStartEntry ); in GetEntryLine() local1533 nFirstVisPos = nEntryVisPos - nFirstVisPos; in GetEntryLine()1534 nFirstVisPos *= pView->GetEntryHeight(); in GetEntryLine()1535 return nFirstVisPos; in GetEntryLine()
Completed in 45 milliseconds