Home
last modified time | relevance | path

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

/AOO41X/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()
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 …]
/AOO41X/main/sw/source/core/doc/
H A Ddocfld.cxx2241 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)pFldType; in ChangeAuthorityData() local
2242 pAuthType->ChangeEntryContent(pNewData); in ChangeAuthorityData()