Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DColorPerPointHelper.cxx54 uno::Reference< beans::XPropertyState > xPointState( xDataPointProperties, uno::UNO_QUERY ); in hasPointOwnColor() local
55 if( !xPointState.is() ) in hasPointOwnColor()
59 xPointState.set( xSeries->getDataPointByIndex( nPointIndex ), uno::UNO_QUERY ); in hasPointOwnColor()
61 if( !xPointState.is() ) in hasPointOwnColor()
64 … return (xPointState->getPropertyState( C2U("Color")) != beans::PropertyState_DEFAULT_VALUE ); in hasPointOwnColor()
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx515 … uno::Reference< beans::XPropertyState > xPointState( xPointProp, uno::UNO_QUERY ); in applyStyle() local
517 if( xPointState.is() && in applyStyle()
518 … (xPointState->getPropertyState( aOffsetPropName ) == beans::PropertyState_DIRECT_VALUE) && in applyStyle()
538 uno::Reference< beans::XPropertyState > xPointState( in applyStyle() local
540 if( xPointState.is()) in applyStyle()
541 xPointState->setPropertyToDefault( aOffsetPropName ); in applyStyle()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx860 …uno::Reference< beans::XPropertyState > xPointState( DataSeriesPointWrapper::getDataPointPropertie… in getPropertyValue() local
861 …if( xPointState.is() && xPointState->getPropertyState( C2U("Color")) == beans::PropertyState_DEFAU… in getPropertyValue()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx831 …uno::Reference< beans::XPropertyState > xPointState( this->getPropertiesOfPoint(index), uno::UNO_Q… in hasPointOwnColor() local
832 … return (xPointState->getPropertyState( C2U("Color")) != beans::PropertyState_DEFAULT_VALUE ); in hasPointOwnColor()

Completed in 24 milliseconds