Lines Matching refs:mxPropertySet
59 …2 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, xContext ), mxPropertySet( _xPropertySet… in ScVbaAxis()
61 …oShapeHelper.reset( new ShapeHelper( uno::Reference< drawing::XShape >( mxPropertySet, uno::UNO_QU… in ScVbaAxis()
70 uno::Reference< lang::XComponent > xComponent( mxPropertySet, uno::UNO_QUERY_THROW ); in Delete()
129 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny( sal_True ) ); in setCrosses()
133 mxPropertySet->getPropertyValue(VBA_MIN) >>= fNum; in setCrosses()
138 mxPropertySet->getPropertyValue(VBA_MAX) >>= fNum; in setCrosses()
146 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny(sal_False) ); in setCrosses()
160 mxPropertySet->getPropertyValue(AUTOORIGIN) >>= bisAutoOrigin; in getCrosses()
170 mxPropertySet->getPropertyValue(ORIGIN) >>= forigin; in getCrosses()
173 mxPropertySet->getPropertyValue(VBA_MIN) >>= fmin; in getCrosses()
196 mxPropertySet->setPropertyValue(ORIGIN, uno::makeAny(_fCrossesAt)); in setCrossesAt()
211 mxPropertySet->getPropertyValue(ORIGIN) >>= fCrosses; in getCrossesAt()
291 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepHelp") ), uno::ma… in setMinorUnit()
306 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepHelp"))) >>= fMin… in getMinorUnit()
321 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepHelp" ) ), u… in setMinorUnitIsAuto()
337 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepHelp")) ) >>… in getMinorUnitIsAuto()
367 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepMain")), uno::mak… in setMajorUnit()
383 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepMain"))) >>= fMax; in getMajorUnit()
399 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepMain" ) ), u… in setMajorUnitIsAuto()
416 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepMain"))) >>=… in getMajorUnitIsAuto()
433 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ) ), uno::makeA… in setMaximumScale()
450 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ))) >>= fMax; … in getMaximumScale()
467 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" ) ), uno::m… in setMaximumScaleIsAuto()
484 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" )) ) >>= bI… in getMaximumScaleIsAuto()
499 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Min") ), uno::makeAny… in setMinimumScale()
514 mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Min") )) >>= fMin; in getMinimumScale()
530 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("AutoMin") ), uno::mak… in setMinimumScaleIsAuto()
547 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("AutoMin")) ) >>= bIsA… in getMinimumScaleIsAuto()
573 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), un… in setScaleType()
576 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), un… in setScaleType()
599 …mxPropertySet->getPropertyValue( rtl::OUString( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Logari… in getScaleType()