Searched refs:GetTabControl (Results 1 – 4 of 4) sorted by relevance
1134 GetTabControl ()->RemovePage (id); in RemovePage()1138 return GetTabControl ()->GetPageCount (); in GetPageCount()1142 return GetTabControl ()->GetPageId (pos); in GetPageId()1147 return GetTabControl ()->GetPagePos (id); in GetPagePos()1152 GetTabControl ()->SetCurPageId (id); in SetCurPageId()1156 return GetTabControl ()->GetCurPageId (); in GetCurPageId()1160 GetTabControl ()->SetTabPage (id, page); in SetTabPage()1180 return GetTabControl ()->GetTabPage (id); in GetTabPage()1202 GetTabControl ()->SetTabPageSizePixel (size); in SetTabPageSizePixel()1220 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 35 milliseconds