LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChAxesSet () | |
Primary/secondary axes set. More... | |
sal_Int32 | GetApiAxesSetIndex () const |
Returns the axes set index used by the chart API. More... | |
Public Attributes | |
XclChRectangle | maRect |
sal_uInt16 | mnAxesSetId |
Position of the axes set (inner plot area). More... | |
Definition at line 1068 of file xlchart.hxx.
|
explicit |
Primary/secondary axes set.
Definition at line 333 of file xlchart.cxx.
sal_Int32 XclChAxesSet::GetApiAxesSetIndex | ( | ) | const |
Returns the axes set index used by the chart API.
Definition at line 338 of file xlchart.cxx.
References EXC_CHART_AXESSET_NONE, EXC_CHART_AXESSET_PRIMARY, EXC_CHART_AXESSET_SECONDARY, EXC_CHAXESSET_PRIMARY, EXC_CHAXESSET_SECONDARY, and mnAxesSetId.
Referenced by XclExpChAxesSet::GetApiAxesSetIndex(), and XclImpChAxesSet::GetApiAxesSetIndex().
XclChRectangle XclChAxesSet::maRect |
Definition at line 1070 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), XclImpChAxesSet::ReadHeaderRecord(), XclExpChAxesSet::WriteBody(), and XclExpChAxesSet::XclExpChAxesSet().
sal_uInt16 XclChAxesSet::mnAxesSetId |
Position of the axes set (inner plot area).
Definition at line 1071 of file xlchart.hxx.
Referenced by XclImpChAxesSet::ConvertTitlePositions(), GetApiAxesSetIndex(), XclExpChAxesSet::GetAxesSetId(), XclImpChAxesSet::GetAxesSetId(), XclImpChAxesSet::ReadHeaderRecord(), XclExpChAxesSet::WriteBody(), XclExpChAxesSet::XclExpChAxesSet(), and XclImpChAxesSet::XclImpChAxesSet().