Lines Matching refs:mpTabControl
109 mpTabControl(new TabBarControl(GetAnchorWindow(rxViewTabBarId,rxController), this)), in ViewTabBar()
118 mpTabPage.reset(new TabPage (mpTabControl.get())); in ViewTabBar()
122 mpTabControl->SetItemsOffset(Point(5, 3)); in ViewTabBar()
150 mpTabControl->Show(); in ViewTabBar()
197 for (sal_uInt16 nIndex=0; nIndex<mpTabControl->GetPageCount(); ++nIndex) in disposing()
198 mpTabControl->SetTabPage(nIndex, NULL); in disposing()
200 mpTabControl.reset(); in disposing()
211 return mpTabControl; in GetTabControl()
452 sal_uInt16 nIndex (mpTabControl->GetCurPageId() - 1); in ActivatePage()
487 TabPage* pActivePage (mpTabControl->GetTabPage( in GetHeight()
488 mpTabControl->GetCurPageId())); in GetHeight()
489 if (pActivePage!=NULL && mpTabControl->IsReallyVisible()) in GetHeight()
549 && nPosition<=mpTabControl->GetPageCount()) in AddTabBarButton()
631 mpTabControl->SetCurPageId(nIndex+1); in UpdateActiveButton()
632 mpTabControl->::TabControl::ActivatePage(); in UpdateActiveButton()
645 sal_uInt16 nPageCount (mpTabControl->GetPageCount()); in UpdateTabBarButtons()
651 mpTabControl->InsertPage(nIndex, iTab->ButtonLabel); in UpdateTabBarButtons()
654 mpTabControl->SetPageText(nIndex, iTab->ButtonLabel); in UpdateTabBarButtons()
655 mpTabControl->SetHelpText(nIndex, iTab->HelpText); in UpdateTabBarButtons()
656 mpTabControl->SetTabPage(nIndex, mpTabPage.get()); in UpdateTabBarButtons()
661 mpTabControl->RemovePage(nIndex); in UpdateTabBarButtons()