Home
last modified time | relevance | path

Searched refs:ImplGetTabRect (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dtabctrl.cxx352 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()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dtabctrl.hxx74 …SAL_DLLPRIVATE Rectangle ImplGetTabRect( sal_uInt16 nPos, long nWidth = -1, long nHeight = -1 );