Lines Matching refs:beans

36 using ::com::sun::star::beans::Property;
51 …virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xIn…
52 …throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti…
53 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
54 … throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException);
55 …virtual Any getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) co…
56 … throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException);
67 …itionProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& x… in setPropertyValue()
68 …throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti… in setPropertyValue()
92 Any WrappedAutomaticPositionProperty::getPropertyValue( const Reference< beans::XPropertySet >& xIn… in getPropertyValue()
93 … throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyValue()
95 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue()
105 Any WrappedAutomaticPositionProperty::getPropertyDefault( const Reference< beans::XPropertyState >&… in getPropertyDefault()
106 … throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyDefault()
136 beans::PropertyAttribute::BOUND in addProperties()
137 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()