Lines Matching refs:TabControl

100 void TabControl::ImplInit( Window* pParent, WinBits nStyle )  in ImplInit()
132 mpTabCtrlData->mpListBox->SetSelectHdl( LINK( this, TabControl, ImplListBoxSelectHdl ) ); in ImplInit()
142 pParent->AddChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ImplInit()
147 const Font& TabControl::GetCanonicalFont( const StyleSettings& _rStyle ) const in GetCanonicalFont()
153 const Color& TabControl::GetCanonicalTextColor( const StyleSettings& _rStyle ) const in GetCanonicalTextColor()
160 void TabControl::ImplInitSettings( sal_Bool bFont, in ImplInitSettings()
198 void TabControl::ImplFreeLayoutData() in ImplFreeLayoutData()
210 TabControl::TabControl( Window* pParent, WinBits nStyle ) : in TabControl() function in TabControl
218 TabControl::TabControl( Window* pParent, const ResId& rResId ) : in TabControl() function in TabControl
232 void TabControl::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
253 TabControl::~TabControl() in ~TabControl()
256 GetParent()->RemoveChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ~TabControl()
271 ImplTabItem* TabControl::ImplGetItem( sal_uInt16 nId ) const in ImplGetItem()
285 Size TabControl::ImplGetItemSize( ImplTabItem* pItem, long nMaxWidth ) in ImplGetItemSize()
352 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect()
554 void TabControl::ImplChangeTabPage( sal_uInt16 nId, sal_uInt16 nOldId ) in ImplChangeTabPage()
656 sal_Bool TabControl::ImplPosCurTabPage() in ImplPosCurTabPage()
672 void TabControl::ImplActivateTabPage( sal_Bool bNext ) in ImplActivateTabPage()
691 void TabControl::ImplShowFocus() in ImplShowFocus()
753 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem()
954 long TabControl::ImplHandleKeyEvent( const KeyEvent& rKeyEvent ) in ImplHandleKeyEvent()
990 IMPL_LINK( TabControl, ImplListBoxSelectHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
998 IMPL_LINK( TabControl, ImplWindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
1016 void TabControl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
1032 void TabControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1053 void TabControl::Paint( const Rectangle& rRect ) in Paint()
1060 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint()
1242 void TabControl::Resize() in Resize()
1303 void TabControl::GetFocus() in GetFocus()
1320 void TabControl::LoseFocus() in LoseFocus()
1329 void TabControl::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
1415 void TabControl::Command( const CommandEvent& rCEvt ) in Command()
1456 void TabControl::StateChanged( StateChangedType nType ) in StateChanged()
1491 void TabControl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1507 Rectangle* TabControl::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
1525 long TabControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1576 long TabControl::Notify( NotifyEvent& rNEvt ) in Notify()
1588 void TabControl::ActivatePage() in ActivatePage()
1595 long TabControl::DeactivatePage() in DeactivatePage()
1605 void TabControl::SetTabPageSizePixel( const Size& rSize ) in SetTabPageSizePixel()
1619 Size TabControl::GetTabPageSizePixel() const in GetTabPageSizePixel()
1621 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1627 void TabControl::InsertPage( const ResId& rResId, sal_uInt16 nPos ) in InsertPage()
1654 void TabControl::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage()
1709 void TabControl::RemovePage( sal_uInt16 nPageId ) in RemovePage()
1757 void TabControl::Clear() in Clear()
1776 void TabControl::EnablePage( sal_uInt16 i_nPageId, bool i_bEnable ) in EnablePage()
1799 sal_uInt16 TabControl::GetPageCount() const in GetPageCount()
1806 sal_uInt16 TabControl::GetPageId( sal_uInt16 nPos ) const in GetPageId()
1815 sal_uInt16 TabControl::GetPagePos( sal_uInt16 nPageId ) const in GetPagePos()
1829 sal_uInt16 TabControl::GetPageId( const Point& rPos ) const in GetPageId()
1833 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
1842 void TabControl::SetCurPageId( sal_uInt16 nPageId ) in SetCurPageId()
1879 sal_uInt16 TabControl::GetCurPageId() const in GetCurPageId()
1889 void TabControl::SelectTabPage( sal_uInt16 nPageId ) in SelectTabPage()
1913 void TabControl::SetTabPage( sal_uInt16 nPageId, TabPage* pTabPage ) in SetTabPage()
1938 TabPage* TabControl::GetTabPage( sal_uInt16 nPageId ) const in GetTabPage()
1950 sal_uInt16 TabControl::GetTabPageResId( sal_uInt16 nPageId ) const in GetTabPageResId()
1962 void TabControl::SetPageText( sal_uInt16 nPageId, const XubString& rText ) in SetPageText()
1985 XubString TabControl::GetPageText( sal_uInt16 nPageId ) const in GetPageText()
1997 void TabControl::SetHelpText( sal_uInt16 nPageId, const XubString& rText ) in SetHelpText()
2007 const XubString& TabControl::GetHelpText( sal_uInt16 nPageId ) const in GetHelpText()
2028 void TabControl::SetHelpId( sal_uInt16 nPageId, const rtl::OString& rHelpId ) in SetHelpId()
2038 rtl::OString TabControl::GetHelpId( sal_uInt16 nPageId ) const in GetHelpId()
2051 void TabControl::SetPageImage( sal_uInt16 i_nPageId, const Image& i_rImage ) in SetPageImage()
2066 const Image* TabControl::GetPageImage( sal_uInt16 i_nPageId ) const in GetPageImage()
2074 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds()
2097 long TabControl::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const in GetIndexForPoint()
2130 void TabControl::FillLayoutData() const in FillLayoutData()
2134 const_cast<TabControl*>(this)->ImplPaint( Rectangle(), true ); in FillLayoutData()
2139 Rectangle TabControl::GetTabPageBounds( sal_uInt16 nPage ) const in GetTabPageBounds()
2154 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()
2164 Rectangle TabControl::GetTabBounds( sal_uInt16 nPageId ) const in GetTabBounds()
2177 void TabControl::SetItemsOffset( const Point& rOffs ) in SetItemsOffset()
2183 Point TabControl::GetItemsOffset() const in GetItemsOffset()
2193 Size TabControl::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
2205 void TabControl::SetMinimumSizePixel( const Size& i_rSize ) in SetMinimumSizePixel()