Searched refs:pAuthType (Results 1 – 2 of 2) sorted by relevance
585 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Expand() local587 if(pAuthType->GetPrefix()) in Expand()588 sRet.Assign(pAuthType->GetPrefix()); in Expand()590 if( pAuthType->IsSequence() ) in Expand()592 if(!pAuthType->GetDoc()->IsExpFldsLocked()) in Expand()593 m_nTempSequencePos = pAuthType->GetSequencePos( m_nHandle ); in Expand()599 const SwAuthEntry* pEntry = pAuthType->GetEntryByHandle(m_nHandle); in Expand()604 if(pAuthType->GetSuffix()) in Expand()605 sRet += pAuthType->GetSuffix(); in Expand()611 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Copy() local[all …]
2241 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)pFldType; in ChangeAuthorityData() local2242 pAuthType->ChangeEntryContent(pNewData); in ChangeAuthorityData()