Home
last modified time | relevance | path

Searched refs:pAuthorInfos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx478 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()
H A Dww8par.hxx1107 sw::util::AuthorInfos* pAuthorInfos; member in SwWW8ImplReader
H A Dww8par.cxx3719 , pAuthorInfos(0) in SwWW8ImplReader()
4679 DELETEZ( pAuthorInfos ); in CoreLoad()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx186 pAuthorInfos(0), in SwRTFParser()
1116 DELETEZ( pAuthorInfos ); in ~SwRTFParser()
1596 if( !pAuthorInfos ) in ReadRevTbl()
1597 pAuthorInfos = new sw::util::AuthorInfos; in ReadRevTbl()
1599 if( 0 == pAuthorInfos->Insert( pAutorInfo ) ) in ReadRevTbl()
1853 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()
1855 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()
1871 if (pAuthorInfos && pAuthorInfos->Seek_Entry(&aEntry, &nPos)) in NextToken()
1873 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()
H A Dswparrtf.hxx300 sw::util::AuthorInfos* pAuthorInfos; member in SwRTFParser

Completed in 71 milliseconds