Home
last modified time | relevance | path

Searched refs:GetTabControl (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx1140 GetTabControl ()->RemovePage (id); in RemovePage()
1144 return GetTabControl ()->GetPageCount (); in GetPageCount()
1148 return GetTabControl ()->GetPageId (pos); in GetPageId()
1153 return GetTabControl ()->GetPagePos (id); in GetPagePos()
1158 GetTabControl ()->SetCurPageId (id); in SetCurPageId()
1162 return GetTabControl ()->GetCurPageId (); in GetCurPageId()
1166 GetTabControl ()->SetTabPage (id, page); in SetTabPage()
1186 return GetTabControl ()->GetTabPage (id); in GetTabPage()
1208 GetTabControl ()->SetTabPageSizePixel (size); in SetTabPageSizePixel()
1226 return GetTabControl ()->GetTabPageSizePixel (); in GetTabPageSizePixel()
/aoo41x/main/sd/source/ui/view/
H A DViewShellBase.cxx690 if (mpImpl->mpViewTabBar.is() && mpImpl->mpViewTabBar->GetTabControl()->IsVisible()) in GetBorder()
985 mpImpl->mpViewTabBar->GetTabControl()->Show(bVisible); in ShowUIControls()
1277 && (mpViewTabBar->GetTabControl()->IsVisible()==sal_True) != bShow) in ShowViewTabBar()
1279 mpViewTabBar->GetTabControl()->Show(bShow ? sal_True : sal_False); in ShowViewTabBar()
1302 if (mpViewTabBar.is() && mpViewTabBar->GetTabControl()->IsVisible()) in ResizePixel()
1303 mpViewTabBar->GetTabControl()->SetPosSizePixel (rOrigin, rSize); in ResizePixel()
1315 if (mpViewTabBar.is() && mpViewTabBar->GetTabControl()->IsVisible()) in ResizePixel()
1318 mpViewTabBar->GetTabControl()->SetPosSizePixel( in ResizePixel()
H A DViewTabBar.cxx209 ::boost::shared_ptr< ::TabControl> ViewTabBar::GetTabControl (void) const in GetTabControl() function in sd::ViewTabBar
/aoo41x/main/sd/source/ui/inc/
H A DViewTabBar.hxx84 ::boost::shared_ptr< ::TabControl> GetTabControl (void) const;

Completed in 47 milliseconds