Lines Matching refs:beans

78 using namespace com::sun::star::beans;
333 class PropertySetInfo_Impl : public WeakImplHelper1< beans::XPropertySetInfo >
335 Sequence< beans::Property > m_properties;
338 inline PropertySetInfo_Impl( Sequence< beans::Property > const & properties ) SAL_THROW( () )
343 virtual Sequence< beans::Property > SAL_CALL getProperties()
345 virtual beans::Property SAL_CALL getPropertyByName( OUString const & name )
346 throw (beans::UnknownPropertyException, RuntimeException);
351 Sequence< beans::Property > PropertySetInfo_Impl::getProperties() in getProperties()
357 beans::Property PropertySetInfo_Impl::getPropertyByName( OUString const & name ) in getPropertyByName()
358 throw (beans::UnknownPropertyException, RuntimeException) in getPropertyByName()
360 beans::Property const * p = m_properties.getConstArray(); in getPropertyByName()
366 throw beans::UnknownPropertyException( in getPropertyByName()
373 beans::Property const * p = m_properties.getConstArray(); in hasPropertyByName()
528 beans::XPropertySet > t_OServiceManager_impl;
602 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce…
604 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
606 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
608 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
610 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
612 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
626 Reference< beans::XPropertySetInfo > m_xPropertyInfo;
764 …throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti…
766 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException);
769 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException) in addPropertyChangeListener()
772 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException) in removePropertyChangeListener()
775 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException) in addVetoableChangeListener()
778 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException) in removeVetoableChangeListener()
784 throw (beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
810 throw (beans::UnknownPropertyException, lang::WrappedTargetException, RuntimeException) in getPropertyValue()
1080 Sequence< beans::Property > seq( 1 ); in getPropertySetInfo()
1081 seq[ 0 ] = beans::Property( in getPropertySetInfo()
1083 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()
1096 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce… in setPropertyValue()
1123 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in getPropertyValue()
1145 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in addPropertyChangeListener()
1153 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in removePropertyChangeListener()
1161 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in addVetoableChangeListener()
1169 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in removeVetoableChangeListener()
1220 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithContext()
1284 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithArgumentsAndContext()
1694 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
1976 Sequence< beans::Property > seq( 2 ); in getPropertySetInfo()
1977 seq[ 0 ] = beans::Property( in getPropertySetInfo()
1979 seq[ 1 ] = beans::Property( in getPropertySetInfo()
1981 beans::PropertyAttribute::READONLY ); in getPropertySetInfo()
1982 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()
1994 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in getPropertyValue()