Lines Matching refs:TabControl
98 void TabControl::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
130 mpTabCtrlData->mpListBox->SetSelectHdl( LINK( this, TabControl, ImplListBoxSelectHdl ) ); in ImplInit()
140 pParent->AddChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ImplInit()
145 const Font& TabControl::GetCanonicalFont( const StyleSettings& _rStyle ) const in GetCanonicalFont()
151 const Color& TabControl::GetCanonicalTextColor( const StyleSettings& _rStyle ) const in GetCanonicalTextColor()
158 void TabControl::ImplInitSettings( sal_Bool bFont, in ImplInitSettings()
196 void TabControl::ImplFreeLayoutData() in ImplFreeLayoutData()
208 TabControl::TabControl( Window* pParent, WinBits nStyle ) : in TabControl() function in TabControl
216 TabControl::TabControl( Window* pParent, const ResId& rResId ) : in TabControl() function in TabControl
230 void TabControl::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
251 TabControl::~TabControl() in ~TabControl()
254 GetParent()->RemoveChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ~TabControl()
269 ImplTabItem* TabControl::ImplGetItem( sal_uInt16 nId ) const in ImplGetItem()
283 Size TabControl::ImplGetItemSize( ImplTabItem* pItem, long nMaxWidth ) in ImplGetItemSize()
350 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect()
552 void TabControl::ImplChangeTabPage( sal_uInt16 nId, sal_uInt16 nOldId ) in ImplChangeTabPage()
654 sal_Bool TabControl::ImplPosCurTabPage() in ImplPosCurTabPage()
670 void TabControl::ImplActivateTabPage( sal_Bool bNext ) in ImplActivateTabPage()
689 void TabControl::ImplShowFocus() in ImplShowFocus()
751 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem()
952 long TabControl::ImplHandleKeyEvent( const KeyEvent& rKeyEvent ) in ImplHandleKeyEvent()
988 IMPL_LINK( TabControl, ImplListBoxSelectHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
996 IMPL_LINK( TabControl, ImplWindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
1014 void TabControl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
1030 void TabControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1051 void TabControl::Paint( const Rectangle& rRect ) in Paint()
1058 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint()
1240 void TabControl::Resize() in Resize()
1301 void TabControl::GetFocus() in GetFocus()
1318 void TabControl::LoseFocus() in LoseFocus()
1327 void TabControl::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
1413 void TabControl::Command( const CommandEvent& rCEvt ) in Command()
1454 void TabControl::StateChanged( StateChangedType nType ) in StateChanged()
1489 void TabControl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1505 Rectangle* TabControl::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
1523 long TabControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1574 long TabControl::Notify( NotifyEvent& rNEvt ) in Notify()
1586 void TabControl::ActivatePage() in ActivatePage()
1593 long TabControl::DeactivatePage() in DeactivatePage()
1603 void TabControl::SetTabPageSizePixel( const Size& rSize ) in SetTabPageSizePixel()
1617 Size TabControl::GetTabPageSizePixel() const in GetTabPageSizePixel()
1619 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1625 void TabControl::InsertPage( const ResId& rResId, sal_uInt16 nPos ) in InsertPage()
1652 void TabControl::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage()
1707 void TabControl::RemovePage( sal_uInt16 nPageId ) in RemovePage()
1755 void TabControl::Clear() in Clear()
1774 void TabControl::EnablePage( sal_uInt16 i_nPageId, bool i_bEnable ) in EnablePage()
1797 sal_uInt16 TabControl::GetPageCount() const in GetPageCount()
1804 sal_uInt16 TabControl::GetPageId( sal_uInt16 nPos ) const in GetPageId()
1813 sal_uInt16 TabControl::GetPagePos( sal_uInt16 nPageId ) const in GetPagePos()
1827 sal_uInt16 TabControl::GetPageId( const Point& rPos ) const in GetPageId()
1831 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
1840 void TabControl::SetCurPageId( sal_uInt16 nPageId ) in SetCurPageId()
1877 sal_uInt16 TabControl::GetCurPageId() const in GetCurPageId()
1887 void TabControl::SelectTabPage( sal_uInt16 nPageId ) in SelectTabPage()
1911 void TabControl::SetTabPage( sal_uInt16 nPageId, TabPage* pTabPage ) in SetTabPage()
1936 TabPage* TabControl::GetTabPage( sal_uInt16 nPageId ) const in GetTabPage()
1948 sal_uInt16 TabControl::GetTabPageResId( sal_uInt16 nPageId ) const in GetTabPageResId()
1960 void TabControl::SetPageText( sal_uInt16 nPageId, const XubString& rText ) in SetPageText()
1983 XubString TabControl::GetPageText( sal_uInt16 nPageId ) const in GetPageText()
1995 void TabControl::SetHelpText( sal_uInt16 nPageId, const XubString& rText ) in SetHelpText()
2005 const XubString& TabControl::GetHelpText( sal_uInt16 nPageId ) const in GetHelpText()
2026 void TabControl::SetHelpId( sal_uInt16 nPageId, const rtl::OString& rHelpId ) in SetHelpId()
2036 rtl::OString TabControl::GetHelpId( sal_uInt16 nPageId ) const in GetHelpId()
2049 void TabControl::SetPageImage( sal_uInt16 i_nPageId, const Image& i_rImage ) in SetPageImage()
2064 const Image* TabControl::GetPageImage( sal_uInt16 i_nPageId ) const in GetPageImage()
2072 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds()
2095 long TabControl::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const in GetIndexForPoint()
2128 void TabControl::FillLayoutData() const in FillLayoutData()
2132 const_cast<TabControl*>(this)->ImplPaint( Rectangle(), true ); in FillLayoutData()
2137 Rectangle TabControl::GetTabPageBounds( sal_uInt16 nPage ) const in GetTabPageBounds()
2152 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()
2162 Rectangle TabControl::GetTabBounds( sal_uInt16 nPageId ) const in GetTabBounds()
2175 void TabControl::SetItemsOffset( const Point& rOffs ) in SetItemsOffset()
2181 Point TabControl::GetItemsOffset() const in GetItemsOffset()
2191 Size TabControl::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
2203 void TabControl::SetMinimumSizePixel( const Size& i_rSize ) in SetMinimumSizePixel()