Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1142 sal_Int32 nFirstVisPos = ::std::max( GetColumnPos( nColIndex ), GetFirstVisPos() ); in ImplDrawColumnBackgr() local
1144 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()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1531 long nFirstVisPos = pView->GetVisiblePos( pStartEntry ); in GetEntryLine() local
1533 nFirstVisPos = nEntryVisPos - nFirstVisPos; in GetEntryLine()
1534 nFirstVisPos *= pView->GetEntryHeight(); in GetEntryLine()
1535 return nFirstVisPos; in GetEntryLine()

Completed in 34 milliseconds