Searched refs:xChartRoot (Results 1 – 4 of 4) sorted by relevance
283 … uno::Reference<drawing::XShapes> xChartRoot( ShapeFactory::getChartRootShape( m_xMainDrawPage ) ); in clearMainDrawPage() local284 if( xChartRoot.is() ) in clearMainDrawPage()286 sal_Int32 nSubCount = xChartRoot->getCount(); in clearMainDrawPage()290 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()291 xChartRoot->remove( xShape ); in clearMainDrawPage()
624 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getFirstAdditionalShape() local631 if ( xShape.is() && xShape != xChartRoot ) in getFirstAdditionalShape()664 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getLastAdditionalShape() local671 if ( xShape.is() && xShape != xChartRoot ) in getLastAdditionalShape()
523 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in createAdditionalShapesTree() local530 if ( xShape.is() && xShape != xChartRoot ) in createAdditionalShapesTree()
1115 uno::Reference<drawing::XShapes> xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getAdditionalShapes() local1126 if( xShape.is() && xChartRoot!=xShape ) in getAdditionalShapes()
Completed in 37 milliseconds