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()604 if(pAuthType->GetSuffix()) in Expand()605 sRet += pAuthType->GetSuffix(); in Expand()611 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Copy() local612 return new SwAuthorityField(pAuthType, m_nHandle); in Copy()[all …]
2241 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)pFldType; in ChangeAuthorityData() local2242 pAuthType->ChangeEntryContent(pNewData); in ChangeAuthorityData()
Completed in 43 milliseconds