Lines Matching refs:WrappedProperty
42 WrappedProperty::WrappedProperty( const OUString& rOuterName, const OUString& rInnerName) in WrappedProperty() function in chart::WrappedProperty
47 WrappedProperty::~WrappedProperty() in ~WrappedProperty()
51 const OUString& WrappedProperty::getOuterName() const in getOuterName()
57 ::rtl::OUString WrappedProperty::getInnerName() const in getInnerName()
62 Any WrappedProperty::convertInnerToOuterValue( const Any& rInnerValue ) const in convertInnerToOuterValue()
66 Any WrappedProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue()
71 void WrappedProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySe… in setPropertyValue()
78 Any WrappedProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) … in getPropertyValue()
90 void WrappedProperty::setPropertyToDefault( const Reference< beans::XPropertyState >& xInnerPropert… in setPropertyToDefault()
102 Any WrappedProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertySt… in getPropertyDefault()
114 beans::PropertyState WrappedProperty::getPropertyState( const Reference< beans::XPropertyState >& x… in getPropertyState()