Lines Matching refs:SwValueField
582 SwValueField::SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt, in SwValueField() function in SwValueField
589 SwValueField::SwValueField( const SwValueField& rFld ) in SwValueField() function in SwValueField
595 SwValueField::~SwValueField() in ~SwValueField()
604 SwFieldType* SwValueField::ChgTyp( SwFieldType* pNewType ) in ChgTyp()
625 sal_uInt32 SwValueField::GetSystemFormat(SvNumberFormatter* pFormatter, sal_uInt32 nFmt) in GetSystemFormat()
659 void SwValueField::SetLanguage( sal_uInt16 nLng ) in SetLanguage()
705 double SwValueField::GetValue() const in GetValue()
710 void SwValueField::SetValue( const double& rVal ) in SetValue()
720 : SwValueField(pFldType, nFmt, LANGUAGE_SYSTEM, fVal) in SwFormulaField()
725 : SwValueField((SwValueFieldType *)rFld.GetTyp(), rFld.GetFormat(), in SwFormulaField()
754 SwValueField::SetValue( fTmpValue ); in SetFormula()
774 SwValueField::SetValue(fTmpValue); in SetExpandedFormula()