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.cxx377 mnDropPos = 0; in ImplInit()
2546 return mnDropPos; in ShowDropPos()
2551 mnDropPos = nNewDropPos; in ShowDropPos()
2575 if ( mnDropPos < nItemCount ) in ShowDropPos()
2579 if ( mnDropPos == nCurPos ) in ShowDropPos()
2590 if ( (mnDropPos > 0) && (mnDropPos < nItemCount+1) ) in ShowDropPos()
2594 if ( mnDropPos == nCurPos ) in ShowDropPos()
2603 return mnDropPos; in ShowDropPos()
2618 if ( mnDropPos < nItemCount ) in HideDropPos()
2630 if ( (mnDropPos > 0) && (mnDropPos < nItemCount+1) ) in HideDropPos()
[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.hxx355 sal_uInt16 mnDropPos; member in TabBar

Completed in 36 milliseconds