diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 01:00:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 01:00:14 +0000 |
commit | 9a448d9212b6e4740e6bae9c7353a26daf1e02b2 (patch) | |
tree | 5a7d91d4898ee7c1e64ab37f39994c462c99e7c1 /svx/source/items | |
parent | c546a1da17bd47bd8e8cbe58c2b95e739eac0f5f (diff) |
INTEGRATION: CWS changefileheader (1.72.196); FILE MERGED
2008/04/01 15:51:18 thb 1.72.196.3: #i85898# Stripping all external header guards
2008/04/01 12:49:15 thb 1.72.196.2: #i85898# Stripping all external header guards
2008/03/31 14:22:38 rt 1.72.196.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/textitem.cxx | 114 |
1 files changed, 18 insertions, 96 deletions
diff --git a/svx/source/items/textitem.cxx b/svx/source/items/textitem.cxx index e00ad5650564..2fe804872163 100644 --- a/svx/source/items/textitem.cxx +++ b/svx/source/items/textitem.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: textitem.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.72 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-11-23 16:43:47 $ + * $RCSfile: textitem.cxx,v $ + * $Revision: 1.73 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * This file is part of OpenOffice.org. * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -37,28 +32,14 @@ #include "precompiled_svx.hxx" // include --------------------------------------------------------------- - -#ifndef _COM_SUN_STAR_STYLE_CASEMAP_HPP_ #include <com/sun/star/style/CaseMap.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_ #include <com/sun/star/awt/FontDescriptor.hpp> -#endif -#ifndef _COM_SUN_STAR_FRAME_STATUS_FONTHEIGHT_HPP_ #include <com/sun/star/frame/status/FontHeight.hpp> -#endif - -#ifndef _SV_BITMAPEX_HXX #include <vcl/bitmapex.hxx> -#endif -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif #include <toolkit/unohlp.hxx> #include <math.h> -#ifndef INCLUDED_RTL_MATH_HXX #include <rtl/math.hxx> -#endif #include <svx/eeitem.hxx> @@ -69,93 +50,36 @@ #include <svtools/memberid.hrc> #include <svx/svxids.hrc> #include <svx/svxitems.hrc> - -#ifndef _VCL_VCLENUM_HXX #include <vcl/vclenum.hxx> -#endif - -#ifndef _BIGINT_HXX //autogen #include <tools/bigint.hxx> -#endif -#ifndef _TOOLS_TENCCVT_HXX //autogen #include <tools/tenccvt.hxx> -#endif #include <rtl/ustring.hxx> -#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX #include <i18npool/mslangid.hxx> -#endif -#ifndef _SFXITEMSET_HXX #include <svtools/itemset.hxx> -#endif #include <svtools/langtab.hxx> - -#ifndef _SFXITEMPOOL_HXX #include <svtools/itempool.hxx> -#endif -#ifndef _CTRLTOOL_HXX #include <svtools/ctrltool.hxx> -#endif -#ifndef _SV_SETTINGS_HXX #include <vcl/settings.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif - -#ifndef _COM_SUN_STAR_STYLE_CASEMAP_HPP_ #include <com/sun/star/style/CaseMap.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_SIMPLEFONTMETRIC_HPP_ #include <com/sun/star/awt/SimpleFontMetric.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTWEIGHT_HPP_ #include <com/sun/star/awt/FontWeight.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTSLANT_HPP_ #include <com/sun/star/awt/FontSlant.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_CHARSET_HPP_ #include <com/sun/star/awt/CharSet.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_ #include <com/sun/star/awt/FontDescriptor.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTWIDTH_HPP_ #include <com/sun/star/awt/FontWidth.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XFONT_HPP_ #include <com/sun/star/awt/XFont.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTTYPE_HPP_ #include <com/sun/star/awt/FontType.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTUNDERLINE_HPP_ #include <com/sun/star/awt/FontUnderline.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTSTRIKEOUT_HPP_ #include <com/sun/star/awt/FontStrikeout.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTFAMILY_HPP_ #include <com/sun/star/awt/FontFamily.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FONTPITCH_HPP_ #include <com/sun/star/awt/FontPitch.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_ #include <com/sun/star/lang/Locale.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_FONTEMPHASIS_HPP_ #include <com/sun/star/text/FontEmphasis.hpp> -#endif -#ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HPP_ #include <com/sun/star/i18n/ScriptType.hpp> -#endif - -#ifndef _SVX_UNOMID_HXX #include <svx/unomid.hxx> -#endif #include "flstitem.hxx" @@ -192,9 +116,7 @@ #include "dlgutil.hxx" // #90477# -#ifndef _TOOLS_TENCCVT_HXX #include <tools/tenccvt.hxx> -#endif #define STORE_UNICODE_MAGIC_MARKER 0xFE331188 |