/aoo4110/main/oox/source/xls/ |
H A D | biffhelper.cxx | 60 double mfValue; member 64 inline explicit DecodedDouble( double fValue ) : mfValue( fValue ) {} in DecodedDouble() 78 double fFrac = modf( rDecDbl.mfValue, &fInt ); in lclCalcRkFromDouble() 96 aDecDbl.mfValue *= 100.0; in lclCalcRkFromDouble() 197 aDecDbl.mfValue = nTemp; in calcDoubleFromRk() 205 aDecDbl.mfValue /= 100.0; in calcDoubleFromRk() 207 return aDecDbl.mfValue; in calcDoubleFromRk() 239 ::rtl::math::setNan( &aDecDbl.mfValue ); in calcDoubleFromError() 241 return aDecDbl.mfValue; in calcDoubleFromError()
|
H A D | autofilterbuffer.cxx | 291 mfValue( 0.0 ), in Top10Filter() 301 mfValue = rAttribs.getDouble( XML_val, 0.0 ); in importAttribs() 312 rStrm >> nFlags >> mfValue; in importRecord() 320 mfValue = extractValue< sal_uInt16 >( nFlags, 7, 9 ); in importBiffRecord() 331 aSettings.appendField( true, nOperator, mfValue ); in finalizeImport()
|
H A D | pivottablebuffer.cxx | 861 mfValue( 0.0 ), in PTFilterModel() 900 maModel.mfValue = rAttribs.getDouble( XML_val, 0.0 ); in importTop10() 947 rStrm >> nFlags >> maModel.mfValue; in importTop10Filter() 966 …aAutoShowInfo.ItemCount = getLimitedValue< sal_Int32, double >( maModel.mfValue, 0, SAL_MAX_INT32 … in finalizeImport()
|
/aoo4110/main/basegfx/inc/basegfx/color/ |
H A D | bcolormodifier.hxx | 226 double mfValue; member in basegfx::BColorModifier_interpolate 233 mfValue(fValue) in BColorModifier_interpolate() 241 double getValue() const { return mfValue; } in getValue() 263 double mfValue; member in basegfx::BColorModifier_black_and_white 269 mfValue(fValue) in BColorModifier_black_and_white() 276 double getValue() const { return mfValue; } in getValue() 300 double mfValue; member in basegfx::BColorModifier_gamma 313 double getValue() const { return mfValue; } in getValue()
|
/aoo4110/main/sc/inc/ |
H A D | formularesult.hxx | 41 double mfValue; // double result direct for performance and memory consumption member 97 mfValue = r.mfValue; in ScFormulaResult() 241 mfValue = 0.0; in ResolveToken() 252 mfValue = p->GetDouble(); in ResolveToken() 296 SetDouble( r.mfValue); in Assign() 364 mfValue = f; in SetDouble() 501 return mfValue; in GetDouble() 563 mfValue = f; in SetHybridDouble()
|
H A D | cell.hxx | 209 inline void SetValue( double fValue ) { mfValue = fValue; } in SetValue() 210 inline double GetValue() const { return mfValue; } in GetValue() 213 double mfValue; member in ScValueCell
|
H A D | dpcachetable.hxx | 78 double mfValue; member
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpcachetable.cxx | 74 mfValue(0.0), in FilterItem() 81 (!rCellData.IsValue()|| rCellData.GetValue()!= mfValue)) in match() 90 maItem.mfValue = fValue; in SingleFilter() 106 return maItem.mfValue; in getMatchValue() 136 aItem.mfValue = fVal; in addMatchItem()
|
H A D | dociter.cxx | 600 rValue.mfValue = ((ScValueCell*)pCell)->GetValue(); in getCurrent() 608 … rValue.mfValue = mpDoc->RoundValueAsShown( rValue.mfValue, nNumFormat ); in getCurrent() 620 rValue.mfValue = ((ScFormulaCell*)pCell)->GetValue(); in getCurrent() 649 rValue.mfValue = 0.0; in getCurrent() 719 rValue.mfValue = rMat.GetDouble(mpParam->mnField, mnCurRow); in getCurrent() 927 ::rtl::math::setNan(&mfValue); in Value()
|
/aoo4110/main/basegfx/source/color/ |
H A D | bcolormodifier.cxx | 145 return interpolate(maBColor, aSourceColor, mfValue); in getModifiedColor() 173 if(fLuminance < mfValue) in getModifiedColor() 190 mfValue(fValue), in BColorModifier_gamma() 196 mfInvValue = 1.0 / mfValue; in BColorModifier_gamma()
|
/aoo4110/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 48 double mfValue[RowSize]; member in basegfx::internal::ImplMatLine 59 memcpy(&mfValue, pToBeCopied, sizeof(double) * RowSize); in ImplMatLine() 65 mfValue[a] = implGetDefaultValue(nRow, a); in ImplMatLine() 72 return mfValue[nColumn]; in get() 77 mfValue[nColumn] = rValue; in set()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | seriesconverter.cxx | 271 aBarProp.setProperty( PROP_PositiveError, mrModel.mfValue ); in convertFromModel() 272 aBarProp.setProperty( PROP_NegativeError, mrModel.mfValue ); in convertFromModel() 276 aBarProp.setProperty( PROP_PositiveError, mrModel.mfValue ); in convertFromModel() 277 aBarProp.setProperty( PROP_NegativeError, mrModel.mfValue ); in convertFromModel() 281 aBarProp.setProperty( PROP_Weight, mrModel.mfValue ); in convertFromModel()
|
H A D | seriesmodel.cxx | 81 mfValue( 0.0 ), in ErrorBarModel()
|
/aoo4110/main/svx/source/table/ |
H A D | tableundo.cxx | 133 mxCell->mfValue = rData.mfValue; in setDataToCell() 158 rData.mfValue = mxCell->mfValue; in getDataFromCell()
|
H A D | cell.cxx | 311 , mfValue( 0.0 ) in Cell() 439 mfValue = xCell->mfValue; in cloneFrom() 938 return mfValue; in getValue() 945 if( mfValue == nValue ) in setValue() 947 mfValue = nValue; in setValue()
|
H A D | tableundo.hxx | 68 double mfValue; member
|
/aoo4110/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 91 inline double GetValue() const { return mfValue; } in GetValue() 92 inline void SetValue( double fValue ) { mfValue = fValue; } in SetValue() 99 double mfValue; member in SfxOleDoubleProperty 440 mfValue( fValue ) in SfxOleDoubleProperty() 446 rStrm >> mfValue; in ImplLoad() 451 rStrm << mfValue; in ImplSave()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xihelper.hxx | 321 inline double GetValue() const { return mfValue; } in GetValue() 336 double mfValue; /// Cached value is a double. member in XclImpCachedValue
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlpivot.cxx | 73 mfValue = fValue; in SetDouble() 126 case EXC_PCITEM_DOUBLE: return mfValue == rItem.mfValue; in IsEqual() 148 return (meType == EXC_PCITEM_DOUBLE) ? &mfValue : 0; in GetDouble()
|
H A D | xihelper.cxx | 799 mfValue( 0.0 ), in XclImpCachedValue() 809 rStrm >> mfValue; in XclImpCachedValue()
|
H A D | xichart.cxx | 1680 rStrm >> maData.mfValue >> maData.mnValueCount; in ReadChSerErrorBar() 1712 aBarProp.SetProperty( EXC_CHPROP_POSITIVEERROR, pPrimaryBar->maData.mfValue ); in CreateErrorBar() 1713 aBarProp.SetProperty( EXC_CHPROP_NEGATIVEERROR, pPrimaryBar->maData.mfValue ); in CreateErrorBar() 1717 aBarProp.SetProperty( EXC_CHPROP_POSITIVEERROR, pPrimaryBar->maData.mfValue ); in CreateErrorBar() 1718 aBarProp.SetProperty( EXC_CHPROP_NEGATIVEERROR, pPrimaryBar->maData.mfValue ); in CreateErrorBar() 1722 aBarProp.SetProperty( EXC_CHPROP_WEIGHT, pPrimaryBar->maData.mfValue ); in CreateErrorBar()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 2399 mfValue(0.0), mbIsValue(false) in Item() 2401 ::rtl::math::setNan(&mfValue); in Item() 2579 rItem.mfValue = static_cast< ScValueCell*>(pCell)->GetValue(); in BuildDataCache() 2591 rItem.mfValue = pFCell->GetValue(); in BuildDataCache() 2683 rItem.mfValue = pMat->GetDouble(nC, nR); in FillCacheFromExternalRef() 2689 const double fVal = rItem.mfValue; in FillCacheFromExternalRef() 3000 *pArr <<= itr->mfValue; in getData() 3027 *pArr = itr->mbIsValue ? itr->mfValue : fNAN; in getNumericalData()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 6542 if ( bNull && aValue.mfValue != 0.0 ) in DBIterator() 6545 fMem = aValue.mfValue; in DBIterator() 6548 nErg += aValue.mfValue; in DBIterator() 6550 case ifSUMSQ: nErg += aValue.mfValue * aValue.mfValue; break; in DBIterator() 6551 case ifPRODUCT: nErg *= aValue.mfValue; break; in DBIterator() 6552 case ifMAX: if( aValue.mfValue > nErg ) nErg = aValue.mfValue; break; in DBIterator() 6553 case ifMIN: if( aValue.mfValue < nErg ) nErg = aValue.mfValue; break; in DBIterator() 6710 values.push_back(aValue.mfValue); in GetDBStVarParams() 6711 fSum += aValue.mfValue; in GetDBStVarParams()
|
/aoo4110/main/oox/inc/oox/drawingml/chart/ |
H A D | seriesmodel.hxx | 117 double mfValue; /// Fixed value for several error bar types. member
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | autofilterbuffer.hxx | 123 double mfValue; /// Number of items or percentage. member in oox::xls::Top10Filter
|