Searched refs:WrappedAxisLabelExistenceProperty (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedAxisAndGridExistenceProperties.cxx | 334 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 16 milliseconds