Searched refs:aPSet (Results 1 – 1 of 1) sorted by relevance
1117 uno::Any aPSet = xShapeAgg->queryAggregation( rPropSetType ); in getPropertySetInfo() local1118 if(aPSet.getValueType() == rPropSetType && aPSet.getValue()) in getPropertySetInfo()1121 *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in getPropertySetInfo()1443 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in setPropertyValue() local1444 if(aPSet.getValueType() != rPSetType || !aPSet.getValue()) in setPropertyValue()1446 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in setPropertyValue()1732 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in _getPropAtAggrObj() local1733 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()1737 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()
Completed in 38 milliseconds