Home
last modified time | relevance | path

Searched refs:SwFileNameField (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx938 pFld = new SwFileNameField(pTyp, nFormatId); in InsertFld()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1855 SwFileNameField aFld( in Read_F_FileName()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx761 pField = new SwFileNameField((SwFileNameFieldType*) in Out()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx528 pFld = new SwFileNameField( (SwFileNameFieldType *)pType, nFmt ); in NewField()
575 ASSERT( ((SwFileNameField*)pField)->IsFixed(), in EndField()
577 ((SwFileNameField*)pField)->SetExpansion( aContents ); in EndField()
H A Dhtmlfldw.cxx259 bFixed = ((const SwFileNameField*)pFld)->IsFixed(); in OutHTML_SwField()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1310 pFld = new SwFileNameField((SwFileNameFieldType*)pFldType, nFormat); in attachToRange()
1312 ((SwFileNameField*)pFld)->SetExpansion(m_pProps->sPar3); in attachToRange()
2369 SwFileNameField* pFileNameFld = (SwFileNameField*)pFld; in update()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx493 SwFileNameField::SwFileNameField(SwFileNameFieldType* pTyp, sal_uInt32 nFmt) in SwFileNameField() function in SwFileNameField
499 String SwFileNameField::Expand() const in Expand()
502 ((SwFileNameField*)this)->aContent = ((SwFileNameFieldType*)GetTyp())->Expand(GetFormat()); in Expand()
507 SwField* SwFileNameField::Copy() const in Copy()
509 SwFileNameField *pTmp = in Copy()
510 new SwFileNameField((SwFileNameFieldType*)GetTyp(), GetFormat()); in Copy()
516 sal_Bool SwFileNameField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
556 sal_Bool SwFileNameField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2161 if( ((SwFileNameField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2164 SwFileNameField* pFileNameFld = in SetFixFields()
2165 (SwFileNameField*)pFmtFld->GetField(); in SetFixFields()
/trunk/main/sw/inc/
H A Ddocufld.hxx242 class SW_DLLPUBLIC SwFileNameField : public SwField class
247 SwFileNameField(SwFileNameFieldType*, sal_uInt32 nFmt = 0);

Completed in 79 milliseconds