Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx3982 i18n::Boundary aLineBound; in getTextAtLineNumber() local
3983 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() local
4025 GetPortionData().GetBoundaryOfLine( nLineNo, aLineBound ); in getNumberOfLineWithCaret()
4026 if ( nCaretPos == aLineBound.startPos ) in getNumberOfLineWithCaret()

Completed in 20 milliseconds