Home
last modified time | relevance | path

Searched refs:getFloat (Results 1 – 25 of 108) sorted by relevance

12345

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java120 retValue = (byte) getFloat(aTypeObject); in toByte()
178 retValue = (char) getFloat(aTypeObject); in toChar()
241 retValue = (short) getFloat(aTypeObject); in toShort()
524 retValue = (int) getFloat(aTypeObject); in toInt()
580 retValue = (long) getFloat(aTypeObject); in toLong()
636 retValue = getFloat(aTypeObject); in toFloat()
692 retValue = (double) getFloat(aTypeObject); in toDouble()
1301 static float getFloat(TypeObject typeObject) in getFloat() method in NumericalHelper
H A DConfigGroup.java101 return new Double(field.getFloat(this)); in convertValue()
158 field.setFloat(this, Configuration.getFloat(propertyName, configView)); in readField()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java102 float n = row.getFloat(2); in retrieveSalesData()
123 float price = row.getFloat(2); in retrieveSalesData2()
201 float price1 = row.getFloat(2); in refreshRow()
211 float price2 = row.getFloat(2); in refreshRow()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx217 (*this) = getFloat(); in setTypeKind()
1461 float ORowSetValue::getFloat() const in getFloat() function in connectivity::ORowSetValue
2018 virtual float getFloat() const = 0;
2050 …virtual float getFloat() const { return m_xRow->getFloat( m_nPos … in getFloat() function in connectivity::detail::RowValue
2083 … virtual float getFloat() const { return m_xColumn->getFloat(); }; in getFloat() function in connectivity::detail::ColumnValue
2146 (*this) = _rValueSource.getFloat(); in impl_fill()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java138 if (rowData.get(i) instanceof Float) row.getFloat(i + 1) ; in _updateNull()
330 float newVal = (float) (1.1 + row.getFloat(idx)); in _updateFloat()
332 float getVal = row.getFloat(idx) ; in _updateFloat()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx136 operator float() const { return getFloat(); }
152 float getFloat() const;
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java209 float getFloat( int _colIndex ) throws SQLException in getFloat() method in ResultSet
211 return m_row.getFloat( _colIndex ); in getFloat()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java222 public float getFloat(int i) throws SQLException in getFloat() method in RowSet
224 return m_row.getFloat(i); in getFloat()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java223 public float getFloat(int i) throws SQLException in getFloat() method in RowSet
225 return m_row.getFloat(i); in getFloat()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx130 float DataColumn::getFloat() throw( SQLException, RuntimeException ) in getFloat() function in svxform::DataColumn
132 return m_xColumn->getFloat(); in getFloat()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java273 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat() method in CustomResultSet
276 return field.getFloat(); in getFloat()
H A DDatabaseMetaDataResultSet.java295 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat() method in DatabaseMetaDataResultSet
298 return field.getFloat(); in getFloat()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java142 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat() method in JavaSQLCallableStatement
145 return ((java.sql.CallableStatement)jdbcStatement).getFloat(columnIndex); in getFloat()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx220 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat() function in OCallableStatement
225 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getFloat( columnIndex ); in getFloat()
H A Ddatacolumn.cxx215 float ODataColumn::getFloat(void) throw( SQLException, RuntimeException ) in getFloat() function in ODataColumn
220 return m_xRow->getFloat(m_nPos); in getFloat()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx464 m_f = aValue.getFloat(); in setPropertyValue()
828 b = b && ( r1->getPropertyValue( L"float" ).getFloat() == in compareMyPropertySet()
829 r2->getPropertyValue( L"float" ).getFloat() ); in compareMyPropertySet()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java217 public float getFloat(int arg0) throws SQLException { in getFloat() method in PostgresqlResultSet
218 return implRow.getFloat(arg0); in getFloat()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx262 operator float() const { return isNull() ? (float)0.0: getFloat(); }
327 float getFloat() const;
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx752 float SAL_CALL SortedResultSet::getFloat( sal_Int32 columnIndex ) in getFloat() function in SortedResultSet
756 return Reference< XRow >::query(mxOriginal)->getFloat( columnIndex ); in getFloat()
1198 aOne = xRowOne->getFloat( nColumn ); in CompareImpl()
1200 aTwo = xRowTwo->getFloat( nColumn ); in CompareImpl()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.hxx106 virtual float SAL_CALL getFloat() throw (RuntimeException);
H A Dxpathobject.cxx148 float SAL_CALL CXPathObject::getFloat() throw (RuntimeException) in getFloat() function in XPath::CXPathObject
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx188 getFloat( in getFloat() function in chelp::ResultSetBase
194 return m_aItems[m_nRow]->getFloat( columnIndex ); in getFloat()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1269 ::getFloat( sal_Int32 columnIndex ) in getFloat() function in ContentResultSetWrapper
1273 XROW_GETXXX( getFloat ); in getFloat()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx192 getFloat( in getFloat() function in ftp::ResultSetBase
198 return m_aItems[m_nRow]->getFloat( columnIndex ); in getFloat()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs90 public float getFloat() { return _float; } in getFloat() method in testobj.PerformanceTestObject

Completed in 146 milliseconds

12345