InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CelStyID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Danielle Darling
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 
24 #ifndef __CelStyID_h__
25 #define __CelStyID_h__
26 
27 
28 // Plug-in:
29 #define kCelStyPluginName "CellStyles" // Name of this plug-in.
30 
31 #define kCelStyPrefixNumber_Obsolete 0xb1400
32 #define kCelStyPrefixNumber 0x20200 // Unique prefix number for this plug-in.
33 
34 #define kCelStyPrefix_Obsolete RezLong(kCelStyPrefixNumber_Obsolete)
35 #define kCelStyPrefix RezLong(kCelStyPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
36 
37 // PluginID:
38 
39 // ClassIDs:
40 
41 
42 
43 // Three commands moved into table model plugin
44 //gap
45 // gap
46 
47 
48 
49 
50 // InterfaceIDs:
51 
52 
53 
54 
55 // ImplementationIDs:
56 
57 
58 // Moved to table model plugin
59 // gap
60 //gap
61 //gap
62 //gap
63 // gap
64 
65 // Two commands moved into table model plugin
66 
67 // gap
68 
69 
70 
71 // We keep script IDs in the old prefix range for now as moving them to new range will require wide range changes
72 
73 /*
74 */
75 
76 // Obsolete IDs for persisted bosses and impls which we need to convert from old prefix range to new one
77 
78 // the following IDs are stripped out of CS-2 docs in the phase 1
79 // conversion providers, and so need to keep the old prefix
80 
81 
82 //GUIDs
83 #define kCelSty_CLSID {0x95d1fbcf, 0x3ecf, 0x4fe2, { 0xb1, 0x85, 0x57, 0xe3, 0xa9, 0xa3, 0x7a, 0x99 }}
84 #define kCelStys_CLSID {0x6612dcbf, 0x9fe0, 0x4d5d, { 0xb9, 0x20, 0x58, 0xd7, 0x33, 0xaa, 0x95, 0x72 }}
85 #define kCellStyleGroup_CLSID {0xd70909e8, 0xb5cd, 0x4901, { 0x82, 0xbd, 0xe0, 0x93, 0xef, 0x33, 0x73, 0x28 }}
86 #define kCellStyleGroups_CLSID {0x91c566e3, 0x202f, 0x4f41, { 0x8f, 0x9c, 0x56, 0x5f, 0xb6, 0xac, 0x42, 0x25 }}
87 // {731E3B0D-3E49-44a2-87CE-227524AE8547}
88 #define kRootCellStyleGroup_CLSID { 0x731e3b0d, 0x3e49, 0x44a2, { 0x87, 0xce, 0x22, 0x75, 0x24, 0xae, 0x85, 0x47 } }
89 
90 #endif // __CelStyID_h__
91 
92 // Code generated by DollyXS code generator