Lines Matching refs:WrappedAxisAndGridExistenceProperty

45 class WrappedAxisAndGridExistenceProperty : public WrappedProperty  class
48 WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, sal_Int32 nDimensionIndex
50 virtual ~WrappedAxisAndGridExistenceProperty();
71 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 0, spChart2ModelContact ) );… in addWrappedProperties()
72 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 0, spChart2ModelContact ) )… in addWrappedProperties()
73 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 0, spChart2ModelContact ) )… in addWrappedProperties()
74 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 0, spChart2ModelContact ) … in addWrappedProperties()
76 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 1, spChart2ModelContact ) );… in addWrappedProperties()
77 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 1, spChart2ModelContact ) )… in addWrappedProperties()
78 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 1, spChart2ModelContact ) )… in addWrappedProperties()
79 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 1, spChart2ModelContact ) … in addWrappedProperties()
81 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 2, spChart2ModelContact ) );… in addWrappedProperties()
82 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 2, spChart2ModelContact ) )… in addWrappedProperties()
83 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 2, spChart2ModelContact ) … in addWrappedProperties()
86 WrappedAxisAndGridExistenceProperty::WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, s… in WrappedAxisAndGridExistenceProperty() function in chart::wrapper::WrappedAxisAndGridExistenceProperty
152 WrappedAxisAndGridExistenceProperty::~WrappedAxisAndGridExistenceProperty() in ~WrappedAxisAndGridExistenceProperty()
156 void WrappedAxisAndGridExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference… in setPropertyValue()
186 Any WrappedAxisAndGridExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& … in getPropertyValue()
204 Any WrappedAxisAndGridExistenceProperty::getPropertyDefault( const Reference< beans::XPropertyState… in getPropertyDefault()