Searched refs:implGetTextLength (Results 1 – 2 of 2) sorted by relevance
525 return implGetTextLength(); in getCharacterCount()567 return OUString( maBuffer.getStr(), implGetTextLength() ); in getText()589 if( (nIndex == implGetTextLength()) && (nTextType != AccessibleTextType::LINE) ) in getTextAtIndex()622 aResultText.append( maBuffer.getStr(), implGetTextLength() ); in getTextAtIndex()709 sal_Int32 nLastValid = implGetTextLength(); in getTextBehindIndex()835 if( (nIndex < 0) || (nIndex >= implGetTextLength()) ) in ensureValidIndex()842 if( (nIndex < 0) || (nIndex > implGetTextLength()) ) in ensureValidIndexWithEnd()851 if( (rnStartIndex < 0) || (rnEndIndex > implGetTextLength()) ) in ensureValidRange()878 sal_Int32 ScAccessibleCsvRuler::implGetTextLength() const in implGetTextLength() function in ScAccessibleCsvRuler900 sal_Int32 nLength = implGetTextLength(); in implGetLastEqualFormatted()
298 sal_Int32 implGetTextLength() const;
Completed in 31 milliseconds