Searched refs:CSV_POS_INVALID (Results 1 – 8 of 8) sorted by relevance
196 if( GetRulerCursorPos() != CSV_POS_INVALID ) in MoveCursorRel()224 if( GetRulerCursorPos() != CSV_POS_INVALID ) in MoveCursorToSplit()239 if( nPos != CSV_POS_INVALID ) in MoveCursorToSplit()267 if( nNewPos != CSV_POS_INVALID ) in GetNoScrollPos()322 if( nNewPos != CSV_POS_INVALID ) in FindEmptyPos()344 return IsValidSplitPos( nNewPos ) ? nNewPos : CSV_POS_INVALID; in FindEmptyPos()360 if( nNewPos != CSV_POS_INVALID ) in MoveCurrSplitRel()379 if( GetRulerCursorPos() == CSV_POS_INVALID ) in GetFocus()388 MoveCursor( CSV_POS_INVALID ); in LoseFocus()433 nPos = HasFocus() ? GetRulerCursorPos() : CSV_POS_INVALID; in MouseMove()[all …]
395 maData.mnPosCursor = IsVisibleSplitPos( nParam1 ) ? nParam1 : CSV_POS_INVALID; in IMPL_LINK()398 … maData.mnColCursor = ((0 <= nParam1) && (nParam1 < GetPosCount())) ? nParam1 : CSV_POS_INVALID; in IMPL_LINK()435 if( GetRulerCursorPos() != CSV_POS_INVALID ) in IMPL_LINK()437 if( GetGridCursorPos() != CSV_POS_INVALID ) in IMPL_LINK()
103 return (nIndex < Count()) ? maVec[ nIndex ] : CSV_POS_INVALID; in GetPos()
48 mnPosCursor( CSV_POS_INVALID ), in ScCsvLayoutData()
180 if( nNewPos != CSV_POS_INVALID ) in GetNoScrollCol()
235 mnParam1( CSV_POS_INVALID ), mnParam2( CSV_POS_INVALID ) {} in ScCsvCmd()330 sal_Int32 nParam1 = CSV_POS_INVALID,331 sal_Int32 nParam2 = CSV_POS_INVALID );
39 const sal_Int32 CSV_POS_INVALID = -1; variable
97 const sal_Int32 CSV_LINE_HEADER = CSV_POS_INVALID;809 if( nPos != CSV_POS_INVALID ) in SendCaretEvent()
Completed in 77 milliseconds