Home
last modified time | relevance | path

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

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