Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Daccpara.cxx3918 /*accessibility::*/TextSegment aTextAtLine; in getTextAtLineNumber() local
3920 aTextAtLine.SegmentText = rText.copy( aLineBound.startPos, in getTextAtLineNumber()
3922 aTextAtLine.SegmentStart = aLineBound.startPos; in getTextAtLineNumber()
3923 aTextAtLine.SegmentEnd = aLineBound.endPos; in getTextAtLineNumber()
3925 return aTextAtLine; in getTextAtLineNumber()