Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java185 boolean newVal = !row.getBoolean(idx) ; in _updateBoolean()
186 oObj.updateBoolean(idx, newVal) ; in _updateBoolean()
188 result = newVal == getVal ; in _updateBoolean()
214 byte newVal = (byte) (row.getByte(idx) + 1) ; in _updateByte()
215 oObj.updateByte(idx, newVal) ; in _updateByte()
217 result = newVal == getVal ; in _updateByte()
243 short newVal = (short) (row.getShort(idx) + 1) ; in _updateShort() local
244 oObj.updateShort(idx, newVal) ; in _updateShort()
246 result = newVal == getVal ; in _updateShort()
272 int newVal = 1 + row.getInt(idx) ; in _updateInt() local
[all …]
H A D_XWarningsSupplier.java71 int oldVal = 0, newVal = 0; in _getWarnings() local
78 newVal = row.getInt(DBTools.TST_INT); in _getWarnings()
90 log.println("New INT value: " + newVal); in _getWarnings()
/AOO41X/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp310 STDMETHODIMP CBasic::put_prpByte(unsigned char newVal) in put_prpByte() argument
312 m_cPrpByte= newVal; in put_prpByte()
324 STDMETHODIMP CBasic::put_prpShort(short newVal) in put_prpShort() argument
326 m_nPrpShort= newVal; in put_prpShort()
338 STDMETHODIMP CBasic::put_prpLong(long newVal) in put_prpLong() argument
340 m_lPrpLong= newVal; in put_prpLong()
352 STDMETHODIMP CBasic::put_prpString(BSTR newVal) in put_prpString() argument
354 m_bstrPrpString= newVal; in put_prpString()
366 STDMETHODIMP CBasic::put_prpFloat(float newVal) in put_prpFloat() argument
368 m_fPrpFloat= newVal; in put_prpFloat()
[all …]
H A DBasic.h87 STDMETHOD(put_prpObject)(/*[in]*/ IDispatch* newVal);
89 STDMETHOD(put_prpArray)(/*[in]*/ LPSAFEARRAY newVal);
91 STDMETHOD(put_prpVariant)(/*[in]*/ VARIANT newVal);
93 STDMETHOD(put_prpDouble)(/*[in]*/ double newVal);
95 STDMETHOD(put_prpFloat)(/*[in]*/ float newVal);
97 STDMETHOD(put_prpString)(/*[in]*/ BSTR newVal);
99 STDMETHOD(put_prpLong)(/*[in]*/ long newVal);
101 STDMETHOD(put_prpShort)(/*[in]*/ short newVal);
103 STDMETHOD(put_prpByte)(/*[in]*/ unsigned char newVal);
105 STDMETHOD(put_prpBool)(/*[in]*/ VARIANT_BOOL newVal);
[all …]
H A DAxTestComponents.idl71 [propput, id(85), helpstring("property prpBool")] HRESULT prpBool([in] VARIANT_BOOL newVal);
73 … [propput, id(34), helpstring("property prpByte")] HRESULT prpByte([in] unsigned char newVal);
75 [propput, id(35), helpstring("property prpShort")] HRESULT prpShort([in] short newVal);
77 [propput, id(36), helpstring("property prpLong")] HRESULT prpLong([in] long newVal);
79 [propput, id(37), helpstring("property prpString")] HRESULT prpString([in] BSTR newVal);
81 [propput, id(38), helpstring("property prpFloat")] HRESULT prpFloat([in] float newVal);
83 [propput, id(39), helpstring("property prpDouble")] HRESULT prpDouble([in] double newVal);
85 … [propput, id(40), helpstring("property prpVariant")] HRESULT prpVariant([in] VARIANT newVal);
87 …propput, id(41), helpstring("property prpArray")] HRESULT prpArray([in] SAFEARRAY(VARIANT) newVal);
89 … [propput, id(42), helpstring("property prpObject")] HRESULT prpObject([in] IDispatch* newVal);
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/text/
H A D_BaseIndex.java107 PropertyValue[][] newVal = null; in _LevelFormat()
120 newVal = new PropertyValue[1][2]; in _LevelFormat()
122 for (int i = 0; i < newVal[0].length; i++) { in _LevelFormat()
123 newVal[0][i] = new PropertyValue(); in _LevelFormat()
126 newVal[0][1].Name = "TokenType"; in _LevelFormat()
127 newVal[0][1].Value = "TokenEntryText"; in _LevelFormat()
128 newVal[0][0].Name = "Text"; in _LevelFormat()
129 newVal[0][0].Value = "BaseIndex"; in _LevelFormat()
131 indProp.replaceByIndex(0, newVal); in _LevelFormat()
/AOO41X/main/qadevOOo/tests/java/ifc/ui/dialogs/
H A D_XFilePickerControlAccess.java112 Object newVal = tEnv.getObjRelation in _setValue() local
114 if (newVal == null) { in _setValue()
115 newVal = ValueChanger.changePValue(oldVal) ; in _setValue()
121 oObj.setValue(cntlID, (short)0 , newVal) ; in _setValue()
128 result &= ValueComparer.equalValue(newVal, getVal) ; in _setValue()
162 String newVal = oldLab + "_" ; in _setLabel() local
166 oObj.setLabel(cntlID, newVal) ; in _setLabel()
173 result &= newVal.equals(getVal) ; in _setLabel()
H A D_XControlAccess.java100 Object newVal = util.ValueChanger.changePValue(oldVal); in _setControlProperty() local
102 newVal = "HID:133"; in _setControlProperty()
105 (supControls[i], supProperties[i][j], newVal) ; in _setControlProperty()
108 log.println("\t Old:" + oldVal + ",New:" + newVal in _setControlProperty()
110 if (!util.ValueComparer.equalValue(newVal, resVal)) { in _setControlProperty()
113 "\t Old:" + oldVal + ",New:" + newVal in _setControlProperty()
116 result &= util.ValueComparer.equalValue(newVal, resVal); in _setControlProperty()
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XPrintAreas.java93 CellRangeAddress[]newVal = oObj.getPrintAreas(); in _setPrintAreas() local
94 ret = ValueComparer.equalValue(newVal, setValue); in _setPrintAreas()
97 newVal = oObj.getPrintAreas(); in _setPrintAreas()
98 ret &= ValueComparer.equalValue(newVal, setValue); in _setPrintAreas()
125 CellRangeAddress newVal = oObj.getTitleColumns(); in _setTitleColumns() local
126 ret = ValueComparer.equalValue(newVal, new CellRangeAddress((short)0, 0, 0, 0, 0)); in _setTitleColumns()
141 CellRangeAddress newVal = oObj.getTitleRows(); in _setTitleRows() local
142 ret = ValueComparer.equalValue(newVal, new CellRangeAddress((short)0, 0, 0, 0, 0)); in _setTitleRows()
/AOO41X/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleValue.java141 double newVal = curVal + 1; in _setCurrentValue() local
142 if (newVal > maxVal) newVal -= 2; in _setCurrentValue()
143 if (newVal < minVal) newVal += 1; in _setCurrentValue()
145 log.println("New value is " + newVal); in _setCurrentValue()
147 Object setVal = getObjectValue(newVal, val.getClass()); in _setCurrentValue()
159 result &= Math.abs(newVal - resVal) < 0.00001; in _setCurrentValue()
/AOO41X/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java515 String newVal = changeToCorrectValue(val); in checkStringListProperty() local
516 assertFalse("newVal must not equal val.", newVal.equals(val)); in checkStringListProperty()
518 System.out.println(" Try to change to a correct value '" + newVal + "'"); in checkStringListProperty()
519 aNewValues[0] = newVal; in checkStringListProperty()
614 String newVal = changeToCorrectValue(val); in checkStringProperty() local
615 System.out.println(" Try to change to a correct value '" + newVal + "'"); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
620 if (!checkPaths(checkVal, newVal)) in checkStringProperty()
625 newVal = changeToIncorrectValue(val); in checkStringProperty()
626 System.out.println(" Try to change to incorrect value '" + newVal + "'"); in checkStringProperty()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/view/
H A D_XPrintable.java84 PaperOrientation newVal = null ; in _setPrinter() local
86 newVal = PaperOrientation.LANDSCAPE ; in _setPrinter()
88 newVal = PaperOrientation.PORTRAIT ; in _setPrinter()
90 the_printer[propIdx].Value = newVal ; in _setPrinter()
108 boolean the_same = the_printer[propIdx].Value == newVal; in _setPrinter()
/AOO41X/main/avmedia/source/win/
H A Dinterface.hxx38 IUnknown *newVal) = 0;
44 long newVal) = 0;
54 BSTR newVal) = 0;
/AOO41X/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java189 String newVal = oObj.reSubstituteVariables(substString); in checkXStringSubstitution() local
195 + "' to '" + newVal + "' correctly:", in checkXStringSubstitution()
196 newVal.startsWith(prog)); in checkXStringSubstitution()
/AOO41X/main/qadevOOo/tests/java/ifc/form/
H A D_DataAwareControlModel.java111 final String newVal = relVal == null ? "Address" : relVal ; in _DataField() local
114 return newVal ; in _DataField()
/AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java618 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() argument
688 newVal[0]= convObj; in convertPropertyValue()
799 protected void setPropertyValueNoBroadcast(Property property, Object newVal) in setPropertyValueNoBroadcast() argument
813 propField.set(this, newVal); in setPropertyValueNoBroadcast()
/AOO41X/main/qadevOOo/tests/java/ifc/document/
H A D_Settings.java52 Short newVal = oldVal.intValue() == 1 ? new Short("3") : new Short("1"); in _PrinterIndependentLayout() local
55 testProperty("PrinterIndependentLayout", oldVal, newVal); in _PrinterIndependentLayout()
/AOO41X/main/qadevOOo/runner/util/
H A DValueChanger.java709 PropertyValue newVal = new PropertyValue(); in changePValue() local
710 newVal.Name = ((PropertyValue)oldValue).Name; in changePValue()
711 newVal.Value = changePValue(((PropertyValue)oldValue).Value); in changePValue()
712 newValue = newVal; in changePValue()
809 PropertyValue newVal = new PropertyValue(); in changePValue() local
810 newVal.Name = ((PropertyValue)oldValue).Name; in changePValue()
811 newVal.Value = changePValue(((PropertyValue)oldValue).Value); in changePValue()
812 newValue = newVal; in changePValue()
/AOO41X/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterProperties.java348 XPropertySet get,String name, Object newVal) { in changeProp() argument
360 gValue = newVal; in changeProp()