Home
last modified time | relevance | path

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

/AOO42X/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java84 int chCount = 0; field in _XAccessibleText
115 if ( chCount > 0 ) { in _getCaretPosition()
117 oObj.setCaretPosition(chCount - 1); in _getCaretPosition()
123 res = carPos == (chCount - 1); in _getCaretPosition()
154 oObj.setCaretPosition(chCount+1); in _setCaretPosition()
161 if ( chCount > 0 ) { in _setCaretPosition()
164 oObj.setCaretPosition(chCount - 1); in _setCaretPosition()
203 oObj.getCharacter(chCount); in _getCharacter()
214 for(int i = 0; i < chCount; i++) { in _getCharacter()
261 oObj.getCharacterAttributes(chCount, new String[0]); in _getCharacterAttributes()
[all …]
/AOO42X/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleText.java81 int chCount = 0; field in _XAccessibleText
146 oObj.setCaretPosition(chCount - 1); in _getCaretPosition()
154 res = carPos == (chCount - 1); in _getCaretPosition()
191 oObj.setCaretPosition(chCount + 1); in _setCaretPosition()
201 oObj.setCaretPosition(chCount - 1); in _setCaretPosition()
240 oObj.getCharacter(chCount); in _getCharacter()
253 for (int i = 0; i < chCount; i++) { in _getCharacter()
304 oObj.getCharacterAttributes(chCount, attr); in _getCharacterAttributes()
315 PropertyValue[] props = oObj.getCharacterAttributes(chCount - 1, in _getCharacterAttributes()
343 int lastIndex = chCount; in _getCharacterBounds()
[all …]