InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AdobePrefix.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: lance bushore
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //
23 // Contains a list of all assigned Adobe prefixes. This is for reference only.
24 //
25 // Third party prefixes are in DeveloperPrefix.h
26 //
27 // IDs are 32 bits. That is split 24.8, where the top 24 holds the
28 // prefix, and the lower 8 holds the ID within the prefix. All
29 // prefixes that have been allocated are in this file. We can have
30 // up to 16,777,215 different prefixes. Within each prefix there can
31 // be up to 255 different IDs.
32 //
33 // NOTE: You should not need to include this file. If you would like some
34 // debugging info about an ID, see DebugClassUtils.h
35 //
36 //========================================================================================
37 
38 #ifndef __AdobePrefix__
39 #define __AdobePrefix__
40 
41 #ifdef ID_ENABLE_DEBUGGING
42 const int32 kLastAdobePrefix = 0x402;
43 
44 typedef struct pluginprefix
45 {
46  int32 prefix;
47  const char* name;
48 } PluginPrefix;
49 
50 
51 PluginPrefix gPrefixList[] = {
52 // {0x00,"UNUSED_PREFIX"}, // Unused
53  {0x01,"ShuksanPrefix"},
54  {0x02,"TextPrefix"},
55  {0x03,"LayerPrefix"},
56  {0x04,"GroupPrefix"},
57  {0x05,"SpreadPrefix"},
58  {0x06,"WidgetPrefix"},
59  {0x07,"2nd WidgetPrefix"}, // don't name this WidgetPrefix, else debugging code will be misleading
60  {0x08,"LayoutPrefix"},
61  {0x09,"RectanglePrefix"},
62  {0x0a,"PrintPrefix"},
63  {0x0b,"LinePrefix"},
64  {0x0c,"PolygonPrefix"},
65  {0x0d,"DroverWidgetPrefix"},
66  {0x0e,"DocumentPrefix"},
67  {0x0f,"PageItemScrapPrefix"},
68 
69  {0x10,"CommandPrefix"},
70  {0x11,"ToolBoxPrefix"},
71  {0x12,"MeasurementSystemPrefix"},
72  {0x13,"ColorPanelPrefix"},
73  {0x14,"MasterPagesPrefix"},
74  {0x15,"DimensionPanelPrefix"},
75  {0x16,"GraphicsPrefix"},
76  {0x17,"ImagePrefix"},
77  {0x18,"PagesPanelPrefix"},
78  {0x19,"TextEditorPrefix"},
79  {0x1a,"CharPathPrefix"},
80  {0x1b,"TextAttrPrefix"},
81  {0x1c,"JPEGCodecPrefix"},
82  {0x1d,"JPEGFilterPrefix"},
83  {0x1e,"ZoomToolPrefix"},
84  {0x1f,"ColorSystemPrefix"},
85 
86  {0x20,"ParaComposerPrefix"},
87  {0x21,"StylePanelPrefix"},
88  {0x22,"WorkspacePrefix"},
89  {0x23,"OvalPrefix"},
90  {0x24,"CJKIMEPrefix"},
91  {0x25,"PDFPrefix"},
92  {0x26,"ICFFilterPrefix"},
93  {0x27,"UNUSED was K2StoryImportPrefix"},
94  {0x28,"TextPrefix3"},
95  {0x29,"DocumentContextPrefix"},
96  {0x2a,"TIFFFilterPrefix"},
97  {0x2b,"GraphicPanelsPrefix"},
98  {0x2c,"GenericPrefix"},
99  {0x2d,"LinguisticPrefix"},
100  {0x2e,"ProximityPrefix"},
101  {0x2f,"UNUSED was InsoPrefix"},
102 
103  {0x30,"UNUSED was SoftArtPrefix"},
104  {0x31,"TextOptionsPanelPrefix"},
105  {0x32,"HyphenationPanelPrefix"},
106  {0x33,"GuidePrefix"},
107  {0x34,"RulerPrefix"},
108  {0x35,"StandOffPanelPrefix"},
109  {0x36,"RosettaStonePrefix"},
110  {0x37,"StandOffPrefix"},
111  {0x38,"CommandPanelPrefix"},
112  {0x39,"ImagePanelPrefix"},
113  {0x3a,"SCTFilterPrefix"},
114  {0x3b,"GIFFilterPrefix"},
115  {0x3c,"DIBFilterPrefix"},
116  {0x3d,"PCXFilterPrefix"},
117  {0x3e,"FontMgrPrefix"},
118  {0x3f,"TextPanelPrefix16"}, // See main body of TextPanelPrefix @ 0xe1
119 
120  {0x40,"SwatchesPanelPrefix"},
121  {0x41,"NavigatorPrefixObsolete"}, // Obsolete, deleted in Basil
122  {0x42,"CJKPrefix"},
123  {0x43,"DictionaryPanelPrefix"},
124  {0x44,"ColorUIPrefix"},
125  {0x45,"PanelEditorPrefix"},
126  {0x46,"UNUSED was DialogPrefix"},
127  {0x47,"GraphicFramePrefix"},
128  {0x48,"LayerPanelPrefix"},
129  {0x49,"FindChangePrefix"},
130  {0x4a,"UNUSED was ArrowPrefix"},
131  {0x4b,"LinksPanelPrefix"},
132  {0x4c,"SectionPrefix"},
133  {0x4d,"ParaRulesPanelPrefix"}, // TextPanel
134  {0x4e,"KeepPanelPrefix"}, // TextPanel
135  {0x4f,"UNUSED was LangPanelPrefix"},
136 
137  {0x50,"RegPolyPrefix"},
138  {0x51,"CJKLayoutPrefix"},
139  {0x52,"SpellPanelPrefix"},
140  {0x53,"StoryPanelPrefix"},
141  {0x54,"GuideMgrPanelPrefix"},
142  {0x55,"GradientFillPrefix"},
143  {0x56,"DefaultStrokePrefix"},
144  {0x57,"KnowledgeBasePrefix"},
145  {0x58,"GraphicPanelPrefix"},
146  {0x59,"SpreadHistoryPrefix"},
147  {0x5a,"InstStrokeFillID"},
148  {0x5b,"TextStylePanelPrefix"}, // TextPanel
149  {0x5c,"TextColorPanelPrefix"}, // TextPanel
150  {0x5d,"SectionUIPrefix"},
151  {0x5e,"GradientUIPrefix"},
152  {0x5f,"SpreadUIPrefix"},
153 
154  {0x60,"UNUSED was MMPanelPrefix"},
155  {0x61,"PageSetupPanelPrefix"},
156  {0x62,"SplinePrefix"},
157  {0x63,"PM65FilterPrefix"},
158  {0x64,"TipsPrefix"},
159  {0x65,"AlignPanelPrefix"},
160  {0x66,"EPSPrefix"},
161  {0x67,"TabPanelPrefix"},
162  {0x68,"TabPrefix"},
163  {0x69,"CharPanelPrefix"},
164  {0x6a,"ParaPanelPrefix"},
165  {0x6b,"JustPanelPrefix"},
166  {0x6c,"DownloadPrefix"},
167  {0x6d,"PlaceURLPrefix"},
168  {0x6e,"GraphicStylePrefix"},
169  {0x6f,"GraphicStylePanelPrefix"},
170 
171  {0x70,"AutoLayoutPrefix"},
172  {0x71,"AutoLayoutPanelPrefix"},
173  {0x72,"ColorPickerPrefix"},
174  {0x73,"OpenPlacePrefix"},
175  {0x74,"UNUSED was CJKIMEPrefix"},
176  {0x75,"kDragDropPrefix"},
177  {0x76,"TransformPanelPrefix"},
178  {0x77,"ScriptingPrefix"},
179  {0x78,"ExportPrefix"},
180  {0x79,"BenchmarkPanelPrefix"},
181  {0x7a,"OffsetPathPrefix"},
182  {0x7b,"SwatchLibPanelPrefix"},
183  {0x7c,"ColorMgmtPrefix"},
184  {0x7d,"RBColorMgmtPrefix"},
185  {0x7e,"ColorMgmtUIPrefix"},
186  {0x7f,"ColorSpacePrefix"},
187 
188  {0x80,"kCursorPrefix"},
189  {0x81,"kWorkflowPrefix"},
190  {0x82,"kCJKDialogPrefix"},
191  {0x83,"kStrokePanelPrefix"},
192  {0x84,"kTextWalkerServiceProviderPrefix"},
193  {0x85,"kProgressBarPrefix"},
194  {0x86,"LibraryPanelPrefix"},
195  {0x87,"kClippingPanelPrefix"},
196  {0x88,"kClippingDlgPrefix"},
197  {0x89,"BasecampPrefix"},
198  {0x8a,"TaggedTextFilters"}, // Adobe India
199  {0x8b,"TaggedTextFiltersUI"}, // Adobe India
200  {0x8c,"LinksPrefix"},
201  {0x8d,"kAdobeOnlinePrefix"},
202  {0x8e,"kEPSExportUIPrefix"},
203  {0x8f,"kEPSImportUIPrefix"},
204 
205  {0x90,"FindChangeFormatPanelPrefix"},
206  {0x91, "PDFImportPrefix"},
207  {0x92, "PSFilterPrefix"},
208  {0x93, "ExtendedAttributesPrefix"}, // Adobe India
209  {0x94, "kImageImportUIPrefix"},
210  {0x95, "AltGlyphPanelPrefix"},
211  {0x96, "PDFPrinterMarksPrefix"}, // was this ever used?
212  {0x97, "HelpPrefix"},
213  {0x98, "AssetLibrary"},
214  {0x99, "kGeneralPrefsDialogPrefix"},
215  {0x9a, "PDFLPlugInPrefix"},
216  {0x9b, "HistoryPanelPrefix"},
217  {0x9c, "Package&Preflight UI"},
218  {0x9d, "InScope/Workflow UI"},
219  {0x9e, "Workflow UI"},
220  {0x9f, "AboutboxPrefix"},
221 
222  {0xa0, "GradientTool"},
223  {0xa1, "WritingStatsPrefix"}, // Bic
224  {0xa2, "WritingMode"}, // Bic
225  {0xa3, "CopyEditFilter"}, // Bic
226  {0xa4, "InCopyShared"},
227  {0xa5, "TrackChangesUI"},
228  {0xa6, "DCSPrefix"},
229  {0xa7, "PICTFilterPrefix"},
230  {0xa8, "WMFFilterPrefix"}, // Adobe India
231  {0xa9, "IntegratePrefix"}, // Bic -- depreciated
232  {0xaa, "StepRepeatPrefix"},
233  {0xab, "InCopyCore"}, // Bic
234  {0xac, "obsolete TabStation"}, // InCopy
235  {0xad, "TextFrameOptionsPrefix"},
236  {0xae, "OpenType"}, // OpenType (type group)
237  {0xaf, "FontUsageDialogPrefix"},
238 
239  {0xb0, "ScotchRules"},
240  {0xb1, "PluginManager"},
241  {0xb2, "FreeTransform"},
242  {0xb3, "TextOnPath"},
243  {0xb4, "QAMenuPrefix"},
244  {0xb5, "InCopyWidgetBars"},
245  {0xb6, "TableModelPrefix1"},
246  {0xb7, "InCopyNoteTrackChanges"},
247  {0xb8, "2nd TextEditorPrefix"},
248  {0xb9, "ProfilerDataPrefix"},
249  {0xba, "EyeDropperTool"},
250  {0xbb, "Note"}, // Bic
251  {0xbc, "GenericStyleEditorPrefix"},
252  {0xbd, "PrinterStylesPrefix"},
253  {0xbe, "InCopyFilterTest"}, // InCopy (Bic)
254  {0xbf, "XMLPrefix"},
255 
256  //K2J
257  {0xc0, "CJKPanelPrefix"},
258  {0xc1, "MojikumiDialogPrefix"},
259  {0xc2, "KinsokuDialogPrefix"},
260  {0xc3, "PageGridDlgPrefix"},
261  {0xc4, "FrameGridDlgPrefix"},
262  {0xc5, "FrameInfoPanelPrefix"},
263  {0xc6, "RubiDialogPrefix"},
264  {0xc7, "BoutenDialogPrefix"},
265  {0xc8, "TatechuyokoDialogPrefix"},
266  {0xc9, "CompositeFontDialogPrefix"},
267 
268  {0xca, "2nd TextPrefix"}, // 2nd block of Text prefixes
269 
270  {0xcb, "CompositeFontMgrPrefix"},
271 
272  {0xcc, "ScriptPanelPrefix"},
273  {0xcd, "CJKGridPrefix"},
274  {0xce, "NamedGridsPanel"},
275  {0xcf, "ShataiDlgPrefix"},
276 
277  {0xd0, "CJKGridPrefsPrefix"},
278  {0xd1, "AlternateGlyph2Prefix"},
279  {0xd2, "ActionsPrefix1"}, // need lots of ids because test menus come out of this id space
280  {0xd3, "ActionsPrefix#2"},
281  {0xd4, "ActionsPrefix#3"},
282  {0xd5, "ActionsPrefix#4"},
283  {0xd6, "ActionsPrefix#5"},
284  {0xd7, "ActionsPrefix#6"},
285  {0xd8, "ActionsPrefix#7"},
286  {0xd9, "TestPrefix1"}, // need lots of ids because most of the qa menu comes out of this id space
287  {0xda, "TestPrefix2"},
288  {0xdb, "TestPrefix3"},
289  {0xdc, "TestPrefix4"},
290  {0xdd, "TestPrefix5"},
291  {0xde, "TestPrefix6"},
292 
293  {0xe1, "TextPanelPrefix1"}, // why are there so many text panel prefixes?
294  {0xe2, "TextPanelPrefix2"}, // because the font menu comes from this plugin.
295  {0xe3, "TextPanelPrefix3"}, // it has to have room for action ids for lots of fonts.
296  {0xe4, "TextPanelPrefix4"},
297  {0xe5, "TextPanelPrefix5"},
298  {0xe6, "TextPanelPrefix6"},
299  {0xe7, "TextPanelPrefix7"},
300  {0xe8, "TextPanelPrefix8"},
301  {0xe9, "TextPanelPrefix9"},
302  {0xea, "TextPanelPrefix10"},
303  {0xeb, "TextPanelPrefix11"},
304  {0xec, "TextPanelPrefix12"},
305  {0xed, "TextPanelPrefix13"},
306  {0xee, "TextPanelPrefix14"},
307  {0xef, "TextPanelPrefix15"},
308 
309  //Keystone
310  {0xf0, "CommandBarPrefix"},
311  {0xf1, "ClipArtCatalogPrefix"},
312  {0xf2, "CropTool"},
313  {0xf3, "ClipArtBrowser"},
314  {0xf4, "GalleyPrefs"},
315  {0xf5, "IManPrefix"}, // The InfoManager (Word Count)
316  {0xf6, "KeystonePrefix7"},
317  {0xf7, "KeystonePrefix8"},
318  {0xf8, "KeystonePrefix9"},
319  {0xf9, "GalleyInfoPrefix"},
320  {0xfa, "BulletsAndNumbering"},
321  {0xfb, "KeystonePrefix12"},
322  {0xfc, "DockBar"},
323  {0xfd, "GalleyInfo"},
324  {0xfe, "EditorHelper"},
325  {0xff, "PathTools"}, // Keystone Path Tools
326 
327  {0x100, "Book"},
328  {0x101, "BookPanel"},
329  {0x102, "IMEPrefsDlgPrefix"},
330  {0x103, "MSPublisher Converter"},
331  {0x104, "TableModelPrefix2"},
332  {0x105, "TablesUIPrefix"},
333  {0x106, "2ndTablesUIPrefix"},
334  {0x107, "ShuksanID2Prefix"},
335  {0x108, "TransparencyPrefix"},
336  {0x109, "TransparencyUIPrefix"},
337  {0x10A, "OutputMiscUI"},
338  {0x10B, "Mojikumi2ndPrefix"},
339  {0x10C, "KBSCEditorPrefix"},
340  {0x10D, "LibraryConversionPrefix"},
341  {0x10E, "MetaDataDB"},
342  {0x10F, "XMLParser2"},
343 
344  // More CJK stuff
345  {0x110, "InDesignConversionPrefix"},
346  {0x111, "CJKWariChuPrefix"},
347  {0x112, "CJKWariChuDialogPrefix"},
348  {0x113, "OnHostTrappingPrefix"},
349  {0x114, "MacSimpleTextImportPrefix"},
350 
351  {0x115, "ControlStripPrefix"},
352  {0x116, "TOC"},
353  {0x117, "TOCUI"},
354  {0x118, "MeasureTool"},
355  {0x119, "OutputPreview"},
356  {0x11A, "Package4GL"},
357  {0x11B, "Package4GLUI"},
358  {0x11C, "2ndPDFPrefix"},
359  {0x11D, "Notes"},
360  {0x11E, "NotesUI"},
361 
362  // More Keystone stuff
363  {0x120, "TemplateMgrPrefix"},
364 
365  // More Anna stuff
366  {0x121, "InDesignExportPrefix"},
367  {0x122, "SangamServicerPrefix"},
368  {0x123, "SangamUIPreferencesPrefix"},
369  {0x124, "RTFExportservicer"},
370  {0x125, "XMLPubFormat"},
371  {0x126, "MetaData"},
372  {0x127, "SVGExport"},
373  {0x128, "SVGExportUI"},
374  {0x129, "NewLibraryPalette"},
375  {0x130, "Indexing"},
376  {0x131, "IndexingUI"},
377  {0x132, "PerformanceUI"},
378  {0x133, "XMediaUI"},
379  {0x134, "ScriptTagPanel"},
380  {0x135, "HyperLink"},
381  {0x136, "HyperLinkUI"},
382  {0x137, "MetaDataUIObsolete"}, // no longer in use. Last used for 2.0.
383  {0x138, "OpticalKerning"},
384  {0x139, "HTML Export"},
385  {0x13A, "S4SP-Package&Preflight"},
386  {0x13B, "CreateOutline"},
387  {0x13C, "PNGImport"},
388  {0x13D, "GenericSettingsPrefix"},
389  {0x13E, "HTML ExportUI"},
390  {0x13F, "Run-in Styles"},
391 
392  // BlackDuck plug-ins
393  {0x140, "Media"},
394  {0x141, "FCHLDialog"},
395  {0x142, "HyperlinksReport"},
396  {0x143, "PDFPreview"},
397  {0x144, "XMLFormExt"},
398  {0x145, "FormField"},
399  {0x146, "FormFieldUI"},
400  {0x147, "OeBExport"},
401  {0x148, "Movie"},
402  {0x149, "MovieUI"},
403  {0x14A, "QTFilter"},
404  {0x14B, "AVIFilter"}, // Not used anymore
405  {0x14C, "MPEGFilter"}, // Not used anymore
406  {0x14D, "SWFFilter"}, // Not used anymore
407  {0x14E, "DVFilter"}, // Not used anymore
408  {0x14F, "Sound"}, // Not used anymore
409  {0x150, "SoundUI"}, // Not used anymore
410  {0x151, "AIFFilter"}, // Not used anymore
411  {0x152, "WAVFilter"}, // Not used anymore
412  {0x153, "AUFilter"}, // Not used anymore
413  {0x154, "Mac7SoundFilter"}, // Not used anymore
414  {0x155, "InteractivePDF"},
415  {0x156, "Behavior"},
416  {0x157, "Behaviors2"},
417  {0x158, "OEBExportUI"},
418  {0x159, "BehaviorUI"},
419 
420  {0x15A, "Workgroup"},
421  {0x15B, "WorkgroupUI"},
422  {0x15C, "InfoPanel"},
423  {0x15D, "SaveBack"},
424  {0x15e, "ARM"},
425  {0x15F, "JavaScript"},
426 
427  // Framework Prefixes
428  {0x160, "ObjectModel"},
429  {0x161, "AppFramework"},
430  {0x162, "Utilities"},
431  {0x163, "DocFramework"},
432  {0x164, "AppUI"},
433  {0x165, "TextFrame"},
434  {0x166, "TextUI"},
435  {0x167, "Framework7"},
436  {0x168, "Framework8"},
437  {0x169, "Framework9"},
438  {0x16A, "Framework10"},
439  {0x16B, "Framework11"},
440  {0x16C, "Framework12"},
441  {0x16D, "Framework13"},
442  {0x16E, "Framework14"},
443  {0x16F, "ObjectModelPanelObsolete"}, // No longer in use, deleted in Cobalt.
444 
445  {0x170, "InCopyExportFilter"},
446  {0x171, "InCopyImportFilter"},
447  {0x172, "InCopyFileActions"},
448  {0x173, "InCopyExportUIFilter"},
449  {0x174, "InCopyWorkflow"},
450  {0x175, "BookmarkPanel"},
451  {0x176, "MediaFilter"},
452  {0x177, "RealMediaFilter"},
453  {0x178, "WinMediaFilter"},
454  {0x179, "MP3Filter"},
455  {0x17A, "EBookUnused1"},
456  {0x17B, "EBookUnused2"},
457  {0x17C, "XMLParser"},
458  {0x17D, "InfoPanel2"},
459  {0x17E, "DialogLayout"},
460  {0x17F, "PrintPrefix2"},
461 
462  {0x180, "InCopyNotePref"},
463  {0x181, "InCopyTrackChangesPref"},
464  {0x182, "InCopyDocumentSetup"},
465  {0x183, "InCopyUsernameUI"},
466  {0x184, "SING"},
467  {0x185, "SplineUI"},
468  {0x186, "HighLevelAPI"},
469  {0x187, "DocumentActions"},
470  {0x188, "DocumentUI"},
471  {0x189, "InCopyPrintUI"},
472  {0x18A, "AnnaXMLReader"},
473  {0x18B, "WorkGroupClient"},
474  {0x18C, "ServerErrorMgmt"},
475  {0x18D, "ServerErrMgmtUI"},
476  {0x18E, "InCopy Bridge"},
477  {0x18F, "InCopy Bridge UI"},
478 
479  {0x190, "JPEGExport"},
480  {0x191, "JPEGExportUI"},
481  {0x192, "UpdateManager"},
482  {0x193, "XMLParser3"},
483  {0x194, "XMLParser4"},
484  {0x195, "Snippet"},
485  {0x196, "ActionPrefix8"},
486  {0x197, "SnippetUI"},
487  {0x198, "AppleScript"},
488  {0x199, "VisualBasic"},
489  {0x19A, "StoryListPanel"},
490 
491  // Babushka Prefixes
492  {0x19b, "PMCropTool"},
493  {0x19c, "PMToolBarObsolete"}, // Obsolete, deleted in Basil
494  {0x19d, "PMConverter"},
495  {0x19e, "PMTemplatePalette"},
496  {0x19f, "PMPublisher2002"},
497  {0x1a0, "PMKBSC"},
498  {0x1a1, "PMFontPreview"},
499  {0x1a2, "PMDataMerge"},
500  {0x1a3, "PMHeaders&Footers"},
501  {0x1a4, "PMBullets&Numbering"},
502  {0x1a5, "PMStartupWizard"},
503  {0x1a6, "PMBuffer1"},
504  {0x1a7, "PMBuffer2"},
505 
506  // Misc
507  {0x1a8, "PDFT_PT"},
508  {0x1a9, "ScriptProcessor"},
509  {0x1aa, "DataServices"},
510  {0x1ab, "PreviewPanel"},
511  {0x1ac, "TC Dialog"},
512  {0x1ad, "TC Cmd"},
513  {0x1ae, "TC FGC"},
514  {0x1af, "TC FGD"},
515  {0x1b0, "VDM"},
516 
517  {0x1b1, "HLATestProvider"},
518  {0x1b2, "Spy"},
519  {0x1b3, "aps_pt"}, // added for Lindbergh (see KittyHawk) no persistent data
520  {0x1b4, "INXCore"},
521  {0x1b5, "SmarterTags"}, //added for Kitty Hawk
522  {0x1b6, "SmarterServer"}, //added for Kitty Hawk
523  {0x1b7, "PSImportUI"},
524  {0x1b8, "LayoutUI2"},
525  {0x1b9, "ObjectStyle"},
526  {0x1ba, "ObjectStyleUI"},
527  {0x1bb, "ImportExportUI"},
528  {0x1bc, "XML2"},
529  {0x1bd, "ActionsPanel"},
530  {0x1be, "Assignments"},
531  {0x1bf, "SmarterTagsUI"},
532 
533  {0x1c0, "ATGReserved"},
534  {0x1c1, "ATGReserved"},
535  {0x1c2, "ATGReserved"},
536  {0x1c3, "ATGReserved"},
537  {0x1c4, "ATGReserved"},
538  {0x1c5, "ATGReserved"},
539  {0x1c6, "ATGReserved"},
540  {0x1c7, "ATGReserved"},
541  {0x1c8, "ATGReserved"},
542  {0x1c9, "ATGReserved"},
543  {0x1cA, "Bumpers"},
544  {0x1cB, "BumpersUI"},
545  {0x1cC, "ATGReserved"},
546  {0x1cD, "ATGReserved"},
547  {0x1cE, "ATGReserved"},
548  {0x1cF, "ATGReserved"},
549 
550  {0x1d0, "LayoutUI"},
551  {0x1d1, "PathTypeUI"},
552  {0x1d2, "PrintUI"},
553  {0x1d3, "TextEditor"},
554  {0x1d4, "PrintUI2"},
555  {0x1d5, "MetaDataUI"},
556  {0x1d6, "CoAuthorImport"},
557  {0x1d7, "InCopySharedUI"},
558  {0x1d8, "InCopyWorkflowUI"},
559  {0x1d9, "PNGFilterUI"},
560  {0x1dA, "SpellingServices"},
561  {0x1dB, "SOAPServer"},
562  {0x1dc, "SampleCodeObsolete"}, // No longer in use, deleted in Cobalt.
563  {0x1dd, "RestrictedUITool"},
564  {0x1de, "WatchFolder"},
565  {0x1df, "TextAttr2"}, //2nd Text Attributes prefix
566 
567  {0x1e0, "CSAService"},
568  {0x1e1, "SmarterUpdate"}, // KittyHawk
569  {0x1e2, "GenericPageItem2"}, // 2nd prefix for Generic
570  {0x1e4, "ServerStatistics"},
571  {0x1e5, "DiagnosticLog"}, // part of ITK
572  {0x1e6, "LILO"},
573  {0x1e7, "ChangeBar"},
574  {0x1e8, "ChangeBarUI"},
575  {0x1e9, "SmarterDemo"}, // KittyHawk
576  {0x1ea, "LinkHelper"}, // KittyHawk
577  {0x1eb, "Transparency2"}, // second prefix for Transparency plug-in
578  {0x1ec, "JobBag"},
579  {0x1ed, "JobBagUI"},
580  {0x1ef, "XMediaUI2"}, // second prefix for XMedia UI plug-in
581  {0x1f0, "CorbaGenerator"},
582  {0x1f1, "CorbaSupport"},
583  {0x1f2, "CorbaUtils"},
584  {0x1f3, "FindChangePrefix2"}, // second prefix for FindChange
585  {0x1f4, "TransparencyUI2"}, // second prefix for Transparency UI
586  {0x1f5, "SDKAATActions"},
587  {0x1f6, "JobExecutor"},
588  {0x1f7, "GraphicsServer"},
589  {0x1f8, "ObjectStylesUI2"}, // second prefix for Object Styles UI
590  {0x1f9, "PDFReview"},
591  {0x1fA, "PDFReviewUI"},
592  {0x1fb, "AWSUI"},
593  {0x1fc, "WorkgroupClientUI"},
594  {0x1fd, "CameraRaw"},
595  {0x1fe, "TablesUIPrefix3"},
596  {0x1ff, "TablesStyleUIPrefix2"},
597  {0x200, "TextEditorPrefix3"},
598  {0x201, "OutputPreviewUI"},
599  {0x202, "CellStyles"},
600  {0x203, "TableStyles"},
601  {0x204, "TableStylesUI"},
602  {0x205, "DynamicDocuments"},
603  {0x206, "LinksUI"},
604  {0x207, "ConditionalText"},
605  {0x208, "ConditionalTextUI"},
606  {0x209, "CrossingGuard"},
607  {0x20A, "CrossingGuardUI"},
608  {0x20B, "PackageAndPreflightUI2"},
609  {0x20C, "DynamicDocumentsUI"},
610  {0x20D, "CSXS"},
611  {0x20E, "3rd WidgetPrefix"},
612  {0x20F, "GapTool"},
613  {0x210, "DynamicDocumentsUI2"},
614  {0x211, "EditorHelperUI"},
615  {0x212, "InCopyCoreUI"},
616  {0x213, "InCopyFileActionsUI"},
617  {0x214, "SpanColumnsPanelPrefix"},
618  {0x215, "BuzzwordBrowserPrefixObsolete"}, // No longer in use, deleted in Athos (CS6)
619  {0x216, "SwitchbackHelperPrefix"},
620  {0x217, "GalleyUI"},
621  {0x218, "AppUI 2nd prefix"},
622  {0x219, "DigitalPublishing"},
623  {0x21A, "EBookExport"},
624  {0x21B, "Article"},
625  {0x21C, "ArticlePanel"},
626  {0x21D, "SharedContent"},
627  {0x21E, "GraphicPanelsPrefix2"},
628  {0x21F, "SharedContentUI"},
629  {0x220, "Scene7FXG"},
630  {0x221, "HTMLPGTPrefix"},
631  {0x222, "SpreadPrefix2"},
632  {0x223, "ContentDropper"},
633  {0x224, "ContentDropperTool"},
634  {0x225, "DigitalPublishing2"},
635  {0x226, "TextPrefix4"},
636  {0x227, "kSettingsInCloudPrefix"},
637  {0x228, "kCharPanelPrefix1"},
638  // For FolioBuilder & Overlay Creator
639  {0x229, "kFolioBuilderModel"},
640  {0x22A, "kFolioBuilderUI"},
641  {0x22B, "kDigitalPublishingUI"},
642  //
643  {0x22C, "kSavebackService"},
644  {0x22D, "kTaggedTextImportExportAttrPrefix3"},
645  {0x22E, "TableModelPrefix3"},
646  //
647  {0x22F, "ImportExportUIPrefix2"},
648  {0x230, "OnBoarding"}, // for OnBoarding
649  {0x231, "kLinksPrefix2"}, // for Links (prefix2)
650 
651  // AEM conn model/ui
652  {0x232, "AEMModelPrefix"},
653  // {0x233, "ContribPanel?"}, //Possibly unused but a header file references it
654  {0x234, "AEMUIPrefix"},
655  {0x235, "ImportArticle"}, //Not yet used in mainline
656  {0x236, "TextOptionsPanelPrefix2"}, //second prefix for text options panel
657  {0x237, "kEyeDropperToolPrefix2"}, //second prefix for eye dropper tool
658  {0x238, "ParaPanelPrefix2"}, // second prefix for Paragraph Panel
659  {0x239, "kSangamPreferencesUIPrefix2"}, // second prefix for Sangam preferences
660  {0x240, "kCollaborationPrefix"},
661  {0x241, "kCloudDocsPrefix"},
662  {0x242, "kHEIFFilterPrefix"},
663  {0x243, "kWEBPFilterPrefix"},
664  {0x244, "kJP2KFilterPrefix"},
665  {0x245, "kGenAIPrefix"},
666  {0x246, "AppUI 3rd prefix"},
667  {0x247, "kHistoryPanelPrefix"},
668  {0x248, "kIDWebAppUIPrefix"},
669  {0x249, "kWasmWidgetBinPrefix"},
670  {0x250, "kCollaborationUIPrefix"},
671  {0x251, "kIDApisPluginPrefix"},
672 
673  //QA Prefixes (we're counting down for QA prefixes now.)
674  {0x3cc, "QAINXErrorLogger"},
675  {0x3cd, "TestThreading"},
676  {0x3ce, "INXSchemaValidator"},
677  {0x3cf, "XSnapshot"},
678  {0x3d0, "XSnapshotUI"},
679  {0x3d1, "EngTestProviderUI"},
680  {0x3d2, "CertTestProviderUI"},
681  {0x3d3, "AATUI"},
682  {0x3d4, "PumpkinAttributes"},
683  {0x3d5, "QAInDSProvider"},
684  {0x3d6, "PumpkinUI"},
685  {0x3d7, "QAThirdPartyTestProviderObsolete"}, // No longer in use, deleted in Cobalt.
686  {0x3d8, "QATestProviderUI"},
687  {0x3d9, "QAPrivateDataUIObsolete"}, // No longer in use, deleted in Cobalt.
688  {0x3da, "QAPreview"},
689  {0x3db, "AATArchUI"},
690  {0x3dc, "AATArch"},
691  {0x3dd, "PrintPDFQETestProvider"},
692  {0x3de, "QAPrivateData"},
693  {0x3df, "SnapshottingUI"},
694  {0x3e0, "QAScriptPrefix"},
695  {0x3e1, "QAScriptTestPrefix"},
696  {0x3e2, "XMLTestServer"},
697  {0x3e3, "QATransparencyObsolete"}, // No longer in use, deleted in Cobalt.
698  {0x3e4, "QAPrefab"},
699  {0x3e5, "QAComponentInfo"}, // No longer in use, deleted in Cobalt.
700  {0x3e6, "Informant"},
701  {0x3e7, "Snapshotting"},
702  {0x3e8, "CertTestProvider"},
703  {0x3e9, "EngTestProvider"},
704  {0x3ea, "MakeATestBook"},
705  {0x3eb, "QAXMLParser"},
706  {0x3ec, "RunTest"},
707  {0x3ed, "IndiaTestSuite"},
708  {0x3ef, "ScriptGenerator"},
709  {0x3f0, "QAFontTestPrefix"},
710  {0x3f1, "QACJKGridPrefix"},
711  {0x3f2, "QACJKPrefix"},
712  {0x3f3, "QAInCopyPrefix"},
713  {0x3f4, "TestImportPanel"},
714  {0x3f5,"ImageExporter"},
715  {0x3f6,"PrintCodex"},
716  {0x3f7,"PrintTestPanel"},
717  {0x3f8,"Pumpkin"},
718  {0x3f9,"TestPanel"},
719  {0x3fa,"PluginPanelPrefixObsolete"}, // No longer in use, deleted in Cobalt.
720  {0x3fb,"TestProvider"},
721  {0x3fc,"RoboDrePanelObsolete"}, // No longer in use, deleted in Cobalt.
722  {0x3fd,"XVBPrefix"},
723  {0x3fe,"XScriptPrefix"},
724  {0x3ff,"AutoUIPrefix"},
725  {0x400,"TestPrivateHeadersPrefix"},
726  {kLastAdobePrefix,"Unknown Adobe Prefix"} // last prefix reserved for adobe
727 
728  // {0x50F, "WinSoft"}, // Bertrand Lechevalier - blecheva@adobe.com(8-Mar-00) builds the WorldReady plugin introduced in CS4
729 
730 }; // gPrefixList
731 
732 
733 
734 #endif // DEBUG
735 #endif // __AdobePrefix__