Searched refs:nPosEnd (Results 1 – 4 of 4) sorted by relevance
59 void ScCsvSplits::RemoveRange( sal_Int32 nPosStart, sal_Int32 nPosEnd ) in RemoveRange() argument62 sal_uInt32 nEndIx = UpperBound( nPosEnd ); in RemoveRange()
648 sal_Int32 nPosEnd = GetColumnPos( nColIndex + 1 ); in MoveCursor() local650 … sal_Int32 nMaxPos = Min( nPosEnd - GetVisPosCount() + CSV_SCROLL_DIST + sal_Int32( 1 ), nMinPos ); in MoveCursor()653 else if( nPosEnd + CSV_SCROLL_DIST >= GetLastVisPos() ) in MoveCursor()
64 void RemoveRange( sal_Int32 nPosStart, sal_Int32 nPosEnd );
920 sal_uLong nPosAnf,nPosEnd; in WMFRecord_StretchDIB() local941 nPosEnd=pWMF->Tell(); in WMFRecord_StretchDIB()964 pWMF->Seek(nPosEnd); in WMFRecord_StretchDIB()
Completed in 33 milliseconds