Lines Matching refs:sal_Int32

156 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, …  in findColumn()
163 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn()
164 sal_Int32 i = 1; in findColumn()
173 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 col… in getBinaryStream()
183 sal_Int32 nSize = aField.GetActualSize(); in getBinaryStream()
213 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getCharacterStream( sal_Int32 in getCharacterStream() argument
219 OLEVariant OResultSet::getValue(sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getValue()
229 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
235 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
241 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes()
247 ::com::sun::star::util::Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLExcepti… in getDate()
253 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
259 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
265 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
271 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
284 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 /*columnIndex*/ ) throw(SQLException, RuntimeExce… in getLong() argument
302 Reference< XArray > SAL_CALL OResultSet::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException, … in getArray() argument
310 Reference< XClob > SAL_CALL OResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getClob() argument
316 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob() argument
323 Reference< XRef > SAL_CALL OResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Runt… in getRef() argument
330 Any SAL_CALL OResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::conta… in getObject()
336 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
342 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
350 ::com::sun::star::util::Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLExcepti… in getTime()
357 ::com::sun::star::util::DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(S… in getTimestamp()
456 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
489 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
497 sal_Int32 nNewPos = row; in relative()
538 m_pRecordSet->get_Status((sal_Int32*)&eRec); in rowDeleted()
551 m_pRecordSet->get_Status((sal_Int32*)&eRec); in rowInserted()
565 m_pRecordSet->get_Status((sal_Int32*)&eRec); in rowUpdated()
702 void OResultSet::updateValue(sal_Int32 columnIndex,const OLEVariant& x) in updateValue()
711 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
719 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
724 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
730 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
735 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
740 void SAL_CALL OResultSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, Runt… in updateLong()
745 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
751 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
756 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
761 void SAL_CALL OResultSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw… in updateBytes()
766 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x … in updateDate()
772 void SAL_CALL OResultSet::updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x … in updateTime()
778 void SAL_CALL OResultSet::updateTimestamp( sal_Int32 columnIndex, const ::com::sun::star::util::Dat… in updateTimestamp()
784 …ResultSet::updateBinaryStream( sal_Int32 columnIndex, const Reference< ::com::sun::star::io::XInpu… in updateBinaryStream()
794 …ultSet::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun::star::io::XInpu… in updateCharacterStream()
813 void SAL_CALL OResultSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, R… in updateObject()
820 void SAL_CALL OResultSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*sca… in updateNumericObject() argument
832 if(m_nRowPos < (sal_Int32)m_aBookmarks.size()) // this bookmark was already fetched in getBookmark()
833 return makeAny(sal_Int32(m_nRowPos-1)); in getBookmark()
838 return makeAny((sal_Int32)(m_aBookmarks.size()-1)); in getBookmark()
848 sal_Int32 nPos; in moveToBookmark()
850 OSL_ENSURE(nPos >= 0 && nPos < (sal_Int32)m_aBookmarks.size(),"Invalid Index for vector"); in moveToBookmark()
851 if(nPos < 0 || nPos >= (sal_Int32)m_aBookmarks.size()) in moveToBookmark()
857 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(S… in moveRelativeToBookmark()
863 sal_Int32 nPos; in moveRelativeToBookmark()
866 OSL_ENSURE(nPos >= 0 && nPos < (sal_Int32)m_aBookmarks.size(),"Invalid Index for vector"); in moveRelativeToBookmark()
867 if(nPos < 0 || nPos >= (sal_Int32)m_aBookmarks.size()) in moveRelativeToBookmark()
872 sal_Int32 SAL_CALL OResultSet::compareBookmarks( const Any& first, const Any& second ) throw(SQLExc… in compareBookmarks()
877 sal_Int32 nPos1; in compareBookmarks()
879 sal_Int32 nPos2; in compareBookmarks()
884 …OSL_ENSURE((nPos1 >= 0 && nPos1 < (sal_Int32)m_aBookmarks.size()) || (nPos1 >= 0 && nPos2 < (sal_I… in compareBookmarks()
888 return ((sal_Int32)eNum) +1; in compareBookmarks()
917 sal_Int32 SAL_CALL OResultSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcep… in hashBookmark()
923 sal_Int32 nPos; in hashBookmark()
929 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows( const Sequence< Any >& rows ) throw(SQLExcep… in deleteRows()
936 sal_Int32 nPos; in deleteRows()
946 for(sal_Int32 i=0;pBegin != pEnd ;++pBegin,++i) in deleteRows()
960 Sequence< sal_Int32 > aSeq(rows.getLength()); in deleteRows()
963 sal_Int32* pSeq = aSeq.getArray(); in deleteRows()
964 sal_Int32 i=0; in deleteRows()
977 sal_Int32 OResultSet::getResultSetConcurrency() const in getResultSetConcurrency()
980 sal_Int32 nValue=ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
997 sal_Int32 OResultSet::getResultSetType() const in getResultSetType()
1000 sal_Int32 nValue=0; in getResultSetType()
1022 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection()
1028 sal_Int32 OResultSet::getFetchSize() const in getFetchSize()
1031 sal_Int32 nValue=-1; in getFetchSize()
1043 void OResultSet::setFetchDirection(sal_Int32 /*_par0*/) in setFetchDirection() argument
1049 void OResultSet::setFetchSize(sal_Int32 _par0) in setFetchSize()
1059 sal_Int32 nPos = 0; in createArrayHelper()
1062 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper()
1063 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
1065 DECL_PROP1IMPL(RESULTSETCONCURRENCY,sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
1066 DECL_PROP1IMPL(RESULTSETTYPE, sal_Int32) PropertyAttribute::READONLY); in createArrayHelper()
1079 sal_Int32 nHandle, in convertFastPropertyValue()
1101 void OResultSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Except… in setFastPropertyValue_NoBroadcast()
1122 void OResultSet::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()