Lines Matching refs:WrappedAxisTitleExistenceProperty

216 class WrappedAxisTitleExistenceProperty : public WrappedProperty  class
219 WrappedAxisTitleExistenceProperty( sal_Int32 nTitleIndex
221 virtual ~WrappedAxisTitleExistenceProperty();
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()
247 WrappedAxisTitleExistenceProperty::WrappedAxisTitleExistenceProperty( sal_Int32 nTitleIndex in WrappedAxisTitleExistenceProperty() function in chart::wrapper::WrappedAxisTitleExistenceProperty
278 WrappedAxisTitleExistenceProperty::~WrappedAxisTitleExistenceProperty() in ~WrappedAxisTitleExistenceProperty()
282 void WrappedAxisTitleExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue()
307 Any WrappedAxisTitleExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*… in getPropertyValue()
322 Any WrappedAxisTitleExistenceProperty::getPropertyDefault( const Reference< beans::XPropertyState >… in getPropertyDefault()