InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SharedContentID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Ashish Duggal
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 2010 Adobe Systems Incorporated
18 // All Rights Reserved.
19 //
20 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
21 // with the terms of the Adobe license agreement accompanying it. If you have received
22 // this file from a source other than Adobe, then your use, modification, or
23 // distribution of it requires the prior written permission of Adobe.
24 //
25 //========================================================================================
26 
27 #ifndef __SharedContentID__
28 #define __SharedContentID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kSharedContentPrefix RezLong(0x21D00)
34 
35 // <Start IDC>
36 #define kSharedContentPluginName "Shared Content"
37 
38 // <Class ID>
39 
40 //gap
41 
42 
43 //------- gap -----//
44 
45 //***************Shared Article bosses****************************
46 
47 // <Class ID>
48 //--gap--
49 //---gap---
50 //---gap---
51 
52 
53 // <Implementation ID>
54 //-----------gap--------------------
55 //gap
56 
57 
58 //------- gap -----//
59 
60 //***************Shared Article impls****************************
61 
62 // <Implementation ID>
63 
64 //--gap--
65 //--gap--
66 //---gap--
67 //--gap---
68 // gap
69 
70 // <Interface ID>
71 //-----------------gap-----------------
72 
73 
74 //------- gap -----//
75 
76 //***************Shared Article interfaces****************************
77 
78 // <Interface ID>
79 
80 
81 
82 
83 //Service IDs
84 
85 //------- gap -----//
86 
87 //***************Shared Article services****************************
88 
89 // <Service ID>
90 
91 
92 
93 //--- gap ---
94 
95 
96 
97 
98 //***************Shared Article Scripting Elements****************************
99 
100 
101 
102 
103 
104 //GUIDS
105 // {CE38D788-413B-4562-A498-B4AE5E36EE82}
106 #define kLinkedStoryOptions_CLSID { 0xce38d788, 0x413b, 0x4562, { 0xa4, 0x98, 0xb4, 0xae, 0x5e, 0x36, 0xee, 0x82 } }
107 
108 // {fedf506c-b334-4c29-b417-392b2e7dbe19}
109 #define kSharedContentICC_CLSID { 0xfedf506c, 0xb334, 0x4c29, { 0xb4, 0x17, 0x39, 0x2b, 0x2e, 0x7d, 0xbe, 0x19 } }
110 
111 // {116a50e0-dab9-11e0-be68-0002a5d5c51b}
112 #define kLinkedPageItemOptions_CLSID { 0x116a50e0, 0xdab9, 0x11e0, { 0xbe, 0x68, 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }
113 
114 // {B0D6C8D8-876D-4523-A573-FACA73A0661E}
115 #define kParaStyleMapping_CLSID { 0xb0d6c8d8, 0x876d, 0x4523, { 0xa5, 0x73, 0xfa, 0xca, 0x73, 0xa0, 0x66, 0x1e } }
116 
117 // {9F9F4DAB-B4A0-4BCF-A838-77E807E63574}
118 #define kParaStyleMappings_CLSID { 0x9f9f4dab, 0xb4a0, 0x4bcf, { 0xa8, 0x38, 0x77, 0xe8, 0x7, 0xe6, 0x35, 0x74 } }
119 
120 // {5BF64089-C1EE-462F-9B8D-70E1F67C6932}
121 #define kCellStyleMapping_CLSID { 0x5bf64089, 0xc1ee, 0x462f, { 0x9b, 0x8d, 0x70, 0xe1, 0xf6, 0x7c, 0x69, 0x32 } }
122 
123 // {C26B9F05-9487-446E-9F1F-04F777278012}
124 #define kCellStyleMappings_CLSID { 0xc26b9f05, 0x9487, 0x446e, { 0x9f, 0x1f, 0x4, 0xf7, 0x77, 0x27, 0x80, 0x12 } }
125 
126 // {8C4FB68E-C8B0-4270-A519-2951EA90C99E}
127 #define kCharStyleMapping_CLSID { 0x8c4fb68e, 0xc8b0, 0x4270, { 0xa5, 0x19, 0x29, 0x51, 0xea, 0x90, 0xc9, 0x9e } }
128 
129 // {85A15D80-48E2-4CE1-A283-69B5DC6F9FE7}
130 #define kCharStyleMappings_CLSID { 0x85a15d80, 0x48e2, 0x4ce1, { 0xa2, 0x83, 0x69, 0xb5, 0xdc, 0x6f, 0x9f, 0xe7 } }
131 
132 // {8B9F5475-0280-4606-A865-B54281AED0B6}
133 #define kTableStyleMapping_CLSID { 0x8b9f5475, 0x280, 0x4606, { 0xa8, 0x65, 0xb5, 0x42, 0x81, 0xae, 0xd0, 0xb6 } }
134 
135 // {D90F3576-AFAA-411E-AE8A-DB097E37F9E1}
136 #define kTableStyleMappings_CLSID { 0xd90f3576, 0xafaa, 0x411e, { 0xae, 0x8a, 0xdb, 0x9, 0x7e, 0x37, 0xf9, 0xe1 } }
137 
138 
139 #endif // __SharedContentID__