1*38d50f7bSAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*38d50f7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*38d50f7bSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*38d50f7bSAndrew Rist * distributed with this work for additional information 6*38d50f7bSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*38d50f7bSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*38d50f7bSAndrew Rist * "License"); you may not use this file except in compliance 9*38d50f7bSAndrew Rist * with the License. You may obtain a copy of the License at 10*38d50f7bSAndrew Rist * 11*38d50f7bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*38d50f7bSAndrew Rist * 13*38d50f7bSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*38d50f7bSAndrew Rist * software distributed under the License is distributed on an 15*38d50f7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*38d50f7bSAndrew Rist * KIND, either express or implied. See the License for the 17*38d50f7bSAndrew Rist * specific language governing permissions and limitations 18*38d50f7bSAndrew Rist * under the License. 19*38d50f7bSAndrew Rist * 20*38d50f7bSAndrew Rist *************************************************************/ 21*38d50f7bSAndrew Rist 22*38d50f7bSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-07-11 15:52:42.937361 25cdf0e10cSrcweir 26cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 27cdf0e10cSrcweir #include <sal/config.h> 28cdf0e10cSrcweir #include "scitems.hxx" 29cdf0e10cSrcweir 30cdf0e10cSrcweir #include <algorithm> 31cdf0e10cSrcweir #include <assert.h> 32cdf0e10cSrcweir #include <deque> 33cdf0e10cSrcweir #include <stdarg.h> 34cdf0e10cSrcweir #include <stddef.h> 35cdf0e10cSrcweir #include <stdio.h> 36cdf0e10cSrcweir #include <string.h> 37cdf0e10cSrcweir #include <iosfwd> 38cdf0e10cSrcweir #include <limits.h> 39cdf0e10cSrcweir #include <limits> 40cdf0e10cSrcweir #include <list> 41cdf0e10cSrcweir #include <math.h> 42cdf0e10cSrcweir #include <memory> 43cdf0e10cSrcweir #include <new> 44cdf0e10cSrcweir #include <cfloat> 45cdf0e10cSrcweir 46cdf0e10cSrcweir #include <boost/bind.hpp> 47cdf0e10cSrcweir 48cdf0e10cSrcweir #include <basegfx/polygon/b2dpolygon.hxx> 49cdf0e10cSrcweir #include <basegfx/polygon/b3dpolygon.hxx> 50cdf0e10cSrcweir #include <basegfx/polygon/b3dpolypolygon.hxx> 51cdf0e10cSrcweir #include <com/sun/star/uno/Any.h> 52cdf0e10cSrcweir #include <com/sun/star/uno/Any.hxx> 53cdf0e10cSrcweir #include <com/sun/star/uno/Reference.h> 54cdf0e10cSrcweir #include <com/sun/star/uno/Sequence.h> 55cdf0e10cSrcweir #include <com/sun/star/uno/Sequence.hxx> 56cdf0e10cSrcweir #include <com/sun/star/uno/Type.hxx> 57cdf0e10cSrcweir #include <cppu/macros.hxx> 58cdf0e10cSrcweir #include <cppuhelper/weakref.hxx> 59cdf0e10cSrcweir #include <cstddef> 60cdf0e10cSrcweir #include <cwchar> 61cdf0e10cSrcweir #include <float.h> 62cdf0e10cSrcweir #include <functional> 63cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Point.hdl> 64cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Point.hpp> 65cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Size.hdl> 66cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Size.hpp> 67cdf0e10cSrcweir #include <offuh/com/sun/star/beans/PropertyVetoException.hdl> 68cdf0e10cSrcweir #include <offuh/com/sun/star/beans/PropertyVetoException.hpp> 69cdf0e10cSrcweir #include <offuh/com/sun/star/container/ElementExistException.hdl> 70cdf0e10cSrcweir #include <offuh/com/sun/star/container/ElementExistException.hpp> 71cdf0e10cSrcweir #include <offuh/com/sun/star/container/NoSuchElementException.hpp> 72cdf0e10cSrcweir #include <offuh/com/sun/star/container/XElementAccess.hdl> 73cdf0e10cSrcweir #include <offuh/com/sun/star/container/XElementAccess.hpp> 74cdf0e10cSrcweir #include <offuh/com/sun/star/container/XNameAccess.hpp> 75cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/DataFlavor.hdl> 76cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragGestureEvent.hpp> 77cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDragEvent.hdl> 78cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDragEvent.hpp> 79cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDropEvent.hdl> 80cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceEvent.hpp> 81cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hdl> 82cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hpp> 83cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEvent.hdl> 84cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp> 85cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp> 86cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetEvent.hdl> 87cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetEvent.hpp> 88cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragGestureListener.hdl> 89cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> 90cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSource.hdl> 91cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSource.hpp> 92cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceContext.hdl> 93cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceContext.hpp> 94cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceListener.hdl> 95cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> 96cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp> 97cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetListener.hdl> 98cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> 99cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/UnsupportedFlavorException.hdl> 100cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/XTransferable.hpp> 101cdf0e10cSrcweir #include <offuh/com/sun/star/drawing/XShape.hpp> 102cdf0e10cSrcweir #include <offuh/com/sun/star/embed/InvalidStorageException.hpp> 103cdf0e10cSrcweir #include <offuh/com/sun/star/embed/StorageWrappedTargetException.hdl> 104cdf0e10cSrcweir #include <offuh/com/sun/star/embed/StorageWrappedTargetException.hpp> 105cdf0e10cSrcweir #include <offuh/com/sun/star/embed/XStorage.hdl> 106cdf0e10cSrcweir #include <offuh/com/sun/star/embed/XStorage.hpp> 107cdf0e10cSrcweir #include <offuh/com/sun/star/io/BufferSizeExceededException.hpp> 108cdf0e10cSrcweir #include <offuh/com/sun/star/io/IOException.hdl> 109cdf0e10cSrcweir #include <offuh/com/sun/star/io/NotConnectedException.hdl> 110cdf0e10cSrcweir #include <offuh/com/sun/star/io/NotConnectedException.hpp> 111cdf0e10cSrcweir #include <offuh/com/sun/star/io/XInputStream.hdl> 112cdf0e10cSrcweir #include <offuh/com/sun/star/io/XInputStream.hpp> 113cdf0e10cSrcweir #include <offuh/com/sun/star/io/XOutputStream.hdl> 114cdf0e10cSrcweir #include <offuh/com/sun/star/io/XOutputStream.hpp> 115cdf0e10cSrcweir #include <offuh/com/sun/star/io/XStream.hdl> 116cdf0e10cSrcweir #include <offuh/com/sun/star/lang/EventObject.hdl> 117cdf0e10cSrcweir #include <offuh/com/sun/star/lang/IllegalArgumentException.hpp> 118cdf0e10cSrcweir #include <offuh/com/sun/star/lang/WrappedTargetException.hdl> 119cdf0e10cSrcweir #include <offuh/com/sun/star/lang/WrappedTargetException.hpp> 120cdf0e10cSrcweir #include <offuh/com/sun/star/lang/XComponent.hpp> 121cdf0e10cSrcweir #include <offuh/com/sun/star/lang/XEventListener.hpp> 122cdf0e10cSrcweir #include <offuh/com/sun/star/packages/NoEncryptionException.hdl> 123cdf0e10cSrcweir #include <offuh/com/sun/star/packages/NoEncryptionException.hpp> 124cdf0e10cSrcweir #include <offuh/com/sun/star/packages/WrongPasswordException.hdl> 125cdf0e10cSrcweir #include <offuh/com/sun/star/packages/WrongPasswordException.hpp> 126cdf0e10cSrcweir #include <offuh/com/sun/star/uno/Exception.hdl> 127cdf0e10cSrcweir #include <offuh/com/sun/star/uno/Exception.hpp> 128cdf0e10cSrcweir #include <offuh/com/sun/star/uno/RuntimeException.hdl> 129cdf0e10cSrcweir #include <offuh/com/sun/star/uno/RuntimeException.hpp> 130cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XAdapter.hdl> 131cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XAdapter.hpp> 132cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XInterface.hdl> 133cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XReference.hdl> 134cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XReference.hpp> 135cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XWeak.hpp> 136cdf0e10cSrcweir #include <osl/endian.h> 137cdf0e10cSrcweir #include <osl/interlck.h> 138cdf0e10cSrcweir #include <osl/mutex.hxx> 139cdf0e10cSrcweir #include <rtl/alloc.h> 140cdf0e10cSrcweir #include <rtl/string.h> 141cdf0e10cSrcweir #include <rtl/ustrbuf.h> 142cdf0e10cSrcweir #include <rtl/ustring.h> 143cdf0e10cSrcweir #include <sal/mathconf.h> 144cdf0e10cSrcweir #include <sal/types.h> 145cdf0e10cSrcweir #include <sot/exchange.hxx> 146cdf0e10cSrcweir #include <sot/factory.hxx> 147cdf0e10cSrcweir #include <sot/storage.hxx> 148cdf0e10cSrcweir #include <svl/brdcst.hxx> 149cdf0e10cSrcweir #include <svl/cenumitm.hxx> 150cdf0e10cSrcweir #include <svl/cintitem.hxx> 151cdf0e10cSrcweir #include <unotools/fltrcfg.hxx> 152cdf0e10cSrcweir #include <svl/intitem.hxx> 153cdf0e10cSrcweir #include <svl/listener.hxx> 154cdf0e10cSrcweir #include <svl/lstner.hxx> 155cdf0e10cSrcweir #include <unotools/pathoptions.hxx> 156cdf0e10cSrcweir #include <svl/solar.hrc> 157cdf0e10cSrcweir #include <unotools/useroptions.hxx> 158cdf0e10cSrcweir #include <editeng/editobj.hxx> 159cdf0e10cSrcweir #include <editeng/eeitem.hxx> 160cdf0e10cSrcweir #include <svx/fmglob.hxx> 161cdf0e10cSrcweir #include <editeng/outlobj.hxx> 162cdf0e10cSrcweir #include <svx/sdangitm.hxx> 163cdf0e10cSrcweir #include <svx/sderitm.hxx> 164cdf0e10cSrcweir #include <svx/sdmetitm.hxx> 165cdf0e10cSrcweir #include <svx/sdooitm.hxx> 166cdf0e10cSrcweir #include <svx/sdprcitm.hxx> 167cdf0e10cSrcweir #include <svx/sdrmasterpagedescriptor.hxx> 168cdf0e10cSrcweir #include <svx/sdrpageuser.hxx> 169cdf0e10cSrcweir #include <svx/sdtaitm.hxx> 170cdf0e10cSrcweir #include <svx/svdglue.hxx> 171cdf0e10cSrcweir #include <svx/svdlayer.hxx> 172cdf0e10cSrcweir #include <svx/svdoattr.hxx> 173cdf0e10cSrcweir #include <svx/svdobj.hxx> 174cdf0e10cSrcweir #include <svx/svdpage.hxx> 175cdf0e10cSrcweir #include <svx/svdpool.hxx> 176cdf0e10cSrcweir #include <svx/svdtrans.hxx> 177cdf0e10cSrcweir #include <svx/svdtypes.hxx> 178cdf0e10cSrcweir #include <svx/unoapi.hxx> 179cdf0e10cSrcweir #include <svx/volume3d.hxx> 180cdf0e10cSrcweir #include <svx/xcolit.hxx> 181cdf0e10cSrcweir #include <svx/xenum.hxx> 182cdf0e10cSrcweir #include <svx/xfillit0.hxx> 183cdf0e10cSrcweir #include <svx/xflasit.hxx> 184cdf0e10cSrcweir #include <svx/xlineit0.hxx> 185cdf0e10cSrcweir #include <svx/xlnasit.hxx> 186cdf0e10cSrcweir #include <svx/xtextit0.hxx> 187cdf0e10cSrcweir #include <tools/date.hxx> 188cdf0e10cSrcweir #include <tools/datetime.hxx> 189cdf0e10cSrcweir #include <tools/errcode.hxx> 190cdf0e10cSrcweir #include <tools/errinf.hxx> 191cdf0e10cSrcweir #include <tools/gen.hxx> 192cdf0e10cSrcweir #include <tools/globname.hxx> 193cdf0e10cSrcweir #include <tools/list.hxx> 194cdf0e10cSrcweir #include <tools/rc.hxx> 195cdf0e10cSrcweir #include <tools/rtti.hxx> 196cdf0e10cSrcweir #include <tools/solar.h> 197cdf0e10cSrcweir #include <tools/string.hxx> 198cdf0e10cSrcweir #include <tools/toolsdllapi.h> 199cdf0e10cSrcweir #include <tools/weakbase.h> 200cdf0e10cSrcweir #include <tools/weakbase.hxx> 201cdf0e10cSrcweir #include <typeinfo> 202cdf0e10cSrcweir #include <typelib/typeclass.h> 203cdf0e10cSrcweir #include <typelib/typedescription.h> 204cdf0e10cSrcweir #include <typelib/uik.h> 205cdf0e10cSrcweir #include <uno/any2.h> 206cdf0e10cSrcweir #include <uno/lbnames.h> 207cdf0e10cSrcweir #include <uno/sequence2.h> 208cdf0e10cSrcweir #include <unotools/ucbstreamhelper.hxx> 209cdf0e10cSrcweir 210cdf0e10cSrcweir #include <vcl/apptypes.hxx> 211cdf0e10cSrcweir #include <vcl/bitmap.hxx> 212cdf0e10cSrcweir #include <vcl/bitmapex.hxx> 213cdf0e10cSrcweir #include <vcl/dllapi.h> 214cdf0e10cSrcweir #include <vcl/dndhelp.hxx> 215cdf0e10cSrcweir #include <vcl/edit.hxx> 216cdf0e10cSrcweir #include <vcl/field.hxx> 217cdf0e10cSrcweir #include <tools/fldunit.hxx> 218cdf0e10cSrcweir #include <vcl/gdimtf.hxx> 219cdf0e10cSrcweir #include <vcl/inputctx.hxx> 220cdf0e10cSrcweir #include <vcl/jobset.hxx> 221cdf0e10cSrcweir #include <vcl/mapmod.hxx> 222cdf0e10cSrcweir #include <vcl/menu.hxx> 223cdf0e10cSrcweir #include <vcl/pointr.hxx> 224cdf0e10cSrcweir #include <vcl/print.hxx> 225cdf0e10cSrcweir #include <vcl/prntypes.hxx> 226cdf0e10cSrcweir #include <vcl/ptrstyle.hxx> 227cdf0e10cSrcweir #include <vcl/region.hxx> 228cdf0e10cSrcweir #include <vcl/salnativewidgets.hxx> 229cdf0e10cSrcweir #include <vcl/spinfld.hxx> 230cdf0e10cSrcweir #include <vcl/sv.h> 231cdf0e10cSrcweir #include <vcl/svapp.hxx> 232cdf0e10cSrcweir #include <vcl/vclevent.hxx> 233cdf0e10cSrcweir #include <vcl/window.hxx> 234cdf0e10cSrcweir #include <tools/wintypes.hxx> 235cdf0e10cSrcweir #include <vos/macros.hxx> 236cdf0e10cSrcweir #include <vos/object.hxx> 237cdf0e10cSrcweir #include <vos/types.hxx> 238cdf0e10cSrcweir #include <wchar.h> 239cdf0e10cSrcweir 240cdf0e10cSrcweir #endif 241cdf0e10cSrcweir 242