Lines Matching refs:TabControl
97 void TabControl::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
128 mpTabCtrlData->mpListBox->SetSelectHdl( LINK( this, TabControl, ImplListBoxSelectHdl ) ); in ImplInit()
138 pParent->AddChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ImplInit()
143 const Font& TabControl::GetCanonicalFont( const StyleSettings& _rStyle ) const in GetCanonicalFont()
149 const Color& TabControl::GetCanonicalTextColor( const StyleSettings& _rStyle ) const in GetCanonicalTextColor()
156 void TabControl::ImplInitSettings( sal_Bool bFont, in ImplInitSettings()
194 void TabControl::ImplFreeLayoutData() in ImplFreeLayoutData()
206 TabControl::TabControl( Window* pParent, WinBits nStyle ) : in TabControl() function in TabControl
214 TabControl::TabControl( Window* pParent, const ResId& rResId ) : in TabControl() function in TabControl
228 void TabControl::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
249 TabControl::~TabControl() in ~TabControl()
252 GetParent()->RemoveChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ~TabControl()
267 ImplTabItem* TabControl::ImplGetItem( sal_uInt16 nId ) const in ImplGetItem()
281 Size TabControl::ImplGetItemSize( ImplTabItem* pItem, long nMaxWidth ) in ImplGetItemSize()
348 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect()
550 void TabControl::ImplChangeTabPage( sal_uInt16 nId, sal_uInt16 nOldId ) in ImplChangeTabPage()
652 sal_Bool TabControl::ImplPosCurTabPage() in ImplPosCurTabPage()
668 void TabControl::ImplActivateTabPage( sal_Bool bNext ) in ImplActivateTabPage()
687 void TabControl::ImplShowFocus() in ImplShowFocus()
749 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem()
950 long TabControl::ImplHandleKeyEvent( const KeyEvent& rKeyEvent ) in ImplHandleKeyEvent()
985 IMPL_LINK( TabControl, ImplListBoxSelectHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
993 IMPL_LINK( TabControl, ImplWindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
1010 void TabControl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
1026 void TabControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1047 void TabControl::Paint( const Rectangle& rRect ) in Paint()
1054 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint()
1236 void TabControl::Resize() in Resize()
1297 void TabControl::GetFocus() in GetFocus()
1314 void TabControl::LoseFocus() in LoseFocus()
1323 void TabControl::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
1409 void TabControl::Command( const CommandEvent& rCEvt ) in Command()
1450 void TabControl::StateChanged( StateChangedType nType ) in StateChanged()
1485 void TabControl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1501 Rectangle* TabControl::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
1519 long TabControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1570 long TabControl::Notify( NotifyEvent& rNEvt ) in Notify()
1582 void TabControl::ActivatePage() in ActivatePage()
1589 long TabControl::DeactivatePage() in DeactivatePage()
1599 void TabControl::SetTabPageSizePixel( const Size& rSize ) in SetTabPageSizePixel()
1613 Size TabControl::GetTabPageSizePixel() const in GetTabPageSizePixel()
1615 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1621 void TabControl::InsertPage( const ResId& rResId, sal_uInt16 nPos ) in InsertPage()
1648 void TabControl::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage()
1703 void TabControl::RemovePage( sal_uInt16 nPageId ) in RemovePage()
1751 void TabControl::Clear() in Clear()
1770 void TabControl::EnablePage( sal_uInt16 i_nPageId, bool i_bEnable ) in EnablePage()
1793 sal_uInt16 TabControl::GetPageCount() const in GetPageCount()
1800 sal_uInt16 TabControl::GetPageId( sal_uInt16 nPos ) const in GetPageId()
1809 sal_uInt16 TabControl::GetPagePos( sal_uInt16 nPageId ) const in GetPagePos()
1823 sal_uInt16 TabControl::GetPageId( const Point& rPos ) const in GetPageId()
1827 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
1836 void TabControl::SetCurPageId( sal_uInt16 nPageId ) in SetCurPageId()
1873 sal_uInt16 TabControl::GetCurPageId() const in GetCurPageId()
1883 void TabControl::SelectTabPage( sal_uInt16 nPageId ) in SelectTabPage()
1907 void TabControl::SetTabPage( sal_uInt16 nPageId, TabPage* pTabPage ) in SetTabPage()
1932 TabPage* TabControl::GetTabPage( sal_uInt16 nPageId ) const in GetTabPage()
1944 sal_uInt16 TabControl::GetTabPageResId( sal_uInt16 nPageId ) const in GetTabPageResId()
1956 void TabControl::SetPageText( sal_uInt16 nPageId, const XubString& rText ) in SetPageText()
1979 XubString TabControl::GetPageText( sal_uInt16 nPageId ) const in GetPageText()
1991 void TabControl::SetHelpText( sal_uInt16 nPageId, const XubString& rText ) in SetHelpText()
2001 const XubString& TabControl::GetHelpText( sal_uInt16 nPageId ) const in GetHelpText()
2022 void TabControl::SetHelpId( sal_uInt16 nPageId, const rtl::OString& rHelpId ) in SetHelpId()
2032 rtl::OString TabControl::GetHelpId( sal_uInt16 nPageId ) const in GetHelpId()
2045 void TabControl::SetPageImage( sal_uInt16 i_nPageId, const Image& i_rImage ) in SetPageImage()
2060 const Image* TabControl::GetPageImage( sal_uInt16 i_nPageId ) const in GetPageImage()
2068 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds()
2091 long TabControl::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const in GetIndexForPoint()
2124 void TabControl::FillLayoutData() const in FillLayoutData()
2128 const_cast<TabControl*>(this)->ImplPaint( Rectangle(), true ); in FillLayoutData()
2133 Rectangle TabControl::GetTabPageBounds( sal_uInt16 nPage ) const in GetTabPageBounds()
2148 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()
2158 Rectangle TabControl::GetTabBounds( sal_uInt16 nPageId ) const in GetTabBounds()
2171 void TabControl::SetItemsOffset( const Point& rOffs ) in SetItemsOffset()
2177 Point TabControl::GetItemsOffset() const in GetItemsOffset()
2187 Size TabControl::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
2199 void TabControl::SetMinimumSizePixel( const Size& i_rSize ) in SetMinimumSizePixel()