Searched refs:ANNOTFLAG_INVISIBLE (Results 1 – 5 of 5) sorted by relevance
1366 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) in display()1422 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1428 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1433 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1467 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1473 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1478 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1737 if (ANNOTFLAG_INVISIBLE & dwFlags || ANNOTFLAG_HIDDEN & dwFlags) in hidden()1774 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()1780 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()[all …]
115 if (nAnnotFlag & ANNOTFLAG_INVISIBLE) in ParserAnnots()
1085 …return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || (nFlags & ANNOTFLAG_NOVI… in IsVisible()
2184 nFlags &= (~ANNOTFLAG_INVISIBLE); in DoAction_Hide()2190 nFlags &= (~ANNOTFLAG_INVISIBLE); in DoAction_Hide()
558 #define ANNOTFLAG_INVISIBLE 1 macro