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