1*b1cdbd2cSJim Jagielski /**************************************************************
2*b1cdbd2cSJim Jagielski  *
3*b1cdbd2cSJim Jagielski  * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski  * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski  * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski  * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski  * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski  * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski  * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski  *
11*b1cdbd2cSJim Jagielski  *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski  *
13*b1cdbd2cSJim Jagielski  * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski  * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski  * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski  * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski  * under the License.
19*b1cdbd2cSJim Jagielski  *
20*b1cdbd2cSJim Jagielski  *************************************************************/
21*b1cdbd2cSJim Jagielski 
22*b1cdbd2cSJim Jagielski 
23*b1cdbd2cSJim Jagielski 
24*b1cdbd2cSJim Jagielski // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:05.076676
25*b1cdbd2cSJim Jagielski 
26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS
27*b1cdbd2cSJim Jagielski 
28*b1cdbd2cSJim Jagielski //---MARKER---
29*b1cdbd2cSJim Jagielski #include "sal/config.h"
30*b1cdbd2cSJim Jagielski #include "sal/types.h"
31*b1cdbd2cSJim Jagielski 
32*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/AccessibleEventId.hpp"
33*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/AccessibleRelationType.hpp"
34*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/AccessibleRole.hpp"
35*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/AccessibleStateType.hpp"
36*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/AccessibleTextType.hpp"
37*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/XAccessible.hpp"
38*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/XAccessibleContext.hpp"
39*b1cdbd2cSJim Jagielski #include "com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp"
40*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleEventId.hpp>
41*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleEventObject.hpp>
42*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleRole.hpp>
43*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleStateType.hpp>
44*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
45*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
46*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessible.hpp>
47*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleAction.hpp>
48*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleContext.hpp>
49*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
50*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
51*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>
52*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleStateSet.hpp>
53*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleTable.hpp>
54*b1cdbd2cSJim Jagielski #include <com/sun/star/accessibility/XAccessibleValue.hpp>
55*b1cdbd2cSJim Jagielski 
56*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontWeight.hpp"
57*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySet.hpp"
58*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySetInfo.hpp"
59*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XAsyncOutputMonitor.hpp"
60*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/EventObject.hpp"
61*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/Locale.hpp"
62*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp"
63*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp"
64*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiComponentFactory.hpp"
65*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiServiceFactory.hpp"
66*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/Command.hpp"
67*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/CommandAbortedException.hpp"
68*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/IllegalIdentifierException.hpp"
69*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/UnsupportedCommandException.hpp"
70*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandEnvironment.hpp"
71*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandProcessor.hpp"
72*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContent.hpp"
73*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentIdentifier.hpp"
74*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentIdentifierFactory.hpp"
75*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProvider.hpp"
76*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProviderManager.hpp"
77*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XFilePicker.hpp"
78*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XFolderPicker.hpp"
79*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hpp"
80*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hpp"
81*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XComponentContext.hpp"
82*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hpp"
83*b1cdbd2cSJim Jagielski #include "com/sun/star/uri/XUriReference.hpp"
84*b1cdbd2cSJim Jagielski #include "com/sun/star/uri/XUriReferenceFactory.hpp"
85*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/KeyEvent.hpp>
86*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/KeyModifier.hpp>
87*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/LineEndFormat.hpp>
88*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/XFocusListener.hpp>
89*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/XImageConsumer.hpp>
90*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/XItemEventBroadcaster.hpp>
91*b1cdbd2cSJim Jagielski #include <com/sun/star/awt/XTextArea.hpp>
92*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/NamedValue.hpp>
93*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/PropertyChangeEvent.hpp>
94*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/PropertyState.hpp>
95*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/PropertyValue.hpp>
96*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/PropertyValues.hpp>
97*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/XFastPropertySet.hpp>
98*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/XMaterialHolder.hpp>
99*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/XMultiPropertySet.hpp>
100*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/XPropertiesChangeListener.hpp>
101*b1cdbd2cSJim Jagielski #include <com/sun/star/beans/XPropertyAccess.hpp>
102*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XChild.hpp>
103*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XEnumerationAccess.hpp>
104*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XHierarchicalNameAccess.hpp>
105*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XIndexAccess.hpp>
106*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XIndexContainer.hpp>
107*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XNameAccess.hpp>
108*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XNameContainer.hpp>
109*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XNameReplace.hpp>
110*b1cdbd2cSJim Jagielski #include <com/sun/star/container/XNamed.hpp>
111*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/XMimeContentType.hpp>
112*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
113*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/XTransferable.hpp>
114*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
115*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp>
116*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp>
117*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
118*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
119*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
120*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
121*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
122*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
123*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
124*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
125*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp>
126*b1cdbd2cSJim Jagielski #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
127*b1cdbd2cSJim Jagielski #include <com/sun/star/document/XEventsSupplier.hpp>
128*b1cdbd2cSJim Jagielski #include <com/sun/star/document/XExporter.hpp>
129*b1cdbd2cSJim Jagielski #include <com/sun/star/document/XTypeDetection.hpp>
130*b1cdbd2cSJim Jagielski #include <com/sun/star/document/XViewDataSupplier.hpp>
131*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/Actions.hpp>
132*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/Aspects.hpp>
133*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/ElementModes.hpp>
134*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/EmbedMisc.hpp>
135*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/EmbedStates.hpp>
136*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
137*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XActionsApproval.hpp>
138*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XComponentSupplier.hpp>
139*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XEmbedPersist.hpp>
140*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XExtendedStorageStream.hpp>
141*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XHierarchicalStorageAccess.hpp>
142*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XStateChangeListener.hpp>
143*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XStorage.hpp>
144*b1cdbd2cSJim Jagielski #include <com/sun/star/embed/XTransactedObject.hpp>
145*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/DoubleInitializationException.hpp>
146*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XComponentLoader.hpp>
147*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XConfigManager.hpp>
148*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XDispatch.hpp>
149*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XDispatchProvider.hpp>
150*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XDocumentTemplates.hpp>
151*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XModuleManager.hpp>
152*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XStatusListener.hpp>
153*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/XTerminateListener.hpp>
154*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/status/ItemState.hpp>
155*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/status/ItemStatus.hpp>
156*b1cdbd2cSJim Jagielski #include <com/sun/star/frame/status/Visibility.hpp>
157*b1cdbd2cSJim Jagielski #include <com/sun/star/graphic/XGraphicProvider.hpp>
158*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/AmPmValue.hpp>
159*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/CalendarDisplayCode.hpp>
160*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/CalendarDisplayIndex.hpp>
161*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/CalendarFieldIndex.hpp>
162*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/CharacterIteratorMode.hpp>
163*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/CollatorOptions.hpp>
164*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/InputSequenceCheckMode.hpp>
165*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/KNumberFormatType.hpp>
166*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/KNumberFormatUsage.hpp>
167*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/NumberFormatCode.hpp>
168*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/ScriptType.hpp>
169*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/TransliterationModules.hpp>
170*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/Weekdays.hpp>
171*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/WordType.hpp>
172*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/XBreakIterator.hpp>
173*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/XCollator.hpp>
174*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/XExtendedCalendar.hpp>
175*b1cdbd2cSJim Jagielski #include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp>
176*b1cdbd2cSJim Jagielski #include <com/sun/star/io/IOException.hpp>
177*b1cdbd2cSJim Jagielski #include <com/sun/star/io/NotConnectedException.hpp>
178*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XActiveDataControl.hpp>
179*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XActiveDataSource.hpp>
180*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XInputStream.hpp>
181*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XOutputStream.hpp>
182*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XPersist.hpp>
183*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XPersistObject.hpp>
184*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XSeekable.hpp>
185*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XStream.hpp>
186*b1cdbd2cSJim Jagielski #include <com/sun/star/io/XTruncate.hpp>
187*b1cdbd2cSJim Jagielski #include <com/sun/star/java/InvalidJavaSettingsException.hpp>
188*b1cdbd2cSJim Jagielski #include <com/sun/star/java/JavaDisabledException.hpp>
189*b1cdbd2cSJim Jagielski #include <com/sun/star/java/JavaNotFoundException.hpp>
190*b1cdbd2cSJim Jagielski #include <com/sun/star/java/JavaVMCreationFailureException.hpp>
191*b1cdbd2cSJim Jagielski #include <com/sun/star/java/RestartRequiredException.hpp>
192*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/DisposedException.hpp>
193*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/IllegalArgumentException.hpp>
194*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/Locale.hpp>
195*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
196*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XComponent.hpp>
197*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XEventListener.hpp>
198*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XInitialization.hpp>
199*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XMultiServiceFactory.hpp>
200*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XServiceInfo.hpp>
201*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XSingleServiceFactory.hpp>
202*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XTypeProvider.hpp>
203*b1cdbd2cSJim Jagielski #include <com/sun/star/lang/XUnoTunnel.hpp>
204*b1cdbd2cSJim Jagielski #include <com/sun/star/packages/NoEncryptionException.hpp>
205*b1cdbd2cSJim Jagielski #include <com/sun/star/registry/XRegistryKey.hpp>
206*b1cdbd2cSJim Jagielski #include <com/sun/star/registry/XSimpleRegistry.hpp>
207*b1cdbd2cSJim Jagielski #include <com/sun/star/script/XTypeConverter.hpp>
208*b1cdbd2cSJim Jagielski #include <com/sun/star/sdb/CommandType.hpp>
209*b1cdbd2cSJim Jagielski #include <com/sun/star/sdb/SQLContext.hpp>
210*b1cdbd2cSJim Jagielski #include <com/sun/star/sdb/XCompletedConnection.hpp>
211*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbc/SQLWarning.hpp>
212*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbc/XConnection.hpp>
213*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbc/XDataSource.hpp>
214*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbc/XResultSet.hpp>
215*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbc/XRow.hpp>
216*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
217*b1cdbd2cSJim Jagielski #include <com/sun/star/sdbcx/XTablesSupplier.hpp>
218*b1cdbd2cSJim Jagielski #include <com/sun/star/svg/XSVGWriter.hpp>
219*b1cdbd2cSJim Jagielski #include <com/sun/star/system/SystemShellExecuteFlags.hpp>
220*b1cdbd2cSJim Jagielski #include <com/sun/star/system/XSystemShellExecute.hpp>
221*b1cdbd2cSJim Jagielski #include <com/sun/star/task/DocumentPasswordRequest.hpp>
222*b1cdbd2cSJim Jagielski #include <com/sun/star/task/DocumentMSPasswordRequest.hpp>
223*b1cdbd2cSJim Jagielski #include <com/sun/star/task/MasterPasswordRequest.hpp>
224*b1cdbd2cSJim Jagielski #include <com/sun/star/task/NoMasterException.hpp>
225*b1cdbd2cSJim Jagielski #include <com/sun/star/task/PasswordRequestMode.hpp>
226*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionAbort.hpp>
227*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionContinuation.hpp>
228*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionHandler.hpp>
229*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionPassword.hpp>
230*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionRequest.hpp>
231*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XInteractionRetry.hpp>
232*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XJob.hpp>
233*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XJobExecutor.hpp>
234*b1cdbd2cSJim Jagielski #include <com/sun/star/task/XPasswordContainer.hpp>
235*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/CommandAbortedException.hpp>
236*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/ContentCreationException.hpp>
237*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/FileSystemNotation.hpp>
238*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/IOErrorCode.hpp>
239*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/InteractiveIOException.hpp>
240*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/NumberedSortingInfo.hpp>
241*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/TransferResult.hpp>
242*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XAnyCompareFactory.hpp>
243*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XCommandEnvironment.hpp>
244*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XContent.hpp>
245*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XContentAccess.hpp>
246*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XContentProviderManager.hpp>
247*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XDynamicResultSet.hpp>
248*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XProgressHandler.hpp>
249*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XSimpleFileAccess.hpp>
250*b1cdbd2cSJim Jagielski #include <com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp>
251*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/ImageType.hpp>
252*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
253*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/XImageManager.hpp>
254*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
255*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/XUIConfigurationManager.hpp>
256*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
257*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
258*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
259*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
260*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/dialogs/XFilePicker.hpp>
261*b1cdbd2cSJim Jagielski #include <com/sun/star/ui/dialogs/XFilterManager.hpp>
262*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/Any.h>
263*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/Exception.hpp>
264*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/Reference.h>
265*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/RuntimeException.hpp>
266*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/Sequence.h>
267*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/XAggregation.hpp>
268*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/XComponentContext.hpp>
269*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/XCurrentContext.hpp>
270*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/XInterface.hpp>
271*b1cdbd2cSJim Jagielski #include <com/sun/star/uno/XWeak.hpp>
272*b1cdbd2cSJim Jagielski #include <com/sun/star/util/AliasProgrammaticPair.hpp>
273*b1cdbd2cSJim Jagielski #include <com/sun/star/util/Date.hpp>
274*b1cdbd2cSJim Jagielski #include <com/sun/star/util/DateTime.hpp>
275*b1cdbd2cSJim Jagielski #include <com/sun/star/util/DateTimeRange.hpp>
276*b1cdbd2cSJim Jagielski #include <com/sun/star/util/SearchAlgorithms.hpp>
277*b1cdbd2cSJim Jagielski #include <com/sun/star/util/SearchFlags.hpp>
278*b1cdbd2cSJim Jagielski #include <com/sun/star/util/SearchOptions.hpp>
279*b1cdbd2cSJim Jagielski #include <com/sun/star/util/SearchResult.hpp>
280*b1cdbd2cSJim Jagielski #include <com/sun/star/util/URL.hpp>
281*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XChangesBatch.hpp>
282*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XCloneable.hpp>
283*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XCloseBroadcaster.hpp>
284*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XCloseable.hpp>
285*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XModifiable.hpp>
286*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XModifyListener.hpp>
287*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XNumberFormatTypes.hpp>
288*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XNumberFormats.hpp>
289*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XNumberFormatsSupplier.hpp>
290*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XOfficeInstallationDirectories.hpp>
291*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XStringSubstitution.hpp>
292*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XURLTransformer.hpp>
293*b1cdbd2cSJim Jagielski #include <com/sun/star/util/XUpdatable.hpp>
294*b1cdbd2cSJim Jagielski #include <com/sun/star/view/XPrintable.hpp>
295*b1cdbd2cSJim Jagielski #include <com/sun/star/xml/sax/XAttributeList.hpp>
296*b1cdbd2cSJim Jagielski #include <com/sun/star/xml/sax/XDocumentHandler.hpp>
297*b1cdbd2cSJim Jagielski #include <com/sun/star/xml/sax/XParser.hpp>
298*b1cdbd2cSJim Jagielski 
299*b1cdbd2cSJim Jagielski #include <algorithm>
300*b1cdbd2cSJim Jagielski #include <deque>
301*b1cdbd2cSJim Jagielski #include <hash_map>
302*b1cdbd2cSJim Jagielski #include <limits>
303*b1cdbd2cSJim Jagielski 
304*b1cdbd2cSJim Jagielski #include <list>
305*b1cdbd2cSJim Jagielski #include <map>
306*b1cdbd2cSJim Jagielski #include <memory>
307*b1cdbd2cSJim Jagielski #include <queue>
308*b1cdbd2cSJim Jagielski #include <set>
309*b1cdbd2cSJim Jagielski #include <stack>
310*b1cdbd2cSJim Jagielski #include <utility>
311*b1cdbd2cSJim Jagielski #include <vector>
312*b1cdbd2cSJim Jagielski 
313*b1cdbd2cSJim Jagielski 
314*b1cdbd2cSJim Jagielski #include <i18npool/lang.h>
315*b1cdbd2cSJim Jagielski #include <i18npool/mslangid.hxx>
316*b1cdbd2cSJim Jagielski 
317*b1cdbd2cSJim Jagielski #include "comphelper/processfactory.hxx"
318*b1cdbd2cSJim Jagielski #include <comphelper/accessibleeventnotifier.hxx>
319*b1cdbd2cSJim Jagielski #include <comphelper/broadcasthelper.hxx>
320*b1cdbd2cSJim Jagielski #include <comphelper/configurationhelper.hxx>
321*b1cdbd2cSJim Jagielski #include <comphelper/processfactory.hxx>
322*b1cdbd2cSJim Jagielski #include <comphelper/regpathhelper.hxx>
323*b1cdbd2cSJim Jagielski #include <comphelper/sequence.hxx>
324*b1cdbd2cSJim Jagielski #include <comphelper/sequenceashashmap.hxx>
325*b1cdbd2cSJim Jagielski #include <comphelper/servicehelper.hxx>
326*b1cdbd2cSJim Jagielski #include <comphelper/stl_types.hxx>
327*b1cdbd2cSJim Jagielski #include <comphelper/storagehelper.hxx>
328*b1cdbd2cSJim Jagielski #include <comphelper/types.hxx>
329*b1cdbd2cSJim Jagielski #include <comphelper/uno3.hxx>
330*b1cdbd2cSJim Jagielski 
331*b1cdbd2cSJim Jagielski #include "cppuhelper/bootstrap.hxx"
332*b1cdbd2cSJim Jagielski #include "cppuhelper/exc_hlp.hxx"
333*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx"
334*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.hxx"
335*b1cdbd2cSJim Jagielski #include "cppuhelper/weakref.hxx"
336*b1cdbd2cSJim Jagielski #include <cppuhelper/bootstrap.hxx>
337*b1cdbd2cSJim Jagielski #include <cppuhelper/exc_hlp.hxx>
338*b1cdbd2cSJim Jagielski #include <cppuhelper/factory.hxx>
339*b1cdbd2cSJim Jagielski #include <cppuhelper/interfacecontainer.h>
340*b1cdbd2cSJim Jagielski #include <cppuhelper/interfacecontainer.hxx>
341*b1cdbd2cSJim Jagielski #include <cppuhelper/propshlp.hxx>
342*b1cdbd2cSJim Jagielski #include <cppuhelper/queryinterface.hxx>
343*b1cdbd2cSJim Jagielski #include <cppuhelper/servicefactory.hxx>
344*b1cdbd2cSJim Jagielski #include <cppuhelper/typeprovider.hxx>
345*b1cdbd2cSJim Jagielski #include <cppuhelper/weak.hxx>
346*b1cdbd2cSJim Jagielski #include <cppuhelper/weakagg.hxx>
347*b1cdbd2cSJim Jagielski #include <cppuhelper/weakref.hxx>
348*b1cdbd2cSJim Jagielski 
349*b1cdbd2cSJim Jagielski #include <osl/conditn.hxx>
350*b1cdbd2cSJim Jagielski #include <osl/conditn.hxx>
351*b1cdbd2cSJim Jagielski #include <osl/diagnose.h>
352*b1cdbd2cSJim Jagielski #include <osl/endian.h>
353*b1cdbd2cSJim Jagielski #include <osl/file.h>
354*b1cdbd2cSJim Jagielski #include <osl/file.hxx>
355*b1cdbd2cSJim Jagielski #include <osl/module.h>
356*b1cdbd2cSJim Jagielski #include <osl/module.hxx>
357*b1cdbd2cSJim Jagielski #include <osl/mutex.h>
358*b1cdbd2cSJim Jagielski #include <osl/mutex.hxx>
359*b1cdbd2cSJim Jagielski #include <osl/process.h>
360*b1cdbd2cSJim Jagielski #include <osl/thread.h>
361*b1cdbd2cSJim Jagielski #include <osl/thread.hxx>
362*b1cdbd2cSJim Jagielski 
363*b1cdbd2cSJim Jagielski #include <rsc/rscsfx.hxx>
364*b1cdbd2cSJim Jagielski 
365*b1cdbd2cSJim Jagielski #include "rtl/crc.h"
366*b1cdbd2cSJim Jagielski #include "rtl/memory.h"
367*b1cdbd2cSJim Jagielski #include "rtl/strbuf.hxx"
368*b1cdbd2cSJim Jagielski #include "rtl/string.h"
369*b1cdbd2cSJim Jagielski #include "rtl/string.hxx"
370*b1cdbd2cSJim Jagielski #include "rtl/textenc.h"
371*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx"
372*b1cdbd2cSJim Jagielski #include "rtl/ustring.h"
373*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx"
374*b1cdbd2cSJim Jagielski #include <rtl/alloc.h>
375*b1cdbd2cSJim Jagielski #include <rtl/byteseq.hxx>
376*b1cdbd2cSJim Jagielski #include <rtl/cipher.h>
377*b1cdbd2cSJim Jagielski #include <rtl/crc.h>
378*b1cdbd2cSJim Jagielski #include <rtl/digest.h>
379*b1cdbd2cSJim Jagielski #include <rtl/logfile.hxx>
380*b1cdbd2cSJim Jagielski #include <rtl/math.hxx>
381*b1cdbd2cSJim Jagielski #include <rtl/memory.h>
382*b1cdbd2cSJim Jagielski #include <rtl/strbuf.hxx>
383*b1cdbd2cSJim Jagielski #include <rtl/string.hxx>
384*b1cdbd2cSJim Jagielski #include <rtl/tencinfo.h>
385*b1cdbd2cSJim Jagielski #include <rtl/textcvt.h>
386*b1cdbd2cSJim Jagielski #include <rtl/textenc.h>
387*b1cdbd2cSJim Jagielski #include <rtl/ustrbuf.hxx>
388*b1cdbd2cSJim Jagielski #include <rtl/ustring.h>
389*b1cdbd2cSJim Jagielski #include <rtl/ustring.hxx>
390*b1cdbd2cSJim Jagielski #include <rtl/uuid.h>
391*b1cdbd2cSJim Jagielski 
392*b1cdbd2cSJim Jagielski #include "unotools/configitem.hxx"
393*b1cdbd2cSJim Jagielski #include "unotools/configmgr.hxx"
394*b1cdbd2cSJim Jagielski 
395*b1cdbd2cSJim Jagielski #include <sot/clsids.hxx>
396*b1cdbd2cSJim Jagielski 
397*b1cdbd2cSJim Jagielski #include <tools/inetdef.hxx>
398*b1cdbd2cSJim Jagielski 
399*b1cdbd2cSJim Jagielski #include <ucbhelper/commandenvironment.hxx>
400*b1cdbd2cSJim Jagielski #include <ucbhelper/content.hxx>
401*b1cdbd2cSJim Jagielski #include <ucbhelper/contentbroker.hxx>
402*b1cdbd2cSJim Jagielski #include <ucbhelper/fileidentifierconverter.hxx>
403*b1cdbd2cSJim Jagielski 
404*b1cdbd2cSJim Jagielski #include <uno/mapping.hxx>
405*b1cdbd2cSJim Jagielski 
406*b1cdbd2cSJim Jagielski #include <unotools/bootstrap.hxx>
407*b1cdbd2cSJim Jagielski #include <unotools/collatorwrapper.hxx>
408*b1cdbd2cSJim Jagielski #include <unotools/configitem.hxx>
409*b1cdbd2cSJim Jagielski #include <unotools/configmgr.hxx>
410*b1cdbd2cSJim Jagielski #include <unotools/confignode.hxx>
411*b1cdbd2cSJim Jagielski #include <unotools/configpathes.hxx>
412*b1cdbd2cSJim Jagielski #include <unotools/nativenumberwrapper.hxx>
413*b1cdbd2cSJim Jagielski #include <unotools/numberformatcodewrapper.hxx>
414*b1cdbd2cSJim Jagielski #include <unotools/processfactory.hxx>
415*b1cdbd2cSJim Jagielski 
416*b1cdbd2cSJim Jagielski #include <vcl/dndhelp.hxx>
417*b1cdbd2cSJim Jagielski #include <tools/fldunit.hxx>
418*b1cdbd2cSJim Jagielski #include <tools/mapunit.hxx>
419*b1cdbd2cSJim Jagielski #include <vcl/unohelp.hxx>
420*b1cdbd2cSJim Jagielski 
421*b1cdbd2cSJim Jagielski #include <vos/mutex.hxx>
422*b1cdbd2cSJim Jagielski #include <vos/process.hxx>
423*b1cdbd2cSJim Jagielski #include <vos/ref.hxx>
424*b1cdbd2cSJim Jagielski #include <vos/refernce.hxx>
425*b1cdbd2cSJim Jagielski #include <vos/security.hxx>
426*b1cdbd2cSJim Jagielski #include <vos/thread.hxx>
427*b1cdbd2cSJim Jagielski #include <vos/timer.hxx>
428*b1cdbd2cSJim Jagielski 
429*b1cdbd2cSJim Jagielski //---MARKER---
430*b1cdbd2cSJim Jagielski 
431*b1cdbd2cSJim Jagielski #endif
432*b1cdbd2cSJim Jagielski 
433