Home
last modified time | relevance | path

Searched refs:xAggShape (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1336 uno::Reference< drawing::XShape > xAggShape; in getImplementationId() local
1337 …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()
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx1076 uno::Reference< XShape > xAggShape; in getImplementationId() local
1077 xShapeAgg->queryAggregation( ::getCppuType((uno::Reference< XShape >*)0) ) >>= xAggShape; in getImplementationId()
1079 if( xAggShape.is() ) in getImplementationId()
1081 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId()

Completed in 30 milliseconds