Lines Matching refs:nFlags

104 	nFlags = 0;  in SvImpLBox()
116 nFlags |= F_FILLING; in SvImpLBox()
216 nFlags |= F_IGNORE_CHANGED_TABS; in UpdateContextBmpWidthMax()
218 nFlags &= ~F_IGNORE_CHANGED_TABS; in UpdateContextBmpWidthMax()
279 nFlags &= ~(F_VER_SBARSIZE_WITH_HBAR | F_HOR_SBARSIZE_WITH_VBAR ); in Clear()
283 nFlags |= F_VER_SBARSIZE_WITH_HBAR; in Clear()
296 nFlags |= F_FILLING; in Clear()
312 if( nFlags & F_ENDSCROLL_SET_VIS_SIZE ) in IMPL_LINK_INLINE_START()
315 nFlags &= ~F_ENDSCROLL_SET_VIS_SIZE; in IMPL_LINK_INLINE_START()
332 nFlags &= (~F_FILLING); in IMPL_LINK_INLINE_END()
368 nFlags &= (~F_FILLING); in CursorDown()
386 nFlags &= (~F_FILLING); in CursorUp()
415 nFlags &= (~F_FILLING); in PageDown()
450 nFlags &= (~F_FILLING); in PageUp()
493 nFlags &= (~F_FILLING); in KeyUp()
530 nFlags &= (~F_FILLING); in KeyDown()
548 if( !(nFlags & F_IN_PAINT )) in InvalidateEntriesFrom()
558 if( !(nFlags & F_IN_PAINT )) in InvalidateEntry()
581 if( !(nFlags & F_IN_PAINT )) in InvalidateEntry()
648 if(!bForceNoSelect && bSimpleTravel && !(nFlags & F_DESEL_ALL) && GetUpdateMode()) in SetCursor()
657 !(nFlags & F_DESEL_ALL) && !aSelEng.IsAddMode() && in SetCursor()
678 nFlags &= (~F_DESEL_ALL); in SetCursor()
745 if( !(nFlags & F_IN_RESIZE) ) in IMPL_LINK_INLINE_END()
748 nFlags &= (~F_FILLING); in IMPL_LINK_INLINE_END()
760 if( !(nFlags & F_IN_RESIZE) ) in IMPL_LINK_INLINE_END()
897 nFlags |= F_IN_PAINT; in Paint()
899 if( nFlags & F_FILLING ) in Paint()
971 nFlags &= (~F_DESEL_ALL); in Paint()
974 if( !(nFlags & F_PAINTED) ) in Paint()
976 nFlags |= F_PAINTED; in Paint()
979 nFlags &= (~F_IN_PAINT); in Paint()
993 nFlags &= (~F_FILLING); in MakeVisible()
1269 nFlags |= F_HOR_SBARSIZE_WITH_VBAR; in AdjustScrollBars()
1292 nFlags |= F_VER_SBARSIZE_WITH_HBAR; in AdjustScrollBars()
1317 nFlags |= F_ENDSCROLL_SET_VIS_SIZE; in AdjustScrollBars()
1373 nFlags |= F_IN_RESIZE; in Resize()
1387 nFlags &= (~(F_IN_RESIZE | F_PAINTED)); in Resize()
1676 if( nFlags & F_IGNORE_SELECT ) in EntrySelected()
1687 nFlags &= (~F_DESEL_ALL); in EntrySelected()
1718 nFlags |= F_REMOVED_ENTRY_INVISIBLE; in RemovingEntry()
1726 nFlags |= F_REMOVED_RECALC_MOST_RIGHT; in RemovingEntry()
1781 if( nFlags & F_REMOVED_ENTRY_INVISIBLE ) in EntryRemoved()
1783 nFlags &= (~F_REMOVED_ENTRY_INVISIBLE); in EntryRemoved()
1796 if( nFlags & F_REMOVED_RECALC_MOST_RIGHT ) in EntryRemoved()
1824 nFlags &= (~F_REMOVED_RECALC_MOST_RIGHT); in EntryRemoved()
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()
1963 if( pStartEntry != pView->First() && (nFlags & F_FILLING) ) in EntryInserted()
2117 nFlags |= F_IGNORE_NEXT_MOUSEMOVE; in MouseButtonDown()
2129 nFlags &= (~F_FILLING); in MouseButtonDown()
2150 nFlags |= F_START_EDITTIMER; in MouseButtonDown()
2152 nFlags &= ~F_START_EDITTIMER; in MouseButtonDown()
2158 nFlags &= (~F_START_EDITTIMER); in MouseButtonDown()
2211 nFlags &= (~F_IGNORE_NEXT_MOUSEMOVE); in MouseButtonUp()
2216 if( nFlags & F_START_EDITTIMER ) in MouseButtonUp()
2218 nFlags &= (~F_START_EDITTIMER); in MouseButtonUp()
2229 if( nFlags & F_IGNORE_NEXT_MOUSEMOVE ) in MouseMove()
2231 nFlags &= (~F_IGNORE_NEXT_MOUSEMOVE); in MouseMove()
2249 nFlags &= (~F_FILLING); in KeyInput()
2854 pImp->nFlags &= (~F_DESEL_ALL); in DeselectAll()
2973 nFlags &= (~F_DESEL_ALL); in SelAllDestrAnch()
2985 nFlags |= F_DESEL_ALL; in SelAllDestrAnch()
3005 nFlags |= F_DESEL_ALL; in SelAllDestrAnch()
3010 nFlags |= F_IGNORE_SELECT; // EntryInserted soll nix tun in SelAllDestrAnch()
3025 nFlags &= ~F_IGNORE_SELECT; in SelAllDestrAnch()
3065 nFlags &= (~F_FILLING); in BeginDrag()
3252 if( !(nFlags & F_IN_SCROLLING)) in BeginScroll()
3255 nFlags |= F_IN_SCROLLING; in BeginScroll()
3261 if( nFlags & F_IN_SCROLLING) in EndScroll()
3264 nFlags &= (~F_IN_SCROLLING); in EndScroll()
3392 nFlags &= ~F_START_EDITTIMER; in EndSelection()
3424 nFlags |= F_IGNORE_CHANGED_TABS; in SetMostRight()
3426 nFlags &= ~F_IGNORE_CHANGED_TABS; in SetMostRight()
3508 if( GetUpdateMode() && !(nFlags & F_IGNORE_CHANGED_TABS ) && in NotifyTabsChanged()
3570 nFlags &= ~F_START_EDITTIMER; in CancelPendingEdit()