Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx477 SwValueFieldType::SwValueFieldType( SwDoc* pDocPtr, sal_uInt16 nWhichId ) in SwValueFieldType() function in SwValueFieldType
484 SwValueFieldType::SwValueFieldType( const SwValueFieldType& rTyp ) in SwValueFieldType() function in SwValueFieldType
495 String SwValueFieldType::ExpandValue( const double& rVal, in ExpandValue()
550 void SwValueFieldType::DoubleToString( String &rValue, const double &rVal, in DoubleToString()
564 void SwValueFieldType::DoubleToString( String &rValue, const double &rVal, in DoubleToString()
582 SwValueField::SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt, in SwValueField()
606 SwDoc* pNewDoc = ((SwValueFieldType *)pNewType)->GetDoc(); in ChgTyp()
614 ((SwValueFieldType *)GetTyp())->UseFormat() ) in ChgTyp()
662 ((SwValueFieldType *)GetTyp())->UseFormat() && in SetLanguage()
725 : SwValueField((SwValueFieldType *)rFld.GetTyp(), rFld.GetFormat(), in SwFormulaField()
[all …]
H A Dexpfld.cxx275 : SwValueFieldType( pDc, RES_GETEXPFLD ) in SwGetExpFieldType()
392 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( in ChangeExpansion()
503 : SwValueFieldType( pDc, RES_SETEXPFLD ), in SwSetExpFieldType()
884 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
891 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue()
H A Dtblcalc.cxx43 : SwValueFieldType( pDocPtr, RES_TABLEFLD ) in SwTblFieldType()
160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
H A Ddbfld.cxx72 SwValueFieldType( pDocPtr, RES_DBFLD ), in SwDBFieldType()
297 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(d, GetFormat(), GetLanguage()); in ChgValue()
354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate()
H A Dflddat.cxx42 : SwValueFieldType( pInitDoc, RES_DATETIMEFLD ) in SwDateTimeFieldType()
H A Dusrfld.cxx189 : SwValueFieldType( pDocPtr, RES_USERFLD ), in SwUserFieldType()
H A Ddocufld.cxx880 : SwValueFieldType( pDc, RES_DOCINFOFLD ) in SwDocInfoFieldType()
/trunk/main/sw/inc/
H A Dfldbas.hxx406 class SwValueFieldType : public SwFieldType class
412 SwValueFieldType( SwDoc* pDocPtr, sal_uInt16 nWhichId );
413 SwValueFieldType( const SwValueFieldType& rTyp );
433 …SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt = 0, sal_uInt16 nLang = LANGUAGE_SYSTEM,…
444 inline SwDoc* GetDoc() const { return ((SwValueFieldType*)GetTyp())->GetDoc(); } in GetDoc()
450 { return ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, nFmt, nLng); } in ExpandValue()
460 SwFormulaField( SwValueFieldType* pFldType, sal_uInt32 nFmt = 0, const double fVal = 0.0 );
H A Dexpfld.hxx72 class SwGetExpFieldType : public SwValueFieldType
155 class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType
411 class SwTblFieldType : public SwValueFieldType
H A Dflddat.hxx97 class SwDateTimeFieldType : public SwValueFieldType
H A Dusrfld.hxx37 class SW_DLLPUBLIC SwUserFieldType : public SwValueFieldType
H A Ddbfld.hxx38 class SW_DLLPUBLIC SwDBFieldType : public SwValueFieldType
H A Ddocufld.hxx580 class SwDocInfoFieldType : public SwValueFieldType
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx145 ((SwValueFieldType*)pNew)->SetDoc( this ); in SV_IMPL_OP_PTRARR_SORT()
150 ((SwValueFieldType*)pNew)->SetDoc( this ); in SV_IMPL_OP_PTRARR_SORT()

Completed in 88 milliseconds