InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InCopyCoreID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: kvanwiel
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 __InCopyCoreID__
25 #define __InCopyCoreID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kJDefaultMargin (20.0 * 72.0 / 25.4)*2
31 #define kRDefaultMargin 36*2
32 
33 #define kInCopyCorePrefix RezLong(0xab00) // reserved in AdobePrefix.h
34 
35 //PlugInID
36 #define kInCopyCorePlugInName "InCopyCore"
37 
38 // ClassIDs
39 //gap
40 //gap
41 //gap
42 //gap
43 
44 // moved from InCopyFilter
45 //gap
46 
47 // print/pdf export
48 
49 // doc preset
50 
51 // From GalleyInfo
52 
53 //WidgetIDs
54 
55 
56 
57 // Interface IIDs
58 // gap 8
59 
60 // moved from InCopyFilter
61 
62 
63 //print/pdf export
64 
65 
66 //gap
67 
68 //Doc preset
69 
70 
71 
72 
73 
74 
75 // From GalleyInfo
76 
77 
78 
79 // Implementation IIDs
80 //gap
81 // gap
82 //gap
83 //gap
84 
85 // moved from InCopyFilter
86 //gap
87 
88 // print/pdf export
89 
90 //gap
91 
92 
93 //doc preset
94 //gap
95 //gap
96 
97 
98 
99 
100 // from GalleyInfo
101 
102 
103 // moved from InCopyFilter
104 
105 //InvalHandlers
106 
107 
108 //
109 //Script Element IDs
110 //
111 //Objects
112 
113 
114 //---------------------------------------------------------------
115 // Service IDs
116 //---------------------------------------------------------------
117 
118 //Events
119 
120 //Properties
121 
122 //Enums
123 
124 //Metadata
125 
126 //----------------------------------------------------------------------------------------
127 // Error identifiers
128 //----------------------------------------------------------------------------------------
129 
130 
131 //GUIDs
132 // {DF166B59-B461-4439-8182-F52CECC23AC4}
133 #define kICDocStandAlonePref_CLSID { 0xdf166b59, 0xb461, 0x4439, { 0x81, 0x82, 0xf5, 0x2c, 0xec, 0xc2, 0x3a, 0xc4 } }
134 
135 #endif // __InCopyCoreID__