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

#include <xfdatestyle.hxx>

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

Public Member Functions

 XFDatePart ()
 
void SetTexture (bool bTexture)
 
virtual void ToXml (IXFStream *pStrm) override
 
- Public Member Functions inherited from XFTimePart
 XFTimePart ()
 
void SetDecimalPos (sal_Int32 pos)
 
virtual void ToXml (IXFStream *pStrm) override
 
- Public Member Functions inherited from XFDateTimePart
 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
 
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
 

Private Attributes

bool m_bTexture
 

Additional Inherited Members

- Protected Attributes inherited from XFTimePart
sal_Int32 m_nDecimalPos
 
- Protected Attributes inherited from XFDateTimePart
enumXFDatePart m_ePart
 
bool m_bLongFmt
 
OUString m_strText
 
- Protected Attributes inherited from XFStyle
OUString m_strStyleName
 
OUString m_strParentStyleName
 

Detailed Description

Definition at line 67 of file xfdatestyle.hxx.

Constructor & Destructor Documentation

◆ XFDatePart()

XFDatePart::XFDatePart ( )

Definition at line 63 of file xfdatestyle.cxx.

References m_bTexture.

Member Function Documentation

◆ SetTexture()

void XFDatePart::SetTexture ( bool  bTexture)
inline

Definition at line 117 of file xfdatestyle.hxx.

References m_bTexture.

◆ ToXml()

void XFDatePart::ToXml ( IXFStream pStrm)
overridevirtual

Member Data Documentation

◆ m_bTexture

bool XFDatePart::m_bTexture
private

Definition at line 78 of file xfdatestyle.hxx.

Referenced by SetTexture(), ToXml(), and XFDatePart().


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