Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/main/
H A DShapeController.cxx623 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in getFirstAdditionalShape() local
625 sal_Int32 nCount = xDrawPageShapes->getCount(); in getFirstAdditionalShape()
629 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in getFirstAdditionalShape()
663 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in getLastAdditionalShape() local
665 sal_Int32 nCount = xDrawPageShapes->getCount(); in getLastAdditionalShape()
669 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()
/aoo4110/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 40 milliseconds