Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx485 const OUString aOffsetPropName( RTL_CONSTASCII_USTRINGPARAM("Offset")); in applyStyle() local
506 if( (xProp->getPropertyValue( aOffsetPropName ) >>= fOffset) && in applyStyle()
518 … (xPointState->getPropertyState( aOffsetPropName ) == beans::PropertyState_DIRECT_VALUE) && in applyStyle()
520 (xPointProp->getPropertyValue( aOffsetPropName ) >>= fPointOffset ) && in applyStyle()
533 xProp->setPropertyValue( aOffsetPropName, uno::makeAny( fOffsetToSet )); in applyStyle()
541 xPointState->setPropertyToDefault( aOffsetPropName ); in applyStyle()

Completed in 22 milliseconds