/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 188 result = newVal == getVal ; in _updateBoolean() 217 result = newVal == getVal ; in _updateByte() 246 result = newVal == getVal ; in _updateShort() 275 result = newVal == getVal ; in _updateInt() 304 result = newVal == getVal ; in _updateLong() 333 result = newVal == getVal ; in _updateFloat() 420 if (newVal == null || newVal.length == 0) { in _updateBytes() 423 newVal = new byte[] {(byte) (newVal[0] + 1), 111, 98} ; in _updateBytes() 454 newVal.Year ++ ; in _updateDate() 484 newVal.Seconds ++ ; in _updateTime() [all …]
|
H A D | _XWarningsSupplier.java | 71 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()
|
/trunk/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 312 m_cPrpByte= newVal; in put_prpByte() 326 m_nPrpShort= newVal; in put_prpShort() 340 m_lPrpLong= newVal; in put_prpLong() 368 m_fPrpFloat= newVal; in put_prpFloat() 1076 m_cy = newVal; in put_prpCurrency() 1088 m_date = newVal; in put_prpDate() 1154 m_scode = newVal; in put_prpSCode() 1199 m_var1 = * newVal; in putref_prprefVariant() 1275 m_var3 = *newVal; in put_prpMultiArg1() 1294 m_var2 = newVal; in put_prpMultiArg2() [all …]
|
H A D | Basic.h | 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); 220 STDMETHOD(put_prpCurrency)(CY newVal); 222 STDMETHOD(put_prpDate)(DATE newVal); 227 STDMETHOD(put_prpDecimal)(DECIMAL newVal); 232 STDMETHOD(put_prpSCode)(SCODE newVal); 237 STDMETHOD(putref_prpRefLong)(long* newVal); [all …]
|
H A D | AxTestComponents.idl | 71 [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); 172 [propput, id(93), helpstring("property prpCY")] HRESULT prpCurrency([in] CY newVal); 174 [propput, id(94), helpstring("property prpDate")] HRESULT prpDate([in] DATE newVal); [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
H A D | _BaseIndex.java | 107 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/ |
H A D | _XFilePickerControlAccess.java | 112 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.java | 100 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XPrintAreas.java | 93 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
H A D | _XAccessibleValue.java | 141 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()
|
/trunk/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 515 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 …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/ |
H A D | _XPrintable.java | 84 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()
|
/trunk/main/avmedia/source/win/ |
H A D | interface.hxx | 38 IUnknown *newVal) = 0; 44 long newVal) = 0; 54 BSTR newVal) = 0;
|
/trunk/main/framework/qa/complex/path_substitution/ |
H A D | PathSubstitutionTest.java | 189 String newVal = oObj.reSubstituteVariables(substString); in checkXStringSubstitution() local 195 + "' to '" + newVal + "' correctly:", in checkXStringSubstitution() 196 newVal.startsWith(prog)); in checkXStringSubstitution()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 616 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() argument 686 newVal[0]= convObj; in convertPropertyValue() 797 protected void setPropertyValueNoBroadcast(Property property, Object newVal) in setPropertyValueNoBroadcast() argument 811 propField.set(this, newVal); in setPropertyValueNoBroadcast()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/ |
H A D | _DataAwareControlModel.java | 111 final String newVal = relVal == null ? "Address" : relVal ; in _DataField() local 114 return newVal ; in _DataField()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/ |
H A D | _Settings.java | 52 Short newVal = oldVal.intValue() == 1 ? new Short("3") : new Short("1"); in _PrinterIndependentLayout() local 55 testProperty("PrinterIndependentLayout", oldVal, newVal); in _PrinterIndependentLayout()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | ValueChanger.java | 709 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/ |
H A D | _CharacterProperties.java | 348 XPropertySet get,String name, Object newVal) { in changeProp() argument 360 gValue = newVal; in changeProp()
|