Searched refs:implGetTextLength (Results 1 – 2 of 2) sorted by relevance
515 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 ScAccessibleCsvRuler879 sal_Int32 nLength = implGetTextLength(); in implGetLastEqualFormatted()
273 sal_Int32 implGetTextLength() const;