Lines Matching refs:WrappedStackingProperty
1323 class WrappedStackingProperty : public WrappedProperty class
1326 …WrappedStackingProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2ModelContact > spChart2M…
1327 virtual ~WrappedStackingProperty();
1347 WrappedStackingProperty::WrappedStackingProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2… in WrappedStackingProperty() function in chart::wrapper::WrappedStackingProperty
1370 WrappedStackingProperty::~WrappedStackingProperty() in ~WrappedStackingProperty()
1374 bool WrappedStackingProperty::detectInnerValue( StackMode& eStackMode ) const in detectInnerValue()
1383 void WrappedStackingProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPr… in setPropertyValue()
1412 Any WrappedStackingProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerProp… in getPropertyValue()
1426 Any WrappedStackingProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInner… in getPropertyDefault()
2109 …aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Y_STACKED,m_spChart2ModelCont… in createWrappedProperties()
2110 …aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Y_STACKED_PERCENT, m_spChart2… in createWrappedProperties()
2111 …aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Z_STACKED, m_spChart2ModelCon… in createWrappedProperties()