Searched refs:SwValueFieldType (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 477 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 D | expfld.cxx | 275 : 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 D | tblcalc.cxx | 43 : SwValueFieldType( pDocPtr, RES_TABLEFLD ) in SwTblFieldType() 160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
|
H A D | dbfld.cxx | 72 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 D | flddat.cxx | 42 : SwValueFieldType( pInitDoc, RES_DATETIMEFLD ) in SwDateTimeFieldType()
|
H A D | usrfld.cxx | 189 : SwValueFieldType( pDocPtr, RES_USERFLD ), in SwUserFieldType()
|
H A D | docufld.cxx | 880 : SwValueFieldType( pDc, RES_DOCINFOFLD ) in SwDocInfoFieldType()
|
/aoo4110/main/sw/inc/ |
H A D | fldbas.hxx | 406 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 D | expfld.hxx | 72 class SwGetExpFieldType : public SwValueFieldType 155 class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType 411 class SwTblFieldType : public SwValueFieldType
|
H A D | flddat.hxx | 97 class SwDateTimeFieldType : public SwValueFieldType
|
H A D | usrfld.hxx | 37 class SW_DLLPUBLIC SwUserFieldType : public SwValueFieldType
|
H A D | dbfld.hxx | 38 class SW_DLLPUBLIC SwDBFieldType : public SwValueFieldType
|
H A D | docufld.hxx | 580 class SwDocInfoFieldType : public SwValueFieldType
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfld.cxx | 145 ((SwValueFieldType*)pNew)->SetDoc( this ); in SV_IMPL_OP_PTRARR_SORT() 150 ((SwValueFieldType*)pNew)->SetDoc( this ); in SV_IMPL_OP_PTRARR_SORT()
|
Completed in 85 milliseconds