Home
last modified time | relevance | path

Searched refs:mnFirstPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtabbar.cxx376 mnFirstPos = 0; in ImplInit()
594 if ( (n+1 < mnFirstPos) || (x > mnLastOffX) ) in ImplFormat()
600 if ( n+1 == mnFirstPos ) in ImplFormat()
724 sal_Bool bEnableBtn = mnFirstPos > 0; in ImplEnableControls()
730 bEnableBtn = mnFirstPos < ImplGetLastFirstPos(); in ImplEnableControls()
746 if ( nPos < mnFirstPos ) in ImplShowPage()
752 sal_uInt16 nNewPos = mnFirstPos+1; in ImplShowPage()
755 if ( nNewPos != mnFirstPos ) in ImplShowPage()
767 sal_uInt16 nNewPos = mnFirstPos; in IMPL_LINK()
773 if ( mnFirstPos ) in IMPL_LINK()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx354 sal_uInt16 mnFirstPos; member in TabBar
451 sal_uInt16 GetFirstPageId() const { return GetPageId( mnFirstPos ); } in GetFirstPageId()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3394 aEvt.mnFirstPos = nCursorPos; in ImplHandleIMEOpenCandidate()