Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx594 OUStringBuffer aResultText; // will be assigned to aResult.SegmentText below in getTextAtIndex() local
603 aResultText.append( maBuffer.charAt( nIndex ) ); in getTextAtIndex()
612 aResultText.append( maBuffer.charAt( nIndex ) ); in getTextAtIndex()
614 aResultText.append( nRulerPos ); // string representation of sal_Int32!!! in getTextAtIndex()
622 aResultText.append( maBuffer.getStr(), implGetTextLength() ); in getTextAtIndex()
631 aResultText.append( maBuffer.getStr() + nFirstIndex, nLastIndex - nFirstIndex + 1 ); in getTextAtIndex()
639 aResult.SegmentText = aResultText.makeStringAndClear(); in getTextAtIndex()

Completed in 25 milliseconds