Searched refs:xPointState (Results 1 – 4 of 4) sorted by relevance
54 uno::Reference< beans::XPropertyState > xPointState( xDataPointProperties, uno::UNO_QUERY ); in hasPointOwnColor() local55 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()
515 … uno::Reference< beans::XPropertyState > xPointState( xPointProp, uno::UNO_QUERY ); in applyStyle() local517 if( xPointState.is() && in applyStyle()518 … (xPointState->getPropertyState( aOffsetPropName ) == beans::PropertyState_DIRECT_VALUE) && in applyStyle()538 uno::Reference< beans::XPropertyState > xPointState( in applyStyle() local540 if( xPointState.is()) in applyStyle()541 xPointState->setPropertyToDefault( aOffsetPropName ); in applyStyle()
860 …uno::Reference< beans::XPropertyState > xPointState( DataSeriesPointWrapper::getDataPointPropertie… in getPropertyValue() local861 …if( xPointState.is() && xPointState->getPropertyState( C2U("Color")) == beans::PropertyState_DEFAU… in getPropertyValue()
831 …uno::Reference< beans::XPropertyState > xPointState( this->getPropertiesOfPoint(index), uno::UNO_Q… in hasPointOwnColor() local832 … return (xPointState->getPropertyState( C2U("Color")) != beans::PropertyState_DEFAULT_VALUE ); in hasPointOwnColor()
Completed in 686 milliseconds