Searched refs:GetTabControl (Results 1 – 4 of 4) sorted by relevance
1140 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()
690 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()
209 ::boost::shared_ptr< ::TabControl> ViewTabBar::GetTabControl (void) const in GetTabControl() function in sd::ViewTabBar
84 ::boost::shared_ptr< ::TabControl> GetTabControl (void) const;
Completed in 68 milliseconds