Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleText.java79 Object LimitedBounds = null; field in _XAccessibleText
112 LimitedBounds = tEnv.getObjRelation("LimitedBounds"); in before()
345 if (LimitedBounds != null) { in _getCharacterBounds()
346 if (LimitedBounds instanceof Integer) { in _getCharacterBounds()
347 lastIndex = ((Integer) LimitedBounds).intValue(); in _getCharacterBounds()
352 log.println(LimitedBounds); in _getCharacterBounds()
445 if (LimitedBounds != null) { in _getIndexAtPoint()
446 if (LimitedBounds instanceof Integer) { in _getIndexAtPoint()
447 lastIndex = ((Integer) LimitedBounds).intValue(); in _getIndexAtPoint()
452 log.println(LimitedBounds); in _getIndexAtPoint()

Completed in 9 milliseconds