Home
last modified time | relevance | path

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

1234567

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.cxx342 double SAL_CALL ORowSetBase::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getDouble() function in dbaccess::ORowSetBase
H A DRowSet.cxx1372 double SAL_CALL ORowSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in dbaccess::ORowSet
/aoo42x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx809 aRow.push_back( aValue.getDouble() ); in impl_fillInternalDataProvider_throw()
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1277 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
/aoo42x/main/testtools/source/bridgetest/
H A Dbridgetest.cxx476 aRet.Double = xLBT->getDouble(); in performTest()
H A Dcppobj.cxx243 virtual double SAL_CALL getDouble() throw(com::sun::star::uno::RuntimeException) in getDouble() function in bridge_object::Test_Impl
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx288 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble() function in ODatabaseMetaDataResultSet
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx297 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in OResultSet
/aoo42x/main/oox/source/xls/
H A Dpivottablebuffer.cxx900 maModel.mfValue = rAttribs.getDouble( XML_val, 0.0 ); in importTop10()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx274 …virtual double SAL_CALL getDouble(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExceptio…
/aoo42x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1163 double fVal = xColumn->getDouble(); in DataToDoc()
H A Ddbmgr.cxx1756 double fVal = xColumn->getDouble(); in GetDBField()
/aoo42x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2621 2.0, xResult.getDouble(), 0.0); in testXXPathObject()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1915 aDate = ::dbtools::DBTypeConversion::toDate(rRow.get()[nPos]->getValue().getDouble()); in UpdateBuffer()
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx1440 case TypeClass_DOUBLE : pReturnArray[i] <<= xFieldContent->getDouble(); break; in queryFieldData()

Completed in 158 milliseconds

1234567