Lines Matching refs:spChart2ModelContact

49         , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
69 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
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()
87 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisAndGridExistenceProperty()
89 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAxisAndGridExistenceProperty()
220 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
238 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
240 … rList.push_back( new WrappedAxisTitleExistenceProperty( 0, spChart2ModelContact ) );//x axis title in addWrappedProperties()
241 … rList.push_back( new WrappedAxisTitleExistenceProperty( 1, spChart2ModelContact ) );//y axis title in addWrappedProperties()
242 … rList.push_back( new WrappedAxisTitleExistenceProperty( 2, spChart2ModelContact ) );//z axis title in addWrappedProperties()
243 …rList.push_back( new WrappedAxisTitleExistenceProperty( 3, spChart2ModelContact ) );//secondary x … in addWrappedProperties()
244 …rList.push_back( new WrappedAxisTitleExistenceProperty( 4, spChart2ModelContact ) );//secondary y … in addWrappedProperties()
248 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisTitleExistenceProperty()
250 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAxisTitleExistenceProperty()
338 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
357 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
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()
367 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisLabelExistenceProperty()
369 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAxisLabelExistenceProperty()