Home
last modified time | relevance | path

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

/AOO42X/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java207 if (index > 0 && getCharCount() == index) { in getAfterIndex()
463 if ((index > 0) && (getCharCount() == index)) { in getCharacterAttribute()
550 if (index > 0 && getCharCount() == index) { in getBeforeIndex()
618 if (index > 0 && getCharCount() == index) { in getAtIndex()
641 public int getCharCount() { in getCharCount() method in AccessibleTextImpl
666 if ((index > 0) && (getCharCount() == index)) { in getCharacterBounds()