LibreOffice Module xmloff (master) 1
|
Used to store text content of a data point custom-label's fields and also the helper members that indicates whether this label's contents are sourced from a cell[range] and the address of the cell[range] with GUID of the CELLRANGE field. More...
#include <transporttypes.hxx>
Public Attributes | |
::std::vector< OUString > | mLabels |
Text content of each field. More... | |
bool | mbDataLabelsRange = false |
Are label's contents sourced from a cell[range] ? More... | |
OUString | msLabelGuid |
GUID of the CELLRANGE field. More... | |
OUString | msLabelsCellRange |
cell[range] from which label's contents are sourced. More... | |
Used to store text content of a data point custom-label's fields and also the helper members that indicates whether this label's contents are sourced from a cell[range] and the address of the cell[range] with GUID of the CELLRANGE field.
Definition at line 155 of file transporttypes.hxx.
bool CustomLabelsInfo::mbDataLabelsRange = false |
Are label's contents sourced from a cell[range] ?
Definition at line 160 of file transporttypes.hxx.
Referenced by SchXMLDataLabelContext::startFastElement().
::std::vector<OUString> CustomLabelsInfo::mLabels |
Text content of each field.
Definition at line 158 of file transporttypes.hxx.
Referenced by SchXMLDataLabelContext::createFastChildContext(), SchXMLDataPointContext::endFastElement(), and SchXMLDataPointContext::startFastElement().
OUString CustomLabelsInfo::msLabelGuid |
GUID of the CELLRANGE field.
Definition at line 162 of file transporttypes.hxx.
Referenced by SchXMLDataLabelContext::startFastElement().
OUString CustomLabelsInfo::msLabelsCellRange |
cell[range] from which label's contents are sourced.
Definition at line 164 of file transporttypes.hxx.
Referenced by SchXMLDataLabelContext::startFastElement().