InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
XCatHndID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 __XCatHndID_h__
25 #define __XCatHndID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
30 #define kXCatHndCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31 #define kXCatHndCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32 
33 // Plug-in:
34 #define kXCatHndPluginName "XMLCatalogHandler" // Name of this plug-in.
35 #define kXCatHndPrefixNumber 0x55900 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36 #define kXCatHndVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37 #define kXCatHndAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
38 
39 // Plug-in Prefix: (please change kXCatHndPrefixNumber above to modify the prefix.)
40 #define kXCatHndPrefix RezLong(kXCatHndPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41 #define kXCatHndStringPrefix SDK_DEF_STRINGIZE(kXCatHndPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42 
43 // PluginID:
44 
45 // ClassIDs:
46 
47 
48 
49 // InterfaceIDs:
50 
51 
52 // ImplementationIDs:
53 
54 // ActionIDs:
55 
56 // ErrorIDs:
57 
58 //<ErrorIDs>:
59 
60 // Other StringKeys:
61 #define kXCatHndInvalidCatalogFileKey kXCatHndStringPrefix "kXCatHndInvalidCatalogFileKey"
62 #define kXCatHndChangeEntityMappingKey kXCatHndStringPrefix "kXCatHndChangeEntityMappingKey"
63 #define kXCatHndFailedLoadingDefaultCatalogErrKey kXCatHndStringPrefix "kXCatHndFailedLoadingDefaultCatalogErrKey"
64 #define kXCatHndNoDefaultCatalogErrKey kXCatHndStringPrefix "kXCatHndNoDefaultCatalogErrKey"
65 // Has to be something that can be an XML element name, so we reverse the order of prefix and str
66 #define kXCatHndAcquirerXMLImportPrefsKey "kXCatHndAcquirerXMLImportPrefsKey" kXCatHndStringPrefix
67 // Miscellaneous values
68 #define kXCatHndDefaultXMLCatalogFileName "catalog.xcat"
69 #define kXCatHndErrorStringTableRsrcID 1301
70 // Persistence related
71 // Initial data format 1,0
72 #define kXCatHndInitialMajorFormat 1
73 #define kXCatHndInitialMinorFormat 0
74 // Format IDs for the PluginVersion resource
75 #define kXCatHndLastMajorFormatChange kXCatHndInitialMajorFormat // Last major format change
76 #define kXCatHndLastMinorFormatChange kXCatHndInitialMinorFormat // Last minor format change
77 // Info that plug-in binary needs to make its version details known at OS level
78 #define kXCatHndVersionStr SDK_DEF_MAKE_VERSIONSTRING(kSDKDefPlugInMajorVersionNumberForResource, kSDKDefPlugInMinorVersionNumberForResource, kSDKDefPlugInStepVersionNumberForResource, kBuildNumber)
79 
80 #endif // __XCatHndID_h__
81 
82 // Code generated by DollyXS code generator