Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx1119 uno::Any aPSet = xShapeAgg->queryAggregation( rPropSetType ); in getPropertySetInfo() local
1120 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() local
1446 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() local
1735 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()
1739 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()

Completed in 14 milliseconds