/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XTextCursor.java | 61 oObj.gotoStart(false); in before() 62 oObj.gotoEnd(true); in before() 80 oObj.gotoEnd(true); in _collapseToEnd() 81 oObj.collapseToEnd(); in _collapseToEnd() 99 oObj.gotoEnd(true); in _collapseToStart() 119 oObj.gotoEnd(false); in _goLeft() 160 oObj.gotoEnd(false); in _gotoEnd() 179 oObj.gotoEnd(true); in _gotoRange() 181 oObj.gotoRange(oObj.getStart(),false); in _gotoRange() 221 oObj.gotoEnd(true); in _isCollapsed() [all …]
|
H A D | _XTextTableCursor.java | 74 oObj.gotoStart(false); in _getRangeName() 96 oObj.goUp(i,false); in _goDown() 114 oObj.goLeft(i,false); in _goRight() 129 oObj.goRight(i,false); in _goLeft() 147 oObj.gotoEnd(true); in _goUp() 193 oObj.gotoEnd(false); in _gotoEnd() 229 oObj.gotoEnd(true); in _mergeRange() 232 oObj.gotoEnd(false); in _mergeRange() 264 oObj.gotoEnd(false); in _splitRange() 270 oObj.gotoEnd(true); in _splitRange() [all …]
|
H A D | _XAutoTextGroup.java | 53 public XAutoTextGroup oObj = null; field in _XAutoTextGroup 110 String[] titles = oObj.getTitles(); in _getTitles() 130 String[] after = oObj.getTitles(); in _insertNewByName() 143 oObj.removeByName(str); in _insertNewByName() 173 oObj.removeByName(str); in _removeByName() 207 tit = oObj.getTitles() ; in _renameByName() 208 names = oObj.getElementNames() ; in _renameByName() 216 oObj.removeByName(str); in _renameByName() 244 oObj.removeByName(str); in _renameByName() 268 oObj.removeByName(str); in _renameByName() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleEditableText.java | 87 initialText = oObj.getText(); in before() 114 curText = oObj.getText(); in _cutText() 127 curText = oObj.getText(); in _cutText() 137 curText = oObj.getText(); in _cutText() 165 String text = oObj.getText(); in _pasteText() 178 curText = oObj.getText(); in _pasteText() 191 curText = oObj.getText(); in _pasteText() 200 curText = oObj.getText(); in _pasteText() 230 String text = oObj.getText(); in _deleteText() 243 curText = oObj.getText(); in _deleteText() [all …]
|
H A D | _XAccessibleText.java | 75 public XAccessibleText oObj = null; field in _XAccessibleText 103 text = oObj.getText(); in before() 181 oObj.setCaretPosition(-1); in _setCaretPosition() 230 oObj.getCharacter(-1); in _getCharacter() 240 oObj.getCharacter(chCount); in _getCharacter() 357 oObj.getCharacterBounds(-1); in _getCharacterBounds() 527 oObj.setSelection(0, 0); in _getSelectedText() 535 oObj.setSelection(0, chCount); in _getSelectedText() 537 txt = oObj.getSelectedText(); in _getSelectedText() 724 String txt = oObj.getText(); in _getText() [all …]
|
H A D | _XAccessibleTable.java | 62 public XAccessibleTable oObj = null; field in _XAccessibleTable 86 rowCount = oObj.getAccessibleRowCount(); in _getAccessibleRowCount() 98 colCount = oObj.getAccessibleColumnCount(); in _getAccessibleColumnCount() 402 selRows = oObj.getSelectedAccessibleRows(); in _getSelectedAccessibleRows() 451 selCols = oObj.getSelectedAccessibleColumns(); in _getSelectedAccessibleColumns() 496 locRes = oObj.isAccessibleRowSelected(-1); in _isAccessibleRowSelected() 670 xCellAc = oObj.getAccessibleCellAt( in _getAccessibleCellAt() 770 boolean isSel = oObj.isAccessibleSelected( in _isAccessibleSelected() 847 int indx = oObj.getAccessibleIndex( in _getAccessibleIndex() 914 int rowIndx = oObj.getAccessibleRow(-1); in _getAccessibleRow() [all …]
|
H A D | _XAccessibleSelection.java | 62 public XAccessibleSelection oObj = null; field in _XAccessibleSelection 117 oObj.selectAccessibleChild(childCount); in _selectAccessibleChild() 127 oObj.selectAccessibleChild(-1); in _selectAccessibleChild() 211 oObj.selectAllAccessibleChildren(); in _isAccessibleChildSelected() 248 oObj.clearAccessibleSelection(); in _clearAccessibleSelection() 285 oObj.selectAllAccessibleChildren(); in _selectAllAccessibleChildren() 331 oObj.selectAllAccessibleChildren(); in _getSelectedAccessibleChildCount() 380 oObj.clearAccessibleSelection(); in _getSelectedAccessibleChildCount() 409 oObj.getSelectedAccessibleChild(-1); in _getSelectedAccessibleChild() 479 oObj.deselectAccessibleChild(-1); in _deselectAccessibleChild() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XSimpleFileAccess.java | 75 oObj.kill(copiedFile); in _copy() 79 oObj.kill(copiedFile); in _copy() 105 oObj.kill(copiedFile); in _move() 112 oObj.kill(copiedFile); in _move() 140 oObj.kill(copiedFile); in _kill() 203 oObj.kill(readonlyCopy); in _isReadOnly() 250 oObj.kill(readonlyCopy); in _setReadOnly() 274 oObj.kill(newFolder); in _createFolder() 417 oObj.exists(filename) && !oObj.exists(wrongname)); in _exists() 470 oObj.kill(copiedFile); in _openFileWrite() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XListBox.java | 64 public XListBox oObj = null; field in _XListBox 112 itemCount = oObj.getItemCount(); in before() 170 oObj.addItem("Item1", itemCount) ; in _addItem() 228 itemCount = oObj.getItemCount() ; in _getItemCount() 339 short cnt = oObj.getItemCount() ; in _getSelectedItemsPos() 365 short cnt = oObj.getItemCount() ; in _getSelectedItem() 369 oObj.selectItem("Item3", true) ; in _getSelectedItem() 459 oObj.selectItem("Item3", true) ; in _selectItem() 476 result = oObj.isMutipleMode() ; in _isMutipleMode() 488 oObj.setMultipleMode(true) ; in _setMultipleMode() [all …]
|
H A D | _XTextComponent.java | 61 public XTextComponent oObj = null; field in _XTextComponent 96 oObj.setText("Listen"); in _addTextListener() 122 oObj.setText("Do not listen"); in _removeTextListener() 137 oObj.setText(newText); in _setText() 154 oObj.setText(newText); in _getText() 169 oObj.setText(text); in _insertText() 184 oObj.setText(text); in _getSelectedText() 205 oObj.setSelection(sel); in _setSelection() 219 oObj.setSelection(sel); in _getSelection() 229 oObj.setEditable(true); in _setEditable() [all …]
|
H A D | _XDateField.java | 57 public XDateField oObj = null; field in _XDateField 92 oObj.getDate() ; in _getDate() 108 oObj.setMin(4978) ; in _setMin() 122 oObj.getMin() ; in _getMin() 138 oObj.setMax(27856) ; in _setMax() 152 oObj.getMax() ; in _getMax() 168 oObj.setFirst(5118) ; in _setFirst() 204 oObj.setLast(23450) ; in _setLast() 222 int val = oObj.getLast() ; in _getLast() 241 oObj.setEmpty() ; in _setEmpty() [all …]
|
H A D | _XScrollBar.java | 41 public XScrollBar oObj; field in _XScrollBar 70 oObj.setBlockIncrement(5); in _setBlockIncrement() 84 oObj.setLineIncrement(12); in _setLineIncrement() 85 oObj.setLineIncrement(2); in _setLineIncrement() 99 oObj.setMaximum(490); in _setMaximum() 100 oObj.setMaximum(480); in _setMaximum() 129 oObj.setMaximum(600); in _setValue() 130 oObj.setValue(480); in _setValue() 131 oObj.setValue(520); in _setValue() 145 oObj.setVisibleSize(700); in _setVisibleSize() [all …]
|
H A D | _XCurrencyField.java | 77 oObj.setValue(val + 1.1); in _setValue() 87 val = oObj.getValue(); in _getValue() 103 oObj.setMin(min + 1.1); in _setMin() 115 min = oObj.getMin(); in _getMin() 132 oObj.setMax(max + 1.1); in _setMax() 145 max = oObj.getMax(); in _getMax() 162 oObj.setFirst(first + 1.1); in _setFirst() 176 first = oObj.getFirst(); in _getFirst() 193 oObj.setLast(last + 1.1); in _setLast() 208 last = oObj.getLast(); in _getLast() [all …]
|
H A D | _XNumericField.java | 57 public XNumericField oObj = null; field in _XNumericField 78 oObj.setValue(val + 1.1) ; in _setValue() 88 val = oObj.getValue() ; in _getValue() 104 oObj.setMin(min + 1.1) ; in _setMin() 116 min = oObj.getMin() ; in _getMin() 133 oObj.setMax(max + 1.1) ; in _setMax() 146 max = oObj.getMax() ; in _getMax() 177 first = oObj.getFirst() ; in _getFirst() 194 oObj.setLast(last + 1.1) ; in _setLast() 209 last = oObj.getLast() ; in _getLast() [all …]
|
H A D | _XTimeField.java | 55 public XTimeField oObj = null; field in _XTimeField 70 oObj.setTime(11150000) ; in _setTime() 88 oObj.getTime() ; in _getTime() 104 oObj.setMin(4978) ; in _setMin() 118 oObj.getMin() ; in _getMin() 134 oObj.setMax(27856) ; in _setMax() 148 oObj.getMax() ; in _getMax() 164 oObj.setFirst(5118) ; in _setFirst() 200 oObj.setLast(23450) ; in _setLast() 237 oObj.setEmpty() ; in _setEmpty() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/configuration/backend/ |
H A D | _XLayerHandler.java | 49 oObj.startLayer(); in _endLayer() 55 oObj.endProperty(); in _endLayer() 59 oObj.endProperty(); in _endLayer() 63 oObj.endProperty(); in _endLayer() 88 oObj.endNode(); in _endLayer() 96 oObj.endNode(); in _endLayer() 102 oObj.endNode(); in _endLayer() 104 oObj.endNode(); in _endLayer() 105 oObj.endNode(); in _endLayer() 106 oObj.endNode(); in _endLayer() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFrame.java | 134 oObj.activate() ; in _activate() 144 oObj.deactivate() ; in _deactivate() 145 oObj.activate() ; in _deactivate() 164 oObj.deactivate(); in _isActive() 168 oObj.activate(); in _isActive() 188 oObj.activate() ; in _addFrameActionListener() 189 oObj.deactivate() ; in _addFrameActionListener() 190 oObj.activate() ; in _addFrameActionListener() 241 oObj.activate(); in _removeFrameActionListener() 242 oObj.deactivate(); in _removeFrameActionListener() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCalendar.java | 67 public XCalendar oObj = null; field in _XCalendar 91 aOriginalDTime = oObj.getDateTime(); in before() 102 oObj.setDateTime(aOriginalDTime); in after() 229 String uID = oObj.getUniqueID(); in _getUniqueID() 254 oObj.setDateTime(newDTime); in _setDateTime() 280 oObj.setDateTime(newDTime); in _getDateTime() 320 oObj.setDateTime(0.0); in _setValue() 330 oObj.setValue(fields[k],set); in _setValue() 411 oObj.setFirstDayOfWeek(firstDay); in _setFirstDayOfWeek() 541 res &= !oObj.isValid(); in _isValid() [all …]
|
H A D | _XCollator.java | 50 public XCollator oObj = null; field in _XCollator 60 alg = oObj.listCollatorAlgorithms(loc) ; in _listCollatorAlgorithms() 101 oObj.loadDefaultCollator(loc, 0); in _loadDefaultCollator() 103 oObj.loadDefaultCollator(loc, in _loadDefaultCollator() 121 oObj.loadCollatorAlgorithm(alg[0], loc, in _loadCollatorAlgorithm() 167 oObj.loadDefaultCollator(loc, 0) ; in _compareSubstring() 175 oObj.loadDefaultCollator( in _compareSubstring() 184 oObj.loadDefaultCollator( in _compareSubstring() 227 oObj.loadDefaultCollator( in _compareString() 236 oObj.loadDefaultCollator( in _compareString() [all …]
|
/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleText.java | 80 public XAccessibleText oObj = null; field in _XAccessibleText 144 oObj.setCaretPosition(-1); in _setCaretPosition() 193 oObj.getCharacter(-1); in _getCharacter() 203 oObj.getCharacter(chCount); in _getCharacter() 302 oObj.getCharacterBounds(-1); in _getCharacterBounds() 376 index = oObj.getIndexAtPoint(pt); in _getIndexAtPoint() 403 oObj.setSelection(0, 0); in _getSelectedText() 410 oObj.setSelection(0, chCount); in _getSelectedText() 412 txt = oObj.getSelectedText(); in _getSelectedText() 597 text = oObj.getText(); in _getText() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XDictionaryList.java | 88 count = oObj.getCount(); in _getCount() 129 oObj.flushEvents(); in _addDictionaryListEventListener() 130 oObj.addDictionary(xDic); in _addDictionaryListEventListener() 133 oObj.flushEvents(); in _addDictionaryListEventListener() 134 oObj.removeDictionary(xDic); in _addDictionaryListEventListener() 157 oObj.flushEvents(); in _removeDictionaryListEventListener() 158 oObj.addDictionary(xDic); in _removeDictionaryListEventListener() 165 oObj.flushEvents(); in _removeDictionaryListEventListener() 240 oObj.beginCollectEvents(); in _beginCollectEvents() 242 oObj.addDictionary(xDic); in _beginCollectEvents() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XMultiSelectionSupplier.java | 86 oObj.clearSelection(); in _addSelection() 125 oObj.addSelection(oObj); in _addSelection() 142 oObj.clearSelection(); in _removeSelection() 169 count = oObj.getSelectionCount(); in _removeSelection() 188 count = oObj.getSelectionCount(); in _removeSelection() 202 oObj.removeSelection(oObj); in _removeSelection() 235 oObj.clearSelection(); in _clearSelection() 260 count = oObj.getSelectionCount(); in _clearSelection() 263 oObj.clearSelection(); in _clearSelection() 279 oObj.clearSelection(); in _createSelectionEnumeration() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XResultSet.java | 81 oObj.last() ; in before() 83 oObj.first() ; in before() 103 oObj.beforeFirst() ; in _beforeFirst() 144 oObj.afterLast() ; in _afterLast() 185 oObj.first() ; in _first() 226 oObj.last() ; in _last() 268 oObj.absolute(1) ; in _absolute() 313 oObj.next() ; in _next() 336 oObj.previous() ; in _previous() 358 oObj.first() ; in _relative() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/tree/ |
H A D | _XMutableTreeNode.java | 51 public XMutableTreeNode oObj = null; field in _XMutableTreeNode 78 oObj.appendChild(myNode); in _appendChild() 87 oObj.appendChild(myNode); in _appendChild() 97 oObj.appendChild(oObj); in _appendChild() 151 oObj.insertChildByIndex(0, oObj); in _insertChildByIndex() 171 oObj.removeChildByIndex(0); in _removeChildByIndex() 207 oObj.setDisplayValue(null); in _setDisplayValue() 210 oObj.setDisplayValue(oObj); in _setDisplayValue() 222 oObj.setNodeGraphicURL(null); in _setNodeGraphicURL() 267 oObj.setDataValue(null); in _DataValue() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCellCursor.java | 61 public XSheetCellCursor oObj = null; field in _XSheetCellCursor 104 oObj.collapseToSize (1, 1) ; in _collapseToCurrentArray() 105 oObj.collapseToCurrentArray() ; in _collapseToCurrentArray() 163 oObj.collapseToCurrentRegion(); in _collapseToCurrentRegion() 214 oObj.collapseToSize(width, height); in _collapseToCurrentRegion() 256 oObj.collapseToMergedArea() ; in _collapseToMergedArea() 285 oObj.collapseToSize(width, height); in _collapseToMergedArea() 321 oObj.collapseToSize(width, height) ; in _collapseToSize() 336 oObj.expandToEntireColumns () ; in _expandToEntireColumns() 358 oObj.collapseToSize(width, height) ; in _expandToEntireColumns() [all …]
|