Lines Matching refs:getCharacterCount
427 if( nIndex < 0 || nIndex >= getCharacterCount() ) in CheckIndex()
437 if( nIndex < 0 || nIndex > getCharacterCount() ) in CheckPosition()
936 if( getCharacterCount() ) in getAccessibleDescription()
1454 if (nIndex != 0 && nIndex >= getCharacterCount()) in getCharacterAttributes()
1455 nIndex = getCharacterCount()-1; in getCharacterAttributes()
1606 sal_Int32 SAL_CALL AccessibleEditableTextPara::getCharacterCount() throw (uno::RuntimeException) in getCharacterCount() function in accessibility::AccessibleEditableTextPara
1615 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
2068 if (nIndex != 0 && nIndex >= getCharacterCount()) in getTextAtIndex()
2069 nIndex = getCharacterCount()-1; in getTextAtIndex()
2091 if (nIndex != 0 && nIndex == getCharacterCount()) in getTextAtIndex()
2759 return replaceText(0, getCharacterCount(), sText); in setText()
2881 if( getCharacterCount() > 0 ) in getRunAttributes()