InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
INXCoreID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Craig Rainwater
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 // Info: Contains IDs used by the INXCore plugin.
24 //
25 //========================================================================================
26 
27 #ifndef __INXCoreID__
28 #define __INXCoreID__
29 
30 // ----- Interfaces -----
31 
32 #include "IDFactory.h"
33 
34 // ----- Includes -----
35 
36 #include "CrossPlatformTypes.h"
37 
38 
39 #define kINXCorePrefix RezLong(0x1B400)
40 
41 // PluginID
42 #define kINXCorePluginName "INXCore"
43 
44 
45 // <Class ID>
46 
47 
48 
49 
50 // <Interface ID>
51 
52 
53 // <Implementation ID>
54 //gap
55 //gap
56 //gap
57 
58 
59 // <Error ID>
60 // Not a real error. Used to force the SAX parser to stop.
61 
62 // Also not a real error. Used to force IINXExport::Write() to stop.
63 
64 // Import Errors
65 
66 // Export Errors
67 
68 // Other Errors
69 
70 //
71 //Script Element IDs
72 //
73 
74 //Metadata
75 
76 //*******************************************************************************************************************
77 // Being Rocket/Troll scripting metadata ids
78 //*******************************************************************************************************************
79 
80 //*******************************************************************************************************************
81 // Begin block of IDML story child object rank metadata IDs
82 //*******************************************************************************************************************
83 
84 
85 //*******************************************************************************************************************
86 // End block of IDML story child object rank metadata IDs
87 //*******************************************************************************************************************
88 
89 
90 #ifndef __ODFRC__
91 static const int32 kXMLNamespaceAttributeID = 'xmNs';
92 static const int32 kDOMVersionAttributeID = 'DOMv';
93 #endif // __ODFRC__
94 
95 #endif // __INXCoreID__