LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChAxis () | |
Axis type. More... | |
sal_Int32 | GetApiAxisDimension () const |
Returns the axis dimension index used by the chart API. More... | |
Public Attributes | |
sal_uInt16 | mnType |
Definition at line 1058 of file xlchart.hxx.
|
explicit |
Axis type.
Definition at line 316 of file xlchart.cxx.
sal_Int32 XclChAxis::GetApiAxisDimension | ( | ) | const |
Returns the axis dimension index used by the chart API.
Definition at line 321 of file xlchart.cxx.
References EXC_CHART_AXIS_NONE, EXC_CHART_AXIS_X, EXC_CHART_AXIS_Y, EXC_CHART_AXIS_Z, EXC_CHAXIS_X, EXC_CHAXIS_Y, EXC_CHAXIS_Z, and mnType.
Referenced by XclExpChAxis::GetApiAxisDimension(), and XclImpChAxis::GetApiAxisDimension().
sal_uInt16 XclChAxis::mnType |
Definition at line 1060 of file xlchart.hxx.
Referenced by GetApiAxisDimension(), XclExpChAxis::GetAxisType(), XclImpChAxis::GetAxisType(), XclImpChAxis::ReadHeaderRecord(), XclExpChAxis::WriteBody(), XclExpChAxis::XclExpChAxis(), and XclImpChAxis::XclImpChAxis().