Lines Matching refs:ImplGetTabRect
352 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() function in TabControl
377 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
567 Rectangle aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
582 aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
593 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplChangeTabPage()
662 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPosCurTabPage()
705 Rectangle aRect = ImplGetTabRect( nCurPos ); in ImplShowFocus()
1066 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPaint()
1281 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in Resize()
1340 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1372 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1397 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1428 aMenuPos = ImplGetTabRect( GetPagePos( mnCurPageId ) ).Center(); in Command()
1611 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT, in SetTabPageSizePixel()
1621 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1833 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
2154 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()