Lines Matching refs:sal_Int32

166 sal_Int32 SAL_CALL OResultSet::findColumn(const OUString& columnName)  in findColumn()
191 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream(sal_Int32 column) in getBinaryStream()
206 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream(sal_Int32 column) in getCharacterStream()
221 sal_Bool SAL_CALL OResultSet::getBoolean(sal_Int32 column) in getBoolean()
252 sal_Int8 SAL_CALL OResultSet::getByte(sal_Int32 column) in getByte()
271 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes(sal_Int32 column) in getBytes()
291 Date SAL_CALL OResultSet::getDate(sal_Int32 column) in getDate()
303 sal_Int32 nIndex = 0, i=0; in getDate()
330 double SAL_CALL OResultSet::getDouble(sal_Int32 column) in getDouble()
349 float SAL_CALL OResultSet::getFloat(sal_Int32 column) in getFloat()
368 sal_Int32 SAL_CALL OResultSet::getInt(sal_Int32 column) in getInt()
387 sal_Int32 SAL_CALL OResultSet::getRow() in getRow()
405 sal_Int64 SAL_CALL OResultSet::getLong(sal_Int32 column) in getLong()
445 Reference< XArray > SAL_CALL OResultSet::getArray(sal_Int32 column) in getArray()
460 Reference< XClob > SAL_CALL OResultSet::getClob(sal_Int32 column) in getClob()
475 Reference< XBlob > SAL_CALL OResultSet::getBlob(sal_Int32 column) in getBlob()
490 Reference< XRef > SAL_CALL OResultSet::getRef(sal_Int32 column) in getRef()
505 Any SAL_CALL OResultSet::getObject(sal_Int32 column, const Reference< XNameAccess >& /* typeMap */) in getObject()
522 sal_Int16 SAL_CALL OResultSet::getShort(sal_Int32 column) in getShort()
540 OUString SAL_CALL OResultSet::getString(sal_Int32 column) in getString()
565 Time SAL_CALL OResultSet::getTime(sal_Int32 column) in getTime()
576 sal_Int32 nIndex, i=0; in getTime()
602 DateTime SAL_CALL OResultSet::getTimestamp(sal_Int32 column) in getTimestamp()
785 sal_Bool SAL_CALL OResultSet::absolute(sal_Int32 row) in absolute()
803 sal_Bool SAL_CALL OResultSet::relative(sal_Int32 row) in relative()
1034 void SAL_CALL OResultSet::updateNull(sal_Int32 column) in updateNull()
1047 void SAL_CALL OResultSet::updateBoolean(sal_Int32 column, sal_Bool /* x */) in updateBoolean()
1060 void SAL_CALL OResultSet::updateByte(sal_Int32 column, sal_Int8 /* x */) in updateByte()
1073 void SAL_CALL OResultSet::updateShort(sal_Int32 column, sal_Int16 /* x */) in updateShort()
1086 void SAL_CALL OResultSet::updateInt(sal_Int32 column, sal_Int32 /* x */) in updateInt() argument
1099 void SAL_CALL OResultSet::updateLong(sal_Int32 column, sal_Int64 /* x */) in updateLong()
1112 void SAL_CALL OResultSet::updateFloat(sal_Int32 column, float /* x */) in updateFloat()
1125 void SAL_CALL OResultSet::updateDouble(sal_Int32 column, double /* x */) in updateDouble()
1138 void SAL_CALL OResultSet::updateString(sal_Int32 column, const OUString& /* x */) in updateString()
1151 void SAL_CALL OResultSet::updateBytes(sal_Int32 column, const Sequence< sal_Int8 >& /* x */) in updateBytes()
1164 void SAL_CALL OResultSet::updateDate(sal_Int32 column, const Date& /* x */) in updateDate()
1177 void SAL_CALL OResultSet::updateTime(sal_Int32 column, const Time& /* x */) in updateTime()
1190 void SAL_CALL OResultSet::updateTimestamp(sal_Int32 column, const DateTime& /* x */) in updateTimestamp()
1203 void SAL_CALL OResultSet::updateBinaryStream(sal_Int32 column, const Reference< XInputStream >& /* … in updateBinaryStream() argument
1204 sal_Int32 /* length */) in updateBinaryStream()
1217 void SAL_CALL OResultSet::updateCharacterStream(sal_Int32 column, const Reference< XInputStream >& … in updateCharacterStream() argument
1218 sal_Int32 /* length */) in updateCharacterStream()
1243 void SAL_CALL OResultSet::updateObject(sal_Int32 column, const Any& /* x */) in updateObject()
1256 void SAL_CALL OResultSet::updateNumericObject(sal_Int32 column, const Any& /* x */, sal_Int32 /* sc… in updateNumericObject() argument
1300 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark(const Any& /* bookmark */, sal_Int32 /* rows *… in moveRelativeToBookmark() argument
1314 sal_Int32 SAL_CALL OResultSet::compareBookmarks(const Any& /* n1 */, const Any& /* n2 */) in compareBookmarks()
1339 sal_Int32 SAL_CALL OResultSet::hashBookmark(const Any& /* bookmark */) in hashBookmark()
1351 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows(const Sequence< Any >& /* rows */) in deleteRows()
1357 Sequence< sal_Int32 > aRet = Sequence< sal_Int32 >(); in deleteRows()
1371 sal_Int32 nPos = 0; in createArrayHelper()
1372 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper()
1373 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
1375 DECL_PROP1IMPL(RESULTSETCONCURRENCY,sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
1376 DECL_PROP1IMPL(RESULTSETTYPE, sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
1395 sal_Int32 nHandle, in convertFastPropertyValue()
1417 void OResultSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */) in setFastPropertyValue_NoBroadcast()
1439 void OResultSet::getFastPropertyValue(Any& _rValue, sal_Int32 nHandle) const in getFastPropertyValue()
1458 _rValue <<= sal_Int32(50); in getFastPropertyValue()
1498 void OResultSet::checkColumnIndex(sal_Int32 index) in checkColumnIndex()