Searched refs:ImplGetTabRect (Results 1 – 2 of 2) sorted by relevance
352 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() function in TabControl377 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()[all …]
74 …SAL_DLLPRIVATE Rectangle ImplGetTabRect( sal_uInt16 nPos, long nWidth = -1, long nHeight = -1 );