Home
last modified time | relevance | path

Searched refs:mnCurPageId (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dtabbar.cxx373 mnCurPageId = 0; in ImplInit()
805 if ( (nSelId > 0) && (nSelId != mnCurPageId) ) in MouseButtonDown()
843 if ( nSelId != mnCurPageId ) in MouseButtonDown()
854 sal_uInt16 nCurPos = GetPagePos( mnCurPageId ); in MouseButtonDown()
926 if ( !rMEvt.GetModifier() && (!nSelId || (nSelId == mnCurPageId)) ) in MouseButtonDown()
928 sal_uInt16 nOldCurId = mnCurPageId; in MouseButtonDown()
929 mnCurPageId = nSelId; in MouseButtonDown()
933 if ( mnCurPageId == nSelId ) in MouseButtonDown()
934 mnCurPageId = nOldCurId; in MouseButtonDown()
944 if ( nSelId != mnCurPageId ) in MouseButtonDown()
[all …]
/AOO42X/main/vcl/source/control/
H A Dtabctrl.cxx113 mnCurPageId = 0; in ImplInit()
368 if ( mnCurPageId ) in ImplGetTabRect()
369 nLastPos = GetPagePos( mnCurPageId ); in ImplGetTabRect()
453 if ( it->mnId == mnCurPageId ) in ImplGetTabRect()
700 sal_uInt16 nCurPos = GetPagePos( mnCurPageId ); in ImplShowFocus()
783 if ( pItem->mnId == mnCurPageId ) in ImplDrawItem()
816 if( pItem->mnId == mnCurPageId ) in ImplDrawItem()
1067 if ( it->mnId == mnCurPageId ) in ImplPaint()
1325 …sal_uInt16 nItemId = rHEvt.KeyboardActivated() ? mnCurPageId : GetPageId( ScreenToOutputPixel( rHE… in RequestHelp()
1422 aMenuPos = ImplGetTabRect( GetPagePos( mnCurPageId ) ).Center(); in Command()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dtabbar.hxx342 sal_uInt16 mnCurPageId; member in TabBar
437 sal_uInt16 GetCurPageId() const { return mnCurPageId; } in GetCurPageId()
/AOO42X/main/vcl/inc/vcl/
H A Dtabctrl.hxx61 sal_uInt16 mnCurPageId; member in TabControl