Home
last modified time | relevance | path

Searched refs:SwAuthorField (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx352 SwAuthorField::SwAuthorField(SwAuthorFieldType* pTyp, sal_uInt32 nFmt) in SwAuthorField() function in SwAuthorField
358 String SwAuthorField::Expand() const in Expand()
361 ((SwAuthorField*)this)->aContent = in Expand()
367 SwField* SwAuthorField::Copy() const in Copy()
369 SwAuthorField *pTmp = new SwAuthorField( (SwAuthorFieldType*)GetTyp(), in Copy()
375 sal_Bool SwAuthorField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
400 sal_Bool SwAuthorField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx332 pFld = new SwAuthorField( (SwAuthorFieldType *)pType, nFmt ); in NewField()
569 ASSERT( ((SwAuthorField*)pField)->IsFixed(), in EndField()
571 ((SwAuthorField*)pField)->SetExpansion( aContents ); in EndField()
H A Dhtmlfldw.cxx125 bFixed = ((const SwAuthorField*)pFld)->IsFixed(); in OutHTML_SwField()
/trunk/main/sw/inc/
H A Ddocufld.hxx207 class SwAuthorField : public SwField class
212 SwAuthorField(SwAuthorFieldType*, sal_uInt32 nFmt = 0);
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1344 pFld = new SwAuthorField((SwAuthorFieldType*)pFldType, nFormat); in attachToRange()
1345 ((SwAuthorField*)pFld)->SetExpansion(m_pProps->sPar1); in attachToRange()
2361 SwAuthorField* pAuthorFld = (SwAuthorField*)pFld; in update()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2129 if( ((SwAuthorField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2132 SwAuthorField* pAuthorFld = (SwAuthorField*)pFmtFld->GetField(); in SetFixFields()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1010 pFld = new SwAuthorField(pTyp, nFormatId); in InsertFld()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx701 pField = new SwAuthorField((SwAuthorFieldType*) in Out()

Completed in 76 milliseconds