 | InDesign SDK 20.5 |
30 #include "CrossPlatformTypes.h" 31 #include "IDFactory.h" 33 #define kTablesPrefix RezLong(0xb600) 34 #define kTablesPrefix2 RezLong(0x10400) 35 #define kTablesPrefix3 RezLong(0x22E00) 40 #define kTablesPluginName "TableModel" 45 #define kTableModelStringsRsrcID 3000 46 #define kTableModelStringsNoTransRsrcID 3100 47 #define kTableActionRsrcID 3200 48 #define kTableModelErrorStringTableRsrcID 3300 60 #define kTextCellAttrFirstLineOffsetBoss kTextCellAttrFirstLineOffsetMetricBoss 94 #define kTextCellAttrFirstLineOffsetImpl kTextCellAttrFirstLineOffsetMetricImpl 146 #define kTable_CLSID { 0x9cdc7984, 0x8607, 0x455f, { 0x81, 0x8e, 0x8b, 0xe6, 0xf8, 0x28, 0xde, 0xec } } 148 #define kTables_CLSID { 0xff49c1ca, 0xaf19, 0x458e, { 0xaf, 0x21, 0xc, 0x3a, 0x79, 0x7e, 0x8f, 0x89 } } 150 #define kTableStyle_CLSID { 0x3ee89013, 0xb084, 0x42fb, { 0x86, 0x33, 0xd7, 0x80, 0xd4, 0x99, 0xf5, 0x41 } } 152 #define kTableStyles_CLSID { 0xd2139f71, 0xb895, 0x494a, { 0x86, 0x46, 0x64, 0xd3, 0xf6, 0x19, 0x4a, 0x7a } } 154 #define kCell_CLSID { 0x2aedee08, 0x3b9c, 0x43a1, { 0x8d, 0x17, 0xe5, 0x10, 0x98, 0x75, 0x5f, 0x2 } } 156 #define kCells_CLSID { 0x32123964, 0xf287, 0x47f8, { 0xa4, 0x47, 0xf2, 0x91, 0xe6, 0xc4, 0xe2, 0xc8 } } 158 #define kRow_CLSID { 0x9fe13a74, 0xa89b, 0x4ef7, { 0xb6, 0xe1, 0x1d, 0xcb, 0x64, 0x89, 0xd0, 0x26 } } 160 #define kRows_CLSID { 0xc4b2153c, 0x14c, 0x4aa7, { 0xae, 0xd0, 0x51, 0xf, 0x6c, 0x77, 0xf, 0x19 } } 162 #define kColumn_CLSID { 0x9806f57b, 0xef22, 0x4bc6, { 0x8f, 0xf8, 0x8f, 0x16, 0x71, 0x56, 0xa0, 0xab } } 164 #define kColumns_CLSID { 0x5ecdd72c, 0x719b, 0x49a7, { 0x9f, 0x8, 0xd5, 0x81, 0xa3, 0x3a, 0x9e, 0xb6 } } 166 #define kRootTableStyleGroup_CLSID { 0x3c695103, 0x9f0d, 0x4389, { 0xa9, 0x9f, 0xf3, 0x42, 0x5a, 0x8e, 0xda, 0x17 } } 169 #endif // __TablesID__