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

line number options More...

#include <lwplnopts.hxx>

Public Types

enum  {
  NUMBER_NONE ,
  NUMBER_LINES ,
  NUMBER_TEXTLINESONLY
}
 
enum  {
  LN_RESETEACHPAGE = 0x01 ,
  LN_COUNTBLANKLINES = 0x02
}
 

Public Member Functions

 LwpLineNumberOptions (LwpObjectStream *pStrm)
 
void Read (LwpObjectStream *pStrm)
 @descr Read LwpLineNumberOptions from object stream More...
 
void RegisterStyle ()
 @descr set XFLineNumberConfig More...
 

Private Attributes

sal_uInt16 m_nType
 
sal_uInt16 m_nFlags
 
sal_uInt16 m_nSeparator
 
sal_uInt32 m_nSpacing
 
sal_uInt32 m_nDistance
 

Detailed Description

line number options

Definition at line 69 of file lwplnopts.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NUMBER_NONE 
NUMBER_LINES 
NUMBER_TEXTLINESONLY 

Definition at line 82 of file lwplnopts.hxx.

◆ anonymous enum

anonymous enum
Enumerator
LN_RESETEACHPAGE 
LN_COUNTBLANKLINES 

Definition at line 88 of file lwplnopts.hxx.

Constructor & Destructor Documentation

◆ LwpLineNumberOptions()

LwpLineNumberOptions::LwpLineNumberOptions ( LwpObjectStream pStrm)
explicit

Definition at line 59 of file lwplnopts.cxx.

References Read().

Member Function Documentation

◆ Read()

void LwpLineNumberOptions::Read ( LwpObjectStream pStrm)

◆ RegisterStyle()

void LwpLineNumberOptions::RegisterStyle ( )

Member Data Documentation

◆ m_nDistance

sal_uInt32 LwpLineNumberOptions::m_nDistance
private

Definition at line 79 of file lwplnopts.hxx.

Referenced by Read(), and RegisterStyle().

◆ m_nFlags

sal_uInt16 LwpLineNumberOptions::m_nFlags
private

Definition at line 76 of file lwplnopts.hxx.

Referenced by Read(), and RegisterStyle().

◆ m_nSeparator

sal_uInt16 LwpLineNumberOptions::m_nSeparator
private

Definition at line 77 of file lwplnopts.hxx.

Referenced by Read(), and RegisterStyle().

◆ m_nSpacing

sal_uInt32 LwpLineNumberOptions::m_nSpacing
private

Definition at line 78 of file lwplnopts.hxx.

Referenced by Read().

◆ m_nType

sal_uInt16 LwpLineNumberOptions::m_nType
private

Definition at line 75 of file lwplnopts.hxx.

Referenced by Read(), and RegisterStyle().


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