LibreOffice Module lotuswordpro (master) 1
|
#include <xfendnoteconfig.hxx>
Public Member Functions | |
XFEndnoteConfig () | |
Public Member Functions inherited from XFFootnoteConfig | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from XFFootnoteConfig | |
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 65 of file xfendnoteconfig.hxx.
|
inline |
Definition at line 68 of file xfendnoteconfig.hxx.
References XFFootnoteConfig::m_bInsertInPage, XFFootnoteConfig::m_bIsFootnote, XFFootnoteConfig::m_strBodyStyle, XFFootnoteConfig::m_strCitationStyle, XFFootnoteConfig::m_strDefaultStyle, and XFFootnoteConfig::m_strMasterPage.