LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChType () | |
Additional flags (all chart types). More... | |
Public Attributes | |
sal_Int16 | mnOverlap |
sal_Int16 | mnGap |
Bar overlap width (CHBAR). More... | |
sal_uInt16 | mnRotation |
Gap between bars (CHBAR). More... | |
sal_uInt16 | mnPieHole |
Rotation angle of first pie (CHPIE). More... | |
sal_uInt16 | mnBubbleSize |
Hole size in donut chart (CHPIE). More... | |
sal_uInt16 | mnBubbleType |
Bubble size in bubble chart (CHSCATTER). More... | |
sal_uInt16 | mnFlags |
Bubble type in bubble chart (CHSCATTER). More... | |
Definition at line 954 of file xlchart.hxx.
|
explicit |
Additional flags (all chart types).
Definition at line 225 of file xlchart.cxx.
sal_uInt16 XclChType::mnBubbleSize |
Hole size in donut chart (CHPIE).
Definition at line 960 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType(), and XclExpChType::WriteBody().
sal_uInt16 XclChType::mnBubbleType |
Bubble size in bubble chart (CHSCATTER).
Definition at line 961 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType(), and XclExpChType::WriteBody().
sal_uInt16 XclChType::mnFlags |
Bubble type in bubble chart (CHSCATTER).
Definition at line 962 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclImpChType::Finalize(), XclImpChType::HasCategoryLabels(), XclImpChType::IsPercent(), XclImpChType::IsStacked(), XclImpChType::ReadChType(), XclExpChType::SetStacked(), and XclExpChType::WriteBody().
sal_Int16 XclChType::mnGap |
Bar overlap width (CHBAR).
Definition at line 957 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclImpChType::CreateChartType(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
sal_Int16 XclChType::mnOverlap |
Definition at line 956 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclImpChType::CreateChartType(), XclImpChType::ReadChType(), XclExpChType::SetStacked(), and XclExpChType::WriteBody().
sal_uInt16 XclChType::mnPieHole |
Rotation angle of first pie (CHPIE).
Definition at line 959 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclImpChType::Finalize(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
sal_uInt16 XclChType::mnRotation |
Gap between bars (CHBAR).
Definition at line 958 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclImpChType::CreateChartType(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().