Searched refs:F_DESEL_ALL (Results 1 – 2 of 2) sorted by relevance
657 !(nFlags & F_DESEL_ALL) && !aSelEng.IsAddMode() && in SetCursor()678 nFlags &= (~F_DESEL_ALL); in SetCursor()971 nFlags &= (~F_DESEL_ALL); in Paint()1687 nFlags &= (~F_DESEL_ALL); in EntrySelected()1830 int bDeselAll = nFlags & F_DESEL_ALL; in MovingEntry()1833 nFlags &= (~F_DESEL_ALL); in MovingEntry()1907 int bDeselAll = nFlags & F_DESEL_ALL; in EntryInserted()2854 pImp->nFlags &= (~F_DESEL_ALL); in DeselectAll()2973 nFlags &= (~F_DESEL_ALL); in SelAllDestrAnch()2985 nFlags |= F_DESEL_ALL; in SelAllDestrAnch()[all …]
75 #define F_DESEL_ALL 0x0010 macro
Completed in 29 milliseconds