Home
last modified time | relevance | path

Searched refs:AuthorInfo (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx144 struct AuthorInfo;
145 typedef AuthorInfo* AuthorInfo_Ptr;
148 struct AuthorInfo struct
153 AuthorInfo(sal_uInt16 nWWAuthorId_, sal_uInt16 nOurId_ = 0): in AuthorInfo() function
157 bool operator==(const AuthorInfo& rEntry) const in operator ==() argument
161 bool operator<(const AuthorInfo& rEntry) const in operator <() argument
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx480 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()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1598 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 42 milliseconds