Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx872 … uno::Any aAgg = xPage->queryInterface(::getCppuType((uno::Reference< uno::XAggregation >*)0)); in GetSvxPage() local
873 if(aAgg.getValueType() == ::getCppuType((uno::Reference< uno::XAggregation >*)0)) in GetSvxPage()
874 xPageAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in GetSvxPage()
912 uno::Any aAgg = xShapeAgg->queryAggregation( rTunnelType ); in getSomething() local
913 if(aAgg.getValueType() == rTunnelType) in getSomething()
916 *(uno::Reference<lang::XUnoTunnel>*)aAgg.getValue(); in getSomething()
945 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape() local
946 if(aAgg.getValueType() == rAggType) in SwXShape()
947 xShapeAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in SwXShape()
2141 uno::Any aAgg(xShapeAgg->queryAggregation( ::getCppuType((uno::Reference<XComponent>*)0))); in dispose() local
[all …]