LibreOffice Module oox (master) 1
|
#include <chartexport.hxx>
Public Member Functions | |
AxisIdPair (AxesType nType, sal_Int32 nId, sal_Int32 nAx) | |
Public Attributes | |
AxesType | nAxisType |
sal_Int32 | nAxisId |
sal_Int32 | nCrossAx |
Definition at line 82 of file chartexport.hxx.
|
inline |
Definition at line 87 of file chartexport.hxx.
References nType.
sal_Int32 oox::drawingml::AxisIdPair::nAxisId |
Definition at line 84 of file chartexport.hxx.
Referenced by oox::drawingml::ChartExport::_exportAxis().
AxesType oox::drawingml::AxisIdPair::nAxisType |
Definition at line 83 of file chartexport.hxx.
Referenced by oox::drawingml::ChartExport::_exportAxis(), and oox::drawingml::ChartExport::exportAxis().
sal_Int32 oox::drawingml::AxisIdPair::nCrossAx |
Definition at line 85 of file chartexport.hxx.
Referenced by oox::drawingml::ChartExport::_exportAxis().