InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SpellingServiceID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 __SpellingServiceID__
25 #define __SpellingServiceID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kSpellingServicePrefix RezLong(0x5200)
31 
32 // ---- Plugin ID
33 
34 #define kSpellingServicePluginName "Spelling Service"
35 
36 #define kSpellingServiceStringsRsrcID 2000
37 #define kSpellingServiceStringsNoTransRsrcID 2100
38 
39 // ---- Class IDs
40 
41 
42 
43 // ---- Interface IDs
44 
45 
46 // ---- Implementation IDs
47 
48 
49 //gap
50 
51 // ---- Widget IDs
52 
53 // ---- Action IDs
54 
55 // ---- Script Element IDs
56 
57 //Suites
58 
59 //Objects
60 
61 //Events
62 
63 //Properties
64 
65 
66 //Enums
67 
68 
69 //GUIDS
70 // {AB3EA327-FA8A-438b-B76A-41B2A49E2D62}
71 #define kSpellPref_CLSID { 0xab3ea327, 0xfa8a, 0x438b, { 0xb7, 0x6a, 0x41, 0xb2, 0xa4, 0x9e, 0x2d, 0x62 } }
72 // {B31AF5C3-18BB-44e2-8A70-5624138BBEEA}
73 #define kAutoCorrectPref_CLSID { 0xb31af5c3, 0x18bb, 0x44e2, { 0x8a, 0x70, 0x56, 0x24, 0x13, 0x8b, 0xbe, 0xea } }
74 // {972BC446-C4E6-4f4f-B02D-39F0938E3775}
75 #define kAutoCorrect_CLSID { 0x972bc446, 0xc4e6, 0x4f4f, { 0xb0, 0x2d, 0x39, 0xf0, 0x93, 0x8e, 0x37, 0x75 } }
76 // {BF4F846F-EAB4-4f5a-AD1D-6272324EF3DA}
77 #define kAutoCorrects_CLSID { 0xbf4f846f, 0xeab4, 0x4f5a, { 0xad, 0x1d, 0x62, 0x72, 0x32, 0x4e, 0xf3, 0xda } }
78 // {20F8F012-8279-40b0-917C-A0C1F18167CD}
79 #define kAutoCorrectWordPair_CLSID { 0x20f8f012, 0x8279, 0x40b0, { 0x91, 0x7c, 0xa0, 0xc1, 0xf1, 0x81, 0x67, 0xcd } }
80 // {9B42640E-69AC-4b07-AAB4-87EF1DD6DF00}
81 #define kAutoCorrectWordPairs_CLSID { 0x9b42640e, 0x69ac, 0x4b07, { 0xaa, 0xb4, 0x87, 0xef, 0x1d, 0xd6, 0xdf, 0x0 } }
82 
83 #endif // __SpellingServiceID__