Home
last modified time | relevance | path

Searched refs:aLineBound (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccpara.cxx3987 i18n::Boundary aLineBound; in getTextAtLineNumber() local
3988 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getTextAtLineNumber()
3992 aTextAtLine.SegmentText = rText.copy( aLineBound.startPos, in getTextAtLineNumber()
3993 aLineBound.endPos - aLineBound.startPos ); in getTextAtLineNumber()
3994 aTextAtLine.SegmentStart = aLineBound.startPos; in getTextAtLineNumber()
3995 aTextAtLine.SegmentEnd = aLineBound.endPos; in getTextAtLineNumber()
4029 i18n::Boundary aLineBound; in getNumberOfLineWithCaret() local
4030 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getNumberOfLineWithCaret()
4031 if ( nCaretPos == aLineBound.startPos ) in getNumberOfLineWithCaret()

Completed in 38 milliseconds