Lines Matching refs:WrappedAxisLabelExistenceProperty

334 class WrappedAxisLabelExistenceProperty : public WrappedProperty  class
337 WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimensionIndex
339 virtual ~WrappedAxisLabelExistenceProperty();
359 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 0, spChart2ModelContact ) );//x axis in addWrappedProperties()
360 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 1, spChart2ModelContact ) );//y axis in addWrappedProperties()
361 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 2, spChart2ModelContact ) );//z axis in addWrappedProperties()
362 …rList.push_back( new WrappedAxisLabelExistenceProperty( false, 0, spChart2ModelContact ) );//secon… in addWrappedProperties()
363 …rList.push_back( new WrappedAxisLabelExistenceProperty( false, 1, spChart2ModelContact ) );//secon… in addWrappedProperties()
366 WrappedAxisLabelExistenceProperty::WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimens… in WrappedAxisLabelExistenceProperty() function in chart::wrapper::WrappedAxisLabelExistenceProperty
388 WrappedAxisLabelExistenceProperty::~WrappedAxisLabelExistenceProperty() in ~WrappedAxisLabelExistenceProperty()
392 void WrappedAxisLabelExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue()
418 Any WrappedAxisLabelExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*… in getPropertyValue()
431 Any WrappedAxisLabelExistenceProperty::getPropertyDefault( const Reference< beans::XPropertyState >… in getPropertyDefault()