Searched refs:xDrawPageShapes (Results 1 – 3 of 3) sorted by relevance
622 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in getFirstAdditionalShape() local624 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() local664 sal_Int32 nCount = xDrawPageShapes->getCount(); in getLastAdditionalShape()668 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in getLastAdditionalShape()
522 Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY_THROW ); in createAdditionalShapesTree() local524 sal_Int32 nCount = xDrawPageShapes->getCount(); in createAdditionalShapesTree()528 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in createAdditionalShapesTree()
1111 uno::Reference< drawing::XShapes > xDrawPageShapes( xDrawPage, uno::UNO_QUERY ); in getAdditionalShapes() local1112 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