Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1074 uno::Reference< XShape > xAggShape; in getImplementationId() local
1075 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 38 milliseconds