Home
last modified time | relevance | path

Searched defs:getVal (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java215 short getVal = oObj.getShort(col) ; in _getShort() local
237 int getVal = oObj.getInt(col) ; in _getInt() local
257 long getVal = oObj.getLong(col) ; in _getLong() local
277 float getVal = oObj.getFloat(col) ; in _getFloat() local
297 double getVal = oObj.getDouble(col) ; in _getDouble() local
337 Date getVal = oObj.getDate(col) ; in _getDate() local
357 Time getVal = oObj.getTime(col) ; in _getTime() local
457 XRef getVal = oObj.getRef(col) ; in _getRef() local
477 XBlob getVal = oObj.getBlob(col) ; in _getBlob() local
497 XClob getVal = oObj.getClob(col) ; in _getClob() local
[all …]
H A D_XRowUpdate.java245 short getVal = row.getShort(idx) ; in _updateShort() local
274 int getVal = row.getInt(idx) ; in _updateInt() local
303 long getVal = row.getLong(idx) ; in _updateLong() local
332 float getVal = row.getFloat(idx) ; in _updateFloat() local
361 double getVal = row.getDouble(idx) ; in _updateDouble() local
390 String getVal = row.getString(idx) ; in _updateString() local
456 Date getVal = row.getDate(idx) ; in _updateDate() local
486 Time getVal = row.getTime(idx) ; in _updateTime() local
516 DateTime getVal = row.getTimestamp(idx) ; in _updateTimestamp() local
550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XFilePickerControlAccess.java118 Object getVal = null ; in _setValue() local
163 String getVal = null ; in _setLabel() local
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx66 double getVal() const { return mfVal; } in getVal() function in basegfx::ip_single
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx476 ValType getVal( int nIndex) const { return mnValStack[ nIndex];} in getVal() function in CffSubsetterContext

Completed in 36 milliseconds