Home
last modified time | relevance | path

Searched refs:mfValue (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx60 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 Dautofilterbuffer.cxx291 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 Dpivottablebuffer.cxx861 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()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolormodifier.hxx227 double mfValue; member in basegfx::BColorModifier_interpolate
234 mfValue(fValue) in BColorModifier_interpolate()
242 double getValue() const { return mfValue; } in getValue()
264 double mfValue; member in basegfx::BColorModifier_black_and_white
270 mfValue(fValue) in BColorModifier_black_and_white()
277 double getValue() const { return mfValue; } in getValue()
301 double mfValue; member in basegfx::BColorModifier_gamma
314 double getValue() const { return mfValue; } in getValue()
/trunk/main/sc/inc/
H A Dformularesult.hxx41 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 Dcell.hxx209 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 Ddpcachetable.hxx78 double mfValue; member
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx74 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 Ddociter.cxx600 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()
/trunk/main/basegfx/source/color/
H A Dbcolormodifier.cxx145 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()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx48 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()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx271 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 Dseriesmodel.cxx81 mfValue( 0.0 ), in ErrorBarModel()
/trunk/main/svx/source/table/
H A Dtableundo.cxx133 mxCell->mfValue = rData.mfValue; in setDataToCell()
163 rData.mfValue = mxCell->mfValue; in getDataFromCell()
H A Dcell.cxx311 , 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 Dtableundo.hxx68 double mfValue; member
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx91 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()
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx73 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 Dxihelper.cxx799 mfValue( 0.0 ), in XclImpCachedValue()
809 rStrm >> mfValue; in XclImpCachedValue()
H A Dxichart.cxx1680 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()
/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx321 inline double GetValue() const { return mfValue; } in GetValue()
336 double mfValue; /// Cached value is a double. member in XclImpCachedValue
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2399 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx6679 if ( bNull && aValue.mfValue != 0.0 ) in DBIterator()
6682 fMem = aValue.mfValue; in DBIterator()
6685 nErg += aValue.mfValue; in DBIterator()
6687 case ifSUMSQ: nErg += aValue.mfValue * aValue.mfValue; break; in DBIterator()
6688 case ifPRODUCT: nErg *= aValue.mfValue; break; in DBIterator()
6689 case ifMAX: if( aValue.mfValue > nErg ) nErg = aValue.mfValue; break; in DBIterator()
6690 case ifMIN: if( aValue.mfValue < nErg ) nErg = aValue.mfValue; break; in DBIterator()
6847 values.push_back(aValue.mfValue); in GetDBStVarParams()
6848 fSum += aValue.mfValue; in GetDBStVarParams()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx117 double mfValue; /// Fixed value for several error bar types. member
/trunk/main/oox/inc/oox/xls/
H A Dautofilterbuffer.hxx123 double mfValue; /// Number of items or percentage. member in oox::xls::Top10Filter

Completed in 190 milliseconds

12