Searched refs:ChartShapeInfo (Results 1 – 3 of 3) sorted by relevance
61 struct ChartShapeInfo struct66 inline explicit ChartShapeInfo( bool bEmbedShapes ) : mbEmbedShapes( bEmbedShapes ) {} in ChartShapeInfo() argument118 ChartShapeInfo& setChartType( bool bEmbedShapes );207 typedef ::boost::shared_ptr< ChartShapeInfo > ChartShapeInfoRef;
105 ChartShapeInfo& mrChartShapeInfo;
118 ChartShapeInfo& Shape::setChartType( bool bEmbedShapes ) in setChartType()123 mxChartShapeInfo.reset( new ChartShapeInfo( bEmbedShapes ) ); in setChartType()
Completed in 34 milliseconds