Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx515 return implGetTextLength(); in getCharacterCount()
555 return OUString( maBuffer.getStr(), implGetTextLength() ); in getText()
575 if( (nIndex == implGetTextLength()) && (nTextType != AccessibleTextType::LINE) ) in getTextAtIndex()
608 aResultText.append( maBuffer.getStr(), implGetTextLength() ); in getTextAtIndex()
693 sal_Int32 nLastValid = implGetTextLength(); in getTextBehindIndex()
816 if( (nIndex < 0) || (nIndex >= implGetTextLength()) ) in ensureValidIndex()
822 if( (nIndex < 0) || (nIndex > implGetTextLength()) ) in ensureValidIndexWithEnd()
830 if( (rnStartIndex < 0) || (rnEndIndex > implGetTextLength()) ) in ensureValidRange()
857 sal_Int32 ScAccessibleCsvRuler::implGetTextLength() const in implGetTextLength() function in ScAccessibleCsvRuler
879 sal_Int32 nLength = implGetTextLength(); in implGetLastEqualFormatted()
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx273 sal_Int32 implGetTextLength() const;