Lines Matching defs:newVal
243 short newVal = (short) (row.getShort(idx) + 1) ; in _updateShort() local
272 int newVal = 1 + row.getInt(idx) ; in _updateInt() local
301 long newVal = 1 + row.getLong(idx) ; in _updateLong() local
330 float newVal = (float) (1.1 + row.getFloat(idx)); in _updateFloat() local
359 double newVal = 1.1 + row.getDouble(idx) ; in _updateDouble() local
388 String newVal = "_" + row.getString(idx) ; in _updateString() local
453 Date newVal = row.getDate(idx) ; in _updateDate() local
483 Time newVal = row.getTime(idx) ; in _updateTime() local
513 DateTime newVal = row.getTimestamp(idx) ; in _updateTimestamp() local
546 XInputStream newVal = (XInputStream) UnoRuntime.queryInterface in _updateBinaryStream() local
583 XInputStream newVal = (XInputStream) UnoRuntime.queryInterface in _updateCharacterStream() local
618 Object newVal = ((XMultiServiceFactory)tParam.getMSF()). in _updateObject() local
653 Object newVal = ((XMultiServiceFactory)tParam.getMSF()). in _updateNumericObject() local