| /trunk/main/sal/inc/rtl/ |
| H A D | math.hxx | 42 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() 58 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() 71 inline rtl::OUString doubleToUString(double fValue, in doubleToUString() 88 inline rtl::OUString doubleToUString(double fValue, in doubleToUString() 103 inline void doubleToUStringBuffer( rtl::OUStringBuffer& rBuffer, double fValue, in doubleToUStringBuffer() 122 inline void doubleToUStringBuffer( rtl::OUStringBuffer& rBuffer, double fValue, in doubleToUStringBuffer() 176 double fValue, int nDecPlaces = 0, in round() 184 inline double pow10Exp(double fValue, int nExp) in pow10Exp() 191 inline double powr(double fValue, double fExp) in powr() 198 inline double approxValue(double fValue) in approxValue() [all …]
|
| /trunk/main/framework/source/uielement/ |
| H A D | spinfieldtoolbarcontroller.cxx | 378 double fValue; in executeControlCommand() local 397 double fValue; in executeControlCommand() local 414 double fValue; in executeControlCommand() local 444 double fValue; in executeControlCommand() local 461 double fValue; in executeControlCommand() local 510 const Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat ) in impl_getValue() 532 rtl::OUString SpinfieldToolbarController::impl_formatOutputString( double fValue ) in impl_formatOutputString()
|
| /trunk/main/xmloff/source/core/ |
| H A D | ProgressBarHelper.cxx | 69 double fValue(nValue * fPercent); in ChangeReference() local 109 double fValue(nValue); in SetValue() local
|
| /trunk/main/svx/source/items/ |
| H A D | e3ditem.cxx | 70 double fValue; in SvxB3DVectorItem() local 108 double fValue; in Create() local 122 double fValue; in Store() local
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | DateConversion.cxx | 251 double fValue = 0; in setValue() local 465 double fValue = getValue( xVariant, rNullDate ); in getFormattedValue() local 493 double fValue = xVariant->getDouble(); in getFormattedValue() local 499 double fValue = xVariant->getDouble(); in getFormattedValue() local
|
| /trunk/main/sc/source/ui/dbgui/ |
| H A D | dpgroupdlg.cxx | 90 double fValue; in GetValue() local 96 void ScDPGroupEditHelper::SetValue( bool bAuto, double fValue ) in SetValue() 141 void ScDPNumGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue() 162 void ScDPDateGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue()
|
| /trunk/main/extensions/source/scanner/ |
| H A D | sanedlg.cxx | 169 double fValue; in InitFields() local 507 double fValue = atof( aValue.GetBuffer() ); in IMPL_LINK() local 625 double fValue; in IMPL_LINK() local 644 double fValue; in IMPL_LINK() local 867 double fValue; in EstablishQuantumRange() local 885 double fValue; in EstablishNumericOption() local 1215 double fValue=0.0; in LoadState() local 1284 double fValue; in SaveState() local 1348 double fValue; in SaveState() local 1376 double fValue, in SetAdjustedNumericalValue()
|
| /trunk/main/basegfx/inc/basegfx/matrix/ |
| H A D | b2dhommatrix.hxx | 143 inline B2DHomMatrix operator*(const B2DHomMatrix& rMat, double fValue) in operator *() 150 inline B2DHomMatrix operator/(const B2DHomMatrix& rMat, double fValue) in operator /()
|
| H A D | b3dhommatrix.hxx | 150 inline B3DHomMatrix operator*(const B3DHomMatrix& rMat, double fValue) in operator *() 157 inline B3DHomMatrix operator/(const B3DHomMatrix& rMat, double fValue) in operator /()
|
| /trunk/main/sal/rtl/source/ |
| H A D | math.cxx | 298 double fValue, rtl_math_StringFormat eFormat, in doubleToString() 651 sal_Int32 nResultOffset, double fValue, in rtl_math_doubleToString() 667 sal_Int32 nResultOffset, double fValue, in rtl_math_doubleToUString() 953 double SAL_CALL rtl_math_round(double fValue, int nDecPlaces, in rtl_math_round() 1068 double SAL_CALL rtl_math_pow10Exp(double fValue, int nExp) SAL_THROW_EXTERN_C() in rtl_math_pow10Exp() 1074 double SAL_CALL rtl_math_approxValue( double fValue ) SAL_THROW_EXTERN_C() in rtl_math_approxValue() 1106 double SAL_CALL rtl_math_expm1( double fValue ) SAL_THROW_EXTERN_C() in rtl_math_expm1() 1116 double SAL_CALL rtl_math_powr( double fValue, double fExp ) SAL_THROW_EXTERN_C() in rtl_math_powr() 1130 double SAL_CALL rtl_math_log1p( double fValue ) SAL_THROW_EXTERN_C() in rtl_math_log1p() 1145 double SAL_CALL rtl_math_atanh( double fValue ) SAL_THROW_EXTERN_C() in rtl_math_atanh()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLExportDDELinks.cxx | 56 … const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue) in CellsEqual() 72 …st sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_… in WriteCell() 144 double fValue; in WriteTable() local
|
| /trunk/main/sc/source/core/tool/ |
| H A D | cellform.cxx | 138 double fValue = pFCell->GetValue(); in GetString() local 148 double fValue = pFCell->GetValue(); in GetString() local
|
| /trunk/main/sc/inc/ |
| H A D | unitconv.hxx | 32 double fValue; member in ScUnitConverterData
|
| /trunk/main/chart2/source/tools/ |
| H A D | NumberFormatterWrapper.cxx | 65 rtl::OUString FixedNumberFormatter::getFormattedString( double fValue, sal_Int32& rLabelColor, bool… in getFormattedString() 119 sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) const in getFormattedString()
|
| H A D | RelativeSizeHelper.cxx | 45 double fValue, in calculate()
|
| /trunk/main/basegfx/inc/basegfx/range/ |
| H A D | b1drange.hxx | 133 void expand(double fValue) in expand() 148 void grow(double fValue) in grow()
|
| /trunk/main/oox/source/xls/ |
| H A D | biffhelper.cxx | 64 inline explicit DecodedDouble( double fValue ) : mfValue( fValue ) {} in DecodedDouble() 90 bool lclCalcRkFromDouble( sal_Int32& ornRkValue, double fValue ) in lclCalcRkFromDouble() 210 /*static*/ bool BiffHelper::calcRkFromDouble( sal_Int32& ornRkValue, double fValue ) in calcRkFromDouble()
|
| /trunk/main/chart2/source/controller/itemsetwrapper/ |
| H A D | AxisItemConverter.cxx | 362 double fValue = 0.0; in FillSpecialItem() local 612 double fValue = 1.0; in ApplySpecialItem() local 748 double fValue = 0.0; in ApplySpecialItem() local 804 … double fValue = static_cast< const SvxDoubleItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem() local
|
| H A D | ErrorBarItemConverter.cxx | 206 double fValue = in ApplySpecialItem() local 226 double fValue = in ApplySpecialItem() local 244 double fValue = in ApplySpecialItem() local
|
| /trunk/main/xmloff/source/draw/ |
| H A D | xexptran.cxx | 241 void Imp_PutDoubleChar(OUString& rStr, double fValue) in Imp_PutDoubleChar() 248 void Imp_PutDoubleChar(OUString& rStr, const SvXMLUnitConverter& rConv, double fValue, in Imp_PutDoubleChar() 556 double fValue(0.0); in SetString() local 595 double fValue(0.0); in SetString() local 606 double fValue(0.0); in SetString() local 1060 double fValue(0.0); in SetString() local 1072 double fValue(0.0); in SetString() local 1084 double fValue(0.0); in SetString() local
|
| /trunk/main/forms/source/xforms/ |
| H A D | datatypes.cxx | 430 bool OValueLimitedType_Base::_getValue( const ::rtl::OUString& rValue, double& fValue ) in _getValue() 758 double fValue( 0 ); in typedValueAsHumanReadableString() local 798 bool ODateType::_getValue( const ::rtl::OUString& value, double& fValue ) in _getValue() 840 bool OTimeType::_getValue( const ::rtl::OUString& value, double& fValue ) in _getValue() 891 double fValue = 0; in lcl_normalizeDateTime() local 901 bool ODateTimeType::_getValue( const ::rtl::OUString& value, double& fValue ) in _getValue() 951 bool OShortIntegerType::_getValue( const ::rtl::OUString& value, double& fValue ) in _getValue()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessiblePreviewHeaderCell.cxx | 148 double fValue(0.0); in getCurrentValue() local 171 double fValue(0.0); in getMaximumValue() local 183 double fValue(0.0); in getMinimumValue() local
|
| /trunk/main/sc/source/ui/cctrl/ |
| H A D | editfield.cxx | 70 void ScDoubleField::SetValue( double fValue, sal_Int32 nDecPlaces, bool bEraseTrailingDecZeros ) in SetValue()
|
| /trunk/main/xmloff/source/chart/ |
| H A D | XMLAxisPositionPropertyHdl.cxx | 93 double fValue = 0.0; in exportXML() local
|
| /trunk/main/chart2/source/view/charttypes/ |
| H A D | PieChart.hxx | 111 double fValue; member
|