LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChTick () | |
Tick labels angle (BIFF8+). More... | |
Public Attributes | |
model::ComplexColor | maTextComplexColor |
sal_uInt8 | mnMajor |
Tick labels color. More... | |
sal_uInt8 | mnMinor |
Type of tick marks of major grid. More... | |
sal_uInt8 | mnLabelPos |
Type of tick marks of minor grid. More... | |
sal_uInt8 | mnBackMode |
Position of labels relative to axis. More... | |
sal_uInt16 | mnFlags |
Background mode: transparent, opaque. More... | |
sal_uInt16 | mnRotation |
Additional flags. More... | |
Definition at line 1045 of file xlchart.hxx.
|
explicit |
Tick labels angle (BIFF8+).
Definition at line 305 of file xlchart.cxx.
References COL_BLACK(), maTextComplexColor, and model::ComplexColor::setColor().
model::ComplexColor XclChTick::maTextComplexColor |
Definition at line 1047 of file xlchart.hxx.
Referenced by XclImpChTick::GetFontColor(), XclImpChTick::ReadChTick(), XclExpChTick::SetFontColor(), XclExpChTick::WriteBody(), and XclChTick().
sal_uInt8 XclChTick::mnBackMode |
Position of labels relative to axis.
Definition at line 1051 of file xlchart.hxx.
Referenced by XclImpChTick::ReadChTick(), and XclExpChTick::WriteBody().
sal_uInt16 XclChTick::mnFlags |
Background mode: transparent, opaque.
Definition at line 1052 of file xlchart.hxx.
Referenced by XclImpChTick::GetFontColor(), XclImpChTick::GetRotation(), XclImpChTick::ReadChTick(), XclExpChTick::SetFontColor(), XclExpChTick::SetRotation(), and XclExpChTick::WriteBody().
sal_uInt8 XclChTick::mnLabelPos |
Type of tick marks of minor grid.
Definition at line 1050 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclImpChTick::Convert(), XclImpChTick::HasLabels(), XclImpChTick::ReadChTick(), and XclExpChTick::WriteBody().
sal_uInt8 XclChTick::mnMajor |
Tick labels color.
Definition at line 1048 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclImpChTick::Convert(), XclImpChTick::ReadChTick(), and XclExpChTick::WriteBody().
sal_uInt8 XclChTick::mnMinor |
Type of tick marks of major grid.
Definition at line 1049 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclImpChTick::Convert(), XclImpChTick::ReadChTick(), and XclExpChTick::WriteBody().
sal_uInt16 XclChTick::mnRotation |
Additional flags.
Definition at line 1053 of file xlchart.hxx.
Referenced by XclImpChTick::GetRotation(), XclImpChTick::ReadChTick(), XclExpChTick::SetRotation(), and XclExpChTick::WriteBody().