Lines Matching refs:lang

71 …                                     DIRECT_INTERFACE( css::lang::XTypeProvider								          ),  in DEFINE_XINTERFACE_11()
72 … DIRECT_INTERFACE( css::lang::XServiceInfo ), in DEFINE_XINTERFACE_11()
73 DIRECT_INTERFACE( css::lang::XInitialization ), in DEFINE_XINTERFACE_11()
74 … DIRECT_INTERFACE( css::lang::XComponent ), in DEFINE_XINTERFACE_11()
78 DERIVED_INTERFACE( css::lang::XEventListener, css::awt::XWindowListener ), in DEFINE_XINTERFACE_11()
85 css::lang::XTypeProvider , in DEFINE_XINTERFACE_11()
86 css::lang::XServiceInfo , in DEFINE_XINTERFACE_11()
87 css::lang::XInitialization , in DEFINE_XINTERFACE_11()
88 css::lang::XComponent , in DEFINE_XINTERFACE_11()
92 css::lang::XEventListener , in DEFINE_XINTERFACE_11()
106 TabWindow::TabWindow( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager…
303 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR( m_xServiceManager ); in initialize()
451 css::uno::Reference< css::lang::XComponent > xThis( in dispose()
453 css::lang::EventObject aEvent( xThis ); in dispose()
468 … css::uno::Reference< css::lang::XComponent > xComponent( xTabControlWindow, css::uno::UNO_QUERY ); in dispose()
472 …xComponent = css::uno::Reference< css::lang::XComponent >( xContainerWindow, css::uno::UNO_QUERY ); in dispose()
476 xComponent = css::uno::Reference< css::lang::XComponent >( xTopWindow, css::uno::UNO_QUERY ); in dispose()
487 void SAL_CALL TabWindow::addEventListener( const css::uno::Reference< css::lang::XEventListener >& … in addEventListener()
497 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEventLi… in addEventListener()
500 void SAL_CALL TabWindow::removeEventListener( const css::uno::Reference< css::lang::XEventListener … in removeEventListener()
510 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEven… in removeEventListener()
516 void SAL_CALL TabWindow::disposing( const css::lang::EventObject& ) in disposing()
535 void SAL_CALL TabWindow::windowShown( const css::lang::EventObject& ) in windowShown()
553 void SAL_CALL TabWindow::windowHidden( const css::lang::EventObject& ) in windowHidden()
573 void SAL_CALL TabWindow::windowOpened( const css::lang::EventObject& ) in windowOpened()
578 void SAL_CALL TabWindow::windowClosing( const css::lang::EventObject& ) in windowClosing()
581 …css::uno::Reference< css::lang::XComponent > xComponent( (OWeakObject *)this, css::uno::UNO_QUERY … in windowClosing()
586 void SAL_CALL TabWindow::windowClosed( const css::lang::EventObject& ) in windowClosed()
591 void SAL_CALL TabWindow::windowMinimized( const css::lang::EventObject& ) in windowMinimized()
596 void SAL_CALL TabWindow::windowNormalized( const css::lang::EventObject& ) in windowNormalized()
601 void SAL_CALL TabWindow::windowActivated( const css::lang::EventObject& ) in windowActivated()
606 void SAL_CALL TabWindow::windowDeactivated( const css::lang::EventObject& ) in windowDeactivated()
622 throw css::lang::DisposedException(); in insertTab()
639 throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException) in removeTab()
645 throw css::lang::DisposedException(); in removeTab()
653 throw css::lang::IndexOutOfBoundsException(); in removeTab()
672 throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException) in setTabProps()
678 throw css::lang::DisposedException(); in setTabProps()
685 throw css::lang::IndexOutOfBoundsException(); in setTabProps()
718 throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException) in getTabProps()
724 throw css::lang::DisposedException(); in getTabProps()
733 throw css::lang::IndexOutOfBoundsException(); in getTabProps()
753 throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException) in activateTab()
759 throw css::lang::DisposedException(); in activateTab()
766 throw css::lang::IndexOutOfBoundsException(); in activateTab()
792 throw css::lang::DisposedException(); in getActiveTabID()
846 throw( css::lang::IllegalArgumentException ) in convertFastPropertyValue()