LibreOffice Module xmloff (master) 1
|
#include <transporttypes.hxx>
Public Types | |
enum | StyleType { DATA_POINT , DATA_SERIES , MEAN_VALUE , ERROR_INDICATOR , DATA_LABEL_POINT , DATA_LABEL_SERIES } |
Public Member Functions | |
DataRowPointStyle (StyleType eType, css::uno::Reference< css::chart2::XDataSeries > xSeries, sal_Int32 nPointIndex, sal_Int32 nPointRepeat, OUString sStyleName, sal_Int32 nAttachedAxis=0) | |
DataRowPointStyle (StyleType eType, OUString sStyleName, sal_Int32 nAttachedAxis=0) | |
Public Attributes | |
StyleType | meType |
css::uno::Reference< css::chart2::XDataSeries > | m_xSeries |
css::uno::Reference< css::beans::XPropertySet > | m_xOldAPISeries |
css::uno::Reference< css::beans::XPropertySet > | m_xErrorXProperties |
css::uno::Reference< css::beans::XPropertySet > | m_xErrorYProperties |
sal_Int32 | m_nPointIndex |
sal_Int32 | m_nPointRepeat |
OUString | msStyleName |
OUString | msStyleNameOfParent |
CustomLabelsInfo | mCustomLabels |
double | mCustomLabelPos [2] = { 0.0, 0.0 } |
std::optional< sal_Int32 > | mo_nLabelAbsolutePosX |
std::optional< sal_Int32 > | mo_nLabelAbsolutePosY |
OUString | msSeriesStyleNameForDonuts |
sal_Int32 | mnAttachedAxis |
bool | mbSymbolSizeForSeriesIsMissingInFile |
Definition at line 167 of file transporttypes.hxx.
Enumerator | |
---|---|
DATA_POINT | |
DATA_SERIES | |
MEAN_VALUE | |
ERROR_INDICATOR | |
DATA_LABEL_POINT | |
DATA_LABEL_SERIES |
Definition at line 169 of file transporttypes.hxx.
|
inline |
Definition at line 202 of file transporttypes.hxx.
References eType.
|
inline |
Definition at line 218 of file transporttypes.hxx.
References eType.
sal_Int32 DataRowPointStyle::m_nPointIndex |
Definition at line 188 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::startFastElement().
sal_Int32 DataRowPointStyle::m_nPointRepeat |
Definition at line 189 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::startFastElement().
css::uno::Reference< css::beans::XPropertySet > DataRowPointStyle::m_xErrorXProperties |
Definition at line 184 of file transporttypes.hxx.
Referenced by SchXMLStatisticsObjectContext::startFastElement().
css::uno::Reference< css::beans::XPropertySet > DataRowPointStyle::m_xErrorYProperties |
Definition at line 186 of file transporttypes.hxx.
Referenced by SchXMLStatisticsObjectContext::startFastElement().
css::uno::Reference< css::beans::XPropertySet > DataRowPointStyle::m_xOldAPISeries |
Definition at line 182 of file transporttypes.hxx.
css::uno::Reference< css::chart2::XDataSeries > DataRowPointStyle::m_xSeries |
Definition at line 180 of file transporttypes.hxx.
Referenced by SchXMLSeries2Context::endFastElement(), and SchXMLDataPointContext::startFastElement().
bool DataRowPointStyle::mbSymbolSizeForSeriesIsMissingInFile |
Definition at line 200 of file transporttypes.hxx.
Referenced by SchXMLSeries2Context::endFastElement(), and SchXMLDataPointContext::SchXMLDataPointContext().
double DataRowPointStyle::mCustomLabelPos[2] = { 0.0, 0.0 } |
Definition at line 193 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::startFastElement().
CustomLabelsInfo DataRowPointStyle::mCustomLabels |
Definition at line 192 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::createFastChildContext(), SchXMLSeries2Context::createFastChildContext(), SchXMLDataPointContext::endFastElement(), and SchXMLDataPointContext::startFastElement().
StyleType DataRowPointStyle::meType |
Definition at line 179 of file transporttypes.hxx.
Referenced by SchXMLStatisticsObjectContext::startFastElement().
sal_Int32 DataRowPointStyle::mnAttachedAxis |
Definition at line 199 of file transporttypes.hxx.
Referenced by SchXMLSeries2Context::endFastElement().
std::optional<sal_Int32> DataRowPointStyle::mo_nLabelAbsolutePosX |
Definition at line 195 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::endFastElement(), and SchXMLDataLabelContext::startFastElement().
std::optional<sal_Int32> DataRowPointStyle::mo_nLabelAbsolutePosY |
Definition at line 196 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::endFastElement(), and SchXMLDataLabelContext::startFastElement().
OUString DataRowPointStyle::msSeriesStyleNameForDonuts |
Definition at line 197 of file transporttypes.hxx.
OUString DataRowPointStyle::msStyleName |
Definition at line 190 of file transporttypes.hxx.
Referenced by SchXMLDataPointContext::endFastElement(), SchXMLSeries2Context::endFastElement(), SchXMLDataLabelContext::startFastElement(), and SchXMLDataPointContext::startFastElement().
OUString DataRowPointStyle::msStyleNameOfParent |
Definition at line 191 of file transporttypes.hxx.
Referenced by SchXMLSeries2Context::endFastElement(), and SchXMLDataPointContext::startFastElement().