LibreOffice Module filter (master) 1
Public Member Functions | Public Attributes | Friends | List of all members
DffRecordHeader Class Reference

#include <dffrecordheader.hxx>

Public Member Functions

 DffRecordHeader ()
 
bool IsContainer () const
 
sal_uLong GetRecBegFilePos () const
 
sal_uLong GetRecEndFilePos () const
 
bool SeekToEndOfRecord (SvStream &rIn) const
 
bool SeekToContent (SvStream &rIn) const
 
bool SeekToBegOfRecord (SvStream &rIn) const
 

Public Attributes

sal_uInt8 nRecVer
 
sal_uInt16 nRecInstance
 
sal_uInt16 nImpVerInst
 
sal_uInt16 nRecType
 
sal_uInt32 nRecLen
 
sal_uLong nFilePos
 

Friends

MSFILTER_DLLPUBLIC friend bool ReadDffRecordHeader (SvStream &rIn, DffRecordHeader &rRec)
 

Detailed Description

Definition at line 29 of file dffrecordheader.hxx.

Constructor & Destructor Documentation

◆ DffRecordHeader()

DffRecordHeader::DffRecordHeader ( )
inline

Definition at line 39 of file dffrecordheader.hxx.

Member Function Documentation

◆ GetRecBegFilePos()

sal_uLong DffRecordHeader::GetRecBegFilePos ( ) const
inline

◆ GetRecEndFilePos()

sal_uLong DffRecordHeader::GetRecEndFilePos ( ) const
inline

◆ IsContainer()

bool DffRecordHeader::IsContainer ( ) const
inline

Definition at line 41 of file dffrecordheader.hxx.

References DFF_PSFLAG_CONTAINER.

◆ SeekToBegOfRecord()

bool DffRecordHeader::SeekToBegOfRecord ( SvStream rIn) const
inline

◆ SeekToContent()

bool DffRecordHeader::SeekToContent ( SvStream rIn) const
inline

◆ SeekToEndOfRecord()

bool DffRecordHeader::SeekToEndOfRecord ( SvStream rIn) const
inline

Friends And Related Function Documentation

◆ ReadDffRecordHeader

MSFILTER_DLLPUBLIC friend bool ReadDffRecordHeader ( SvStream rIn,
DffRecordHeader rRec 
)
friend

Definition at line 22 of file dffrecordheader.cxx.

Member Data Documentation

◆ nFilePos

sal_uLong DffRecordHeader::nFilePos

◆ nImpVerInst

sal_uInt16 DffRecordHeader::nImpVerInst

Definition at line 34 of file dffrecordheader.hxx.

◆ nRecInstance

sal_uInt16 DffRecordHeader::nRecInstance

◆ nRecLen

sal_uInt32 DffRecordHeader::nRecLen

◆ nRecType

sal_uInt16 DffRecordHeader::nRecType

◆ nRecVer

sal_uInt8 DffRecordHeader::nRecVer

The documentation for this class was generated from the following file: