Lines Matching defs:x

49 #define CHECK_RETURN(x)                                                 \  argument
702 void OResultSet::updateValue(sal_Int32 columnIndex,const OLEVariant& x) in updateValue()
713 OLEVariant x; in updateNull() local
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 …dateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQLException, RuntimeException) in updateString()
761 …Bytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw(SQLException, RuntimeException) in updateBytes()
766 …al_Int32 columnIndex, const ::com::sun::star::util::Date& x ) throw(SQLException, RuntimeException) in updateDate()
772 …al_Int32 columnIndex, const ::com::sun::star::util::Time& x ) throw(SQLException, RuntimeException) in updateTime()
778 …nt32 columnIndex, const ::com::sun::star::util::DateTime& x ) throw(SQLException, RuntimeException) in updateTimestamp()
784 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in updateBinaryStream()
794 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) 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()