Searched refs:bEmbedShapes (Results 1 – 4 of 4) sorted by relevance
66 inline explicit ChartShapeInfo( bool bEmbedShapes ) : mbEmbedShapes( bEmbedShapes ) {} in ChartShapeInfo()118 ChartShapeInfo& setChartType( bool bEmbedShapes );
96 const ShapePtr& rxShape, bool bEmbedShapes );
292 …t::ChartGraphicDataContext( ContextHandler& rParent, const ShapePtr& rxShape, bool bEmbedShapes ) : in ChartGraphicDataContext() argument294 mrChartShapeInfo( rxShape->setChartType( bEmbedShapes ) ) in ChartGraphicDataContext()
118 ChartShapeInfo& Shape::setChartType( bool bEmbedShapes ) in setChartType() argument123 mxChartShapeInfo.reset( new ChartShapeInfo( bEmbedShapes ) ); in setChartType()
Completed in 21 milliseconds