Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1216 class WrappedDataRowSourceProperty : public WrappedProperty class
1219 WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
1220 virtual ~WrappedDataRowSourceProperty();
1236 WrappedDataRowSourceProperty::WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact… in WrappedDataRowSourceProperty() function in chart::wrapper::WrappedDataRowSourceProperty
1241 m_aOuterValue = WrappedDataRowSourceProperty::getPropertyDefault( 0 ); in WrappedDataRowSourceProperty()
1244 WrappedDataRowSourceProperty::~WrappedDataRowSourceProperty() in ~WrappedDataRowSourceProperty()
1248 void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue()
1284 Any WrappedDataRowSourceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInne… in getPropertyValue()
1307 Any WrappedDataRowSourceProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*x… in getPropertyDefault()
2108 aWrappedProperties.push_back( new WrappedDataRowSourceProperty( m_spChart2ModelContact ) ); in createWrappedProperties()

Completed in 31 milliseconds