Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx1845 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in getPropertyStates() local
1846 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyStates()
1848 xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in getPropertyStates()
1910 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in setPropertyToDefault() local
1911 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in setPropertyToDefault()
1913 …Reference< XPropertyState > xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in setPropertyToDefault()
1945 uno::Any aPState = xShapeAgg->queryAggregation(rPStateType); in getPropertyDefault() local
1946 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyDefault()
1948 …Reference< XPropertyState > xShapePrState = *(uno::Reference< XPropertyState >*)aPState.getValue(); in getPropertyDefault()

Completed in 27 milliseconds