/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumericalHelper.java | 120 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 D | ConfigGroup.java | 101 return new Double(field.getFloat(this)); in convertValue() 158 field.setFloat(this, Configuration.getFloat(propertyName, configView)); in readField()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 102 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()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 136 operator float() const { return getFloat(); } 152 float getFloat() const;
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 217 (*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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 138 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()
|
/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 209 float getFloat( int _colIndex ) throws SQLException in getFloat() method in ResultSet 211 return m_row.getFloat( _colIndex ); in getFloat()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 222 public float getFloat(int i) throws SQLException in getFloat() method in RowSet 224 return m_row.getFloat(i); in getFloat()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 223 public float getFloat(int i) throws SQLException in getFloat() method in RowSet 225 return m_row.getFloat(i); in getFloat()
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 130 float DataColumn::getFloat() throw( SQLException, RuntimeException ) in getFloat() function in svxform::DataColumn 132 return m_xColumn->getFloat(); in getFloat()
|
/aoo41x/main/writerperfect/source/filter/ |
H A D | DocumentCollector.cxx | 424 fSectionMarginLeft = propList["fo:margin-left"]->getFloat(); in openSection() 426 fSectionMarginRight = propList["fo:margin-right"]->getFloat(); in openSection() 430 mfSectionSpaceAfter = propList["fo:margin-bottom"]->getFloat(); in openSection()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 220 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 D | datacolumn.cxx | 215 float ODataColumn::getFloat(void) throw( SQLException, RuntimeException ) in getFloat() function in ODataColumn 220 return m_xRow->getFloat(m_nPos); in getFloat()
|
/aoo41x/main/extensions/test/stm/ |
H A D | datatest.cxx | 464 m_f = aValue.getFloat(); in setPropertyValue() 828 b = b && ( r1->getPropertyValue( L"float" ).getFloat() == in compareMyPropertySet() 829 r2->getPropertyValue( L"float" ).getFloat() ); in compareMyPropertySet()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 262 operator float() const { return isNull() ? (float)0.0: getFloat(); } 327 float getFloat() const;
|
/aoo41x/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 752 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()
|
/aoo41x/main/unoxml/source/xpath/ |
H A D | xpathobject.hxx | 106 virtual float SAL_CALL getFloat() throw (RuntimeException);
|
H A D | xpathobject.cxx | 148 float SAL_CALL CXPathObject::getFloat() throw (RuntimeException) in getFloat() function in XPath::CXPathObject
|
/aoo41x/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 90 public float getFloat() { return _float; } in getFloat() method in testobj.PerformanceTestObject
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 192 getFloat( in getFloat() function in ftp::ResultSetBase 198 return m_aItems[m_nRow]->getFloat( columnIndex ); in getFloat()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1269 ::getFloat( sal_Int32 columnIndex ) in getFloat() function in ContentResultSetWrapper 1273 XROW_GETXXX( getFloat ); in getFloat()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 188 getFloat( in getFloat() function in chelp::ResultSetBase 194 return m_aItems[m_nRow]->getFloat( columnIndex ); in getFloat()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | types.hxx | 157 COMPHELPER_DLLPUBLIC float getFloat(const staruno::Any& _rAny);
|
/aoo41x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 83 float getFloat();
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 245 getFloat( in getFloat() function in fileaccess::XResultSet_impl 251 return m_aItems[m_nRow]->getFloat( columnIndex ); in getFloat()
|