Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx322 class WrappedAxisLabelExistenceProperty : public WrappedProperty class
325 WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimensionIndex
327 virtual ~WrappedAxisLabelExistenceProperty();
344 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 0, spChart2ModelContact ) );//x axis in addWrappedProperties()
345 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 1, spChart2ModelContact ) );//y axis in addWrappedProperties()
346 … rList.push_back( new WrappedAxisLabelExistenceProperty( true, 2, spChart2ModelContact ) );//z axis in addWrappedProperties()
347 …rList.push_back( new WrappedAxisLabelExistenceProperty( false, 0, spChart2ModelContact ) );//secon… in addWrappedProperties()
348 …rList.push_back( new WrappedAxisLabelExistenceProperty( false, 1, spChart2ModelContact ) );//secon… in addWrappedProperties()
351 WrappedAxisLabelExistenceProperty::WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimens… in WrappedAxisLabelExistenceProperty() function in chart::wrapper::WrappedAxisLabelExistenceProperty
373 WrappedAxisLabelExistenceProperty::~WrappedAxisLabelExistenceProperty() in ~WrappedAxisLabelExistenceProperty()
[all …]