Lines Matching refs:TabControl
1076 IMPL_GET_WINDOW (TabControl);
1077 IMPL_GET_LAYOUT_VCLXWINDOW (TabControl);
1082 TabControl::~TabControl () in ~TabControl()
1088 void TabControl::InsertPage (sal_uInt16 id, OUString const& title, sal_uInt16 pos) in InsertPage()
1132 void TabControl::RemovePage (sal_uInt16 id) in RemovePage()
1136 sal_uInt16 TabControl::GetPageCount () const in GetPageCount()
1140 sal_uInt16 TabControl::GetPageId (sal_uInt16 pos) const in GetPageId()
1144 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos()
1149 void TabControl::SetCurPageId (sal_uInt16 id) in SetCurPageId()
1154 sal_uInt16 TabControl::GetCurPageId () const in GetCurPageId()
1158 void TabControl::SetTabPage (sal_uInt16 id, ::TabPage* page) in SetTabPage()
1178 ::TabPage* TabControl::GetTabPage (sal_uInt16 id) const in GetTabPage()
1182 void TabControl::SetActivatePageHdl (Link const& link) in SetActivatePageHdl()
1187 Link& TabControl::GetActivatePageHdl () const in GetActivatePageHdl()
1191 void TabControl::SetDeactivatePageHdl (Link const& link) in SetDeactivatePageHdl()
1196 Link& TabControl::GetDeactivatePageHdl () const in GetDeactivatePageHdl()
1200 void TabControl::SetTabPageSizePixel (Size const& size) in SetTabPageSizePixel()
1207 Size TabControl::GetTabPageSizePixel () const in GetTabPageSizePixel()
1223 IMPL_CONSTRUCTORS (TabControl, Control, "tabcontrol");
1224 IMPL_GET_IMPL (TabControl);
1238 TabControl* TabPage::global_tabcontrol = 0;