LibreOffice Module lotuswordpro (master) 1
|
LWP7 object. More...
#include <lwpfilehdr.hxx>
Public Member Functions | |
LwpFileHeader () | |
void | Read (LwpSvStream *pStrm) |
@descr read file header object from svstream More... | |
sal_uInt32 | GetRootIndexOffset () const |
LwpObjectID & | GetDocID () |
Static Public Attributes | |
static sal_uInt16 | m_nFileRevision = 0 |
Private Attributes | |
sal_uInt16 | m_nAppRevision |
sal_uInt16 | m_nAppReleaseNo |
sal_uInt16 | m_nRequiredAppRevision |
sal_uInt16 | m_nRequiredFileRevision |
LwpObjectID | m_cDocumentID |
sal_uInt32 | m_nRootIndexOffset |
LWP7 object.
Definition at line 63 of file lwpfilehdr.hxx.
LwpFileHeader::LwpFileHeader | ( | ) |
Definition at line 62 of file lwpfilehdr.cxx.
|
inline |
Definition at line 83 of file lwpfilehdr.hxx.
References m_cDocumentID.
Referenced by Lwp9Reader::ParseDocument().
|
inline |
Definition at line 82 of file lwpfilehdr.hxx.
References m_nRootIndexOffset.
Referenced by Lwp9Reader::ReadIndex().
void LwpFileHeader::Read | ( | LwpSvStream * | pStrm | ) |
@descr read file header object from svstream
Definition at line 73 of file lwpfilehdr.cxx.
References BAD_OFFSET, m_cDocumentID, m_nAppReleaseNo, m_nAppRevision, m_nFileRevision, m_nRequiredAppRevision, m_nRequiredFileRevision, m_nRootIndexOffset, LwpObjectID::Read(), LwpSvStream::ReadUInt16(), and LwpSvStream::ReadUInt32().
Referenced by Lwp9Reader::ReadFileHeader().
|
private |
Definition at line 73 of file lwpfilehdr.hxx.
Referenced by GetDocID(), and Read().
|
private |
Definition at line 70 of file lwpfilehdr.hxx.
Referenced by Read().
|
private |
Definition at line 69 of file lwpfilehdr.hxx.
Referenced by Read().
|
static |
Definition at line 77 of file lwpfilehdr.hxx.
Referenced by Lwp9Reader::Read(), LwpNumericFormat::Read(), LwpDocData::Read(), LwpCellLayout::Read(), LwpContent::Read(), LwpDivInfo::Read(), LwpDLVList::Read(), LwpDLNFVList::Read(), LwpFrameLayout::Read(), LwpGraphicObject::Read(), LwpObjectHolder::Read(), LwpMiddleLayout::Read(), LwpLayout::Read(), LwpPlacableLayout::Read(), LwpLayoutGeometry::Read(), LwpLayoutScale::Read(), LwpLayoutMargins::Read(), LwpLayoutBorder::Read(), LwpLayoutBackground::Read(), LwpLayoutExternalBorder::Read(), LwpLayoutColumns::Read(), LwpLayoutGutters::Read(), LwpLayoutJoins::Read(), LwpLayoutShadow::Read(), LwpLayoutRelativity::Read(), LwpBookMark::Read(), LwpFieldMark::Read(), LwpLayoutNumerics::Read(), LwpGraphicOleObject::Read(), LwpOleObject::Read(), LwpPageLayout::Read(), LwpHeaderLayout::Read(), LwpFooterLayout::Read(), LwpPara::Read(), LwpParaStyle::Read(), LwpTable::Read(), LwpTableLayout::Read(), LwpCellList::Read(), LwpRowList::Read(), LwpFolder::Read(), LwpVersionedPointer::Read(), LwpDLVListHeadTail::Read(), LwpContentManager::Read(), LwpFoundry::Read(), LwpBorderStuff::Read(), LwpTextLanguage::Read(), LwpExternalBorder::Read(), LwpJoinStuff::Read(), LwpLayoutRelativityGuts::Read(), LwpTextAttributeOverride::Read(), LwpSpacingOverride::Read(), LwpObjectHeader::Read(), Read(), LwpTextStyle::ReadCommon(), Lwp9Reader::ReadFileHeader(), LwpObjectID::ReadIndexed(), LwpDLNFVList::ReadName(), LwpDLNFPVList::ReadPropertyList(), and LwpDivInfo::SkipFront().
|
private |
Definition at line 71 of file lwpfilehdr.hxx.
Referenced by Read().
|
private |
Definition at line 72 of file lwpfilehdr.hxx.
Referenced by Read().
|
private |
Definition at line 74 of file lwpfilehdr.hxx.
Referenced by GetRootIndexOffset(), and Read().