LibreOffice Module oox (master) 1
|
#include <plotareaconverter.hxx>
Public Member Functions | |
View3DConverter (const ConverterRoot &rParent, View3DModel &rModel) | |
virtual | ~View3DConverter () override |
void | convertFromModel (const css::uno::Reference< css::chart2::XDiagram > &rxDiagram, TypeGroupConverter const &rTypeGroup) |
Converts the OOXML plot area model to a chart2 diagram. More... | |
Public Member Functions inherited from oox::drawingml::chart::ConverterBase< View3DModel > | |
const View3DModel & | getModel () 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 | |
ConverterRoot & | operator= (ConverterRoot const &)=default |
ConverterRoot & | operator= (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< View3DModel > | |
ConverterBase (const ConverterRoot &rParent, View3DModel &rModel) | |
virtual | ~ConverterBase () override |
Protected Member Functions inherited from oox::drawingml::chart::ConverterRoot | |
::oox::core::XmlFilterBase & | getFilter () const |
Returns the filter object of the imported/exported document. More... | |
ChartConverter & | getChartConverter () 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... | |
ObjectFormatter & | getFormatter () 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< View3DModel > | |
View3DModel & | mrModel |
Definition at line 35 of file plotareaconverter.hxx.
|
explicit |
Definition at line 197 of file plotareaconverter.cxx.
|
overridevirtual |
Definition at line 202 of file plotareaconverter.cxx.
void oox::drawingml::chart::View3DConverter::convertFromModel | ( | const css::uno::Reference< css::chart2::XDiagram > & | rxDiagram, |
TypeGroupConverter const & | rTypeGroup | ||
) |
Converts the OOXML plot area model to a chart2 diagram.
Definition at line 206 of file plotareaconverter.cxx.
References oox::drawingml::chart::TypeGroupConverter::convertPieRotation(), oox::drawingml::chart::TypeGroupConverter::getTypeInfo(), oox::drawingml::chart::View3DModel::mbRightAngled, oox::drawingml::chart::TypeGroupInfo::meTypeCategory, oox::drawingml::chart::View3DModel::mnPerspective, oox::drawingml::chart::View3DModel::monRotationX, oox::drawingml::chart::View3DModel::monRotationY, oox::drawingml::chart::ConverterBase< View3DModel >::mrModel, NormAngle180(), PROP_RightAngledAxes, oox::PropertySet::setProperty(), and oox::drawingml::chart::TYPECATEGORY_PIE.