diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 22:30:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 22:30:30 +0000 |
commit | 375727cc33a9509858aa5fe01f65aefce7c80ee3 (patch) | |
tree | 7c11918e2bb4abe038720c976d64b4fbbe2508c2 /xmloff/source/text/txtparae.cxx | |
parent | 91899c7cdc2aa53d9166d25fcb999db0416e4e6c (diff) |
INTEGRATION: CWS changefileheader (1.142.16); FILE MERGED
2008/04/01 16:10:13 thb 1.142.16.3: #i85898# Stripping all external header guards
2008/04/01 13:05:35 thb 1.142.16.2: #i85898# Stripping all external header guards
2008/03/31 16:28:39 rt 1.142.16.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 179 |
1 files changed, 18 insertions, 161 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 0914b85bd1a7..e379c3c9d256 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -1,270 +1,127 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: txtparae.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.142 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2008-03-12 11:10:42 $ + * $RCSfile: txtparae.cxx,v $ + * $Revision: 1.143 $ * - * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_xmloff.hxx" - -#ifndef __COMPHELPER_UNOINTERFACETOUNIQUEIDENTIFIERMAPPER__ #include "unointerfacetouniqueidentifiermapper.hxx" -#endif - -#ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif #ifndef _SVSTDARR_LONGS_DECL #define _SVSTDARR_LONGS #include <svtools/svstdarr.hxx> #endif -#ifndef _SVARRAY_HXX #include <svtools/svarray.hxx> -#endif - -#ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> -#endif #include <vector> -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> -#endif - -#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_ #include <com/sun/star/container/XEnumerationAccess.hpp> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATION_HPP_ #include <com/sun/star/container/XEnumeration.hpp> -#endif - -#ifndef _COM_SUN_STAR_CONTAINER_XINDEXREPLACE_HPP_ #include <com/sun/star/container/XIndexReplace.hpp> -#endif - -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XMULTIPROPERTYSET_HPP_ #include <com/sun/star/beans/XMultiPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_ #include <com/sun/star/beans/XPropertyState.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTDOCUMENT_HPP_ #include <com/sun/star/text/XTextDocument.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTSECTIONSSUPPLIER_HPP_ #include <com/sun/star/text/XTextSectionsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTTABLESSUPPLIER_HPP_ #include <com/sun/star/text/XTextTablesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XNUMBERINGRULESSUPPLIER_HPP_ #include <com/sun/star/text/XNumberingRulesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTTABLE_HPP_ #include <com/sun/star/text/XTextTable.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXT_HPP_ #include <com/sun/star/text/XText.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTCONTENT_HPP_ #include <com/sun/star/text/XTextContent.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTRANGE_HPP_ #include <com/sun/star/text/XTextRange.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTFIELD_HPP_ #include <com/sun/star/text/XTextField.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XFOOTNOTE_HPP_ #include <com/sun/star/text/XFootnote.hpp> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_ #include <com/sun/star/container/XNamed.hpp> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XCONTENTENUMERATIONACCESS_HPP_ #include <com/sun/star/container/XContentEnumerationAccess.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTFRAME_HPP_ #include <com/sun/star/text/XTextFrame.hpp> -#endif #ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_ #include <com/sun/star/container/XNameAccess.hpp> #endif -#ifndef _COM_SUN_STAR_TEXT_SIZETYPE_HPP_ #include <com/sun/star/text/SizeType.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_HORIORIENTATION_HPP_ #include <com/sun/star/text/HoriOrientation.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_VERTORIENTATION_HPP_ #include <com/sun/star/text/VertOrientation.hpp> -#endif #ifndef _COM_SUN_STAR_TEXT_TEXTCONTENTANCHORTYPE_HPP #include <com/sun/star/text/TextContentAnchorType.hpp> #endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTFRAMESSUPPLIER_HPP_ #include <com/sun/star/text/XTextFramesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTGRAPHICOBJECTSSUPPLIER_HPP_ #include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTEMBEDDEDOBJECTSSUPPLIER_HPP_ #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGESUPPLIER_HPP_ #include <com/sun/star/drawing/XDrawPageSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XEMBEDDEDOBJECTSUPPLIER_HPP_ #include <com/sun/star/document/XEmbeddedObjectSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XEVENTSSUPPLIER_HPP_ #include <com/sun/star/document/XEventsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XREDLINESSUPPLIER_HPP_ #include <com/sun/star/document/XRedlinesSupplier.hpp> -#endif - -#ifndef _COM_SUN_STAR_TEXT_XTEXTSECTION_HPP_ #include <com/sun/star/text/XTextSection.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_SECTIONFILELINK_HPP_ #include <com/sun/star/text/SectionFileLink.hpp> -#endif -#ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_ #include <com/sun/star/drawing/XShape.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTSHAPESSUPPLIER_HPP_ #include <com/sun/star/text/XTextShapesSupplier.hpp> -#endif #include <com/sun/star/style/XAutoStylesSupplier.hpp> #include <com/sun/star/style/XAutoStyleFamily.hpp> #include <com/sun/star/text/XTextFieldsSupplier.hpp> #include <com/sun/star/text/XFootnotesSupplier.hpp> #include <com/sun/star/text/XEndnotesSupplier.hpp> - -#ifndef _COM_SUN_STAR_DRAWING_XCONTROLSHAPE_HPP_ #include <com/sun/star/drawing/XControlShape.hpp> -#endif - -#ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_ #include <com/sun/star/util/DateTime.hpp> -#endif - -#ifndef _XMLOFF_XMLKYWD_HXX #include "xmlkywd.hxx" -#endif -#ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" -#endif -#ifndef _XMLOFF_XMLASTPLP_HXX #include <xmloff/xmlaustp.hxx> -#endif -#ifndef _XMLOFF_FAMILIES_HXX_ #include <xmloff/families.hxx> -#endif -#ifndef _XMLOFF_TXTEXPPR_HXX #include "txtexppr.hxx" -#endif -#ifndef _XMLOFF_XMLNUMFE_HXX #include <xmloff/xmlnumfe.hxx> -#endif -#ifndef _XMLOFF_XMLNUME_HXX #include <xmloff/xmlnume.hxx> -#endif -#ifndef _XMLOFF_XMLUCONV_HXX #include <xmloff/xmluconv.hxx> -#endif -#ifndef _XMLOFF_XMLANCHORTYPEPROPHDL_HXX #include "XMLAnchorTypePropHdl.hxx" -#endif -#ifndef _XEXPTRANSFORM_HXX #include "xexptran.hxx" -#endif -#ifndef _XMLOFF_PROGRESSBARHELPER_HXX #include <xmloff/ProgressBarHelper.hxx> -#endif - -#ifndef _XMLOFF_NMSPMAP_HXX #include <xmloff/nmspmap.hxx> -#endif -#ifndef _XMLOFF_XMLEXP_HXX #include <xmloff/xmlexp.hxx> -#endif -#ifndef _XMLOFF_TXTFLDE_HXX #include "txtflde.hxx" -#endif #ifndef _XMLOFF_TXTPRMAP_HXX #include <xmloff/txtprmap.hxx> #endif -#ifndef _XMLOFF_XMLIMAGEMAPEXPORT_HXX_ #include "XMLImageMapExport.hxx" -#endif - -#ifndef _XMLOFF_XMLTEXTNUMRULEINFO_HXX #include "XMLTextNumRuleInfo.hxx" -#endif -#ifndef _XMLOFF_XMLTEXTLISTAUTOSTYLEPOOL_HXX #include "XMLTextListAutoStylePool.hxx" -#endif #ifndef _XMLOFF_TXTPARAE_HXX #include <xmloff/txtparae.hxx> #endif -#ifndef _XMLOFF_XMLSECTIONEXPORT_HXX_ #include "XMLSectionExport.hxx" -#endif -#ifndef _XMLOFF_XMLINDEXMARKEXPORT_HXX_ #include "XMLIndexMarkExport.hxx" -#endif -#ifndef _XMLOFF_XMLEVENTEXPORT_HXX #include <xmloff/XMLEventExport.hxx> -#endif -#ifndef _XMLOFF_XMLREDLINEEXPORT_HXX #include "XMLRedlineExport.hxx" -#endif #ifndef _XMLOFF_MULTIPROPERTYSETHELPER_HXX #include "MultiPropertySetHelper.hxx" #endif -#ifndef _XMLOFF_FORMLAYEREXPORT_HXX_ #include <xmloff/formlayerexport.hxx> -#endif -#ifndef _XMLOFF_XMLTEXTCHARSTYLENAMESELEMENTEXPORT_HXX #include "XMLTextCharStyleNamesElementExport.hxx" -#endif using ::rtl::OUString; |