 | InDesign SDK 20.5 |
27 #ifndef __PstLstID_h__ 28 #define __PstLstID_h__ 33 #define kPstLstCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kPstLstCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kPstLstPluginName "PersistentList" // Name of this plug-in. 38 #define kPstLstPrefixNumber 0x58100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kPstLstVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kPstLstAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kPstLstPrefix RezLong(kPstLstPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kPstLstStringPrefix SDK_DEF_STRINGIZE(kPstLstPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 47 #define kPstLstMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 48 #define kPstLstMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 71 #define kPstLstScriptProviderPreconditionErrorStringKey kPstLstStringPrefix "kPstLstScriptProviderPreconditionErrorStringKey" 72 #define kPstLstUnsupportedObjectRequestedErrorStringKey kPstLstStringPrefix "kPstLstUnsupportedObjectRequestedErrorStringKey" 73 #define kPstLstInternalErrorStringKey kPstLstStringPrefix "kPstLstScriptErrorStringKey" 74 #define kPstLstItemNotFoundInParentErrorStringKey kPstLstStringPrefix "kPstLstItemNotFoundInParentErrorStringKey" 75 #define kPstListParentUIDListHasInsufficientNumberOfItemsErrorStringKey kPstLstStringPrefix "kPstListParentUIDListHasInsufficientNumberOfItemsErrorStringKey" 78 #define kPstLstNewStringKey kPstLstStringPrefix "kPstLstNewStringKey" 79 #define kPstLstModifyStringKey kPstLstStringPrefix "kPstLstModifyStringKey" 80 #define kPstLstDeleteStringKey kPstLstStringPrefix "kPstLstDeleteStringKey" 81 #define kPstLstSelectStringKey kPstLstStringPrefix "kPstLstSelectStringKey" 86 #define kPstLstNoValidPageItemsSelectedKey kPstLstStringPrefix "kPstLstNoValidPageItemsSelectedKey" 90 #define kPstLstDeleteItemCmdFailedKey kPstLstStringPrefix "kPstLstDeleteItemCmdFailedKey" 97 #define kPstLstInitialMajorFormat kSDKDef_20_PersistMajorVersionNumber 98 #define kPstLstInitialMinorFormat kSDKDef_20_PersistMinorVersionNumber 102 #define kPstLstAddParentReferenceUIDMajorFormat kSDKDef_40_PersistMajorVersionNumber 103 #define kPstLstAddParentReferenceUIDMinorFormat 1 107 #define kRemoveSelectedUIDMajorFormat kSDKDef_50_PersistMajorVersionNumber 108 #define kRemoveSelectedUIDMinorFormat 1 110 #define kPstLstStoreWideStringMajorFormat kRemoveSelectedUIDMajorFormat 111 #define kPstLstStoreWideStringMinorFormat 2 114 #define kPstLstLastMajorFormatChange kPstLstStoreWideStringMajorFormat // Last major format change 115 #define kPstLstLastMinorFormatChange kPstLstStoreWideStringMinorFormat // Last minor format change 118 #define kPstLstErrorStringTableRsrcID kSDKDefErrorStringResourceID 121 #define kPstLstDataItemNameDefault "" 123 #endif // __PstLstID_h__