Searched refs:ANNOTFLAG_INVISIBLE (Results 1 – 7 of 7) sorted by relevance
219 if (dwAnnotFlags & ANNOTFLAG_INVISIBLE) { in DisplayAnnots()235 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN in DisplayAnnots()236 : ANNOTFLAG_INVISIBLE; in DisplayAnnots()
27 #define ANNOTFLAG_INVISIBLE 0x0001 macro
64 flags |= ANNOTFLAG_INVISIBLE; in set_hidden()69 flags &= ~ANNOTFLAG_INVISIBLE; in set_hidden()
33 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()39 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()44 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()965 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) in get_display()1193 return CJS_Return(pRuntime->NewBoolean(ANNOTFLAG_INVISIBLE & dwFlags || in get_hidden()
305 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || in IsVisible()
110 bParseStream = !(nAnnotFlag & ANNOTFLAG_INVISIBLE); in ParserAnnots()
428 nFlags &= ~ANNOTFLAG_INVISIBLE; in DoAction_Hide()