Lines Matching refs:beans

56 using ::com::sun::star::beans::Property;
73 …virtual sal_Int32 getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet )…
74 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Int…
76 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
77 … throw ( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException);
78 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
79 throw (beans::UnknownPropertyException, uno::RuntimeException);
89 …virtual OUString getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) …
90 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, OUStrin…
100 …virtual awt::Size getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet )…
101 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, awt::Si…
102 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
103 throw (beans::UnknownPropertyException, uno::RuntimeException);
113 …virtual sal_Bool getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) …
114 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Boo…
115 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
116 throw (beans::UnknownPropertyException, uno::RuntimeException);
200 beans::PropertyAttribute::BOUND in addProperties()
201 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()
207 beans::PropertyAttribute::BOUND in addProperties()
208 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()
214 beans::PropertyAttribute::BOUND in addProperties()
215 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()
221 beans::PropertyAttribute::BOUND in addProperties()
222 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()
260 sal_Int32 WrappedSymbolTypeProperty::getValueFromSeries( const Reference< beans::XPropertySet >& xS… in getValueFromSeries()
270 void WrappedSymbolTypeProperty::setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPr… in setValueToSeries()
282 Any WrappedSymbolTypeProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerProp… in getPropertyValue()
283 … throw ( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyValue()
314 beans::PropertyState WrappedSymbolTypeProperty::getPropertyState( const Reference< beans::XProperty… in getPropertyState()
315 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
328 return beans::PropertyState_DIRECT_VALUE; in getPropertyState()
349 OUString WrappedSymbolBitmapURLProperty::getValueFromSeries( const Reference< beans::XPropertySet >… in getValueFromSeries()
365 const Reference< beans::XPropertySet >& xSeriesPropertySet, in setValueToSeries()
391 Sequence< beans::PropertyValue > aArgs(1); in setValueToSeries()
392 aArgs[0] = beans::PropertyValue( in setValueToSeries()
394 beans::PropertyState_DIRECT_VALUE ); in setValueToSeries()
429 uno::Reference< beans::XPropertySet > xProp( rSymbol.Graphic, uno::UNO_QUERY ); in lcl_correctSymbolSizeForBitmaps()
484 awt::Size WrappedSymbolSizeProperty::getValueFromSeries( const Reference< beans::XPropertySet >& xS… in getValueFromSeries()
495 const Reference< beans::XPropertySet >& xSeriesPropertySet, in setValueToSeries()
510 beans::PropertyState WrappedSymbolSizeProperty::getPropertyState( const Reference< beans::XProperty… in getPropertyState()
511 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
515 return beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
520 Reference< beans::XPropertySet > xSeriesPropertySet( xInnerPropertyState, uno::UNO_QUERY ); in getPropertyState()
524 return beans::PropertyState_DIRECT_VALUE; in getPropertyState()
531 return beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
550 sal_Bool WrappedSymbolAndLinesProperty::getValueFromSeries( const Reference< beans::XPropertySet >&… in getValueFromSeries()
557 const Reference< beans::XPropertySet >& xSeriesPropertySet, in setValueToSeries()
578 beans::PropertyState WrappedSymbolAndLinesProperty::getPropertyState( const Reference< beans::XProp… in getPropertyState()
579 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
582 return beans::PropertyState_DEFAULT_VALUE; in getPropertyState()