Searched refs:aLineBound (Results 1 – 1 of 1) sorted by relevance
3982 i18n::Boundary aLineBound; in getTextAtLineNumber() local3983 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getTextAtLineNumber()3987 aTextAtLine.SegmentText = rText.copy( aLineBound.startPos, in getTextAtLineNumber()3988 aLineBound.endPos - aLineBound.startPos ); in getTextAtLineNumber()3989 aTextAtLine.SegmentStart = aLineBound.startPos; in getTextAtLineNumber()3990 aTextAtLine.SegmentEnd = aLineBound.endPos; in getTextAtLineNumber()4024 i18n::Boundary aLineBound; in getNumberOfLineWithCaret() local4025 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getNumberOfLineWithCaret()4026 if ( nCaretPos == aLineBound.startPos ) in getNumberOfLineWithCaret()
Completed in 20 milliseconds