Home
last modified time | relevance | path

Searched refs:SvVersion (Results 1 – 4 of 4) sorted by relevance

/trunk/main/idl/inc/
H A Dbastype.hxx257 class SvVersion class
262 SvVersion() : nMajorVersion( 1 ), nMinorVersion( 0 ) {} in SvVersion() function in SvVersion
263 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 &);
H A Dbasobj.hxx258 SvVersion aVersion;
268 const SvVersion & GetVersion() const { return aVersion; } in GetVersion()
/trunk/main/idl/source/objects/
H A Dbastype.cxx132 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()
H A Dbasobj.cxx634 if( aVersion != SvVersion() ) nMask |= 0x04; in Save()

Completed in 32 milliseconds