Home
last modified time | relevance | path

Searched refs:rEntr (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svtools/source/filter/
H A Dsgfbram.cxx90 SvStream& operator>>(SvStream& rIStream, SgfEntry& rEntr) in operator >>() argument
92 rIStream.Read((char*)&rEntr.Typ,SgfEntrySize); in operator >>()
94 rEntr.Typ =SWAPSHORT(rEntr.Typ ); in operator >>()
95 rEntr.iFrei=SWAPSHORT(rEntr.iFrei); in operator >>()
96 rEntr.lFreiLo=SWAPSHORT (rEntr.lFreiLo); in operator >>()
97 rEntr.lFreiHi=SWAPSHORT (rEntr.lFreiHi); in operator >>()
98 rEntr.OfsLo=SWAPSHORT(rEntr.OfsLo); in operator >>()
99 rEntr.OfsHi=SWAPSHORT(rEntr.OfsHi); in operator >>()
/aoo4110/main/svtools/source/inc/
H A Dsgfbram.hxx80 friend SvStream& operator>>(SvStream& rIStream, SgfEntry& rEntr);
92 friend SvStream& operator>>(SvStream& rIStream, SgfVector& rEntr);

Completed in 10 milliseconds