Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds