Home
last modified time | relevance | path

Searched refs:updateDouble (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx52 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) in updateDouble() function in dbaui::ORowUpdateHelper
54 m_xRowUpdate->updateDouble(_nPos, _nValue); in updateDouble()
103 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) in updateDouble() function in dbaui::OParameterUpdateHelper
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx231 void DataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble() function in svxform::DataColumn
233 m_xColumnUpdate->updateDouble(x); in updateDouble()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java331 public void updateDouble(int arg0, double arg1) throws SQLException { in updateDouble() method in PostgresqlResultSet
332 implRowUpdate.updateDouble(arg0, arg1); in updateDouble()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx292 xVariant->updateDouble(fValue); in setValue()
359 xVariant->updateDouble(nValue); in setValue()
/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx393 void ODataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble() function in ODataColumn
398 m_xRowUpdate->updateDouble(m_nPos, x); in updateDouble()
H A DWrappedResultSet.cxx224 _xParameter->updateDouble(nPos,_rValue); in updateColumn()
H A Dresultset.cxx748 void OResultSet::updateDouble(sal_Int32 columnIndex, double x) throw( SQLException, RuntimeExceptio… in updateDouble() function in OResultSet
756 m_xDelegatorRowUpdate->updateDouble(columnIndex, x); in updateDouble()
H A DBookmarkSet.cxx240 _xParameter->updateDouble(nPos,_rValue); in updateColumn()
H A Ddatacolumn.hxx112 …virtual void SAL_CALL updateDouble( double x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
/trunk/main/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx36 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) = 0;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSetUpdate.java237 rowU.updateDouble(5,3.4); in _insertRow()
H A D_XRowUpdate.java360 oObj.updateDouble(idx, newVal) ; in _updateDouble()
/trunk/main/forms/source/component/
H A DNumeric.cxx176 m_xColumnUpdate->updateDouble( getDouble( aControlValue ) ); in commitControlValueToDbColumn()
H A DCurrency.cxx222 m_xColumnUpdate->updateDouble( getDouble( aControlValue ) ); in commitControlValueToDbColumn()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java816 public void updateDouble(int columnIndex, double x) throws SQLException { in updateDouble() method in JavaSQLResultSet
818 jdbcResultSet.updateDouble(columnIndex, x); in updateDouble()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx949 xRowUpdate->updateDouble( nCol+1, fVal ); in DBaseExport()
957 xRowUpdate->updateDouble( nCol+1, fVal ); in DBaseExport()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl125 void updateDouble([in]double x) raises (com::sun::star::sdbc::SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx259 void SAL_CALL updateDouble(sal_Int32 column, double x) throw(SQLException, RuntimeException);
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl141 void updateDouble([in]long columnIndex, [in]double x) raises (SQLException);
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx120 …inline void updateDouble(double x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv14 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateDouble()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java579 rowUpdt.updateDouble(TST_DOUBLE, ((Double) values[i]).doubleValue()) ; in addRowToTestTable()
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx186 …virtual void SAL_CALL updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun::star::sdbc…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx626 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble() function in OResultSet
H A DSResultSet.hxx183 …virtual void SAL_CALL updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun::star::sdbc…

Completed in 363 milliseconds

12