Searched refs:aPSet (Results 1 – 1 of 1) sorted by relevance
1119 uno::Any aPSet = xShapeAgg->queryAggregation( rPropSetType ); in getPropertySetInfo() local1120 if(aPSet.getValueType() == rPropSetType && aPSet.getValue()) in getPropertySetInfo()1123 *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in getPropertySetInfo()1445 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in setPropertyValue() local1446 if(aPSet.getValueType() != rPSetType || !aPSet.getValue()) in setPropertyValue()1448 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in setPropertyValue()1734 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in _getPropAtAggrObj() local1735 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()1739 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()
Completed in 181 milliseconds