LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Protected Attributes | List of all members
XFFootnoteConfig Class Reference

#include <xffootnoteconfig.hxx>

Inheritance diagram for XFFootnoteConfig:
[legend]
Collaboration diagram for XFFootnoteConfig:
[legend]

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
 
XFStyleoperator= (XFStyle const &)=default
 
XFStyleoperator= (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
 
IXFStyleoperator= (IXFStyle const &)=default
 
IXFStyleoperator= (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
 

Detailed Description

Definition at line 66 of file xffootnoteconfig.hxx.

Constructor & Destructor Documentation

◆ XFFootnoteConfig()

XFFootnoteConfig::XFFootnoteConfig ( )
inline

Member Function Documentation

◆ SetMasterPage()

void XFFootnoteConfig::SetMasterPage ( const OUString &  masterPage)
inline

Definition at line 117 of file xffootnoteconfig.hxx.

References m_strMasterPage.

◆ SetMessageFrom()

void XFFootnoteConfig::SetMessageFrom ( const OUString &  message)
inline

Definition at line 149 of file xffootnoteconfig.hxx.

References m_strMessageFrom.

◆ SetMessageOn()

void XFFootnoteConfig::SetMessageOn ( const OUString &  message)
inline

Definition at line 144 of file xffootnoteconfig.hxx.

References m_strMessageOn.

◆ SetNumPrefix()

void XFFootnoteConfig::SetNumPrefix ( const OUString &  numprefix)
inline

Definition at line 134 of file xffootnoteconfig.hxx.

References m_strNumPrefix.

◆ SetNumSuffix()

void XFFootnoteConfig::SetNumSuffix ( const OUString &  numsuffix)
inline

Definition at line 139 of file xffootnoteconfig.hxx.

References m_strNumSuffix.

◆ SetRestartOnPage()

void XFFootnoteConfig::SetRestartOnPage ( )
inline

Definition at line 129 of file xffootnoteconfig.hxx.

References m_nRestartType.

◆ SetStartValue()

void XFFootnoteConfig::SetStartValue ( sal_Int32  value)
inline

Definition at line 122 of file xffootnoteconfig.hxx.

References m_nStartValue, and value.

◆ ToXml()

void XFFootnoteConfig::ToXml ( IXFStream pStrm)
inlineoverridevirtual

Member Data Documentation

◆ m_bInsertInPage

bool XFFootnoteConfig::m_bInsertInPage
protected

Definition at line 100 of file xffootnoteconfig.hxx.

Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().

◆ m_bIsFootnote

bool XFFootnoteConfig::m_bIsFootnote
protected

Definition at line 101 of file xffootnoteconfig.hxx.

Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().

◆ m_nRestartType

sal_Int32 XFFootnoteConfig::m_nRestartType
protected

Definition at line 99 of file xffootnoteconfig.hxx.

Referenced by SetRestartOnPage(), ToXml(), and XFFootnoteConfig().

◆ m_nStartValue

sal_Int32 XFFootnoteConfig::m_nStartValue
protected

Definition at line 98 of file xffootnoteconfig.hxx.

Referenced by SetStartValue(), ToXml(), and XFFootnoteConfig().

◆ m_strBodyStyle

OUString XFFootnoteConfig::m_strBodyStyle
protected

Definition at line 89 of file xffootnoteconfig.hxx.

Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().

◆ m_strCitationStyle

OUString XFFootnoteConfig::m_strCitationStyle
protected

Definition at line 90 of file xffootnoteconfig.hxx.

Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().

◆ m_strDefaultStyle

OUString XFFootnoteConfig::m_strDefaultStyle
protected

Definition at line 91 of file xffootnoteconfig.hxx.

Referenced by ToXml(), XFEndnoteConfig::XFEndnoteConfig(), and XFFootnoteConfig().

◆ m_strMasterPage

OUString XFFootnoteConfig::m_strMasterPage
protected

◆ m_strMessageFrom

OUString XFFootnoteConfig::m_strMessageFrom
protected

Definition at line 96 of file xffootnoteconfig.hxx.

Referenced by SetMessageFrom(), and ToXml().

◆ m_strMessageOn

OUString XFFootnoteConfig::m_strMessageOn
protected

Definition at line 97 of file xffootnoteconfig.hxx.

Referenced by SetMessageOn(), and ToXml().

◆ m_strNumFmt

OUString XFFootnoteConfig::m_strNumFmt
protected

Definition at line 93 of file xffootnoteconfig.hxx.

Referenced by ToXml(), and XFFootnoteConfig().

◆ m_strNumPrefix

OUString XFFootnoteConfig::m_strNumPrefix
protected

Definition at line 94 of file xffootnoteconfig.hxx.

Referenced by SetNumPrefix(), and ToXml().

◆ m_strNumSuffix

OUString XFFootnoteConfig::m_strNumSuffix
protected

Definition at line 95 of file xffootnoteconfig.hxx.

Referenced by SetNumSuffix(), and ToXml().


The documentation for this class was generated from the following file: