Lines Matching refs:beans

79 											DIRECT_INTERFACE( css::beans::XMultiPropertySet							          ),  in DEFINE_XINTERFACE_11()
80 … DIRECT_INTERFACE( css::beans::XFastPropertySet ), in DEFINE_XINTERFACE_11()
81 … DIRECT_INTERFACE( css::beans::XPropertySet ) in DEFINE_XINTERFACE_11()
93 css::beans::XMultiPropertySet , in DEFINE_XINTERFACE_11()
94 css::beans::XFastPropertySet , in DEFINE_XINTERFACE_11()
95 css::beans::XPropertySet in DEFINE_XINTERFACE_11()
225 …ation( Notification eNotify, sal_Int32 ID, const css::uno::Sequence< css::beans::NamedValue >& rSe… in implts_SendNotification()
309 css::beans::PropertyValue aPropValue; in initialize()
671 void SAL_CALL TabWindow::setTabProps( ::sal_Int32 ID, const css::uno::Sequence< css::beans::NamedVa… in setTabProps()
711 css::uno::Sequence< css::beans::NamedValue > aNamedValueSeq = getTabProps( ID ); in setTabProps()
717 css::uno::Sequence< css::beans::NamedValue > SAL_CALL TabWindow::getTabProps( ::sal_Int32 ID ) in getTabProps()
726 css::uno::Sequence< css::beans::NamedValue > aNamedValueSeq; in getTabProps()
739 css::uno::Sequence< css::beans::NamedValue > aSeq( 2 ); in getTabProps()
921 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL TabWindow::getPropertySetInfo() in getPropertySetInfo()
927 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo()
938 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHe… in getPropertySetInfo()
946 const css::uno::Sequence< css::beans::Property > TabWindow::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
955 static const com::sun::star::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
957 com::sun::star::beans::Property( TABWINDOW_PROPNAME_PARENTWINDOW, in impl_getStaticPropertyDescriptor()
960 com::sun::star::beans::PropertyAttribute::READONLY ), in impl_getStaticPropertyDescriptor()
961 com::sun::star::beans::Property( TABWINDOW_PROPNAME_TOPWINDOW, in impl_getStaticPropertyDescriptor()
964 com::sun::star::beans::PropertyAttribute::READONLY ) in impl_getStaticPropertyDescriptor()
966 …static const com::sun::star::uno::Sequence< com::sun::star::beans::Property > lPropertyDescriptor(… in impl_getStaticPropertyDescriptor()