Lines Matching refs:GetFocusColumn
662 if( GetFocusColumn() != CSV_COLUMN_INVALID ) in MoveCursorRel()
673 if( GetFocusColumn() > 0 ) in MoveCursorRel()
674 MoveCursor( GetFocusColumn() - 1 ); in MoveCursorRel()
677 if( GetFocusColumn() < GetColumnCount() - 1 ) in MoveCursorRel()
678 MoveCursor( GetFocusColumn() + 1 ); in MoveCursorRel()
900 SelectRange( mnRecentSelCol, GetFocusColumn() ); in KeyInput()
902 Select( GetFocusColumn() ); in KeyInput()
912 SelectRange( mnRecentSelCol, GetFocusColumn() ); in KeyInput()
914 ToggleSelect( GetFocusColumn() ); in KeyInput()
916 Select( GetFocusColumn() ); in KeyInput()
954 sal_uInt32 nColIx = GetFocusColumn(); in Command()
1017 ImplDrawTrackingRect( GetFocusColumn() ); in ImplRedraw()