Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx147 struct AuthorInfo struct
149 sal_uInt16 nWWAuthorId;
150 sal_uInt16 nOurId;
152 AuthorInfo(sal_uInt16 nWWAuthorId_, sal_uInt16 nOurId_ = 0): in AuthorInfo() function
156 bool operator==(const AuthorInfo& rEntry) const in operator ==()
160 bool operator<(const AuthorInfo& rEntry) const in operator <()