Home
last modified time | relevance | path

Searched refs:WrappedAxisTitleExistenceProperty (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx216 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()
[all …]

Completed in 5 milliseconds