InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BNCoreID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: vbatra
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 __BNCoreID__
25 #define __BNCoreID__
26 
27 #include "BNTextAttrID.h"
28 
29 #define BN_NUMBER_BY_PAGE
30 #define BN_SUPPRESS_FOR_HIDDEN_LAYERS
31 
32 // Class IDs:
33 // New numbering style bosses. Please do not change these IDs, since they form part of
34 // persistent data in a document.
35 
36 
37 // Bullet Collection
38 
39 //List
40 // Gap 133
41 
42 // Advanced Numbering
43 // Single Zero Numbering Style to be added.
44 // gap 158-160
45 // Korean Numbering Styles
46 // New numbering style bosses. Please do not change these IDs, since they form part of
47 // persistent data in a document.
48 
49 // Chinese/Taiwanese
50 
51 
52 
53 
54 // Interface IDs:
55 //Model-UI Separation
56 //list
57 
58 
59 
60 // Implementation IDs:
61 
62 
63 // Gap 5
64 
65 // Gap 8-10
66 
67 
68 
69 
70 
71 
72 
73 
74 
75 
76 // Gap
77 
78 // Gap 122-124
79 
80 
81 
82 
83 // Model-UI separation - moving preferences. The implementation ID for preferences should not be changed
84 // as it is persistent data.
85 
86 
87 
88 
89 // Bullet Collection
90 
91 //list
92 // Advanced Numbering
93 // New Locale Independent Single Zero Number Converter
94 // Implementaion ID range 200 onwards is in BNTextAttrID.h
95 
96 // ActionIDs:
97 
98 // WidgetIDs:
99 
100 // Error IDs:
101 
102 
103 //
104 // ScriptElementIDs:
105 //
106 
107 //awahi - Restored bullet char elements
112 
113 // Objects
114 
115 // Properties
116 
117 //Scripting Events
118 
119 //Enums
120 //gap
121 //gap
122 
123 
124 
125 //GUIDS
126 // {F35B78C0-5836-4869-B44D-3ED804D6FDD2}
127 #define kBNBulletCharacter_CLSID { 0xf35b78c0, 0x5836, 0x4869, { 0xb4, 0x4d, 0x3e, 0xd8, 0x4, 0xd6, 0xfd, 0xd2 } }
128 // {DFE17538-3FF6-46e2-A988-35FCA24D8A91}
129 #define kBNABulletCharacter_CLSID { 0xdfe17538, 0x3ff6, 0x46e2, { 0xa9, 0x88, 0x35, 0xfc, 0xa2, 0x4d, 0x8a, 0x91 } }
130 // {DE5B6B52-B48A-4c1b-A493-9A5E60E65C3B}
131 #define kBNBulletCharacters_CLSID { 0xde5b6b52, 0xb48a, 0x4c1b, { 0xa4, 0x93, 0x9a, 0x5e, 0x60, 0xe6, 0x5c, 0x3b } }
132 // {9292BE9C-759D-44c0-A8ED-C5D82C3AE8CC}
133 #define kBNRestartPolicy_CLSID { 0x9292be9c, 0x759d, 0x44c0, { 0xa8, 0xed, 0xc5, 0xd8, 0x2c, 0x3a, 0xe8, 0xcc } }
134 // {3419E800-6AA3-48c5-A9F4-6A39261D900D}
135 #define kBNList_CLSID { 0x3419e800, 0x6aa3, 0x48c5, { 0xa9, 0xf4, 0x6a, 0x39, 0x26, 0x1d, 0x90, 0xd } }
136 // {26A8AFD0-7863-4d09-941C-948795428592}
137 #define kBNLists_CLSID { 0x26a8afd0, 0x7863, 0x4d09, { 0x94, 0x1c, 0x94, 0x87, 0x95, 0x42, 0x85, 0x92 } }
138 
139 //{F18E8E73-F8EC-4894-813C-ACD90C309AC9}
140 #define kBNChapterNumPref_CLSID { 0xf18e8e73, 0xf8ec, 0x4894, { 0x81, 0x3c, 0xac, 0xd9, 0xc, 0x30, 0x9a, 0xc9 } }
141 
142 #endif // __BNCoreID__