 | InDesign SDK 20.5 |
24 #ifndef __CelStyID_h__ 25 #define __CelStyID_h__ 29 #define kCelStyPluginName "CellStyles" // Name of this plug-in. 31 #define kCelStyPrefixNumber_Obsolete 0xb1400 32 #define kCelStyPrefixNumber 0x20200 // Unique prefix number for this plug-in. 34 #define kCelStyPrefix_Obsolete RezLong(kCelStyPrefixNumber_Obsolete) 35 #define kCelStyPrefix RezLong(kCelStyPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 83 #define kCelSty_CLSID {0x95d1fbcf, 0x3ecf, 0x4fe2, { 0xb1, 0x85, 0x57, 0xe3, 0xa9, 0xa3, 0x7a, 0x99 }} 84 #define kCelStys_CLSID {0x6612dcbf, 0x9fe0, 0x4d5d, { 0xb9, 0x20, 0x58, 0xd7, 0x33, 0xaa, 0x95, 0x72 }} 85 #define kCellStyleGroup_CLSID {0xd70909e8, 0xb5cd, 0x4901, { 0x82, 0xbd, 0xe0, 0x93, 0xef, 0x33, 0x73, 0x28 }} 86 #define kCellStyleGroups_CLSID {0x91c566e3, 0x202f, 0x4f41, { 0x8f, 0x9c, 0x56, 0x5f, 0xb6, 0xac, 0x42, 0x25 }} 88 #define kRootCellStyleGroup_CLSID { 0x731e3b0d, 0x3e49, 0x44a2, { 0x87, 0xce, 0x22, 0x75, 0x24, 0xae, 0x85, 0x47 } } 90 #endif // __CelStyID_h__