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()
161 if ( chCount > 0 ) { in _setCaretPosition()
321 if (chCount > 0) { in _getCharacterBounds()
416 if (chCount > 2) { in _getSelectedText()
457 if (chCount > 2) { in _getSelectionStart()
497 if (chCount > 2) { in _getSelectionEnd()
553 if (chCount > 2) { in _setSelection()
565 if (chCount > 1) { in _setSelection()
838 res &= txt.SegmentText.equals(text.substring(chCount - 2, chCount - 1)); in _getTextBeforeIndex()
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleText.java81 int chCount = 0; field in _XAccessibleText
541 if (chCount > 2) { in _getSelectedText()
584 if (chCount > 2) { in _getSelectionStart()
626 if (chCount > 2) { in _getSelectionEnd()
683 if (chCount > 2) { in _setSelection()
751 if (chCount > 3) { in _getTextRange()
976 res &= compareStrings(text.substring(chCount - 2, chCount - 1), in _getTextBeforeIndex()
979 if (chCount > 2) { in _getTextBeforeIndex()
1068 if (chCount > 2) { in _getTextBehindIndex()
1074 res &= txt.SegmentText.equals(text.substring(chCount - 1, chCount)); in _getTextBehindIndex()
[all …]

Completed in 27 milliseconds