LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
LwpUIDocument Class Reference

UIDocument structure contained in VO_DOCUMENT not parsed yet. More...

#include <lwpuidoc.hxx>

Collaboration diagram for LwpUIDocument:
[legend]

Public Member Functions

 LwpUIDocument (LwpObjectStream *pStrm)
 
 ~LwpUIDocument ()
 
void Read (LwpObjectStream *pStrm)
 

Private Types

enum  {
  DOC_READONLY = 0x01 ,
  DOC_BLOCKSETS = 0x02 ,
  DOC_LOCKED = 0x04 ,
  DOC_ENVELOPE = 0x08 ,
  DOC_EXTERNALFILE = 0x10 ,
  DOC_SANITYCHECK = 0x20 ,
  DOC_ANNOTATEONLY = 0x40 ,
  DOC_CANCELED = 0x80
}
 

Private Attributes

LwpAutoRunMacroOptions m_ARMacroOpts
 
LwpMergeOptions m_MergedOpts
 
LwpAtomHolder m_SheetFullPath
 
sal_uInt16 m_nFlags
 
LwpAtomHolder m_InitialSaveAsType
 

Detailed Description

UIDocument structure contained in VO_DOCUMENT not parsed yet.

Definition at line 129 of file lwpuidoc.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private
Enumerator
DOC_READONLY 
DOC_BLOCKSETS 
DOC_LOCKED 
DOC_ENVELOPE 
DOC_EXTERNALFILE 
DOC_SANITYCHECK 
DOC_ANNOTATEONLY 
DOC_CANCELED 

Definition at line 141 of file lwpuidoc.hxx.

Constructor & Destructor Documentation

◆ LwpUIDocument()

LwpUIDocument::LwpUIDocument ( LwpObjectStream pStrm)
explicit

Definition at line 63 of file lwpuidoc.cxx.

References m_nFlags, and Read().

◆ ~LwpUIDocument()

LwpUIDocument::~LwpUIDocument ( )

Definition at line 69 of file lwpuidoc.cxx.

Member Function Documentation

◆ Read()

void LwpUIDocument::Read ( LwpObjectStream pStrm)

Member Data Documentation

◆ m_ARMacroOpts

LwpAutoRunMacroOptions LwpUIDocument::m_ARMacroOpts
private

Definition at line 136 of file lwpuidoc.hxx.

Referenced by Read().

◆ m_InitialSaveAsType

LwpAtomHolder LwpUIDocument::m_InitialSaveAsType
private

Definition at line 140 of file lwpuidoc.hxx.

Referenced by Read().

◆ m_MergedOpts

LwpMergeOptions LwpUIDocument::m_MergedOpts
private

Definition at line 137 of file lwpuidoc.hxx.

Referenced by Read().

◆ m_nFlags

sal_uInt16 LwpUIDocument::m_nFlags
private

Definition at line 139 of file lwpuidoc.hxx.

Referenced by Read().

◆ m_SheetFullPath

LwpAtomHolder LwpUIDocument::m_SheetFullPath
private

Definition at line 138 of file lwpuidoc.hxx.

Referenced by Read().


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