Lines Matching refs:TabControl
1073 IMPL_GET_WINDOW (TabControl);
1074 IMPL_GET_LAYOUT_VCLXWINDOW (TabControl);
1079 TabControl::~TabControl () in ~TabControl()
1085 void TabControl::InsertPage (sal_uInt16 id, OUString const& title, sal_uInt16 pos) in InsertPage()
1129 void TabControl::RemovePage (sal_uInt16 id) in RemovePage()
1133 sal_uInt16 TabControl::GetPageCount () const in GetPageCount()
1137 sal_uInt16 TabControl::GetPageId (sal_uInt16 pos) const in GetPageId()
1141 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos()
1146 void TabControl::SetCurPageId (sal_uInt16 id) in SetCurPageId()
1151 sal_uInt16 TabControl::GetCurPageId () const in GetCurPageId()
1155 void TabControl::SetTabPage (sal_uInt16 id, ::TabPage* page) in SetTabPage()
1175 ::TabPage* TabControl::GetTabPage (sal_uInt16 id) const in GetTabPage()
1179 void TabControl::SetActivatePageHdl (Link const& link) in SetActivatePageHdl()
1184 Link& TabControl::GetActivatePageHdl () const in GetActivatePageHdl()
1188 void TabControl::SetDeactivatePageHdl (Link const& link) in SetDeactivatePageHdl()
1193 Link& TabControl::GetDeactivatePageHdl () const in GetDeactivatePageHdl()
1197 void TabControl::SetTabPageSizePixel (Size const& size) in SetTabPageSizePixel()
1204 Size TabControl::GetTabPageSizePixel () const in GetTabPageSizePixel()
1220 IMPL_CONSTRUCTORS (TabControl, Control, "tabcontrol");
1221 IMPL_GET_IMPL (TabControl);
1235 TabControl* TabPage::global_tabcontrol = 0;