Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dfldbas.hxx422 String ExpandValue(const double& rVal, sal_uInt32 nFmt, sal_uInt16 nLng=0) const;
449 inline String ExpandValue(const double& rVal, sal_uInt32 nFmt, sal_uInt16 nLng=0) const in ExpandValue() function in SwValueField
450 { return ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, nFmt, nLng); } in ExpandValue()
/aoo41x/main/sw/source/core/fields/
H A Ddocufld.cxx946 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
1021 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
1037 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
1122 …sVal = ExpandValue( lcl_DateToDouble<util::Date>( aDate, *pNullDate ), GetFormat(), GetLanguage()); in Expand()
1130 sVal = ExpandValue( fDateTime, GetFormat(), GetLanguage()); in Expand()
H A Dexpfld.cxx392 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( in ChangeExpansion()
884 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
891 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue()
H A Ddbfld.cxx297 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(d, GetFormat(), GetLanguage()); in ChgValue()
354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate()
H A Dtblcalc.cxx160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
H A Dflddat.cxx98 return ExpandValue(fVal, GetFormat(), GetLanguage()); in Expand()
H A Dusrfld.cxx206 aStr = ExpandValue(nValue, nFmt, nLng); in Expand()
H A Dfldbas.cxx495 String SwValueFieldType::ExpandValue( const double& rVal, in ExpandValue() function in SwValueFieldType

Completed in 111 milliseconds