Searched refs:fTmpValue (Results 1 – 1 of 1) sorted by relevance
752 double fTmpValue; in SetFormula() local753 if( SwCalc::Str2Double( rStr, nPos, fTmpValue, GetDoc() ) ) in SetFormula()754 SwValueField::SetValue( fTmpValue ); in SetFormula()768 double fTmpValue; in SetExpandedFormula() local772 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 13 milliseconds