Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleProperty.cxx49 WrappedScaleProperty::WrappedScaleProperty( tScaleProperty eScaleProperty in WrappedScaleProperty() function in chart::wrapper::WrappedScaleProperty
111 WrappedScaleProperty::~WrappedScaleProperty() in ~WrappedScaleProperty()
115 void WrappedScaleProperty::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties()
118 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MAX, spChart2ModelContact ) ); in addWrappedProperties()
119 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MIN, spChart2ModelContact ) ); in addWrappedProperties()
120 rList.push_back( new WrappedScaleProperty( SCALE_PROP_ORIGIN, spChart2ModelContact ) ); in addWrappedProperties()
121 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPMAIN, spChart2ModelContact ) ); in addWrappedProperties()
122 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP, spChart2ModelContact ) ); in addWrappedProperties()
124 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MAX, spChart2ModelContact ) ); in addWrappedProperties()
125 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MIN, spChart2ModelContact ) ); in addWrappedProperties()
[all …]
H A DWrappedScaleProperty.hxx38 class WrappedScaleProperty : public WrappedProperty class
62WrappedScaleProperty( tScaleProperty eScaleProperty, ::boost::shared_ptr< Chart2ModelContact > spC…
63 virtual ~WrappedScaleProperty();
H A Dmakefile.mk59 $(SLO)$/WrappedScaleProperty.obj \
H A DAxisWrapper.cxx677 WrappedScaleProperty::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact ); in createWrappedProperties()

Completed in 27 milliseconds