Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx622 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in getFirstAdditionalShape() local
624 sal_Int32 nCount = xDrawPageShapes->getCount(); in getFirstAdditionalShape()
628 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in getFirstAdditionalShape()
662 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in getLastAdditionalShape() local
664 sal_Int32 nCount = xDrawPageShapes->getCount(); in getLastAdditionalShape()
668 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in getLastAdditionalShape()
H A DObjectHierarchy.cxx522 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in createAdditionalShapesTree() local
524 sal_Int32 nCount = xDrawPageShapes->getCount(); in createAdditionalShapesTree()
528 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in createAdditionalShapesTree()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1111 uno::Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY ); in getAdditionalShapes() local
1112 if( !xDrawPageShapes.is() ) in getAdditionalShapes()
1120 sal_Int32 nSubCount = xDrawPageShapes->getCount(); in getAdditionalShapes()
1124 if( xDrawPageShapes->getByIndex( nS ) >>= xShape ) in getAdditionalShapes()

Completed in 33 milliseconds