Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtabbar.cxx375 mnDropPos = 0; in ImplInit()
2472 if ( mbDropPos && (nNewDropPos == mnDropPos) && !nScroll ) in ShowDropPos()
2473 return mnDropPos; in ShowDropPos()
2478 mnDropPos = nNewDropPos; in ShowDropPos()
2502 if ( mnDropPos < nItemCount ) in ShowDropPos()
2504 pItem = mpItemList->GetObject( mnDropPos ); in ShowDropPos()
2506 if ( mnDropPos == nCurPos ) in ShowDropPos()
2517 if ( (mnDropPos > 0) && (mnDropPos < nItemCount+1) ) in ShowDropPos()
2519 pItem = mpItemList->GetObject( mnDropPos-1 ); in ShowDropPos()
2521 if ( mnDropPos == nCurPos ) in ShowDropPos()
[all …]
H A Dvalueset.cxx65 mnDropPos = VALUESET_ITEM_NOTFOUND; in ImplInit()
958 if ( (mnDropPos != VALUESET_ITEM_NOTFOUND) && mpImpl->mpItemList->Count() ) in ImplDrawDropPos()
960 sal_uInt16 nItemPos = mnDropPos; in ImplDrawDropPos()
2742 if ( nPos != mnDropPos ) in ShowDropPos()
2745 mnDropPos = nPos; in ShowDropPos()
2749 return mnDropPos; in ShowDropPos()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx256 sal_uInt16 mnDropPos; member in ValueSet
H A Dtabbar.hxx344 sal_uInt16 mnDropPos; member in TabBar