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()
291mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepHelp") ), uno::ma… in setMinorUnit()
306mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepHelp"))) >>= fMin… in getMinorUnit()
321mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepHelp" ) ), u… in setMinorUnitIsAuto()
337mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepHelp")) ) >>… in getMinorUnitIsAuto()
367mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepMain")), uno::mak… in setMajorUnit()
383mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepMain"))) >>= fMax; in getMajorUnit()
399mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepMain" ) ), u… in setMajorUnitIsAuto()
416mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepMain"))) >>=… in getMajorUnitIsAuto()
433mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ) ), uno::makeA… in setMaximumScale()
450mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ))) >>= fMax; … in getMaximumScale()
467mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" ) ), uno::m… in setMaximumScaleIsAuto()
484mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" )) ) >>= bI… in getMaximumScaleIsAuto()
499mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Min") ), uno::makeAny… in setMinimumScale()
514 mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Min") )) >>= fMin; in getMinimumScale()
530mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("AutoMin") ), uno::mak… in setMinimumScaleIsAuto()
547mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("AutoMin")) ) >>= bIsA… in getMinimumScaleIsAuto()
573mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), un… in setScaleType()
576mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), un… in setScaleType()
599mxPropertySet->getPropertyValue( rtl::OUString( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Logari… in getScaleType()