24 #ifndef __OBJECTWALKERSCOPEOPTIONS_H 25 #define __OBJECTWALKERSCOPEOPTIONS_H 75 fIncludeMasterPages = kTrue;
76 fIncludeLockedLayers = kTrue;
77 fIncludeHiddenLayers = kTrue;
78 fIncludeLockedStories = kTrue;
79 fIncludeFootnotes = kTrue;
100 fIncludeMasterPages = includeMasterPages;
101 fIncludeLockedLayers = includeLockedLayers;
102 fIncludeHiddenLayers = includeHiddenLayers;
103 fIncludeLockedStories = includeLockedStories;
104 fIncludeFootnotes = includeFootnotes;
105 fWalkType = walkType;
106 fSearchScopeType = scopeType;
115 return fIncludeMasterPages;
124 fIncludeMasterPages = inIncludeMasterPages;
133 return fIncludeLockedLayers;
142 fIncludeLockedLayers = inIncludeLockedLayers;
151 return fIncludeHiddenLayers;
160 fIncludeHiddenLayers = inIncludeHiddenLayers;
169 return fIncludeLockedStories;
178 fIncludeLockedStories = inIncludeLockedStories;
187 return fIncludeFootnotes;
196 fIncludeFootnotes = inIncludeFootnotes;
217 fWalkType = inWalkType;
228 return fSearchScopeType;
237 fSearchScopeType = scopeType;
258 return fSelectedItemList;
265 fSelectedItemList = inItemList;
268 bool16 fIncludeMasterPages;
269 bool16 fIncludeLockedLayers;
270 bool16 fIncludeHiddenLayers;
271 bool16 fIncludeLockedStories;
272 bool16 fIncludeFootnotes;