InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RtfFilterID.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 
24 #ifndef __RtfFilterID__
25 #define __RtfFilterID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kRtfFilterPrefix RezLong(0x46900)
31 
32 // PluginID
33 #define kRtfFilterPluginName "RTF Import Filter"
34 
35 // <Class ID>
36 
37 
38 // <Implementation ID>
39 
40 
41 // <Interface ID>
42 
43 #endif // __RtfFilterID__
44 
45 
46 
47 
48 
49 /******************************************************************************
50  * $Log: /Source/Public/Interfaces/Text/RtfFilterID.h $
51  *
52  * 3 11/24/98 5:50p Johnr
53  * 2 new impls for OLE automation
54  *
55  * 2 10/05/98 4:12p Stellad
56  * Changes to move to Build 317
57  *
58  * 6 8/04/98 6:46p Sdu
59  * After merge /w Build 288 of K2
60  *
61  * 10 7/24/98 2:26p Jeffreys
62  * Moved Private Data Stuff
63  *
64  * 9 7/15/98 5:06p Jeffreys
65  * Changed ID Prefixes
66  *
67  * 8 7/15/98 2:17p Jeffreys
68  * Changing Prefix ID's
69  *
70  * 7 7/15/98 2:07p Jeffreys
71  * Private Data Stuff
72  *
73  * 6 7/06/98 7:16p Stellad
74  * Added in the IDs necessary for the ErrorStringService
75  *
76  * 5 7/02/98 1:15p Jeffreys
77  * RTF Dialog
78  *
79  * 4 6/30/98 5:20p Jeffreys
80  * Reorganization of RTF/Word Plugins
81  *
82  * 3 4/09/98 1:41p Craigm
83  * Merged with K2 source for build 218 (dated March 30, 1998).
84  *
85  * 2 3/30/98 8:56a Davids
86  * Added Paradigm-standard headers and footers where missing, untabified.
87  *
88  * 1 3/11/98 4:56p Davids
89  * First cut.
90  *
91  * 1 3/06/98 3:50p Davids
92  * First cut
93  *
94  * 1 3/04/98 4:26p Craigm
95  * Word 97 import filter plug in resource IDs.
96  *****************************************************************************/
97 
98 
99 
100