Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java80 Rectangle chBounds = null; field in _XAccessibleText
378 chBounds = oObj.getCharacterBounds(i); in _getCharacterBounds()
381 localres = chBounds.X >= 0; in _getCharacterBounds()
382 localres &= (chBounds.Y >= 0); in _getCharacterBounds()
383 localres &= ((chBounds.X + chBounds.Width) <= bounds.Width); in _getCharacterBounds()
384 localres &= ((chBounds.X + chBounds.Width) > 0); in _getCharacterBounds()
385 localres &= ((chBounds.Y + chBounds.Height) <= bounds.Height); in _getCharacterBounds()
386 localres &= ((chBounds.Y + chBounds.Height) > 0); in _getCharacterBounds()
391 log.println("Character rect: " + chBounds.X + ", " + in _getCharacterBounds()
392 chBounds.Y + ", " + chBounds.Width + ", " + in _getCharacterBounds()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java83 Rectangle chBounds = null; field in _XAccessibleText
323 chBounds = oObj.getCharacterBounds(chCount-1); in _getCharacterBounds()
324 res &= chBounds != null; in _getCharacterBounds()
325 System.out.println("rect: " + chBounds.X + ", " + chBounds.Y + ", " + in _getCharacterBounds()
326 chBounds.Width + ", " + chBounds.Height); in _getCharacterBounds()
373 if (chBounds != null) { in _getIndexAtPoint()
374 pt = new Point(chBounds.X , chBounds.Y ); in _getIndexAtPoint()

Completed in 23 milliseconds