Lines Matching refs:mnCurPos
1594 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in StartSelection()
1611 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in EndSelection()
1612 ImplDrawItem( mnCurPos ); in EndSelection()
1618 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in EndSelection()
1635 if ( nPos != mnCurPos ) in SetItemDown()
1637 mnCurPos = nPos; in SetItemDown()
1638 ImplDrawItem( mnCurPos, sal_True ); in SetItemDown()
1644 if ( nPos == mnCurPos ) in SetItemDown()
1646 ImplDrawItem( mnCurPos, sal_False ); in SetItemDown()
1648 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in SetItemDown()
1678 return (nPos == mnCurPos); in IsItemDown()