Searched refs:aLineBound (Results 1 – 1 of 1) sorted by relevance
3983 i18n::Boundary aLineBound; in getTextAtLineNumber() local3984 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getTextAtLineNumber()3988 aTextAtLine.SegmentText = rText.copy( aLineBound.startPos, in getTextAtLineNumber()3989 aLineBound.endPos - aLineBound.startPos ); in getTextAtLineNumber()3990 aTextAtLine.SegmentStart = aLineBound.startPos; in getTextAtLineNumber()3991 aTextAtLine.SegmentEnd = aLineBound.endPos; in getTextAtLineNumber()4025 i18n::Boundary aLineBound; in getNumberOfLineWithCaret() local4026 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getNumberOfLineWithCaret()4027 if ( nCaretPos == aLineBound.startPos ) in getNumberOfLineWithCaret()
Completed in 25 milliseconds