InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DocumentID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Robin_Briggs
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 IDs used by document sub-system.
24 //
25 //========================================================================================
26 
27 #ifndef __DocumentID__
28 #define __DocumentID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kDocumentPrefix RezLong(0xE00)
34 
35 // <Start IDC>
36 // <Class ID>
37 // ClassIDs
38 #ifdef ID_DEPRECATED
39 #endif
40 #ifdef ID_DEPRECATED
41 #endif
42 #ifdef ID_DEPRECATED
43 #endif
44 #ifdef ID_DEPRECATED
45 #endif
46 #ifdef ID_DEPRECATED
47 #endif
48 
49 
50 
51 #ifdef MACINTOSH
52 #endif
53 
54 // New for 3.0 (DragonTail)
55 
56 
57 #ifdef ID_DEPRECATED
58 #endif
59 
60 // <Interface ID>
61 // IIDs
62 
63 
64 
65 // New for 3.0 (DragonTail)
66 
67 
68 
69 #ifdef MACINTOSH
70 #endif
71 
72 // <Implementation ID>
73 // ImplementationIDs
74 #ifdef ID_DEPRECATED
75 #endif
76 #ifdef ID_DEPRECATED
77 #endif
78 
79 #ifdef ID_DEPRECATED
80 #endif
81 
82 #ifdef ID_DEPRECATED
83 #endif
84 
85 
86 #ifdef ID_DEPRECATED
87 #endif
88 
89 // FileSignalResponders (Added for 2.0)
90 // NewDoc
91 // OpenDoc
92 // SaveDoc
93 // SaveAsDoc
94 // SaveACopyDoc
95 // RevertDoc
96 // CloseDoc
97 // NewScrapDoc
98 
99 
100 
101 #ifdef ID_DEPRECATED
102 #endif
103 
104 // New for 3.0 (DragonTail)
105 
106 // DocSetupChange
107 
108 
109 
110 
111 #ifdef MACINTOSH
112 #endif
113 
114 
115 #ifdef ID_DEPRECATED
116 #endif
117 // <Service ID>
118 // Service IDs
119 
120 // ID's 1-3 Obsolete (Used in 1.0 and 1.5 only)
121 // Obsolete ID's renamed to kDuringXXXDocSignalResponderService - see below, new data interfaces, too.
122 
123 //ID's 4-9 Available
124 
125 // FileSignalResponders (Added for 2.0)
126 // NewDoc
127 // OpenDoc
128 // SaveDoc
129 // SaveAsDoc
130 // SaveACopyDoc
131 // RevertDoc
132 // CloseDoc
133 // DocSetup
134 
135 //
136 // ID 29 Available
137 //
138 // NewScrapDoc
139 
140 
141 // <Error ID>
142 // Error Codes
143 // NOTE: The offset is used to find the corresponding error string
144 // Look in ApplStrings.fr resource UserErrorTable( kDocErrorStringTableRsrcID ) for the string definitions.
145 //ID 22 - DO NOT REMOVE THIS, used for internally analysing specific corrupt docs
146 
147 #endif // __DocumentID__
148