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.cxx374 mnFirstPos = 0; in ImplInit()
592 if ( (n+1 < mnFirstPos) || (x > mnLastOffX) ) in ImplFormat()
598 if ( n+1 == mnFirstPos ) in ImplFormat()
722 sal_Bool bEnableBtn = mnFirstPos > 0; in ImplEnableControls()
728 bEnableBtn = mnFirstPos < ImplGetLastFirstPos(); in ImplEnableControls()
744 if ( nPos < mnFirstPos ) in ImplShowPage()
750 sal_uInt16 nNewPos = mnFirstPos+1; in ImplShowPage()
753 if ( nNewPos != mnFirstPos ) in ImplShowPage()
765 sal_uInt16 nNewPos = mnFirstPos; in IMPL_LINK()
771 if ( mnFirstPos ) in IMPL_LINK()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx350 sal_uInt16 mnFirstPos; member in TabBar
447 sal_uInt16 GetFirstPageId() const { return GetPageId( mnFirstPos ); } in GetFirstPageId()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3390 aEvt.mnFirstPos = nCursorPos; in ImplHandleIMEOpenCandidate()