LibreOffice Module sc (master) 1
|
Base class for objects with font settings. More...
#include <xichart.hxx>
Public Member Functions | |
XclImpChFontBase ()=default | |
XclImpChFontBase (XclImpChFontBase const &)=default | |
XclImpChFontBase (XclImpChFontBase &&)=default | |
XclImpChFontBase & | operator= (XclImpChFontBase const &)=default |
XclImpChFontBase & | operator= (XclImpChFontBase &&)=default |
virtual | ~XclImpChFontBase () |
virtual sal_uInt16 | GetFontIndex () const =0 |
Derived classes return the leading font index for the text object. More... | |
virtual Color | GetFontColor () const =0 |
Derived classes return the leading font color for the text object. More... | |
virtual sal_uInt16 | GetRotation () const =0 |
Derived classes return the rotation value for the text object. More... | |
void | ConvertFontBase (const XclImpChRoot &rRoot, ScfPropertySet &rPropSet) const |
Converts and writes the contained font settings to the passed property set. More... | |
void | ConvertRotationBase (ScfPropertySet &rPropSet, bool bSupportsStacked) const |
Converts and writes the contained rotation settings to the passed property set. More... | |
Base class for objects with font settings.
Provides font conversion helper functions.
Definition at line 445 of file xichart.hxx.
|
default |
|
default |
|
default |
|
virtual |
Definition at line 917 of file xichart.cxx.
void XclImpChFontBase::ConvertFontBase | ( | const XclImpChRoot & | rRoot, |
ScfPropertySet & | rPropSet | ||
) | const |
Converts and writes the contained font settings to the passed property set.
Definition at line 921 of file xichart.cxx.
References XclImpChRoot::ConvertFont(), GetFontColor(), and GetFontIndex().
Referenced by XclImpChText::ConvertFont(), and XclImpChAxis::CreateAxis().
void XclImpChFontBase::ConvertRotationBase | ( | ScfPropertySet & | rPropSet, |
bool | bSupportsStacked | ||
) | const |
Converts and writes the contained rotation settings to the passed property set.
Definition at line 927 of file xichart.cxx.
References GetRotation(), and XclChPropSetHelper::WriteRotationProperties().
Referenced by XclImpChText::ConvertRotation(), and XclImpChAxis::CreateAxis().
|
pure virtual |
Derived classes return the leading font color for the text object.
Implemented in XclImpChText, and XclImpChAxis.
Referenced by ConvertFontBase().
|
pure virtual |
Derived classes return the leading font index for the text object.
Implemented in XclImpChText, and XclImpChAxis.
Referenced by ConvertFontBase().
|
pure virtual |
Derived classes return the rotation value for the text object.
Implemented in XclImpChText, and XclImpChAxis.
Referenced by ConvertRotationBase().
|
default |
|
default |