Searched refs:aOffsetPropName (Results 1 – 1 of 1) sorted by relevance
485 const OUString aOffsetPropName( RTL_CONSTASCII_USTRINGPARAM("Offset")); in applyStyle() local506 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 14 milliseconds