LibreOffice Module lotuswordpro (master) 1
|
#include <xffootnoteconfig.hxx>
Public Member Functions | |
XFFootnoteConfig () | |
void | SetMasterPage (const OUString &masterPage) |
void | SetStartValue (sal_Int32 value) |
void | SetRestartOnPage () |
void | SetNumPrefix (const OUString &numprefix) |
void | SetNumSuffix (const OUString &numsuffix) |
void | SetMessageOn (const OUString &message) |
void | SetMessageFrom (const OUString &message) |
virtual void | ToXml (IXFStream *pStrm) override |
Public Member Functions inherited from XFStyle | |
XFStyle () | |
virtual | ~XFStyle () override |
XFStyle (XFStyle const &)=default | |
XFStyle (XFStyle &&)=default | |
XFStyle & | operator= (XFStyle const &)=default |
XFStyle & | operator= (XFStyle &&)=default |
virtual OUString | GetStyleName () override |
@descr get style name. More... | |
virtual void | SetStyleName (const OUString &styleName) override |
@descr set style name. More... | |
virtual OUString | GetParentStyleName () override |
@descr set parent style name. More... | |
virtual void | SetParentStyleName (const OUString &styleName) override |
@descr return parent style name. More... | |
virtual enumXFStyle | GetStyleFamily () override |
@descr get style family. More... | |
virtual bool | Equal (IXFStyle *pStyle) override |
@descr decide whether two style are equal. More... | |
Public Member Functions inherited from IXFStyle | |
IXFStyle ()=default | |
IXFStyle (IXFStyle const &)=default | |
IXFStyle (IXFStyle &&)=default | |
IXFStyle & | operator= (IXFStyle const &)=default |
IXFStyle & | operator= (IXFStyle &&)=default |
virtual | ~IXFStyle () |
virtual OUString | GetStyleName ()=0 |
@descr: return the style name. More... | |
virtual void | SetStyleName (const OUString &styleName)=0 |
@descr: set the name of the style. More... | |
virtual OUString | GetParentStyleName ()=0 |
@descr return the parent style name. More... | |
virtual void | SetParentStyleName (const OUString &parent)=0 |
@descr: Parent paragraph style. More... | |
virtual enumXFStyle | GetStyleFamily ()=0 |
@descr: return the style family. More... | |
virtual bool | Equal (IXFStyle *pStyle)=0 |
@descr: Compare whatever two style object are the same. More... | |
virtual void | ToXml (IXFStream *stream)=0 |
Protected Attributes | |
OUString | m_strBodyStyle |
OUString | m_strCitationStyle |
OUString | m_strDefaultStyle |
OUString | m_strMasterPage |
OUString | m_strNumFmt |
OUString | m_strNumPrefix |
OUString | m_strNumSuffix |
OUString | m_strMessageFrom |
OUString | m_strMessageOn |
sal_Int32 | m_nStartValue |
sal_Int32 | m_nRestartType |
bool | m_bInsertInPage |
bool | m_bIsFootnote |
Protected Attributes inherited from XFStyle | |
OUString | m_strStyleName |
OUString | m_strParentStyleName |
Definition at line 66 of file xffootnoteconfig.hxx.
|
inline |
Definition at line 104 of file xffootnoteconfig.hxx.
References m_bInsertInPage, m_bIsFootnote, m_nRestartType, m_nStartValue, m_strBodyStyle, m_strCitationStyle, m_strDefaultStyle, m_strMasterPage, and m_strNumFmt.
|
inline |
Definition at line 117 of file xffootnoteconfig.hxx.
References m_strMasterPage.
|
inline |
Definition at line 149 of file xffootnoteconfig.hxx.
References m_strMessageFrom.
|
inline |
Definition at line 144 of file xffootnoteconfig.hxx.
References m_strMessageOn.
|
inline |
Definition at line 134 of file xffootnoteconfig.hxx.
References m_strNumPrefix.
|
inline |
Definition at line 139 of file xffootnoteconfig.hxx.
References m_strNumSuffix.
|
inline |
Definition at line 129 of file xffootnoteconfig.hxx.
References m_nRestartType.
|
inline |
Definition at line 122 of file xffootnoteconfig.hxx.
References m_nStartValue, and value.
|
inlineoverridevirtual |
Implements IXFStyle.
Definition at line 154 of file xffootnoteconfig.hxx.
References IXFAttrList::AddAttribute(), IXFStream::Characters(), IXFAttrList::Clear(), IXFStream::EndElement(), IXFStream::GetAttrList(), m_bInsertInPage, m_bIsFootnote, m_nRestartType, m_nStartValue, m_strBodyStyle, m_strCitationStyle, m_strDefaultStyle, m_strMasterPage, m_strMessageFrom, m_strMessageOn, m_strNumFmt, m_strNumPrefix, m_strNumSuffix, and IXFStream::StartElement().
|
protected |
Definition at line 100 of file xffootnoteconfig.hxx.
Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 101 of file xffootnoteconfig.hxx.
Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 99 of file xffootnoteconfig.hxx.
Referenced by SetRestartOnPage(), ToXml(), and XFFootnoteConfig().
|
protected |
Definition at line 98 of file xffootnoteconfig.hxx.
Referenced by SetStartValue(), ToXml(), and XFFootnoteConfig().
|
protected |
Definition at line 89 of file xffootnoteconfig.hxx.
Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 90 of file xffootnoteconfig.hxx.
Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 91 of file xffootnoteconfig.hxx.
Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 92 of file xffootnoteconfig.hxx.
Referenced by SetMasterPage(), ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().
|
protected |
Definition at line 96 of file xffootnoteconfig.hxx.
Referenced by SetMessageFrom(), and ToXml().
|
protected |
Definition at line 97 of file xffootnoteconfig.hxx.
Referenced by SetMessageOn(), and ToXml().
|
protected |
Definition at line 93 of file xffootnoteconfig.hxx.
Referenced by ToXml(), and XFFootnoteConfig().
|
protected |
Definition at line 94 of file xffootnoteconfig.hxx.
Referenced by SetNumPrefix(), and ToXml().
|
protected |
Definition at line 95 of file xffootnoteconfig.hxx.
Referenced by SetNumSuffix(), and ToXml().