Searched refs:WrappedDataRowSourceProperty (Results 1 – 1 of 1) sorted by relevance
1176 class WrappedDataRowSourceProperty : public WrappedProperty class1179 WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );1180 virtual ~WrappedDataRowSourceProperty();1193 WrappedDataRowSourceProperty::WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact… in WrappedDataRowSourceProperty() function in chart::wrapper::WrappedDataRowSourceProperty1198 m_aOuterValue = WrappedDataRowSourceProperty::getPropertyDefault( 0 ); in WrappedDataRowSourceProperty()1201 WrappedDataRowSourceProperty::~WrappedDataRowSourceProperty() in ~WrappedDataRowSourceProperty()1205 void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue()1240 Any WrappedDataRowSourceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInne… in getPropertyValue()1262 Any WrappedDataRowSourceProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*x… in getPropertyDefault()2016 aWrappedProperties.push_back( new WrappedDataRowSourceProperty( m_spChart2ModelContact ) ); in createWrappedProperties()