InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IFindChangeFormatData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Wai Cheuk
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 __IFindChangeFormatData__
25 #define __IFindChangeFormatData__
26 
27 #ifndef __IPMUnknown__
28 #include "IPMUnknown.h"
29 #endif
30 
31 #include "TextWalkerServiceProviderID.h"
32 #include "IFindChangeOptions.h"
33 
34 class AttributeBossList;
35 class PMString;
36 
41 {
42 public:
46  enum { kDefaultIID = IID_IFINDCHANGEFORMATDATA };
47 
52  {
57  };
58 
66 
73  virtual void SetDialogType(FindChangeFormatDataType type) = 0;
74 
80  virtual IDataBase* GetTargetDB() = 0;
81 
90 
99 
108 
114  virtual const UID& GetObjectFindStyle() = 0;
115 
120  virtual void SetTargetDB(IDataBase *db) = 0;
121 
130 
139 
148 
154  virtual void SetObjectFindStyle(const UID& styleName) = 0;
155 
162 
171 
180 
189 
195  virtual const UID& GetObjectChangeStyle() = 0;
196 
205 
214 
223 
231  virtual void SetObjectChangeStyle(const UID& styleName) = 0;
232 
239 
248 
257 
266 
275 
285 
295 };
296 
297 #endif