Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunodraw.cxx874 … uno::Any aAgg = xPage->queryInterface(::getCppuType((uno::Reference< uno::XAggregation >*)0)); in GetSvxPage() local
875 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() local
915 if(aAgg.getValueType() == rTunnelType) in getSomething()
918 *(uno::Reference<lang::XUnoTunnel>*)aAgg.getValue(); in getSomething()
947 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape() local
948 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 …]