Lines Matching refs:beans

92 using namespace ::com::sun::star::beans;
172 …PNAME_AUTOMATICTOOLBARS, LAYOUTMANAGER_PROPHANDLE_AUTOMATICTOOLBARS, css::beans::PropertyAttribute…
173 …UTMANAGER_PROPNAME_HIDECURRENTUI, LAYOUTMANAGER_PROPHANDLE_HIDECURRENTUI, beans::PropertyAttribute…
174 …ROPNAME_LOCKCOUNT, LAYOUTMANAGER_PROPHANDLE_LOCKCOUNT, beans::PropertyAttribute::TRANSIENT | beans
175 …UTMANAGER_PROPNAME_MENUBARCLOSER, LAYOUTMANAGER_PROPHANDLE_MENUBARCLOSER, beans::PropertyAttribute…
176 …R_PROPNAME_REFRESHVISIBILITY, LAYOUTMANAGER_PROPHANDLE_REFRESHVISIBILITY, beans::PropertyAttribute…
177 …ME_PRESERVE_CONTENT_SIZE, LAYOUTMANAGER_PROPHANDLE_PRESERVE_CONTENT_SIZE, beans::PropertyAttribute…
214 catch ( beans::UnknownPropertyException ) {} in impl_clearUpMenuBar()
653 catch ( beans::UnknownPropertyException ) in implts_writeWindowStateData()
1519 catch ( beans::UnknownPropertyException ) {} in createElement()
2477 …Reference< beans::XPropertySet > xDisplayInfo( xDisplayAccess->getByIndex( nDisplay ), UNO_QUERY_T… in implts_resizeContainerWindow()
2674 uno::Sequence< beans::PropertyValue >()); in IMPL_LINK()
3231 uno::Sequence< beans::Property > aProperties; in getInfoHelper()
3241 uno::Reference< beans::XPropertySetInfo > SAL_CALL LayoutManager::getPropertySetInfo() throw (uno::… in getPropertySetInfo()
3243 static uno::Reference< beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo()
3251 …static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()