Lines Matching refs:aAgg

874 			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
2145 aAgg >>= xComp; in dispose()
2830 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in add() local
2831 aAgg >>= xShapes; in add()
2885 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in remove() local
2886 aAgg >>= xShapes; in remove()
2900 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getCount() local
2901 aAgg >>= xAcc; in getCount()
2917 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getByIndex() local
2918 aAgg >>= xAcc; in getByIndex()
2932 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getElementType() local
2933 aAgg >>= xAcc; in getElementType()
2947 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in hasElements() local
2948 aAgg >>= xAcc; in hasElements()