LibreOffice Module lotuswordpro (master) 1
|
#include <xftimestyle.hxx>
Public Member Functions | |
XFDateTimePart () | |
void | SetPartType (enumXFDatePart ePart) |
void | SetLongFmt (bool bLongFmt) |
void | SetText (const OUString &text) |
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 | |
enumXFDatePart | m_ePart |
bool | m_bLongFmt |
OUString | m_strText |
Protected Attributes inherited from XFStyle | |
OUString | m_strStyleName |
OUString | m_strParentStyleName |
Definition at line 66 of file xftimestyle.hxx.
|
inline |
Definition at line 69 of file xftimestyle.hxx.
|
inline |
Definition at line 135 of file xftimestyle.hxx.
References m_bLongFmt.
Referenced by XFTimeStyle::AddHour(), XFTimeStyle::AddMinute(), and XFTimeStyle::AddSecond().
|
inline |
Definition at line 130 of file xftimestyle.hxx.
References m_ePart.
Referenced by XFTimeStyle::AddHour(), XFTimeStyle::AddMinute(), XFTimeStyle::AddSecond(), and XFTimeStyle::AddText().
|
inline |
Definition at line 140 of file xftimestyle.hxx.
References m_strText, and text().
Referenced by XFTimeStyle::AddText().
|
protected |
Definition at line 82 of file xftimestyle.hxx.
Referenced by SetLongFmt(), XFDatePart::ToXml(), and XFTimePart::ToXml().
|
protected |
Definition at line 81 of file xftimestyle.hxx.
Referenced by SetPartType(), XFDatePart::ToXml(), and XFTimePart::ToXml().
|
protected |
Definition at line 83 of file xftimestyle.hxx.
Referenced by SetText(), XFDatePart::ToXml(), and XFTimePart::ToXml().