InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MasterPageID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
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 // ADOBE CONFIDENTIAL
24 //
25 // Contains IDs used by the master pages plug-in
26 //
27 //========================================================================================
28 
29 #ifndef __MasterPagesID__
30 #define __MasterPagesID__
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 #include "FormatNumber.h"
35 
36 
37 #define kMasterPagesPrefix RezLong(0x1400)
38 
39 
40 // PluginID
41 #define kMasterPagePluginName "Master Page"
42 
43 // ClassIDs
44 
45 
46 
47 
48 
49 //gap
50 
51 
52 // IIDs
53 
54 // The next 3 IIDs probably ought to be in Public
55 // new for DragonTail:
56 // for kPrivateRemoveMPOverrideCmdBoss which needs two UIDs
57 
58 
59 
60 // new for Cobalt:
61 //gap
62 
63 // Implementation IIDs
64 
65 
66 // gap
67 // new for DragonTail:
68 
69 
70 // new for firedrake
71 //gap
72 
73 
74 // new for cobalt
75 
76 // new for basil
77 //gap
78 
79 //new for rocket
80 
81 //Setting assetRef Impl
82 
83 
84 
85 // Service IDs
86 
87 // Error Codes
88 
89 // <Action ID>
90 
91 // Viewport Attribute IDs
92 
93 //
94 //Script Element IDs
95 //
96 
97 //Suites
98 
99 //Objects
100 
101 //Events
102 
103 //Properties
104 
105 //Enums
106 
107 #endif // __MasterPagesID__