Lines Matching refs:TabWindowService

71 DEFINE_XINTERFACE_6                 (   TabWindowService                                ,  in DEFINE_XINTERFACE_6()  argument
81 DEFINE_XTYPEPROVIDER_6 ( TabWindowService , in DEFINE_XINTERFACE_6()
90 DEFINE_XSERVICEINFO_MULTISERVICE ( TabWindowService , in DEFINE_XINTERFACE_6()
96 DEFINE_INIT_SERVICE ( TabWindowService, in DEFINE_XINTERFACE_6()
106 TabWindowService::TabWindowService( const css::uno::Reference< css::lang::XMultiServiceFactory >& x…
138 TabWindowService::~TabWindowService() in ~TabWindowService()
144 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in ~TabWindowService()
150 ::sal_Int32 SAL_CALL TabWindowService::insertTab() in insertTab()
167 void SAL_CALL TabWindowService::removeTab(::sal_Int32 nID) in removeTab()
186 void SAL_CALL TabWindowService::setTabProps( ::sal_Int32 nID… in setTabProps()
213 css::uno::Sequence< css::beans::NamedValue > SAL_CALL TabWindowService::getTabProps(::sal_Int32 nID) in getTabProps()
230 void SAL_CALL TabWindowService::activateTab(::sal_Int32 nID) in activateTab()
249 ::sal_Int32 SAL_CALL TabWindowService::getActiveTabID() in getActiveTabID()
260 void SAL_CALL TabWindowService::addTabListener(const css::uno::Reference< css::awt::XTabListener >&… in addTabListener()
269 void SAL_CALL TabWindowService::removeTabListener(const css::uno::Reference< css::awt::XTabListener… in removeTabListener()
278 void SAL_CALL TabWindowService::dispose() in dispose()
290 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in dispose()
299 void SAL_CALL TabWindowService::addEventListener(const css::uno::Reference< css::lang::XEventListen… in addEventListener()
308 void SAL_CALL TabWindowService::removeEventListener( const css::uno::Reference< css::lang::XEventLi… in removeEventListener()
315 void TabWindowService::impl_initializePropInfo() in impl_initializePropInfo()
328 void SAL_CALL TabWindowService::impl_setPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_setPropertyValue()
336 css::uno::Any SAL_CALL TabWindowService::impl_getPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_getPropertyValue()
361 IMPL_LINK( TabWindowService, EventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
377 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in IMPL_LINK()
430 void TabWindowService::impl_checkTabIndex (::sal_Int32 nID) in impl_checkTabIndex()
447 TTabPageInfoHash::iterator TabWindowService::impl_getTabPageInfo(::sal_Int32 nID) in impl_getTabPageInfo()
461 FwkTabWindow* TabWindowService::mem_TabWin () in mem_TabWin()
472 m_pTabWin->AddEventListener( LINK( this, TabWindowService, EventListener ) ); in mem_TabWin()