InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SectionID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Tommy Donovan
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 section plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __SectionID__
28 #define __SectionID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kSectionPrefix RezLong(0x4c00)
34 
35 // RsrcID
36 #define kSectionStringsRsrcID 1000
37 #define kSectionErrorStringTableRsrcID 1100
38 #define kSectionStringsNoTransRsrcID 1200
39 
40 // <Start IDC>
41 // PluginID
42 #define kSectionPluginName "Sections"
43 
44 // <Class ID>
45 // ClassIDs
46 
47 // Following boss has been obsoleted. It will not be removed since a code converter will refer to it.
48 // Following boss has been obsoleted. It will not be removed since a code converter will refer to it.
49 // New page numbering style bosses. Do not change the Ids, since these are persisted in the document.
50 
51 // <Interface ID>
52 // IIDs
53 
54 
55 
56 // <Implementation ID>
57 // ImplementationIDs
58 // gap
59 
60 
61 // <Service ID>
62 // Service Provider IDs
63 
64 // Error Codes
65 
66 //
67 //Script Element IDs
68 //
69 
70 //Suites
71 
72 //Objects
73 
74 //Events
75 
76 //Properties
77 
78 
79 //Enums
80 
81 
82 
83 //GUIDS
84 // {EE96406F-06C6-11d2-AAC9-00C04FA349C7}
85 #define kSection_CLSID { 0xee96406f, 0x6c6, 0x11d2, { 0xaa, 0xc9, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
86 // {EE964070-06C6-11d2-AAC9-00C04FA349C7}
87 #define kSections_CLSID { 0xee964070, 0x6c6, 0x11d2, { 0xaa, 0xc9, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
88 
89 #endif // __SectionID__
90