Searched refs:aAgg (Results 1 – 1 of 1) sorted by relevance
874 … uno::Any aAgg = xPage->queryInterface(::getCppuType((uno::Reference< uno::XAggregation >*)0)); in GetSvxPage() local875 if(aAgg.getValueType() == ::getCppuType((uno::Reference< uno::XAggregation >*)0)) in GetSvxPage()876 xPageAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in GetSvxPage()914 uno::Any aAgg = xShapeAgg->queryAggregation( rTunnelType ); in getSomething() local915 if(aAgg.getValueType() == rTunnelType) in getSomething()918 *(uno::Reference<lang::XUnoTunnel>*)aAgg.getValue(); in getSomething()947 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape() local948 if(aAgg.getValueType() == rAggType) in SwXShape()949 xShapeAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in SwXShape()2143 uno::Any aAgg(xShapeAgg->queryAggregation( ::getCppuType((uno::Reference<XComponent>*)0))); in dispose() local[all …]