Searched refs:SvVersion (Results 1 – 4 of 4) sorted by relevance
257 class SvVersion class262 SvVersion() : nMajorVersion( 1 ), nMinorVersion( 0 ) {} in SvVersion() function in SvVersion263 sal_Bool operator == ( const SvVersion & r ) in operator ==()268 sal_Bool operator != ( const SvVersion & r ) in operator !=()276 friend SvStream& operator << (SvStream &, const SvVersion &);277 friend SvStream& operator >> (SvStream &, SvVersion &);
258 SvVersion aVersion;268 const SvVersion & GetVersion() const { return aVersion; } in GetVersion()
132 SvStream& operator << (SvStream & rStm, const SvVersion & r ) in operator <<()153 SvStream& operator >> (SvStream & rStm, SvVersion & r ) in operator >>()565 sal_Bool SvVersion::ReadSvIdl( SvTokenStream & rInStm ) in ReadSvIdl()598 sal_Bool SvVersion::WriteSvIdl( SvStream & rOutStm ) in WriteSvIdl()
634 if( aVersion != SvVersion() ) nMask |= 0x04; in Save()
Completed in 39 milliseconds