1 /************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28 // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:15.029610 29 30 #ifdef PRECOMPILED_HEADERS 31 //---MARKER--- 32 #include "sal/config.h" 33 #include "sal/types.h" 34 35 #include "basegfx/point/b2dpoint.hxx" 36 #include "basegfx/polygon/b2dpolygon.hxx" 37 #include "basegfx/polygon/b2dpolygontools.hxx" 38 #include "basegfx/polygon/b2dpolypolygon.hxx" 39 #include "basegfx/polygon/b2dpolypolygontools.hxx" 40 #include "basegfx/vector/b2dvector.hxx" 41 42 #include "boost/static_assert.hpp" 43 44 #include "com/sun/star/lang/Locale.hpp" 45 #include "com/sun/star/uno/Reference.hxx" 46 #include "com/sun/star/uno/Sequence.hxx" 47 #include "com/sun/star/util/XStringWidth.hpp" 48 49 #include "comphelper/fileformat.h" 50 51 #include "cppuhelper/implbase1.hxx" 52 53 #include "i18npool/lang.h" 54 #include "i18npool/mslangid.hxx" 55 56 #include "osl/diagnose.h" 57 #include "osl/endian.h" 58 #include "osl/file.hxx" 59 #include "osl/interlck.h" 60 #include "osl/module.h" 61 #include "osl/module.hxx" 62 #include "osl/mutex.hxx" 63 #include "osl/process.h" 64 #include "osl/security.h" 65 #include "osl/thread.h" 66 67 #include "rtl/alloc.h" 68 #include "rtl/crc.h" 69 #include "rtl/digest.h" 70 #include "rtl/instance.hxx" 71 #include "rtl/logfile.hxx" 72 #include "rtl/math.hxx" 73 #include "rtl/memory.h" 74 #include "rtl/string.h" 75 #include "rtl/string.hxx" 76 #include "rtl/tencinfo.h" 77 #include "rtl/textcvt.h" 78 #include "rtl/textenc.h" 79 #include "rtl/ustrbuf.hxx" 80 #include "rtl/ustring.h" 81 #include "rtl/ustring.hxx" 82 83 #include "sys/stat.h" 84 #include "sys/types.h" 85 86 #include "vos/macros.hxx" 87 #include "vos/mutex.hxx" 88 #include "vos/process.hxx" 89 #include "vos/signal.hxx" 90 #include "vos/timer.hxx" 91 //---MARKER--- 92 #endif 93