LibreOffice Module lotuswordpro (master) 1
|
footnote separator options information More...
#include <lwpfootnote.hxx>
Public Types | |
enum | { HAS_SEPARATOR = 0x01 , CUSTOM_LENGTH = 0x02 } |
Public Member Functions | |
LwpFootnoteSeparatorOptions () | |
void | Read (LwpObjectStream *pObjStrm) |
@descr Read footnote separator options information More... | |
sal_uInt32 | GetLength () const |
sal_uInt32 | GetIndent () const |
sal_uInt32 | GetAbove () const |
sal_uInt32 | GetBelow () const |
bool | HasCustomLength () const |
bool | HasSeparator () const |
float | GetTopBorderWidth () |
LwpColor | GetTopBorderColor () |
Private Attributes | |
sal_uInt16 | m_nFlag |
sal_uInt32 | m_nLength |
sal_uInt32 | m_nIndent |
sal_uInt32 | m_nAbove |
sal_uInt32 | m_nBelow |
LwpBorderStuff | m_BorderStuff |
footnote separator options information
Definition at line 196 of file lwpfootnote.hxx.
anonymous enum |
Enumerator | |
---|---|
HAS_SEPARATOR | |
CUSTOM_LENGTH |
Definition at line 216 of file lwpfootnote.hxx.
|
inline |
Definition at line 199 of file lwpfootnote.hxx.
|
inline |
Definition at line 223 of file lwpfootnote.hxx.
References m_nAbove.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 224 of file lwpfootnote.hxx.
References m_nBelow.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 222 of file lwpfootnote.hxx.
References m_nIndent.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 221 of file lwpfootnote.hxx.
References m_nLength.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 228 of file lwpfootnote.hxx.
References LwpBorderStuff::GetSideColor(), m_BorderStuff, and LwpBorderStuff::TOP.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 227 of file lwpfootnote.hxx.
References LwpBorderStuff::GetSideWidth(), m_BorderStuff, and LwpBorderStuff::TOP.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 225 of file lwpfootnote.hxx.
References CUSTOM_LENGTH, and m_nFlag.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
|
inline |
Definition at line 226 of file lwpfootnote.hxx.
References HAS_SEPARATOR, and m_nFlag.
Referenced by LwpPageLayout::ParseFootNoteSeparator().
void LwpFootnoteSeparatorOptions::Read | ( | LwpObjectStream * | pObjStrm | ) |
@descr Read footnote separator options information
Definition at line 420 of file lwpfootnote.cxx.
References m_BorderStuff, m_nAbove, m_nBelow, m_nFlag, m_nIndent, m_nLength, LwpObjectStream::QuickReaduInt16(), LwpObjectStream::QuickReaduInt32(), LwpBorderStuff::Read(), and LwpObjectStream::SkipExtra().
Referenced by LwpFootnoteOptions::Read().
|
private |
Definition at line 214 of file lwpfootnote.hxx.
Referenced by GetTopBorderColor(), GetTopBorderWidth(), and Read().
|
private |
Definition at line 212 of file lwpfootnote.hxx.
Referenced by GetAbove(), and Read().
|
private |
Definition at line 213 of file lwpfootnote.hxx.
Referenced by GetBelow(), and Read().
|
private |
Definition at line 209 of file lwpfootnote.hxx.
Referenced by HasCustomLength(), HasSeparator(), and Read().
|
private |
Definition at line 211 of file lwpfootnote.hxx.
Referenced by GetIndent(), and Read().
|
private |
Definition at line 210 of file lwpfootnote.hxx.
Referenced by GetLength(), and Read().