InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InCopyBridgeID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 the InCopyBridge
24 //
25 //========================================================================================
26 
27 #ifndef __InCopyBridge__
28 #define __InCopyBridge__
29 
30 #include "CrossPlatformTypes.h"
31 
32 #include "IDFactory.h"
33 
34 // double check with AdobePrefix.h
35 #define kICBridgePrefix RezLong(0x18E00)
36 
37 //----------------------------------------------------------------------------------------
38 // Plug-in identifier
39 //----------------------------------------------------------------------------------------
40 
41 #define kICBridgePluginName "InCopy Bridge"
42 
43 //----------------------------------------------------------------------------------------
44 // Class identifiers
45 //----------------------------------------------------------------------------------------
46 
47 // Available
48 // Gap
49 //gap
50 
51 //----------------------------------------------------------------------------------------
52 // Interface identifiers
53 //----------------------------------------------------------------------------------------
54 
55 
56 //----------------------------------------------------------------------------------------
57 // Implementation identifiers
58 //----------------------------------------------------------------------------------------
59 
60 // Gap
61 
62 //----------------------------------------------------------------------------------------
63 // Service Provider IDs
64 //----------------------------------------------------------------------------------------
65 
66 
67 //----------------------------------------------------------------------------------------
68 // Action ID
69 //----------------------------------------------------------------------------------------
70 // <Action ID>
71 
72 //
73 //Script Element IDs
74 //
75 
76 //Suites
77 
78 //Objects
79 
80 //Events
81 
82 //Properties
83 
84 //Enums
85 
86 // <Error ID>
87 //----------------------------------------------------------------------------------------
88 // Error Codes
89 //----------------------------------------------------------------------------------------
90 #define kICBErr_NoError kSuccess
91 #define kICBErr_Cancelled kCancel
92 #define kICBErr_Unknown kFailure
93 
94 
95 //----------------------------------------------------------------------------------------
96 // Strings
97 //----------------------------------------------------------------------------------------
98 
99 // <String ID>
100 #define kICBridgeStringsRsrcID 1000
101 #define kICBridgeStringsNoTransRsrcID 1100
102 
103 // used as TRACEFLOW category
104 #define kICBridgeTraceFlow "InCopyBridge"
105 
106 //----------------------------------------------------------------------------------------
107 // Lock File Version Numbers
108 //----------------------------------------------------------------------------------------
109 
110 #define kICBridgeLockFileMajorFormatNumber kDragontailMajorFormatNumber
111 #define kICBridgeLockFileMinorFormatNumber RezLong(4)
112 
113 
114 #endif // __InCopyBridge__