Lines Matching refs:ViewTabBar
79 const ::rtl::Reference<ViewTabBar>& rpViewTabBar);
83 ::rtl::Reference<ViewTabBar> mpViewTabBar;
105 ViewTabBar::ViewTabBar ( in ViewTabBar() function in sd::ViewTabBar
163 ViewTabBar::~ViewTabBar (void) in ~ViewTabBar()
170 void ViewTabBar::disposing (void) in disposing()
209 ::boost::shared_ptr< ::TabControl> ViewTabBar::GetTabControl (void) const in GetTabControl()
217 ::Window* ViewTabBar::GetAnchorWindow( in GetAnchorWindow()
281 void SAL_CALL ViewTabBar::notifyConfigurationChange ( in notifyConfigurationChange()
298 void SAL_CALL ViewTabBar::disposing( in disposing()
314 void SAL_CALL ViewTabBar::addTabBarButtonAfter ( in addTabBarButtonAfter()
326 void SAL_CALL ViewTabBar::appendTabBarButton (const TabBarButton& rButton) in appendTabBarButton()
335 void SAL_CALL ViewTabBar::removeTabBarButton (const TabBarButton& rButton) in removeTabBarButton()
345 sal_Bool SAL_CALL ViewTabBar::hasTabBarButton (const TabBarButton& rButton) in hasTabBarButton()
355 Sequence<TabBarButton> SAL_CALL ViewTabBar::getTabBarButtons (void) in getTabBarButtons()
367 Reference<XResourceId> SAL_CALL ViewTabBar::getResourceId (void) in getResourceId()
376 sal_Bool SAL_CALL ViewTabBar::isAnchorOnly (void) in isAnchorOnly()
387 const Sequence<sal_Int8>& ViewTabBar::getUnoTunnelId (void) in getUnoTunnelId()
406 sal_Int64 SAL_CALL ViewTabBar::getSomething (const Sequence<sal_Int8>& rId) in getSomething()
425 bool ViewTabBar::ActivatePage (void) in ActivatePage()
481 int ViewTabBar::GetHeight (void) in GetHeight()
505 void ViewTabBar::AddTabBarButton ( in AddTabBarButton()
535 void ViewTabBar::AddTabBarButton ( in AddTabBarButton()
544 void ViewTabBar::AddTabBarButton ( in AddTabBarButton()
563 void ViewTabBar::RemoveTabBarButton ( in RemoveTabBarButton()
582 bool ViewTabBar::HasTabBarButton ( in HasTabBarButton()
603 ViewTabBar::GetTabBarButtons (void) in GetTabBarButtons()
618 void ViewTabBar::UpdateActiveButton (void) in UpdateActiveButton()
642 void ViewTabBar::UpdateTabBarButtons (void) in UpdateTabBarButtons()
673 const ::rtl::Reference<ViewTabBar>& rpViewTabBar) in TabBarControl()