Lines Matching refs:ImplGetTabRect
348 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() function in TabControl
373 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
563 Rectangle aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
578 aRect = ImplGetTabRect( nPos ); in ImplChangeTabPage()
589 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplChangeTabPage()
658 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPosCurTabPage()
701 Rectangle aRect = ImplGetTabRect( nCurPos ); in ImplShowFocus()
1060 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in ImplPaint()
1275 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT ); in Resize()
1334 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1366 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1391 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp()
1422 aMenuPos = ImplGetTabRect( GetPagePos( mnCurPageId ) ).Center(); in Command()
1605 Rectangle aRect = ImplGetTabRect( TAB_PAGERECT, in SetTabPageSizePixel()
1615 Rectangle aRect = ((TabControl*)this)->ImplGetTabRect( TAB_PAGERECT ); in GetTabPageSizePixel()
1827 if ( ((TabControl*)this)->ImplGetTabRect( static_cast<sal_uInt16>(i) ).IsInside( rPos ) ) in GetPageId()
2148 aRet.Union( const_cast<TabControl*>(this)->ImplGetTabRect( TAB_PAGERECT ) ); in GetTabPageBounds()