LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::ChartShapeInfo Struct Reference

Additional information for a chart embedded in a drawing shape. More...

#include <shape.hxx>

Public Member Functions

 ChartShapeInfo (bool bEmbedShapes)
 

Public Attributes

OUString maFragmentPath
 Path to related XML stream, e.g. for charts. More...
 
bool mbEmbedShapes
 True = load chart shapes into chart, false = load into parent drawpage. More...
 

Detailed Description

Additional information for a chart embedded in a drawing shape.

Definition at line 91 of file shape.hxx.

Constructor & Destructor Documentation

◆ ChartShapeInfo()

oox::drawingml::ChartShapeInfo::ChartShapeInfo ( bool  bEmbedShapes)
inlineexplicit

Definition at line 96 of file shape.hxx.

Member Data Documentation

◆ maFragmentPath

OUString oox::drawingml::ChartShapeInfo::maFragmentPath

Path to related XML stream, e.g. for charts.

Definition at line 93 of file shape.hxx.

Referenced by oox::drawingml::ChartGraphicDataContext::onCreateContext().

◆ mbEmbedShapes

bool oox::drawingml::ChartShapeInfo::mbEmbedShapes

True = load chart shapes into chart, false = load into parent drawpage.

Definition at line 94 of file shape.hxx.


The documentation for this struct was generated from the following file: