Lines Matching refs:ImplGetTabRect
350 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() function in TabControl
375 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
565 Rectangle aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
580 aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
591 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplChangeTabPage()
660 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPosCurTabPage()
703 Rectangle aRect = ImplGetTabRect( nCurPos ); in ImplShowFocus()
1064 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPaint()
1279 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in Resize()
1338 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1370 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1395 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1426 aMenuPos = ImplGetTabRect( GetPagePos( mnCurPageId ) ).Center(); in Command()
1609 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT, in SetTabPageSizePixel()
1619 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1831 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
2152 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()