Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1117 uno::Any aPSet = xShapeAgg->queryAggregation( rPropSetType ); in getPropertySetInfo() local
1118 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() local
1444 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() local
1733 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()
1737 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()

Completed in 36 milliseconds