InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ExcelFilterID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Johnr
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 // Contains IDs used by the Excel import filter
24 //
25 //========================================================================================
26 
27 #ifndef __ExcelFilterID__
28 #define __ExcelFilterID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kExcelFilterPrefix RezLong(0x46700)
34 
35 // <Start IDC>
36 // PluginID
37 #define kExcelFilterPluginName "Excel 97-98 Import Filter"
38 
39 
40 // Excel Filter Resource
41 // <Class ID>
42 
43 
44 // Excel Filter
45 // <Implementation ID>
46 
47 
48 
49 // Excel Filter
50 // <Interface ID>
51 
52 
53 #endif // __ExcelFilterID__
54 
55 
56 /******************************************************************************
57  * $Log: /Source/Public/Interfaces/Text/ExcelFilterID.h $
58  *
59  * 3 11/25/98 2:23p Johnr
60  * win scripting IDS
61  *
62  * 2 10/05/98 4:12p Stellad
63  * Changes to move to Build 317
64  *
65  * 4 8/04/98 6:46p Sdu
66  * After merge /w Build 288 of K2
67  *
68  * 15 7/24/98 2:26p Jeffreys
69  * Moved Private Data Stuff
70  *
71  * 14 7/15/98 5:06p Jeffreys
72  * Changed ID Prefixes
73  *
74  * 13 7/15/98 2:17p Jeffreys
75  * Changing Prefix ID's
76  *
77  * 12 7/15/98 2:07p Jeffreys
78  * Private Data Stuff
79  *
80  * 11 7/06/98 7:16p Stellad
81  * Added in the IDs necessary for the ErrorStringService
82  *
83  * 10 7/03/98 4:47p Davids
84  * Added string registration IDs
85  *
86  * 9 7/02/98 9:08a Craigw
87  * Added kExcelAccess
88  *
89  * 8 6/27/98 11:31a Craigw
90  *
91  * 7 6/19/98 3:34 AM Craigw
92  * changed kExcelFilterPluginName to match the specified plugin name.
93  *
94  * 6 6/16/98 9:02 PM Craigw
95  * Check-in after implementing the basics of scripting.
96  *
97  * 5 6/5/98 1:47 PM Craigw
98  * removed an interface that is not currently required
99  *
100  * 4 5/20/98 1:10p Craigw
101  * Adding IDs for scripting.
102  *
103  * 3 4/09/98 1:41p Craigm
104  * Merged with K2 source for build 218 (dated March 30, 1998).
105  *
106  * 2 3/18/98 9:46a Craigw
107  * Changes to support a K2 persistent object.
108  *
109  * 1 3/10/98 10:31a Craigw
110  * Filter ID for Excel
111  *
112  * 1 3/06/98 3:50p Davids
113  * First cut
114  *
115  * 1 3/04/98 4:26p Craigm
116  * Word 97 import filter plug in resource IDs.
117  *****************************************************************************/
118 
119 
120 
121