LibreOffice Module lotuswordpro (master) 1
|
footnote number options information More...
#include <lwpfootnote.hxx>
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 |
footnote number options information
Definition at line 161 of file lwpfootnote.hxx.
anonymous enum |
Enumerator | |
---|---|
RESET_DOCUMENT | |
RESET_PAGE | |
RESET_DIVISION | |
RESET_DIVISIONGROUP | |
RESET_MASK | |
SUPERSCRIPT_REFERENCE |
Definition at line 176 of file lwpfootnote.hxx.
|
inline |
Definition at line 164 of file lwpfootnote.hxx.
|
inline |
Definition at line 188 of file lwpfootnote.hxx.
References m_LeadingText, and LwpAtomHolder::str().
Referenced by LwpFootnoteOptions::RegisterEndnoteStyle(), and LwpFootnoteOptions::RegisterFootnoteStyle().
|
inline |
Definition at line 190 of file lwpfootnote.hxx.
References m_nFlag, and RESET_MASK.
Referenced by LwpFootnoteOptions::RegisterEndnoteStyle(), and LwpFootnoteOptions::RegisterFootnoteStyle().
|
inline |
Definition at line 187 of file lwpfootnote.hxx.
References m_nStartingNumber.
Referenced by LwpFootnoteOptions::RegisterEndnoteStyle(), and LwpFootnoteOptions::RegisterFootnoteStyle().
|
inline |
Definition at line 189 of file lwpfootnote.hxx.
References m_TrailingText, and LwpAtomHolder::str().
Referenced by LwpFootnoteOptions::RegisterEndnoteStyle(), and LwpFootnoteOptions::RegisterFootnoteStyle().
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().
|
private |
Definition at line 173 of file lwpfootnote.hxx.
Referenced by GetLeadingText(), and Read().
|
private |
Definition at line 171 of file lwpfootnote.hxx.
Referenced by GetReset(), and Read().
|
private |
Definition at line 172 of file lwpfootnote.hxx.
Referenced by GetStartingNumber(), and Read().
|
private |
Definition at line 174 of file lwpfootnote.hxx.
Referenced by GetTrailingText(), and Read().