InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TabStyID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Danielle Darling
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 __TabStyID_h__
25 #define __TabStyID_h__
26 
27 // Plug-in:
28 #define kTabStyPluginName "TableStyles" // Name of this plug-in.
29 
30 #define kTabStyPrefixNumber_Obsolete 0xb1300
31 #define kTabStyPrefixNumber 0x20300 // Unique prefix number for this plug-in.
32 
33 
34 // Plug-in Prefix: (please change kTabStyPrefixNumber above to modify the prefix.)
35 #define kTabStyPrefix_Obsolete RezLong(kTabStyPrefixNumber_Obsolete)
36 #define kTabStyPrefix RezLong(kTabStyPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
37 
38 // PluginID:
39 
40 // ClassIDs:
41 
42 
43 // InterfaceIDs:
44 // Move to table model plugin
45 
46 
47 
48 // ImplementationIDs:
49 
50 //gap
51 
52 // Move to table model plugin
53 // Moved to table model plugin
54 // Moved to table model plugin
55 //gap
56 //gap
57 
58 // these need to use the obsolete prefix ID because they are converted and
59 // discarded in the phase 1 conversion provider, before the plug-in is renumbered
60 
61 // We keep script IDs in the old prefix range for now as moving them to new range will require wide range changes
62 
63 
64 
65 //GUIDs
66 #define kTabSty_CLSID {0x80e2bf1d, 0xdb29, 0x4ccd, { 0xab, 0x4, 0x77, 0x7f, 0x68, 0x20, 0x49, 0xba }}
67 #define kTabStys_CLSID {0x4ffa073, 0xaecb, 0x43a0, { 0x89, 0xbf, 0x42, 0x63, 0xde, 0x37, 0xa3, 0x9e }}
68 #define kTableStyleGroups_CLSID {0x8a87fd5a, 0xa7a7, 0x4267, { 0x87, 0x13, 0x9a, 0x11, 0xa3, 0xf7, 0x95, 0x5b }}
69 #define kTableStyleGroup_CLSID {0xcb826153, 0x2600, 0x475e, { 0xb0, 0xee, 0x3, 0xd2, 0x69, 0x65, 0x5e, 0x75 }}
70 
71 
72 #endif // __TabStyID_h__
73 
74 // Code generated by DollyXS code generator