LibreOffice Module xmloff (master) 1
Public Attributes | List of all members
CustomLabelsInfo Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ mbDataLabelsRange

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().

◆ mLabels

::std::vector<OUString> CustomLabelsInfo::mLabels

◆ msLabelGuid

OUString CustomLabelsInfo::msLabelGuid

GUID of the CELLRANGE field.

Definition at line 162 of file transporttypes.hxx.

Referenced by SchXMLDataLabelContext::startFastElement().

◆ msLabelsCellRange

OUString CustomLabelsInfo::msLabelsCellRange

cell[range] from which label's contents are sourced.

Definition at line 164 of file transporttypes.hxx.

Referenced by SchXMLDataLabelContext::startFastElement().


The documentation for this struct was generated from the following file: