Lines Matching refs:sal_Int32

111 	sal_Int32 i, j, size, smallest;  in sortMacabRecords()
184 sal_Int32 SAL_CALL MacabResultSet::findColumn(const ::rtl::OUString& columnName) throw(SQLException… in findColumn()
191 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn()
193 for (sal_Int32 i = 1; i <= nLen; ++i) in findColumn()
210 ::rtl::OUString SAL_CALL MacabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, Runti… in getString()
216 sal_Int32 nRecords = m_aMacabRecords->size(); in getString()
221 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getString()
237 sal_Bool SAL_CALL MacabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean() argument
247 sal_Int8 SAL_CALL MacabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte() argument
258 sal_Int16 SAL_CALL MacabResultSet::getShort(sal_Int32) throw(SQLException, RuntimeException) in getShort() argument
269 sal_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getInt()
274 sal_Int32 nRet = 0; in getInt()
275 sal_Int32 nRecords = m_aMacabRecords->size(); in getInt()
280 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getInt()
298 sal_Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeExcept… in getLong()
304 sal_Int32 nRecords = m_aMacabRecords->size(); in getLong()
309 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat()
333 sal_Int32 nRecords = m_aMacabRecords->size(); in getFloat()
338 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getFloat()
356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble()
362 sal_Int32 nRecords = m_aMacabRecords->size(); in getDouble()
367 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getDouble()
385 Sequence< sal_Int8 > SAL_CALL MacabResultSet::getBytes(sal_Int32) throw(SQLException, RuntimeExcept… in getBytes() argument
395 Date SAL_CALL MacabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate() argument
406 Time SAL_CALL MacabResultSet::getTime(sal_Int32) throw(SQLException, RuntimeException) in getTime() argument
417 DateTime SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeEx… in getTimestamp()
423 sal_Int32 nRecords = m_aMacabRecords->size(); in getTimestamp()
428 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getTimestamp()
444 Reference< XInputStream > SAL_CALL MacabResultSet::getBinaryStream(sal_Int32) throw(SQLException, R… in getBinaryStream() argument
454 Reference< XInputStream > SAL_CALL MacabResultSet::getCharacterStream(sal_Int32) throw(SQLException… in getCharacterStream() argument
464 Any SAL_CALL MacabResultSet::getObject(sal_Int32, const Reference< ::com::sun::star::container::XNa… in getObject() argument
474 Reference< XRef > SAL_CALL MacabResultSet::getRef(sal_Int32) throw(SQLException, RuntimeException) in getRef() argument
484 Reference< XBlob > SAL_CALL MacabResultSet::getBlob(sal_Int32) throw(SQLException, RuntimeException) in getBlob() argument
494 Reference< XClob > SAL_CALL MacabResultSet::getClob(sal_Int32) throw(SQLException, RuntimeException) in getClob() argument
504 Reference< XArray > SAL_CALL MacabResultSet::getArray(sal_Int32) throw(SQLException, RuntimeExcepti… in getArray() argument
542 sal_Int32 nRecords = m_aMacabRecords->size(); in isAfterLast()
565 sal_Int32 nRecords = m_aMacabRecords->size(); in isLast()
587 sal_Int32 nRecords = m_aMacabRecords->size(); in afterLast()
605 sal_Int32 nRecords = m_aMacabRecords->size(); in first()
618 sal_Int32 nRecords = m_aMacabRecords->size(); in last()
626 sal_Int32 SAL_CALL MacabResultSet::getRow() throw(SQLException, RuntimeException) in getRow()
634 sal_Bool SAL_CALL MacabResultSet::absolute(sal_Int32 row) throw(SQLException, RuntimeException) in absolute()
639 sal_Int32 nRecords = m_aMacabRecords->size(); in absolute()
648 sal_Bool SAL_CALL MacabResultSet::relative(sal_Int32 row) throw(SQLException, RuntimeException) in relative()
770 void SAL_CALL MacabResultSet::updateNull(sal_Int32) throw(SQLException, RuntimeException) in updateNull() argument
776 void SAL_CALL MacabResultSet::updateBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeExcepti… in updateBoolean() argument
782 void SAL_CALL MacabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte() argument
788 void SAL_CALL MacabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExceptio… in updateShort() argument
794 void SAL_CALL MacabResultSet::updateInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeException) in updateInt() argument
800 void SAL_CALL MacabResultSet::updateLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeException) in updateLong() argument
806 void SAL_CALL MacabResultSet::updateFloat(sal_Int32, float) throw(SQLException, RuntimeException) in updateFloat() argument
812 void SAL_CALL MacabResultSet::updateDouble(sal_Int32, double) throw(SQLException, RuntimeException) in updateDouble() argument
818 void SAL_CALL MacabResultSet::updateString(sal_Int32, const ::rtl::OUString&) throw(SQLException, R… in updateString() argument
824 void SAL_CALL MacabResultSet::updateBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLExceptio… in updateBytes() argument
830 void SAL_CALL MacabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeExcepti… in updateDate() argument
836 void SAL_CALL MacabResultSet::updateTime(sal_Int32, const Time&) throw(SQLException, RuntimeExcepti… in updateTime() argument
842 void SAL_CALL MacabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runti… in updateTimestamp() argument
848 void SAL_CALL MacabResultSet::updateBinaryStream(sal_Int32, const Reference< XInputStream >&, sal_I… in updateBinaryStream() argument
854 …d SAL_CALL MacabResultSet::updateCharacterStream(sal_Int32, const Reference< XInputStream >&, sal_… in updateCharacterStream() argument
866 void SAL_CALL MacabResultSet::updateObject(sal_Int32, const Any&) throw(SQLException, RuntimeExcept… in updateObject() argument
872 void SAL_CALL MacabResultSet::updateNumericObject(sal_Int32, const Any&, sal_Int32) throw(SQLExcept… in updateNumericObject() argument
884 sal_Int32 nRecords = m_aMacabRecords->size(); in getBookmark()
906 sal_Int32 nRecords = m_aMacabRecords->size(); in moveToBookmark()
908 for (sal_Int32 nRow = 0; nRow < nRecords; nRow++) in moveToBookmark()
927 sal_Bool SAL_CALL MacabResultSet::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) thro… in moveRelativeToBookmark()
932 sal_Int32 nRowSave = m_nRowPos; in moveRelativeToBookmark()
936 sal_Int32 nRecords = m_aMacabRecords->size(); in moveRelativeToBookmark()
948 sal_Int32 SAL_CALL MacabResultSet::compareBookmarks(const Any& firstItem, const Any& secondItem) … in compareBookmarks()
968 sal_Int32 SAL_CALL MacabResultSet::hashBookmark(const Any& bookmark) throw( SQLException, Runtime… in hashBookmark()
979 Sequence< sal_Int32 > SAL_CALL MacabResultSet::deleteRows(const Sequence< Any >&) throw( SQLExcep… in deleteRows()
984 return Sequence< sal_Int32 >(); in deleteRows()
991 sal_Int32 nPos = 0; in createArrayHelper()
993 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper()
994 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
996 DECL_PROP1IMPL(RESULTSETCONCURRENCY,sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
997 DECL_PROP1IMPL(RESULTSETTYPE, sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
1010 sal_Int32 nHandle, in convertFastPropertyValue()
1031 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast()
1054 sal_Int32 nHandle) const in getFastPropertyValue()