LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::drawingml::chart::DataPointConverter Class Referencefinal

#include <seriesconverter.hxx>

Inheritance diagram for oox::drawingml::chart::DataPointConverter:
[legend]
Collaboration diagram for oox::drawingml::chart::DataPointConverter:
[legend]

Public Member Functions

 DataPointConverter (const ConverterRoot &rParent, DataPointModel &rModel)
 
virtual ~DataPointConverter () override
 
void convertFromModel (const css::uno::Reference< css::chart2::XDataSeries > &rxDataSeries, const TypeGroupConverter &rTypeGroup, const SeriesModel &rSeries)
 Converts settings for a data point in the passed series. More...
 
- Public Member Functions inherited from oox::drawingml::chart::ConverterBase< DataPointModel >
const DataPointModelgetModel () const
 
- Public Member Functions inherited from oox::drawingml::chart::ConverterRoot
 ConverterRoot (::oox::core::XmlFilterBase &rFilter, ChartConverter &rChartConverter, const ChartSpaceModel &rChartModel, const css::uno::Reference< css::chart2::XChartDocument > &rxChartDoc, const css::awt::Size &rChartSize)
 
virtual ~ConverterRoot ()
 
 ConverterRoot (ConverterRoot const &)=default
 
 ConverterRoot (ConverterRoot &&)=default
 
ConverterRootoperator= (ConverterRoot const &)=default
 
ConverterRootoperator= (ConverterRoot &&)=default
 
css::uno::Reference< css::uno::XInterface > createInstance (const OUString &rServiceName) const
 Creates an instance for the passed service name, using the process service factory. More...
 
css::uno::Reference< css::uno::XComponentContext > const & getComponentContext () const
 

Additional Inherited Members

- Protected Member Functions inherited from oox::drawingml::chart::ConverterBase< DataPointModel >
 ConverterBase (const ConverterRoot &rParent, DataPointModel &rModel)
 
virtual ~ConverterBase () override
 
- Protected Member Functions inherited from oox::drawingml::chart::ConverterRoot
::oox::core::XmlFilterBasegetFilter () const
 Returns the filter object of the imported/exported document. More...
 
ChartConvertergetChartConverter () const
 Returns the chart converter. More...
 
css::uno::Reference< css::chart2::XChartDocument > const & getChartDocument () const
 Returns the API chart document model. More...
 
const css::awt::Size & getChartSize () const
 Returns the position and size of the chart shape in 1/100 mm. More...
 
ObjectFormattergetFormatter () const
 Returns the object formatter. More...
 
void registerTitleLayout (const css::uno::Reference< css::chart2::XTitle > &rxTitle, const ModelRef< LayoutModel > &rxLayout, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubIdx)
 Registers a title object and its layout data, needed for conversion of the title position using the old Chart1 API. More...
 
void convertTitlePositions ()
 Converts the positions of the main title and all axis titles. More...
 
- Static Protected Member Functions inherited from oox::drawingml::chart::ConverterRoot
static css::awt::Size getDefaultPageSize ()
 Returns the default position and size of the chart shape in 1/100 mm. More...
 
- Protected Attributes inherited from oox::drawingml::chart::ConverterBase< DataPointModel >
DataPointModelmrModel
 

Detailed Description

Definition at line 104 of file seriesconverter.hxx.

Constructor & Destructor Documentation

◆ DataPointConverter()

oox::drawingml::chart::DataPointConverter::DataPointConverter ( const ConverterRoot rParent,
DataPointModel rModel 
)
explicit

Definition at line 709 of file seriesconverter.cxx.

◆ ~DataPointConverter()

oox::drawingml::chart::DataPointConverter::~DataPointConverter ( )
overridevirtual

Definition at line 714 of file seriesconverter.cxx.

Member Function Documentation

◆ convertFromModel()

void oox::drawingml::chart::DataPointConverter::convertFromModel ( const css::uno::Reference< css::chart2::XDataSeries > &  rxDataSeries,
const TypeGroupConverter rTypeGroup,
const SeriesModel rSeries 
)

Converts settings for a data point in the passed series.

Definition at line 718 of file seriesconverter.cxx.

References oox::drawingml::chart::ObjectFormatter::convertFrameFormatting(), oox::drawingml::chart::TypeGroupConverter::convertMarker(), oox::drawingml::chart::TypeGroupConverter::convertPieExplosion(), Exception, oox::drawingml::chart::ConverterRoot::getFilter(), oox::drawingml::chart::ConverterRoot::getFormatter(), oox::drawingml::chart::ModelRef< ModelType >::getOrCreate(), oox::drawingml::chart::TypeGroupConverter::getSeriesObjectType(), oox::drawingml::chart::TypeGroupConverter::getTypeInfo(), oox::drawingml::chart::ModelRef< ModelType >::is(), oox::core::XmlFilterBase::isMSO2007Document(), oox::drawingml::chart::TypeGroupInfo::mbPictureOptions, oox::drawingml::chart::SeriesModel::mnExplosion, oox::drawingml::chart::DataPointModel::mnIndex, oox::drawingml::chart::SeriesModel::mnIndex, oox::drawingml::chart::SeriesModel::mnMarkerSize, oox::drawingml::chart::SeriesModel::mnMarkerSymbol, oox::drawingml::chart::DataPointModel::monExplosion, oox::drawingml::chart::DataPointModel::monMarkerSize, oox::drawingml::chart::DataPointModel::monMarkerSymbol, oox::drawingml::chart::ConverterBase< DataPointModel >::mrModel, oox::drawingml::chart::DataPointModel::mxMarkerProp, oox::drawingml::chart::DataPointModel::mxPicOptions, oox::drawingml::chart::DataPointModel::mxShapeProp, and oox::drawingml::chart::SeriesModel::mxShapeProp.

Referenced by oox::drawingml::chart::SeriesConverter::createDataSeries().


The documentation for this class was generated from the following files: