Searched refs:SwAuthorFieldType (Results 1 – 7 of 7) sorted by relevance
327 SwAuthorFieldType::SwAuthorFieldType() in SwAuthorFieldType() function in SwAuthorFieldType332 String SwAuthorFieldType::Expand(sal_uLong nFmt) const in Expand()343 SwFieldType* SwAuthorFieldType::Copy() const in Copy()345 return new SwAuthorFieldType; in Copy()352 SwAuthorField::SwAuthorField(SwAuthorFieldType* pTyp, sal_uInt32 nFmt) in SwAuthorField()355 aContent = ((SwAuthorFieldType*)GetTyp())->Expand(GetFormat()); in SwAuthorField()362 ((SwAuthorFieldType*)GetTyp())->Expand(GetFormat()); in Expand()369 SwAuthorField *pTmp = new SwAuthorField( (SwAuthorFieldType*)GetTyp(), in Copy()
194 class SwAuthorFieldType : public SwFieldType class197 SwAuthorFieldType();212 SwAuthorField(SwAuthorFieldType*, sal_uInt32 nFmt = 0);
1008 SwAuthorFieldType* pTyp = in InsertFld()1009 (SwAuthorFieldType*)pCurShell->GetFldType(0, RES_AUTHORFLD); in InsertFld()
332 pFld = new SwAuthorField( (SwAuthorFieldType *)pType, nFmt ); in NewField()
1624 pFldTypes->Insert( new SwAuthorFieldType, nFldType++ ); in _InitFieldTypes()2133 pAuthorFld->SetExpansion( ((SwAuthorFieldType*) in SetFixFields()
1344 pFld = new SwAuthorField((SwAuthorFieldType*)pFldType, nFormat); in attachToRange()2362 pAuthorFld->SetExpansion( ((SwAuthorFieldType*)pFld->GetTyp())->Expand( in update()
701 pField = new SwAuthorField((SwAuthorFieldType*) in Out()
Completed in 75 milliseconds