Searched refs:SwAuthorField (Results 1 – 8 of 8) sorted by relevance
352 SwAuthorField::SwAuthorField(SwAuthorFieldType* pTyp, sal_uInt32 nFmt) in SwAuthorField() function in SwAuthorField358 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()
332 pFld = new SwAuthorField( (SwAuthorFieldType *)pType, nFmt ); in NewField()569 ASSERT( ((SwAuthorField*)pField)->IsFixed(), in EndField()571 ((SwAuthorField*)pField)->SetExpansion( aContents ); in EndField()
125 bFixed = ((const SwAuthorField*)pFld)->IsFixed(); in OutHTML_SwField()
207 class SwAuthorField : public SwField class212 SwAuthorField(SwAuthorFieldType*, sal_uInt32 nFmt = 0);
1344 pFld = new SwAuthorField((SwAuthorFieldType*)pFldType, nFormat); in attachToRange()1345 ((SwAuthorField*)pFld)->SetExpansion(m_pProps->sPar1); in attachToRange()2361 SwAuthorField* pAuthorFld = (SwAuthorField*)pFld; in update()
2129 if( ((SwAuthorField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()2132 SwAuthorField* pAuthorFld = (SwAuthorField*)pFmtFld->GetField(); in SetFixFields()
1010 pFld = new SwAuthorField(pTyp, nFormatId); in InsertFld()
701 pField = new SwAuthorField((SwAuthorFieldType*) in Out()
Completed in 104 milliseconds