Home
last modified time | relevance | path

Searched refs:getDouble (Results 126 – 150 of 165) sorted by relevance

1234567

/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXRow.idl169 double getDouble([in]long columnIndex) raises (SQLException);
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx194 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in OResultSet
H A DSResultSet.hxx147 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/bridges/test/
H A Dtestcomp.cxx217 virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException) in getDouble() function in ServiceImpl
/aoo42x/main/dbaccess/source/core/api/
H A DKeySet.cxx1517 double SAL_CALL OKeySet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in OKeySet
1521 return m_xRow->getDouble(columnIndex); in getDouble()
H A Dresultset.hxx197 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
H A DRowSet.hxx313 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx724 double SAL_CALL OEvoabResultSet::getDouble( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getDouble() function in connectivity::evoab::OEvoabResultSet
/aoo42x/main/connectivity/source/inc/ado/
H A DAResultSet.hxx169 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx182 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv173 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getDouble()"
/aoo42x/main/basic/source/sbx/
H A Dsbxint.cxx133 p->pDecimal->getDouble( dVal ); in ImpGetInteger()
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx243 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx252 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/forms/source/xforms/
H A Dmodel_ui.cxx908 aBuffer.append( xResult->getDouble() ); in lcl_serializeForDisplay()
/aoo42x/main/qadevOOo/runner/util/
H A DValueChanger.java888 Array.setDouble(newValue, i, Array.getDouble(oldValue, i) + 1); in changePValue()
929 field.setDouble(newValue, field.getDouble(oldValue) + 1); in changePValue()
/aoo42x/main/svx/source/form/
H A Dfmsrcimp.cxx356 double fValue = rField.xContents->getDouble(); in FormatField()
/aoo42x/main/sc/source/core/data/
H A Ddptablecache.cxx119 fValue = xRow->getDouble(nCol); in lcl_GetItemValue()
/aoo42x/main/oox/source/xls/
H A Dsheetdatacontext.cxx306 aModel.mfHeight = rAttribs.getDouble( XML_ht, -1.0 ); in importRow()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble() function in MacabResultSet
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx353 double SAL_CALL SbaXFormAdapter::getDouble(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getDouble() function in SbaXFormAdapter
357 return xIface->getDouble(columnIndex); in getDouble()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx253 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in OResultSet
H A DADatabaseMetaDataResultSet.cxx233 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble() function in ODatabaseMetaDataResultSet
/aoo42x/main/testtools/source/performance/
H A Dubtest.cxx764 xBench->getDouble(); in benchmark()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx222 double SAL_CALL java_sql_ResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() function in java_sql_ResultSet

Completed in 202 milliseconds

1234567