Home
last modified time | relevance | path

Searched refs:convertStringToNumber (Results 1 – 14 of 14) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java131 public double convertStringToNumber(int _nkey, String _sString)throws Exception in convertStringToNumber() method in NumberFormatter
133 return xNumberFormatter.convertStringToNumber(_nkey, _sString); in convertStringToNumber()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx263 fValue = xFormatter->convertStringToNumber(nKeyToUse, rString); in setValue()
276 fValue = xFormatter->convertStringToNumber(nKeyToUse, sExpanded); in setValue()
/trunk/main/svl/qa/complex/numberformatter/
H A DNumberFormatterUnitTest.java67 double number = numberFormatter.convertStringToNumber(0, "$.1"); in testDollarDotNumberFormat()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java788 … oQueryMetaData.getNumberFormatter().convertStringToNumber(iDateFormat, sValue); in setCondition()
801 … oQueryMetaData.getNumberFormatter().convertStringToNumber(iTimeFormat, sValue); in setCondition()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx376 … fOutNumber = m_xFormatter->convertStringToNumber(nNumberFormat,m_sTextToken); in insertValueIntoColumn()
456 fOutNumber = m_xFormatter->convertStringToNumber(nFormatKey,aCheckToken); in CheckString()
H A DTokenWriter.cxx1066 fVal = m_xFormatter->convertStringToNumber(nFormat,rValue); in WriteCell()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatter.idl89 double convertStringToNumber( [in] long nKey,
/trunk/main/svl/source/numbers/
H A Dnumfmuno.hxx69 virtual double SAL_CALL convertStringToNumber( sal_Int32 nKey, const ::rtl::OUString& aString )
H A Dnumfmuno.cxx200 double SAL_CALL SvNumberFormatterServiceObj::convertStringToNumber( in convertStringToNumber() function in SvNumberFormatterServiceObj
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx655 …double nRes = m_xNumberFormatter->convertStringToNumber(::com::sun::star::util::NumberFormat::ALL,… in fetchRow()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1861 nValue = GetFormatter()->convertStringToNumber(nFormatKey,sDefault); in getControlDefault()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx3055 fValue = xFormatter->convertStringToNumber( nDefaultFormat, rString ); in convertToDouble()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx99 _nrValue = _xFormatter->convertStringToNumber(_nKey, _sValue); in lcl_saveConvertToNumber()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1031 … fValue = xFormatter->convertStringToNumber(m_rColumn.GetKey(), _rxField->getString()); in GetValue()

Completed in 188 milliseconds