Searched refs:pAuthorInfos (Results 1 – 5 of 5) sorted by relevance
478 if( !pAuthorInfos ) in ReadRevMarkAuthorStrTabl()479 pAuthorInfos = new sw::util::AuthorInfos; in ReadRevMarkAuthorStrTabl()481 if( 0 == pAuthorInfos->Insert( pAutorInfo ) ) in ReadRevMarkAuthorStrTabl()540 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in Read_CRevisionMark()542 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in Read_CRevisionMark()
1107 sw::util::AuthorInfos* pAuthorInfos; member in SwWW8ImplReader
3719 , pAuthorInfos(0) in SwWW8ImplReader()4678 DELETEZ( pAuthorInfos ); in CoreLoad()
195 pAuthorInfos(0), in SwRTFParser()1125 DELETEZ( pAuthorInfos ); in ~SwRTFParser()1605 if( !pAuthorInfos ) in ReadRevTbl()1606 pAuthorInfos = new sw::util::AuthorInfos; in ReadRevTbl()1608 if( 0 == pAuthorInfos->Insert( pAutorInfo ) ) in ReadRevTbl()1862 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()1864 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()1880 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()1882 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()
301 sw::util::AuthorInfos* pAuthorInfos; member in SwRTFParser
Completed in 119 milliseconds