LibreOffice Module tools (master) 1
|
#include <vcompat.hxx>
Public Member Functions | |
VersionCompatRead (SvStream &rStm) | |
~VersionCompatRead () | |
sal_uInt16 | GetVersion () const |
Private Member Functions | |
VersionCompatRead (const VersionCompatRead &)=delete | |
VersionCompatRead & | operator= (const VersionCompatRead &)=delete |
Private Attributes | |
SvStream & | mrRStm |
sal_uInt32 | mnCompatPos |
sal_uInt32 | mnTotalSize |
sal_uInt16 | mnVersion |
Definition at line 32 of file vcompat.hxx.
|
privatedelete |
VersionCompatRead::VersionCompatRead | ( | SvStream & | rStm | ) |
Definition at line 23 of file vcompat.cxx.
References SvStream::GetError(), mnCompatPos, mnTotalSize, mnVersion, mrRStm, SvStream::ReadUInt16(), SvStream::ReadUInt32(), and SvStream::Tell().
VersionCompatRead::~VersionCompatRead | ( | ) |
Definition at line 51 of file vcompat.cxx.
References mnCompatPos, mnTotalSize, mrRStm, SvStream::SeekRel(), and SvStream::Tell().
|
inline |
Definition at line 46 of file vcompat.hxx.
|
privatedelete |
|
private |
Definition at line 35 of file vcompat.hxx.
Referenced by VersionCompatRead(), and ~VersionCompatRead().
|
private |
Definition at line 36 of file vcompat.hxx.
Referenced by VersionCompatRead(), and ~VersionCompatRead().
|
private |
Definition at line 37 of file vcompat.hxx.
Referenced by VersionCompatRead().
|
private |
Definition at line 34 of file vcompat.hxx.
Referenced by VersionCompatRead(), and ~VersionCompatRead().