Home
last modified time | relevance | path

Searched defs:txtRange (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java621 String txtRange = oObj.getTextRange(1, chCount - 2); in _getTextRange() local
633 String txtRange = oObj.getTextRange(0, chCount-1); in _getTextRange() local
664 String txtRange = oObj.getTextRange(-1, chCount - 1); in _getTextRange() local
674 String txtRange = oObj.getTextRange(0, chCount + 1); in _getTextRange() local
684 String txtRange = oObj.getTextRange(chCount+1, -1); in _getTextRange() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java748 String txtRange = ""; in _getTextRange() local

Completed in 20 milliseconds