Searched refs:pAuthorInfos (Results 1 – 5 of 5) sorted by relevance
477 if( !pAuthorInfos ) in ReadRevMarkAuthorStrTabl()478 pAuthorInfos = new sw::util::AuthorInfos; in ReadRevMarkAuthorStrTabl()480 if( 0 == pAuthorInfos->Insert( pAutorInfo ) ) in ReadRevMarkAuthorStrTabl()539 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in Read_CRevisionMark()541 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in Read_CRevisionMark()
1106 sw::util::AuthorInfos* pAuthorInfos; member in SwWW8ImplReader
3718 , pAuthorInfos(0) in SwWW8ImplReader()4678 DELETEZ( pAuthorInfos ); in CoreLoad()
185 pAuthorInfos(0), in SwRTFParser()1115 DELETEZ( pAuthorInfos ); in ~SwRTFParser()1595 if( !pAuthorInfos ) in ReadRevTbl()1596 pAuthorInfos = new sw::util::AuthorInfos; in ReadRevTbl()1598 if( 0 == pAuthorInfos->Insert( pAutorInfo ) ) in ReadRevTbl()1852 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()1854 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()1870 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()1872 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()
300 sw::util::AuthorInfos* pAuthorInfos; member in SwRTFParser