LibreOffice Module oox (master)
1
|
Public Member Functions | |
ConverterData (XmlFilterBase &rFilter, ChartConverter &rChartConverter, const ChartSpaceModel &rChartModel, const Reference< XChartDocument > &rxChartDoc, const awt::Size &rChartSize) | |
~ConverterData () | |
Public Attributes | |
ObjectFormatter | maFormatter |
std::map< TitleKey, TitleLayoutInfo > | maTitles |
XmlFilterBase & | mrFilter |
ChartConverter & | mrConverter |
Reference< XChartDocument > | mxDoc |
awt::Size | maSize |
Definition at line 140 of file converterbase.cxx.
|
explicit |
Definition at line 159 of file converterbase.cxx.
References oox::drawingml::chart::API_PRIM_AXESSET, oox::drawingml::chart::API_SECN_AXESSET, oox::drawingml::chart::API_X_AXIS, oox::drawingml::chart::API_Y_AXIS, oox::drawingml::chart::API_Z_AXIS, Exception, maSize, maTitles, mxDoc, oox::drawingml::chart::OBJECTTYPE_AXISTITLE, and oox::drawingml::chart::OBJECTTYPE_CHARTTITLE.
oox::drawingml::chart::ConverterData::~ConverterData | ( | ) |
Definition at line 190 of file converterbase.cxx.
ObjectFormatter oox::drawingml::chart::ConverterData::maFormatter |
Definition at line 142 of file converterbase.cxx.
awt::Size oox::drawingml::chart::ConverterData::maSize |
Definition at line 148 of file converterbase.cxx.
std::map< TitleKey, TitleLayoutInfo > oox::drawingml::chart::ConverterData::maTitles |
Definition at line 144 of file converterbase.cxx.
Referenced by ConverterData().
ChartConverter& oox::drawingml::chart::ConverterData::mrConverter |
Definition at line 146 of file converterbase.cxx.
XmlFilterBase& oox::drawingml::chart::ConverterData::mrFilter |
Definition at line 145 of file converterbase.cxx.
Reference< XChartDocument > oox::drawingml::chart::ConverterData::mxDoc |
Definition at line 147 of file converterbase.cxx.
Referenced by ConverterData(), and ~ConverterData().