Searched refs:AuthorInfo (Results 1 – 3 of 3) sorted by relevance
144 struct AuthorInfo;145 typedef AuthorInfo* AuthorInfo_Ptr;148 struct AuthorInfo struct153 AuthorInfo(sal_uInt16 nWWAuthorId_, sal_uInt16 nOurId_ = 0): in AuthorInfo() function157 bool operator==(const AuthorInfo& rEntry) const in operator ==() argument161 bool operator<(const AuthorInfo& rEntry) const in operator <() argument
480 sw::util::AuthorInfo* pAutorInfo = new sw::util::AuthorInfo( nAuthor, nSWId ); in ReadRevMarkAuthorStrTabl()538 sw::util::AuthorInfo aEntry(nWWAutNo); in Read_CRevisionMark()542 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in Read_CRevisionMark()
1598 sw::util::AuthorInfo* pAutorInfo = new sw::util::AuthorInfo( nAuthorTableIndex, nSWId ); in ReadRevTbl()1848 sw::util::AuthorInfo aEntry( static_cast< sal_uInt16 >(nTokenValue) ); in NextToken()1855 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()1866 sw::util::AuthorInfo aEntry( static_cast< short >(nTokenValue) ); in NextToken()1873 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken()
Completed in 46 milliseconds