Searched refs:ExpandValue (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | fldbas.hxx | 422 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 D | docufld.cxx | 946 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 D | expfld.cxx | 392 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 D | dbfld.cxx | 297 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(d, GetFormat(), GetLanguage()); in ChgValue() 354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate()
|
H A D | tblcalc.cxx | 160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
|
H A D | flddat.cxx | 98 return ExpandValue(fVal, GetFormat(), GetLanguage()); in Expand()
|
H A D | usrfld.cxx | 206 aStr = ExpandValue(nValue, nFmt, nLng); in Expand()
|
H A D | fldbas.cxx | 495 String SwValueFieldType::ExpandValue( const double& rVal, in ExpandValue() function in SwValueFieldType
|
Completed in 50 milliseconds