|
LibreOffice Module sc (master) 1
|
Contains information for a chart type. More...
#include <xlchart.hxx>
Public Attributes | |
| XclChTypeId | meTypeId |
| XclChTypeCateg | meTypeCateg |
| Unique chart type identifier. More... | |
| sal_uInt16 | mnRecId |
| Chart type category this type belongs to. More... | |
| const char * | mpcServiceName |
| Record identifier written to the file. More... | |
| XclChVarPointMode | meVarPointMode |
| Service name of the type. More... | |
| sal_Int32 | mnDefaultLabelPos |
| Mode for varying point colors. More... | |
| bool | mbCombinable2d |
| Default data label position (API constant). More... | |
| bool | mbSupports3d |
| true = Types can be combined in one axes set. More... | |
| bool | mbPolarCoordSystem |
| true = 3d type allowed, false = Only 2d type. More... | |
| bool | mbSeriesIsFrame2d |
| true = Polar, false = Cartesian. More... | |
| bool | mbSeriesIsFrame3d |
| true = Series with area formatting (2d charts). More... | |
| bool | mbSingleSeriesVis |
| true = Series with area formatting (3d charts). More... | |
| bool | mbCategoryAxis |
| true = Only first series visible. More... | |
| bool | mbSwappedAxesSet |
| true = X axis contains categories. More... | |
| bool | mbSupportsStacking |
| true = X and Y axes are swapped. More... | |
| bool | mbReverseSeries |
| true = Series can be stacked on each other. More... | |
| bool | mbTicksBetweenCateg |
| true = Insert unstacked series in reverse order. More... | |
Contains information for a chart type.
Definition at line 1208 of file xlchart.hxx.
| bool XclChTypeInfo::mbCategoryAxis |
true = Only first series visible.
Definition at line 1222 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert(), XclExpChAxesSet::Convert(), XclImpChAxis::ConvertAxisPosition(), XclExpChSeries::ConvertDataSeries(), XclImpChAxis::CreateAxis(), and XclImpChSeries::CreateDataSeries().
| bool XclChTypeInfo::mbCombinable2d |
Default data label position (API constant).
Definition at line 1216 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::IsCombinable2d().
| bool XclChTypeInfo::mbPolarCoordSystem |
true = 3d type allowed, false = Only 2d type.
Definition at line 1218 of file xlchart.hxx.
Referenced by XclImpChType::CreateCoordSystem().
| bool XclChTypeInfo::mbReverseSeries |
true = Series can be stacked on each other.
Definition at line 1225 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChTypeGroup::Finalize().
| bool XclChTypeInfo::mbSeriesIsFrame2d |
true = Polar, false = Cartesian.
Definition at line 1219 of file xlchart.hxx.
Referenced by XclChExtTypeInfo::IsSeriesFrameFormat().
| bool XclChTypeInfo::mbSeriesIsFrame3d |
true = Series with area formatting (2d charts).
Definition at line 1220 of file xlchart.hxx.
Referenced by XclChExtTypeInfo::IsSeriesFrameFormat().
| bool XclChTypeInfo::mbSingleSeriesVis |
true = Series with area formatting (3d charts).
Definition at line 1221 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::GetSingleSeriesTitle().
| bool XclChTypeInfo::mbSupports3d |
true = Types can be combined in one axes set.
Definition at line 1217 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::Is3dChart(), and XclChExtTypeInfo::Set().
| bool XclChTypeInfo::mbSupportsStacking |
true = X and Y axes are swapped.
Definition at line 1224 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), XclImpChType::IsPercent(), and XclImpChType::IsStacked().
| bool XclChTypeInfo::mbSwappedAxesSet |
true = X axis contains categories.
Definition at line 1223 of file xlchart.hxx.
Referenced by XclImpChType::CreateCoordSystem().
| bool XclChTypeInfo::mbTicksBetweenCateg |
true = Insert unstacked series in reverse order.
Definition at line 1226 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert().
| XclChTypeCateg XclChTypeInfo::meTypeCateg |
Unique chart type identifier.
Definition at line 1211 of file xlchart.hxx.
Referenced by XclImpChChart::Convert(), XclExpChTick::Convert(), XclExpChAxis::Convert(), XclExpChType::Convert(), XclExpChAxesSet::Convert(), XclImpChDataFormat::Convert(), XclExpChText::ConvertDataLabel(), XclExpChDataFormat::ConvertDataSeries(), XclExpChSeries::ConvertDataSeries(), XclExpChTypeGroup::ConvertSeries(), XclImpChAxis::CreateAxis(), XclImpChType::CreateChartType(), XclImpChSeries::CreateDataSeries(), XclImpChTypeGroup::CreateDataSeries(), XclImpChType::HasCategoryLabels(), XclImpChTypeGroup::HasConnectorLines(), XclExpChTypeGroup::Is3dWallChart(), XclImpChTypeGroup::Is3dWallChart(), XclImpChType::IsPercent(), XclImpChType::IsStacked(), XclImpChDataFormat::RemoveUnusedFormats(), and XclExpChType::SetStacked().
| XclChTypeId XclChTypeInfo::meTypeId |
Definition at line 1210 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChSeries::ConvertDataSeries(), XclExpChTypeGroup::ConvertSeries(), XclImpChType::CreateChartType(), XclImpChTypeGroup::CreateChartType(), XclImpChSeries::CreateDataSeries(), XclImpChType::Finalize(), and XclExpChType::IsValidType().
| XclChVarPointMode XclChTypeInfo::meVarPointMode |
Service name of the type.
Definition at line 1214 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::HasVarPointFormat().
| sal_Int32 XclChTypeInfo::mnDefaultLabelPos |
Mode for varying point colors.
Definition at line 1215 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
| sal_uInt16 XclChTypeInfo::mnRecId |
Chart type category this type belongs to.
Definition at line 1212 of file xlchart.hxx.
Referenced by XclExpChType::Convert().
| const char* XclChTypeInfo::mpcServiceName |
Record identifier written to the file.
Definition at line 1213 of file xlchart.hxx.
Referenced by XclImpChType::CreateChartType().