Home
last modified time | relevance | path

Searched refs:ChartShapeInfo (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx61 struct ChartShapeInfo struct
66 inline explicit ChartShapeInfo( bool bEmbedShapes ) : mbEmbedShapes( bEmbedShapes ) {} in ChartShapeInfo() argument
118 ChartShapeInfo& setChartType( bool bEmbedShapes );
207 typedef ::boost::shared_ptr< ChartShapeInfo > ChartShapeInfoRef;
H A Dgraphicshapecontext.hxx105 ChartShapeInfo& mrChartShapeInfo;
/trunk/main/oox/source/drawingml/
H A Dshape.cxx118 ChartShapeInfo& Shape::setChartType( bool bEmbedShapes ) in setChartType()
123 mxChartShapeInfo.reset( new ChartShapeInfo( bEmbedShapes ) ); in setChartType()

Completed in 34 milliseconds