LibreOffice Module lotuswordpro (master) 1
|
#include <lwpusewhen.hxx>
Public Member Functions | |
LwpUseWhen () | |
void | Read (LwpObjectStream *pStrm) |
bool | IsUseOnAllPages () const |
bool | IsUseOnAllEvenPages () const |
bool | IsUseOnAllOddPages () const |
bool | IsUseOnPage () const |
bool | IsStartOnThisPage () const |
bool | IsStartOnNextPage () const |
bool | IsStartOnNextEvenPage () const |
bool | IsStartOnNextOddPage () const |
bool | IsStartOnThisHF () const |
sal_uInt16 | GetUsePage () const |
Private Attributes | |
sal_uInt16 | m_nFlags |
sal_uInt16 | m_nUsePage |
Definition at line 89 of file lwpusewhen.hxx.
|
inline |
Definition at line 92 of file lwpusewhen.hxx.
|
inline |
Definition at line 162 of file lwpusewhen.hxx.
References m_nUsePage.
Referenced by LwpLayout::GetUsePage().
|
inline |
Definition at line 152 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_STARTONNEXTEVEN.
Referenced by LwpLayout::GetUseWhenType().
|
inline |
Definition at line 147 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_STARTONNEXTODD.
Referenced by LwpLayout::GetUseWhenType().
|
inline |
Definition at line 142 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_STARTONMASK.
Referenced by LwpLayout::GetUseWhenType().
|
inline |
Definition at line 157 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_STARTONTHISHF.
Referenced by LwpLayout::GetUseWhenType().
|
inline |
Definition at line 137 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_STARTONTHISPAGE.
Referenced by LwpLayout::GetUseWhenType().
|
inline |
Definition at line 123 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_USEONALLEVENPAGES.
Referenced by LwpLayout::IsUseOnAllEvenPages().
|
inline |
Definition at line 127 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_USEONALLODDPAGES.
Referenced by LwpPageLayout::GetOddChildLayout(), LwpLayout::IsUseOnAllOddPages(), LwpPageLayout::RegisterEndnoteStyle(), and LwpPageLayout::RegisterStyle().
|
inline |
Definition at line 119 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_USEONALLPAGES.
Referenced by LwpLayout::IsUseOnAllPages().
|
inline |
Definition at line 132 of file lwpusewhen.hxx.
References m_nFlags, and STYLE_USEONTHISPAGE.
Referenced by LwpLayout::IsUseOnPage().
|
inline |
Definition at line 113 of file lwpusewhen.hxx.
References m_nFlags, m_nUsePage, LwpObjectStream::QuickReaduInt16(), and LwpObjectStream::SkipExtra().
Referenced by LwpLayout::Read().
|
private |
Definition at line 109 of file lwpusewhen.hxx.
Referenced by IsStartOnNextEvenPage(), IsStartOnNextOddPage(), IsStartOnNextPage(), IsStartOnThisHF(), IsStartOnThisPage(), IsUseOnAllEvenPages(), IsUseOnAllOddPages(), IsUseOnAllPages(), IsUseOnPage(), and Read().
|
private |
Definition at line 110 of file lwpusewhen.hxx.
Referenced by GetUsePage(), and Read().