Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/control/
H A Dtabbar.cxx375 mnCurPageId = 0; in ImplInit()
822 if ( (nSelId > 0) && (nSelId != mnCurPageId) ) in MouseButtonDown()
860 if ( nSelId != mnCurPageId ) in MouseButtonDown()
871 sal_uInt16 nCurPos = GetPagePos( mnCurPageId ); in MouseButtonDown()
943 if ( !rMEvt.GetModifier() && (!nSelId || (nSelId == mnCurPageId)) ) in MouseButtonDown()
945 sal_uInt16 nOldCurId = mnCurPageId; in MouseButtonDown()
946 mnCurPageId = nSelId; in MouseButtonDown()
950 if ( mnCurPageId == nSelId ) in MouseButtonDown()
951 mnCurPageId = nOldCurId; in MouseButtonDown()
961 if ( nSelId != mnCurPageId ) in MouseButtonDown()
[all …]
/AOO41X/main/vcl/source/control/
H A Dtabctrl.cxx116 mnCurPageId = 0; in ImplInit()
372 if ( mnCurPageId ) in ImplGetTabRect()
373 nLastPos = GetPagePos( mnCurPageId ); in ImplGetTabRect()
457 if ( it->mnId == mnCurPageId ) in ImplGetTabRect()
704 sal_uInt16 nCurPos = GetPagePos( mnCurPageId ); in ImplShowFocus()
787 if ( pItem->mnId == mnCurPageId ) in ImplDrawItem()
820 if( pItem->mnId == mnCurPageId ) in ImplDrawItem()
1073 if ( it->mnId == mnCurPageId ) in ImplPaint()
1331 …sal_uInt16 nItemId = rHEvt.KeyboardActivated() ? mnCurPageId : GetPageId( ScreenToOutputPixel( rHE… in RequestHelp()
1428 aMenuPos = ImplGetTabRect( GetPagePos( mnCurPageId ) ).Center(); in Command()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dtabbar.hxx353 sal_uInt16 mnCurPageId; member in TabBar
448 sal_uInt16 GetCurPageId() const { return mnCurPageId; } in GetCurPageId()
/AOO41X/main/vcl/inc/vcl/
H A Dtabctrl.hxx61 sal_uInt16 mnCurPageId; member in TabControl