Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/fields/
H A Dfldbas.cxx752 double fTmpValue; in SetFormula() local
753 if( SwCalc::Str2Double( rStr, nPos, fTmpValue, GetDoc() ) ) in SetFormula()
754 SwValueField::SetValue( fTmpValue ); in SetFormula()
768 double fTmpValue; in SetExpandedFormula() local
772 if (pFormatter->IsNumberFormat(rStr, nFmt, fTmpValue)) in SetExpandedFormula()
774 SwValueField::SetValue(fTmpValue); in SetExpandedFormula()
777 ((SwValueFieldType *)GetTyp())->DoubleToString(sFormula, fTmpValue, nFmt); in SetExpandedFormula()

Completed in 8 milliseconds