Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx45 class WrappedAxisAndGridExistenceProperty : public WrappedProperty class
48 WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, sal_Int32 nDimensionIndex
50 virtual ~WrappedAxisAndGridExistenceProperty();
71 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 0, spChart2ModelContact ) );… in addWrappedProperties()
72 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 0, spChart2ModelContact ) )… in addWrappedProperties()
73 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 0, spChart2ModelContact ) )… in addWrappedProperties()
74 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 0, spChart2ModelContact ) … in addWrappedProperties()
76 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 1, spChart2ModelContact ) );… in addWrappedProperties()
77 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 1, spChart2ModelContact ) )… in addWrappedProperties()
78 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 1, spChart2ModelContact ) )… in addWrappedProperties()
[all …]