Searched refs:xAggShape (Results 1 – 2 of 2) sorted by relevance
1336 uno::Reference< drawing::XShape > xAggShape; in getImplementationId() local1337 …mxShapeAgg->queryAggregation( ::getCppuType((uno::Reference< drawing::XShape >*)0) ) >>= xAggShape; in getImplementationId()1339 if( xAggShape.is() ) in getImplementationId()1341 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId()
1074 uno::Reference< XShape > xAggShape; in getImplementationId() local1075 xShapeAgg->queryAggregation( ::getCppuType((uno::Reference< XShape >*)0) ) >>= xAggShape; in getImplementationId()1077 if( xAggShape.is() ) in getImplementationId()1079 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId()
Completed in 41 milliseconds