LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChText () | |
Text object rotation (BIFF8+). More... | |
Public Attributes | |
XclChRectangle | maRect |
model::ComplexColor | maTextComplexColor |
Position of the text object. More... | |
sal_uInt8 | mnHAlign |
sal_uInt8 | mnVAlign |
Horizontal alignment. More... | |
sal_uInt16 | mnBackMode |
Vertical alignment. More... | |
sal_uInt16 | mnFlags |
Background mode: transparent, opaque. More... | |
sal_uInt16 | mnFlags2 |
Additional flags. More... | |
sal_uInt16 | mnRotation |
Text object placement and text direction (BIFF8+). More... | |
Definition at line 871 of file xlchart.hxx.
|
explicit |
Text object rotation (BIFF8+).
Definition at line 155 of file xlchart.cxx.
References COL_BLACK(), maTextComplexColor, and model::ComplexColor::setColor().
XclChRectangle XclChText::maRect |
Definition at line 873 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTitle(), XclImpChText::ConvertTitlePosition(), XclImpChText::ReadHeaderRecord(), and XclExpChText::WriteBody().
model::ComplexColor XclChText::maTextComplexColor |
Position of the text object.
Definition at line 875 of file xlchart.hxx.
Referenced by XclImpChText::GetFontColor(), XclImpChText::ReadHeaderRecord(), XclExpChText::SetFont(), XclImpChText::UpdateText(), XclExpChText::WriteBody(), and XclChText().
sal_uInt16 XclChText::mnBackMode |
Vertical alignment.
Definition at line 878 of file xlchart.hxx.
Referenced by XclImpChText::ReadHeaderRecord(), and XclExpChText::WriteBody().
sal_uInt16 XclChText::mnFlags |
Background mode: transparent, opaque.
Definition at line 879 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::ConvertLegend(), XclExpChText::ConvertTitle(), XclExpChText::ConvertTrendLineEquation(), XclExpChText::GetAttLabelFlags(), XclImpChText::GetFontColor(), XclImpChText::IsDeleted(), XclImpChText::ReadHeaderRecord(), XclExpChText::SetFont(), XclExpChText::SetRotation(), XclImpChText::UpdateDataLabel(), XclImpChText::UpdateText(), and XclExpChText::WriteBody().
sal_uInt16 XclChText::mnFlags2 |
Additional flags.
Definition at line 880 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::ConvertTitle(), XclImpChText::ReadHeaderRecord(), and XclExpChText::WriteBody().
sal_uInt8 XclChText::mnHAlign |
Definition at line 876 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTrendLineEquation(), XclImpChText::ReadHeaderRecord(), and XclExpChText::WriteBody().
sal_uInt16 XclChText::mnRotation |
Text object placement and text direction (BIFF8+).
Definition at line 881 of file xlchart.hxx.
Referenced by XclImpChText::GetRotation(), XclImpChText::ReadHeaderRecord(), XclExpChText::SetRotation(), and XclExpChText::WriteBody().
sal_uInt8 XclChText::mnVAlign |
Horizontal alignment.
Definition at line 877 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTrendLineEquation(), XclImpChText::ReadHeaderRecord(), and XclExpChText::WriteBody().