Home
last modified time | relevance | path

Searched refs:xChartRoot (Results 1 – 4 of 4) sorted by path

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1115 uno::Reference<drawing::XShapes> xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getAdditionalShapes() local
1126 if( xShape.is() && xChartRoot!=xShape ) in getAdditionalShapes()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx523 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in createAdditionalShapesTree() local
530 if ( xShape.is() && xShape != xChartRoot ) in createAdditionalShapesTree()
H A DShapeController.cxx623 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getFirstAdditionalShape() local
630 if ( xShape.is() && xShape != xChartRoot ) in getFirstAdditionalShape()
663 … Reference< drawing::XShapes > xChartRoot( DrawModelWrapper::getChartRootShape( xDrawPage ) ); in getLastAdditionalShape() local
670 if ( xShape.is() && xShape != xChartRoot ) in getLastAdditionalShape()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx283 … uno::Reference<drawing::XShapes> xChartRoot( ShapeFactory::getChartRootShape( m_xMainDrawPage ) ); in clearMainDrawPage() local
284 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()

Completed in 43 milliseconds