Lines Matching refs:GetColumnPos
298 if( (GetColumnPos( nColIx - 1 ) < nNewPos) && (nNewPos < GetColumnPos( nColIx + 1 )) ) in MoveSplit()
404 (GetColumnPos( nColIndex ) < GetLastVisPos()) && in IsVisibleColumn()
405 (GetFirstVisPos() < GetColumnPos( nColIndex + 1 )); in IsVisibleColumn()
410 return GetX( GetColumnPos( nColIndex ) ); in GetColumnX()
427 …return IsValidColumn( nColIndex ) ? (GetColumnPos( nColIndex + 1 ) - GetColumnPos( nColIndex )) : … in GetColumnWidth()
535 Min( static_cast< sal_Int32 >( STRING_MAXLEN ), GetColumnPos( nColIx ) ) ); in FillColumnDataFix()
647 sal_Int32 nPosBeg = GetColumnPos( nColIndex ); in MoveCursor()
648 sal_Int32 nPosEnd = GetColumnPos( nColIndex + 1 ); in MoveCursor()
656 Execute( CSVCMD_MOVEGRIDCURSOR, GetColumnPos( nColIndex ) ); in MoveCursor()
706 Execute( CSVCMD_MOVEGRIDCURSOR, GetColumnPos( nColIndex ) ); in DoSelectAction()
1142 sal_Int32 nFirstVisPos = ::std::max( GetColumnPos( nColIndex ), GetFirstVisPos() ); in ImplDrawColumnBackgr()
1143 sal_Int32 nLastVisPos = ::std::min( GetColumnPos( nColIndex + 1 ), GetLastVisPos() ); in ImplDrawColumnBackgr()
1144 xub_StrLen nStrPos = static_cast< xub_StrLen >( nFirstVisPos - GetColumnPos( nColIndex ) ); in ImplDrawColumnBackgr()