24 #ifndef _DocumentPresFindCriteria_ 25 #define _DocumentPresFindCriteria_ 27 #include "IDocumentPresentation.h" 28 #include "IDocumentUIUtils.h" 81 static unary_presentation_predicate accept_all;
83 static unary_presentation_predicate is_active;
84 static unary_presentation_predicate is_frontmost_in_tabgroup;
85 static unary_presentation_predicate is_layout;
86 static unary_presentation_predicate is_floating;
87 static unary_presentation_predicate is_minimized;
88 static unary_presentation_predicate is_autonomous;
89 static unary_presentation_predicate is_visible;
90 static unary_presentation_predicate is_not_minimized;
92 static unary_presentation_predicate IC_in_layoutmode;
93 static unary_presentation_predicate IC_in_galleymode;
94 static unary_presentation_predicate IC_in_storymode;
95 static unary_presentation_predicate IC_in_galleyorstory;
97 static FindPresentation_PreferCriteria empty;
125 static binary_presentation_predicate accept_all;
127 static binary_presentation_predicate is_active;
128 static binary_presentation_predicate is_frontmost_in_tabgroup;
129 static binary_presentation_predicate is_layout;
130 static binary_presentation_predicate is_floating;
131 static binary_presentation_predicate is_minimized;
132 static binary_presentation_predicate is_autonomous;
133 static binary_presentation_predicate is_visible;
135 static binary_presentation_predicate IC_in_layoutmode;
136 static binary_presentation_predicate IC_in_galleymode;
137 static binary_presentation_predicate IC_in_storymode;
138 static binary_presentation_predicate IC_in_galleyorstory;
141 static binary_presentation_predicate is_samekind;
142 static binary_presentation_predicate isnot_samekind;
143 static binary_presentation_predicate is_samedocument;
144 static binary_presentation_predicate isnot_samedocument;
146 static FindRelatedPresentation_PreferCriteria empty;