Home
last modified time | relevance | path

Searched refs:pAuthType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx585 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Expand() local
587 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() local
612 return new SwAuthorityField(pAuthType, m_nHandle); in Copy()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2241 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)pFldType; in ChangeAuthorityData() local
2242 pAuthType->ChangeEntryContent(pNewData); in ChangeAuthorityData()

Completed in 43 milliseconds