Searched refs:SwExtUserFieldType (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 2021 SwExtUserFieldType::SwExtUserFieldType() in SwExtUserFieldType() function in SwExtUserFieldType 2028 SwFieldType* SwExtUserFieldType::Copy() const in Copy() 2030 SwExtUserFieldType* pTyp = new SwExtUserFieldType; in Copy() 2036 String SwExtUserFieldType::Expand(sal_uInt16 nSub, sal_uInt32 ) const in Expand() 2072 SwExtUserField::SwExtUserField(SwExtUserFieldType* pTyp, sal_uInt16 nSubTyp, sal_uInt32 nFmt) : in SwExtUserField() 2075 aContent = ((SwExtUserFieldType*)GetTyp())->Expand(nType, GetFormat()); in SwExtUserField() 2083 ((SwExtUserField*)this)->aContent = ((SwExtUserFieldType*)GetTyp())->Expand(nType, GetFormat()); in Expand() 2092 SwExtUserField* pFld = new SwExtUserField((SwExtUserFieldType*)GetTyp(), nType, GetFormat()); in Copy()
|
/aoo41x/main/sw/inc/ |
H A D | docufld.hxx | 618 class SwExtUserFieldType : public SwFieldType class 622 SwExtUserFieldType(); 636 SwExtUserField(SwExtUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFmt=0);
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 1104 SwExtUserFieldType* pTyp = (SwExtUserFieldType*)pCurShell->GetFldType( in InsertFld()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 316 pFld = new SwExtUserField( (SwExtUserFieldType*)pType, in NewField()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1642 pFldTypes->Insert( new SwExtUserFieldType, nFldType++ ); in _InitFieldTypes() 2144 pExtUserFld->SetExpansion( ((SwExtUserFieldType*) in SetFixFields()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 1444 pFld = new SwExtUserField((SwExtUserFieldType*)pFldType, m_pProps->nUSHORT1, nFormat); in attachToRange() 2353 pExtUserFld->SetExpansion( ((SwExtUserFieldType*)pFld->GetTyp())->Expand( in update()
|
Completed in 194 milliseconds