Home
last modified time | relevance | path

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

1234567

/aoo42x/main/comphelper/inc/comphelper/
H A Dtypes.hxx156 COMPHELPER_DLLPUBLIC double getDouble(const staruno::Any& _rAny);
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrset.hxx257 getDouble( in getDouble() function in fileaccess::XResultSet_impl
263 return m_aItems[m_nRow]->getDouble( columnIndex ); in getDouble()
H A Dfilrow.hxx117 getDouble(
/aoo42x/main/dbaccess/source/core/api/
H A DCacheSet.cxx532 double SAL_CALL OCacheSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() function in OCacheSet
535 return m_xDriverRow->getDouble(columnIndex); in getDouble()
H A DPrivateRow.cxx78 …double SAL_CALL OPrivateRow::getDouble( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExce… in getDouble() function in OPrivateRow
H A DPrivateRow.hxx48 …virtual double SAL_CALL getDouble( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExc…
H A Dresultset.cxx560 double OResultSet::getDouble(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getDouble() function in OResultSet
566 return m_xDelegatorRow->getDouble(columnIndex); in getDouble()
/aoo42x/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl88 double getDouble();
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java328 public double getDouble(int columnIndex) throws SQLException { in getDouble() method in JavaSQLResultSet
330 return jdbcResultSet.getDouble(columnIndex); in getDouble()
/aoo42x/main/oox/source/xls/
H A Dviewsettings.cxx256 rModel.mfSplitX = rAttribs.getDouble( XML_xSplit, 0.0 ); in importPane()
257 rModel.mfSplitY = rAttribs.getDouble( XML_ySplit, 0.0 ); in importPane()
H A Dstylesfragment.cxx121 mfGradPos = rAttribs.getDouble( XML_position, -1.0 ); in onCreateContext()
/aoo42x/main/stoc/test/
H A Dtestiadapter.cxx230 virtual double SAL_CALL getDouble() throw(com::sun::star::uno::RuntimeException) in getDouble() function in Test_Impl
622 aRet <<= _xLBT->getDouble(); in getValue()
838 aRet.Double = xLBT->getDouble(); in performTest()
/aoo42x/main/sc/source/core/data/
H A Ddbdocutl.cxx85 nVal = xRow->getDouble(nRowPos); in PutData()
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx904 _rxOutStream->writeDouble(::comphelper::getDouble(aEffectiveValue)); in write()
1044 …DBTypeConversion::setValue( m_xColumnUpdate, m_aNullDate, getDouble( aControlValue ), m_nKeyType ); in commitControlValueToDbColumn()
H A DEditBase.cxx125 _rxOutStream->writeDouble(getDouble(m_aDefault)); in write()
/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx92 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() function in OCallableStatement
/aoo42x/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl111 double getDouble();
/aoo42x/main/basic/source/sbx/
H A Dsbxbool.cxx69 p->pDecimal->getDouble( dVal ); in ImpGetBool()
H A Dsbxdbl.cxx68 p->pDecimal->getDouble( nRes ); in ImpGetDouble()
H A Dsbxulng.cxx106 p->pDecimal->getDouble( dVal ); in ImpGetULong()
H A Dsbxbyte.cxx144 p->pDecimal->getDouble( dVal ); in ImpGetByte()
/aoo42x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx64 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/connectivity/source/inc/file/
H A Dfcode.hxx352 return getValue().getDouble() != double(0.0); in isValid()
/aoo42x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx69 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java247 double d = field.getDouble(target); in get()

Completed in 162 milliseconds

1234567