Home
last modified time | relevance | path

Searched refs:oObj (Results 26 – 50 of 1275) sorted by relevance

12345678910>>...51

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java85 public XWindow oObj = null; field in _XWindow
137 oObj.setFocus(); in _setFocus()
139 oObj.setFocus(); in _setFocus()
149 oObj.setVisible(false); in _setVisible()
150 oObj.setVisible(true); in _setVisible()
160 oObj.setEnable(false); in _setEnable()
161 oObj.setEnable(true); in _setEnable()
368 oObj.setFocus(); in _addFocusListener()
378 oObj.setFocus() ; in _addFocusListener()
402 oObj.setFocus(); in _removeFocusListener()
[all …]
H A D_XSpinValue.java40 public XSpinValue oObj; field in _XSpinValue
68 oObj.setSpinIncrement(15); in _setSpinIncrement()
69 oObj.setSpinIncrement(5); in _setSpinIncrement()
84 oObj.setMaximum(490); in _setMaximum()
85 oObj.setMaximum(480); in _setMaximum()
99 oObj.setMinimum(90); in _setMinimum()
100 oObj.setMinimum(80); in _setMinimum()
135 oObj.setMaximum(600); in _setValue()
136 oObj.setValue(480); in _setValue()
137 oObj.setValue(520); in _setValue()
[all …]
H A D_XComboBox.java53 public XComboBox oObj = null; field in _XComboBox
100 oObj.addItemListener(itemListener); in _addItemListener()
111 oObj.removeItemListener(itemListener); in _removeItemListener()
121 oObj.addActionListener(actionListener); in _addActionListener()
150 oObj.addItem("Item1", itemCount); in _addItem()
169 short oldCnt = oObj.getItemCount(); in _addItems()
191 short oldCnt = oObj.getItemCount(); in _removeItems()
192 oObj.removeItems((short) 0, oldCnt); in _removeItems()
193 result = oObj.getItemCount() == 0; in _removeItems()
204 itemCount = oObj.getItemCount(); in _getItemCount()
[all …]
H A D_XControl.java65 public XControl oObj = null; field in _XControl
77 oObj.setContext(cont); in _setContext()
94 Object get = oObj.getContext(); in _getContext()
114 oObj.createPeer(the_kit,the_win); in _createPeer()
145 aModel = oObj.getModel(); in _setModel()
147 oObj.setModel(the_model); in _setModel()
172 oObj.setModel(aModel); in _getModel()
182 desMode = oObj.isDesignMode(); in _setDesignMode()
183 oObj.setDesignMode(!desMode); in _setDesignMode()
193 oObj.setDesignMode(desMode); in _isDesignMode()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/
H A D_XSimpleRegistry.java69 public XSimpleRegistry oObj = null; field in _XSimpleRegistry
129 oObj.close(); in _open()
154 closeReg(oObj); in _isReadOnly()
179 closeReg(oObj); in _getRootKey()
266 closeReg(oObj); in _mergeKey()
282 String url = oObj.getURL(); in _getURL()
283 closeReg(oObj); in _getURL()
308 oObj.close(); in _close()
347 oObj.destroy(); in _destroy()
368 valid = oObj.isValid(); in _isValid()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java56 public XTableColumns oObj = null; field in _XTableColumns
91 int origCnt = oObj.getCount(); in _insertByIndex()
98 oObj.insertByIndex(1,1); in _insertByIndex()
114 oObj.insertByIndex(0,1); in _insertByIndex()
128 oObj.insertByIndex(0,2); in _insertByIndex()
161 oObj.insertByIndex(-1,1); in _insertByIndex()
169 int cnt = oObj.getCount(); in _insertByIndex()
223 oObj.removeByIndex(0,2); in _removeByIndex()
237 oObj.removeByIndex(0,1); in _removeByIndex()
250 oObj.removeByIndex(1,1); in _removeByIndex()
[all …]
H A D_XCell.java47 public XCell oObj = null; field in _XCell
65 if (oObj.getError() != 0) { in _getError()
68 oObj.getError()) ; in _getError()
71 if (oObj.getError() == 0) { in _getError()
89 oObj.setFormula("=2+2"); in _getFormula()
91 formula = (String) oObj.getFormula(); in _getFormula()
125 value = (double) oObj.getValue(); in _getValue()
139 oObj.setFormula("=2/6") ; in _setFormula()
141 formula = (String) oObj.getFormula(); in _setFormula()
156 oObj.setValue(222.333) ; in _setValue()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XPrintAreas.java36 public XPrintAreas oObj = null; field in _XPrintAreas
60 oObj.setPrintAreas(null); in _getPrintAreas()
61 printAreas = oObj.getPrintAreas(); in _getPrintAreas()
92 oObj.setPrintAreas(setValue); in _setPrintAreas()
96 oObj.setPrintAreas(setValue); in _setPrintAreas()
97 newVal = oObj.getPrintAreas(); in _setPrintAreas()
106 oObj.setPrintTitleColumns(!value); in _setPrintTitleColumns()
108 oObj.setPrintTitleColumns(false); in _setPrintTitleColumns()
116 oObj.setPrintTitleRows(!value); in _setPrintTitleRows()
118 oObj.setPrintTitleRows(false); in _setPrintTitleRows()
[all …]
H A D_XSheetCellRangeContainer.java45 public XSheetCellRangeContainer oObj = null; field in _XSheetCellRangeContainer
61 oObj.removeRangeAddresses(oObj.getRangeAddresses()); in before()
81 oObj.addRangeAddress(rAddr[0], false); in _addRangeAddress()
85 for (int i=0; i<=oObj.getCount()-1; i++) { in _addRangeAddress()
112 oObj.removeRangeAddress(rAddr[0]); in _removeRangeAddress()
119 for (int i=0; i<=oObj.getCount()-1; i++) { in _removeRangeAddress()
144 int cntBefore = oObj.getCount(); in _addRangeAddresses()
146 oObj.addRangeAddresses(rAddr, false); in _addRangeAddresses()
154 for (int i=0; i < oObj.getCount(); i++) { in _addRangeAddresses()
182 oObj.removeRangeAddresses(oObj.getRangeAddresses()); in _removeRangeAddresses()
[all …]
H A D_XConsolidationDescriptor.java55 public XConsolidationDescriptor oObj = null; field in _XConsolidationDescriptor
68 aFunction = oObj.getFunction(); in _getFunction()
77 insertLinks = oObj.getInsertLinks(); in _getInsertLinks()
86 CRaddr = oObj.getSources(); in _getSources()
96 addr = oObj.getStartOutputPosition(); in _getStartOutputPosition()
138 oObj.setFunction(aFunction2); in _setFunction()
139 aFunction2 = oObj.getFunction(); in _setFunction()
156 oObj.setInsertLinks( !insertLinks ); in _setInsertLinks()
174 oObj.setSources(newCRaddr()); in _setSources()
196 oObj.setStartOutputPosition(addr2); in _setStartOutputPosition()
[all …]
H A D_XSheetOutline.java40 public XSheetOutline oObj = null; field in _XSheetOutline
56 oObj.autoOutline(address); in _autoOutline()
59 oObj.hideDetail(address); in _autoOutline()
68 oObj.clearOutline(); in _clearOutline()
70 oObj.hideDetail(address); in _clearOutline()
76 oObj.group(address, TableOrientation.COLUMNS); in _group()
77 oObj.group(address, TableOrientation.ROWS); in _group()
84 oObj.ungroup(address, TableOrientation.ROWS); in _ungroup()
85 oObj.hideDetail(address); in _ungroup()
91 oObj.hideDetail(address); in _hideDetail()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XLayoutManager.java37 public XLayoutManager oObj = null; field in _XLayoutManager
47 oObj.attachFrame(xFrame); in _attachFrame()
53 oObj.createElement(sElementName); in _createElement()
60 oObj.destroyElement(sElementName); in _destroyElement()
65 oObj.doLayout(); in _doLayout()
80 oObj.floatWindow(sElementName); in _floatWindow()
137 oObj.lock(); in _lock()
142 oObj.reset(); in _reset()
147 oObj.setDockingAreaAcceptor(null); in _setDockingAreaAcceptor()
156 oObj.setElementPos(sElementName, p); in _setElementPos()
[all …]
H A D_XModel.java62 public XModel oObj = null; field in _XModel
91 oObj.connectController(cont2); in _connectController()
114 oObj.disconnectController(cont2); in _disconnectController()
173 String url = oObj.getURL(); in _getURL()
196 oObj.lockControllers(); in _lockControllers()
197 result = oObj.hasControllersLocked(); in _lockControllers()
216 oObj.connectController(cont2); in _setCurrentController()
219 oObj.setCurrentController(cont2); in _setCurrentController()
228 oObj.setCurrentController(old); in _setCurrentController()
250 oObj.unlockControllers(); in _unlockControllers()
[all …]
H A D_XDispatchRecorder.java70 oObj.startRecording(xFrame); in _startRecording()
71 oObj.endRecording(); in _startRecording()
79 oObj.startRecording(xFrame); in _getRecordedMacro()
102 oObj.endRecording(); in _getRecordedMacro()
114 oObj.startRecording(xFrame); in _endRecording()
115 oObj.endRecording(); in _endRecording()
130 oObj.startRecording(xFrame); in _recordDispatch()
147 oObj.endRecording(); in _recordDispatch()
162 oObj.startRecording(xFrame); in _recordDispatchAsComment()
178 oObj.endRecording(); in _recordDispatchAsComment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XTransliteration.java55 public XTransliteration oObj = null; field in _XTransliteration
89 String name = oObj.getName(); in _loadModule()
106 oObj.loadModuleNew( in _loadModuleNew()
110 String name = oObj.getName(); in _loadModuleNew()
127 String name = oObj.getName(); in _loadModuleByImplName()
144 String name = oObj.getName(); in _loadModulesByImplNames()
171 String name = oObj.getName(); in _getName()
213 String[] out = oObj.transliterateRange("a", "i") ; in _transliterateRange()
248 String out = oObj.folding("AaBbCc", 1, 4, offs) ; in _folding()
419 res = oObj.compareString(str1, str2); in testString()
[all …]
H A D_XBreakIterator.java81 public XBreakIterator oObj = null; field in _XBreakIterator
162 int lRes = oObj.previousCharacters(UnicodeString, in _previousCharacters()
188 Boundary bounds = oObj.nextWord in _nextWord()
306 boolean isNotBegin = !oObj.isBeginWord(UnicodeString, in _isBeginWord()
338 boolean isNotEnd = !oObj.isEndWord(UnicodeString, in _isEndWord()
374 bRes &= oObj.beginOfSentence(UnicodeString, in _beginOfSentence()
406 bInvRes &= oObj.endOfSentence(UnicodeString, in _endOfSentence()
533 res &= oObj.getScriptType("abcd", 0) == ScriptType.LATIN ; in _getScriptType()
536 res &= oObj.getScriptType(arrows, 0) == ScriptType.WEAK ; in _getScriptType()
577 int endPos = oObj.endOfCharBlock(UnicodeString, iPos, in _beginOfCharBlock()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java67 public XTreeControl oObj = null; field in _XTreeControl
239 oObj.collapseNode(mXNode); in _isNodeExpanded()
252 oObj.expandNode(mXNode); in _isNodeExpanded()
310 oObj.expandNode(mXNode); in _isNodeCollapsed()
341 oObj.makeNodeVisible(mXNode); in _makeNodeVisible()
397 oObj.collapseNode(mXNode); in _addTreeExpansionListener()
417 oObj.expandNode(mXNode); in _addTreeExpansionListener()
435 oObj.collapseNode(mXNode); in _addTreeExpansionListener()
460 oObj.collapseNode(mXNode); in _removeTreeExpansionListener()
477 oObj.expandNode(mXNode); in _removeTreeExpansionListener()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XUpdateHandler.java40 public XUpdateHandler oObj; field in _XUpdateHandler
214 oObj.startUpdate(); in _startUpdate()
223 oObj.resetPropertyValue(); in _startUpdate()
225 oObj.endProperty(); in _startUpdate()
230 oObj.endProperty(); in _startUpdate()
233 oObj.removeNode("whatever"); in _startUpdate()
234 oObj.resetProperty("prop"); in _startUpdate()
235 oObj.endNode(); in _startUpdate()
236 oObj.endNode(); in _startUpdate()
237 oObj.endNode(); in _startUpdate()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XWordCursor.java52 oObj.gotoStart(false); in before()
63 oObj.gotoNextWord(false); in _gotoPreviousWord()
75 oObj.gotoPreviousWord(false) ; in _gotoNextWord()
76 tRes.tested("gotoNextWord()", oObj.gotoNextWord(false) ); in _gotoNextWord()
86 oObj.gotoStart(false); in _gotoEndOfWord()
99 tRes.tested("isEndOfWord()", oObj.isEndOfWord() ); in _isEndOfWord()
109 oObj.gotoEndOfWord(false); in _isStartOfWord()
110 oObj.gotoStartOfWord(false); in _isStartOfWord()
111 tRes.tested("isStartOfWord()", oObj.isStartOfWord() ); in _isStartOfWord()
122 oObj.gotoStartOfWord(false); in _gotoStartOfWord()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleContext.java57 public XAccessibleContext oObj = null; field in _XAccessibleContext
71 childCount = oObj.getAccessibleChildCount(); in _getAccessibleChildCount()
110 oObj)) { in _getAccessibleChild()
141 oObj.getAccessibleName()); in _getAccessibleChild()
189 parent = oObj.getAccessibleParent(); in _getAccessibleParent()
210 int idx = oObj.getAccessibleIndexInParent(); in _getAccessibleIndexInParent()
222 oObj); in _getAccessibleIndexInParent()
249 short role = oObj.getAccessibleRole(); in _getAccessibleRole()
260 String name = oObj.getAccessibleName(); in _getAccessibleName()
271 String descr = oObj.getAccessibleDescription(); in _getAccessibleDescription()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java63 public XAccessibleContext oObj = null; field in _XAccessibleContext
79 childCount = oObj.getAccessibleChildCount(); in _getAccessibleChildCount()
106 XAccessible ch = oObj.getAccessibleChild(i) ; in _getAccessibleChild()
128 +oObj.getAccessibleDescription()); in _getAccessibleChild()
151 parent = oObj.getAccessibleParent(); in _getAccessibleParent()
172 int idx = oObj.getAccessibleIndexInParent(); in _getAccessibleIndexInParent()
197 short role = oObj.getAccessibleRole(); in _getAccessibleRole()
209 String name = oObj.getAccessibleName(); in _getAccessibleName()
221 String descr = oObj.getAccessibleDescription(); in _getAccessibleDescription()
244 XAccessibleStateSet set = oObj.getAccessibleStateSet(); in _getAccessibleStateSet()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertySet.java57 public XPropertySet oObj = null; field in _XPropertySet
175 oObj.setPropertyValue(propertyName, in _addPropertyChangeListener()
235 oObj.setPropertyValue(propertyName, in _addVetoableChangeListener()
297 gValue = oObj.getPropertyValue(propertyName); in _setPropertyValue()
299 oObj.setPropertyValue(propertyName, sValue); in _setPropertyValue()
339 oObj.getPropertyValue(propertyName); in getSinglePropertyValue()
440 oObj.setPropertyValue(propertyName, in _removePropertyChangeListener()
516 oObj.setPropertyValue(propertyName, in _removeVetoableChangeListener()
573 if (name.equals(oObj)) in getPropsToTest()
619 Object getProp = oObj.getPropertyValue(name); in isChangeable()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_ChartAxisYSupplier.java62 oObj = (XPropertySet) in before()
69 boolean res = ((Boolean)oObj.getPropertyValue( in _HasYAxis()
72 oObj.setPropertyValue("HasYAxis", Boolean.TRUE); in _HasYAxis()
74 if (!((Boolean)oObj.getPropertyValue( in _HasYAxis()
78 oObj.setPropertyValue("HasYAxis", Boolean.FALSE); in _HasYAxis()
79 boolean setVal = ((Boolean)oObj.getPropertyValue( in _HasYAxis()
83 setVal |= ((Boolean)oObj.getPropertyValue( in _HasYAxis()
87 oObj.setPropertyValue("HasYAxis", Boolean.TRUE); in _HasYAxis()
88 setVal |= !((Boolean)oObj.getPropertyValue( in _HasYAxis()
93 setVal |= !((Boolean)oObj.getPropertyValue( in _HasYAxis()
[all …]
H A D_ChartAxisZSupplier.java72 oObj = (XPropertySet) in before()
75 oObj.setPropertyValue("Dim3D", new Boolean(true)); in before()
98 boolean res = ((Boolean)oObj.getPropertyValue( in _HasZAxis()
103 if (!((Boolean)oObj.getPropertyValue( in _HasZAxis()
107 oObj.setPropertyValue("HasZAxis", Boolean.FALSE); in _HasZAxis()
108 boolean setVal = ((Boolean)oObj.getPropertyValue( in _HasZAxis()
112 setVal |= ((Boolean)oObj.getPropertyValue( in _HasZAxis()
116 oObj.setPropertyValue("HasZAxis", Boolean.TRUE); in _HasZAxis()
117 setVal |= !((Boolean)oObj.getPropertyValue( in _HasZAxis()
122 setVal |= !((Boolean)oObj.getPropertyValue( in _HasZAxis()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_XSingleSelectQueryComposer.java58 public XSingleSelectQueryComposer oObj = null ; field in _XSingleSelectQueryComposer
125 oObj.setFilter(filter); in _setFilter()
146 oObj.setFilter(complexFilter); in _setStructuredFilter()
148 oObj.setFilter(""); in _setStructuredFilter()
216 oObj.appendGroupByColumn(xProp); in _appendGroupByColumn()
226 oObj.appendGroupByColumn(dummy); in _appendGroupByColumn()
245 oObj.setGroup(group); in _setGroup()
263 oObj.setHavingClause(clause); in _setHavingClause()
295 oObj.setHavingClause(complexFilter); in _setStructuredHavingClause()
298 oObj.setHavingClause(""); in _setStructuredHavingClause()
[all …]

Completed in 95 milliseconds

12345678910>>...51