bump product version to 5.0.4.1
[LibreOffice.git] / xmloff / inc / facreg.hxx
blobf0f415f72b973dc7241471e8cb39461eabea28ea
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_XMLOFF_INC_FACREG_HXX
21 #define INCLUDED_XMLOFF_INC_FACREG_HXX
23 #include <sal/config.h>
25 #include <com/sun/star/uno/Exception.hpp>
26 #include <com/sun/star/uno/Reference.hxx>
27 #include <com/sun/star/uno/Sequence.hxx>
28 #include <rtl/ustring.hxx>
29 #include <sal/types.h>
31 namespace com { namespace sun { namespace star {
32 namespace lang { class XMultiServiceFactory; }
33 namespace uno { class XInterface; }
34 } } }
36 // impress oasis import
37 OUString SAL_CALL XMLImpressImportOasis_getImplementationName() throw();
38 css::uno::Sequence<OUString> SAL_CALL XMLImpressImportOasis_getSupportedServiceNames() throw();
39 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressImportOasis_createInstance(
40 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
41 throw (css::uno::Exception);
42 OUString SAL_CALL XMLImpressStylesImportOasis_getImplementationName() throw();
43 css::uno::Sequence<OUString> SAL_CALL XMLImpressStylesImportOasis_getSupportedServiceNames() throw();
44 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressStylesImportOasis_createInstance(
45 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
46 throw (css::uno::Exception);
47 OUString SAL_CALL XMLImpressContentImportOasis_getImplementationName() throw();
48 css::uno::Sequence<OUString> SAL_CALL XMLImpressContentImportOasis_getSupportedServiceNames() throw();
49 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressContentImportOasis_createInstance(
50 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
51 throw (css::uno::Exception);
52 OUString SAL_CALL XMLImpressMetaImportOasis_getImplementationName() throw();
53 css::uno::Sequence<OUString> SAL_CALL XMLImpressMetaImportOasis_getSupportedServiceNames() throw();
54 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressMetaImportOasis_createInstance(
55 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
56 throw (css::uno::Exception);
57 OUString SAL_CALL XMLImpressSettingsImportOasis_getImplementationName() throw();
58 css::uno::Sequence<OUString> SAL_CALL XMLImpressSettingsImportOasis_getSupportedServiceNames() throw();
59 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressSettingsImportOasis_createInstance(
60 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
61 throw (css::uno::Exception);
63 // impress oasis export
64 OUString SAL_CALL XMLImpressExportOasis_getImplementationName() throw();
65 css::uno::Sequence<OUString> SAL_CALL XMLImpressExportOasis_getSupportedServiceNames() throw();
66 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressExportOasis_createInstance(
67 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
68 throw (css::uno::Exception);
69 OUString SAL_CALL XMLImpressStylesExportOasis_getImplementationName() throw();
70 css::uno::Sequence<OUString> SAL_CALL XMLImpressStylesExportOasis_getSupportedServiceNames() throw();
71 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressStylesExportOasis_createInstance(
72 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
73 throw (css::uno::Exception);
74 OUString SAL_CALL XMLImpressContentExportOasis_getImplementationName() throw();
75 css::uno::Sequence<OUString> SAL_CALL XMLImpressContentExportOasis_getSupportedServiceNames() throw();
76 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressContentExportOasis_createInstance(
77 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
78 throw (css::uno::Exception);
79 OUString SAL_CALL XMLImpressMetaExportOasis_getImplementationName() throw();
80 css::uno::Sequence<OUString> SAL_CALL XMLImpressMetaExportOasis_getSupportedServiceNames() throw();
81 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressMetaExportOasis_createInstance(
82 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
83 throw (css::uno::Exception);
84 OUString SAL_CALL XMLImpressSettingsExportOasis_getImplementationName() throw();
85 css::uno::Sequence<OUString> SAL_CALL XMLImpressSettingsExportOasis_getSupportedServiceNames() throw();
86 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressSettingsExportOasis_createInstance(
87 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
88 throw (css::uno::Exception);
90 // impress OOo import
92 // impress OOo export
93 OUString SAL_CALL XMLImpressExportOOO_getImplementationName() throw();
94 css::uno::Sequence<OUString> SAL_CALL XMLImpressExportOOO_getSupportedServiceNames() throw();
95 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressExportOOO_createInstance(
96 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
97 throw (css::uno::Exception);
98 OUString SAL_CALL XMLImpressStylesExportOOO_getImplementationName() throw();
99 css::uno::Sequence<OUString> SAL_CALL XMLImpressStylesExportOOO_getSupportedServiceNames() throw();
100 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressStylesExportOOO_createInstance(
101 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
102 throw (css::uno::Exception);
103 OUString SAL_CALL XMLImpressContentExportOOO_getImplementationName() throw();
104 css::uno::Sequence<OUString> SAL_CALL XMLImpressContentExportOOO_getSupportedServiceNames() throw();
105 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressContentExportOOO_createInstance(
106 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
107 throw (css::uno::Exception);
108 OUString SAL_CALL XMLImpressMetaExportOOO_getImplementationName() throw();
109 css::uno::Sequence<OUString> SAL_CALL XMLImpressMetaExportOOO_getSupportedServiceNames() throw();
110 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressMetaExportOOO_createInstance(
111 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
112 throw (css::uno::Exception);
113 OUString SAL_CALL XMLImpressSettingsExportOOO_getImplementationName() throw();
114 css::uno::Sequence<OUString> SAL_CALL XMLImpressSettingsExportOOO_getSupportedServiceNames() throw();
115 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressSettingsExportOOO_createInstance(
116 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
117 throw (css::uno::Exception);
119 // draw oasis import
120 OUString SAL_CALL XMLDrawImportOasis_getImplementationName() throw();
121 css::uno::Sequence<OUString> SAL_CALL XMLDrawImportOasis_getSupportedServiceNames() throw();
122 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawImportOasis_createInstance(
123 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
124 throw (css::uno::Exception);
125 OUString SAL_CALL XMLDrawStylesImportOasis_getImplementationName() throw();
126 css::uno::Sequence<OUString> SAL_CALL XMLDrawStylesImportOasis_getSupportedServiceNames() throw();
127 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawStylesImportOasis_createInstance(
128 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
129 throw (css::uno::Exception);
130 OUString SAL_CALL XMLDrawContentImportOasis_getImplementationName() throw();
131 css::uno::Sequence<OUString> SAL_CALL XMLDrawContentImportOasis_getSupportedServiceNames() throw();
132 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawContentImportOasis_createInstance(
133 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
134 throw (css::uno::Exception);
135 OUString SAL_CALL XMLDrawMetaImportOasis_getImplementationName() throw();
136 css::uno::Sequence<OUString> SAL_CALL XMLDrawMetaImportOasis_getSupportedServiceNames() throw();
137 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawMetaImportOasis_createInstance(
138 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
139 throw (css::uno::Exception);
140 OUString SAL_CALL XMLDrawSettingsImportOasis_getImplementationName() throw();
141 css::uno::Sequence<OUString> SAL_CALL XMLDrawSettingsImportOasis_getSupportedServiceNames() throw();
142 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawSettingsImportOasis_createInstance(
143 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
144 throw (css::uno::Exception);
146 // draw oasis export
147 OUString SAL_CALL XMLDrawExportOasis_getImplementationName() throw();
148 css::uno::Sequence<OUString> SAL_CALL XMLDrawExportOasis_getSupportedServiceNames() throw();
149 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawExportOasis_createInstance(
150 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
151 throw (css::uno::Exception);
152 OUString SAL_CALL XMLDrawStylesExportOasis_getImplementationName() throw();
153 css::uno::Sequence<OUString> SAL_CALL XMLDrawStylesExportOasis_getSupportedServiceNames() throw();
154 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawStylesExportOasis_createInstance(
155 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
156 throw (css::uno::Exception);
157 OUString SAL_CALL XMLDrawContentExportOasis_getImplementationName() throw();
158 css::uno::Sequence<OUString> SAL_CALL XMLDrawContentExportOasis_getSupportedServiceNames() throw();
159 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawContentExportOasis_createInstance(
160 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
161 throw (css::uno::Exception);
162 OUString SAL_CALL XMLDrawMetaExportOasis_getImplementationName() throw();
163 css::uno::Sequence<OUString> SAL_CALL XMLDrawMetaExportOasis_getSupportedServiceNames() throw();
164 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawMetaExportOasis_createInstance(
165 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
166 throw (css::uno::Exception);
167 OUString SAL_CALL XMLDrawSettingsExportOasis_getImplementationName() throw();
168 css::uno::Sequence<OUString> SAL_CALL XMLDrawSettingsExportOasis_getSupportedServiceNames() throw();
169 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawSettingsExportOasis_createInstance(
170 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
171 throw (css::uno::Exception);
173 // draw OOo import
175 // draw OOo export
176 OUString SAL_CALL XMLDrawExportOOO_getImplementationName() throw();
177 css::uno::Sequence<OUString> SAL_CALL XMLDrawExportOOO_getSupportedServiceNames() throw();
178 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawExportOOO_createInstance(
179 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
180 throw (css::uno::Exception);
181 OUString SAL_CALL XMLDrawStylesExportOOO_getImplementationName() throw();
182 css::uno::Sequence<OUString> SAL_CALL XMLDrawStylesExportOOO_getSupportedServiceNames() throw();
183 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawStylesExportOOO_createInstance(
184 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
185 throw (css::uno::Exception);
186 OUString SAL_CALL XMLDrawContentExportOOO_getImplementationName() throw();
187 css::uno::Sequence<OUString> SAL_CALL XMLDrawContentExportOOO_getSupportedServiceNames() throw();
188 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawContentExportOOO_createInstance(
189 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
190 throw (css::uno::Exception);
191 OUString SAL_CALL XMLDrawMetaExportOOO_getImplementationName() throw();
192 css::uno::Sequence<OUString> SAL_CALL XMLDrawMetaExportOOO_getSupportedServiceNames() throw();
193 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawMetaExportOOO_createInstance(
194 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
195 throw (css::uno::Exception);
196 OUString SAL_CALL XMLDrawSettingsExportOOO_getImplementationName() throw();
197 css::uno::Sequence<OUString> SAL_CALL XMLDrawSettingsExportOOO_getSupportedServiceNames() throw();
198 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawSettingsExportOOO_createInstance(
199 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
200 throw (css::uno::Exception);
202 // impress animation import
203 OUString SAL_CALL AnimationsImport_getImplementationName() throw();
204 css::uno::Sequence<OUString> SAL_CALL AnimationsImport_getSupportedServiceNames() throw();
205 css::uno::Reference<css::uno::XInterface> SAL_CALL AnimationsImport_createInstance(
206 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
207 throw (css::uno::Exception);
209 // drawing layer export
210 OUString SAL_CALL XMLDrawingLayerExport_getImplementationName() throw();
211 css::uno::Sequence<OUString> SAL_CALL XMLDrawingLayerExport_getSupportedServiceNames() throw();
212 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLDrawingLayerExport_createInstance(
213 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
214 throw (css::uno::Exception);
216 // impress xml clipboard export
217 OUString SAL_CALL XMLImpressClipboardExport_getImplementationName() throw();
218 css::uno::Sequence<OUString> SAL_CALL XMLImpressClipboardExport_getSupportedServiceNames() throw();
219 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLImpressClipboardExport_createInstance(
220 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
221 throw (css::uno::Exception);
223 // chart oasis import
224 OUString SAL_CALL SchXMLImport_getImplementationName() throw();
225 css::uno::Sequence<OUString> SAL_CALL SchXMLImport_getSupportedServiceNames() throw();
226 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLImport_createInstance(
227 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
228 throw (css::uno::Exception);
229 OUString SAL_CALL SchXMLImport_Meta_getImplementationName() throw();
230 css::uno::Sequence<OUString> SAL_CALL SchXMLImport_Meta_getSupportedServiceNames() throw();
231 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLImport_Meta_createInstance(
232 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
233 throw (css::uno::Exception);
234 OUString SAL_CALL SchXMLImport_Styles_getImplementationName() throw();
235 css::uno::Sequence<OUString> SAL_CALL SchXMLImport_Styles_getSupportedServiceNames() throw();
236 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLImport_Styles_createInstance(
237 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
238 throw (css::uno::Exception);
239 OUString SAL_CALL SchXMLImport_Content_getImplementationName() throw();
240 css::uno::Sequence<OUString> SAL_CALL SchXMLImport_Content_getSupportedServiceNames() throw();
241 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLImport_Content_createInstance(
242 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
243 throw (css::uno::Exception);
245 // chart oasis export
246 OUString SAL_CALL SchXMLExport_Oasis_getImplementationName() throw();
247 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Oasis_getSupportedServiceNames() throw();
248 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Oasis_createInstance(
249 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
250 throw (css::uno::Exception);
251 OUString SAL_CALL SchXMLExport_Oasis_Meta_getImplementationName() throw();
252 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Oasis_Meta_getSupportedServiceNames() throw();
253 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Oasis_Meta_createInstance(
254 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
255 throw (css::uno::Exception);
256 OUString SAL_CALL SchXMLExport_Oasis_Styles_getImplementationName() throw();
257 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Oasis_Styles_getSupportedServiceNames() throw();
258 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Oasis_Styles_createInstance(
259 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
260 throw (css::uno::Exception);
261 OUString SAL_CALL SchXMLExport_Oasis_Content_getImplementationName() throw();
262 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Oasis_Content_getSupportedServiceNames() throw();
263 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Oasis_Content_createInstance(
264 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
265 throw (css::uno::Exception);
267 // chart OOo import
269 // chart OOo export
270 OUString SAL_CALL SchXMLExport_getImplementationName() throw();
271 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_getSupportedServiceNames() throw();
272 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_createInstance(
273 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
274 throw (css::uno::Exception);
275 OUString SAL_CALL SchXMLExport_Styles_getImplementationName() throw();
276 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Styles_getSupportedServiceNames() throw();
277 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Styles_createInstance(
278 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
279 throw (css::uno::Exception);
280 OUString SAL_CALL SchXMLExport_Content_getImplementationName() throw();
281 css::uno::Sequence<OUString> SAL_CALL SchXMLExport_Content_getSupportedServiceNames() throw();
282 css::uno::Reference<css::uno::XInterface> SAL_CALL SchXMLExport_Content_createInstance(
283 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
284 throw (css::uno::Exception);
286 // meta export
287 OUString SAL_CALL XMLMetaExportComponent_getImplementationName() throw();
288 css::uno::Sequence<OUString> SAL_CALL XMLMetaExportComponent_getSupportedServiceNames() throw();
289 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLMetaExportComponent_createInstance(
290 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
291 throw (css::uno::Exception);
293 // meta import
294 OUString SAL_CALL XMLMetaImportComponent_getImplementationName() throw();
295 css::uno::Sequence<OUString> SAL_CALL XMLMetaImportComponent_getSupportedServiceNames() throw();
296 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLMetaImportComponent_createInstance(
297 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
298 throw (css::uno::Exception);
300 // meta export OOo
301 OUString SAL_CALL XMLMetaExportOOO_getImplementationName() throw();
302 css::uno::Sequence<OUString> SAL_CALL XMLMetaExportOOO_getSupportedServiceNames() throw();
303 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLMetaExportOOO_createInstance(
304 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
305 throw (css::uno::Exception);
307 // writer autotext event export
308 OUString SAL_CALL XMLAutoTextEventExport_getImplementationName() throw();
309 css::uno::Sequence<OUString> SAL_CALL XMLAutoTextEventExport_getSupportedServiceNames() throw();
310 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLAutoTextEventExport_createInstance(
311 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
312 throw (css::uno::Exception);
314 // writer autotext event import
315 OUString SAL_CALL XMLAutoTextEventImport_getImplementationName() throw();
316 css::uno::Sequence<OUString> SAL_CALL XMLAutoTextEventImport_getSupportedServiceNames() throw();
317 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLAutoTextEventImport_createInstance(
318 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
319 throw (css::uno::Exception);
321 // writer autotext event export OOo
322 OUString SAL_CALL XMLAutoTextEventExportOOO_getImplementationName() throw();
323 css::uno::Sequence<OUString> SAL_CALL XMLAutoTextEventExportOOO_getSupportedServiceNames() throw();
324 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLAutoTextEventExportOOO_createInstance(
325 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
326 throw (css::uno::Exception);
328 // writer autotext event import OOo
329 OUString SAL_CALL XMLAutoTextEventImportOOO_getImplementationName() throw();
330 css::uno::Sequence<OUString> SAL_CALL XMLAutoTextEventImportOOO_getSupportedServiceNames() throw();
331 css::uno::Reference<css::uno::XInterface> SAL_CALL XMLAutoTextEventImportOOO_createInstance(
332 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
333 throw (css::uno::Exception);
335 // Oasis2OOo transformer
336 OUString SAL_CALL Oasis2OOoTransformer_getImplementationName() throw();
337 css::uno::Sequence<OUString> SAL_CALL Oasis2OOoTransformer_getSupportedServiceNames() throw();
338 css::uno::Reference<css::uno::XInterface> SAL_CALL Oasis2OOoTransformer_createInstance(
339 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
340 throw (css::uno::Exception);
342 // OOo2Oasis transformer
343 OUString SAL_CALL OOo2OasisTransformer_getImplementationName() throw();
344 css::uno::Sequence<OUString> SAL_CALL OOo2OasisTransformer_getSupportedServiceNames() throw();
345 css::uno::Reference<css::uno::XInterface> SAL_CALL OOo2OasisTransformer_createInstance(
346 css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
347 throw (css::uno::Exception);
349 #endif
351 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */