Lines Matching refs:xProp
302 uno::Reference< beans::XPropertySet > xProp = in init() local
304 if( !xProp.is() ) in init()
308 initAxisPositioning( xProp ); in init()
357 m_aLineProperties.initFromPropertySet( xProp ); in init()
360 xProp->getPropertyValue( C2U( "DisplayLabels" ) ) >>= m_bDisplayLabels; in init()
363 xProp->getPropertyValue( C2U( "MajorTickmarks" ) ) >>= m_nMajorTickmarks; in init()
364 xProp->getPropertyValue( C2U( "MinorTickmarks" ) ) >>= m_nMinorTickmarks; in init()
413 uno::Reference< beans::XPropertySet > xProp = in init() local
415 if(xProp.is()) in init()
419 xProp->getPropertyValue( C2U( "TextBreak" ) ) >>= this->bLineBreakAllowed; in init()
420 xProp->getPropertyValue( C2U( "TextOverlap" ) ) >>= this->bOverlapAllowed; in init()
421 xProp->getPropertyValue( C2U( "StackCharacters" ) ) >>= this->bStackCharacters; in init()
422 xProp->getPropertyValue( C2U( "TextRotation" ) ) >>= this->fRotationAngleDegree; in init()
425 xProp->getPropertyValue( C2U( "ArrangeOrder" ) ) >>= eArrangeOrder; in init()