Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunodraw.cxx1843 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in getPropertyStates() local
1844 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyStates()
1846 xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in getPropertyStates()
1908 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in setPropertyToDefault() local
1909 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in setPropertyToDefault()
1911 …Reference< XPropertyState > xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in setPropertyToDefault()
1943 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in getPropertyDefault() local
1944 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyDefault()
1946 …Reference< XPropertyState > xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in getPropertyDefault()

Completed in 82 milliseconds