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

footnote number options information More...

#include <lwpfootnote.hxx>

Collaboration diagram for LwpFootnoteNumberOptions:
[legend]

Public Types

enum  {
  RESET_DOCUMENT = 0x00 ,
  RESET_PAGE = 0x01 ,
  RESET_DIVISION = 0x02 ,
  RESET_DIVISIONGROUP = 0x04 ,
  RESET_MASK ,
  SUPERSCRIPT_REFERENCE = 0x10
}
 

Public Member Functions

 LwpFootnoteNumberOptions ()
 
void Read (LwpObjectStream *pObjStrm)
 @descr Read footnote number options information More...
 
sal_uInt16 GetStartingNumber () const
 
OUString const & GetLeadingText () const
 
OUString const & GetTrailingText () const
 
sal_uInt16 GetReset () const
 

Private Attributes

sal_uInt16 m_nFlag
 
sal_uInt16 m_nStartingNumber
 
LwpAtomHolder m_LeadingText
 
LwpAtomHolder m_TrailingText
 

Detailed Description

footnote number options information

Definition at line 161 of file lwpfootnote.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
RESET_DOCUMENT 
RESET_PAGE 
RESET_DIVISION 
RESET_DIVISIONGROUP 
RESET_MASK 
SUPERSCRIPT_REFERENCE 

Definition at line 176 of file lwpfootnote.hxx.

Constructor & Destructor Documentation

◆ LwpFootnoteNumberOptions()

LwpFootnoteNumberOptions::LwpFootnoteNumberOptions ( )
inline

Definition at line 164 of file lwpfootnote.hxx.

Member Function Documentation

◆ GetLeadingText()

OUString const & LwpFootnoteNumberOptions::GetLeadingText ( ) const
inline

◆ GetReset()

sal_uInt16 LwpFootnoteNumberOptions::GetReset ( ) const
inline

◆ GetStartingNumber()

sal_uInt16 LwpFootnoteNumberOptions::GetStartingNumber ( ) const
inline

◆ GetTrailingText()

OUString const & LwpFootnoteNumberOptions::GetTrailingText ( ) const
inline

◆ Read()

void LwpFootnoteNumberOptions::Read ( LwpObjectStream pObjStrm)

@descr Read footnote number options information

Definition at line 408 of file lwpfootnote.cxx.

References m_LeadingText, m_nFlag, m_nStartingNumber, m_TrailingText, LwpObjectStream::QuickReaduInt16(), LwpAtomHolder::Read(), and LwpObjectStream::SkipExtra().

Referenced by LwpFootnoteOptions::Read().

Member Data Documentation

◆ m_LeadingText

LwpAtomHolder LwpFootnoteNumberOptions::m_LeadingText
private

Definition at line 173 of file lwpfootnote.hxx.

Referenced by GetLeadingText(), and Read().

◆ m_nFlag

sal_uInt16 LwpFootnoteNumberOptions::m_nFlag
private

Definition at line 171 of file lwpfootnote.hxx.

Referenced by GetReset(), and Read().

◆ m_nStartingNumber

sal_uInt16 LwpFootnoteNumberOptions::m_nStartingNumber
private

Definition at line 172 of file lwpfootnote.hxx.

Referenced by GetStartingNumber(), and Read().

◆ m_TrailingText

LwpAtomHolder LwpFootnoteNumberOptions::m_TrailingText
private

Definition at line 174 of file lwpfootnote.hxx.

Referenced by GetTrailingText(), and Read().


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