Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleEditableText.java99 String curText = null; in _cutText() local
114 curText = oObj.getText(); in _cutText()
115 log.println("Current text: '" + curText + "'"); in _cutText()
116 res &= curText.equals(oldText); in _cutText()
127 curText = oObj.getText(); in _cutText()
128 log.println("Current text: '" + curText + "'"); in _cutText()
129 res &= curText.equals(oldText); in _cutText()
137 curText = oObj.getText(); in _cutText()
138 log.println("Current text: '" + curText + "'"); in _cutText()
139 res &= curText.length() == 0 && locRes; in _cutText()
[all …]