INTEGRATION: CWS changefileheader (1.45.16); FILE MERGED
2008/04/01 15:33:57 thb 1.45.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.45.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.45.16.1: #i87441# Change license header to LPGL v3.
This commit is contained in:
parent
80be2333ab
commit
1b5f56e691
1 changed files with 18 additions and 137 deletions
|
@ -1,35 +1,30 @@
|
|||
/*************************************************************************
|
||||
*
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* $RCSfile: eppt.hxx,v $
|
||||
* Copyright 2008 by Sun Microsystems, Inc.
|
||||
*
|
||||
* $Revision: 1.45 $
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2008-03-12 11:31:30 $
|
||||
* $RCSfile: eppt.hxx,v $
|
||||
* $Revision: 1.46 $
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
|
@ -39,179 +34,65 @@
|
|||
#ifndef _PptEscherEx_HXX
|
||||
#include "escherex.hxx"
|
||||
#endif
|
||||
#ifndef _SOLAR_H
|
||||
#include <tools/solar.h>
|
||||
#endif
|
||||
#include <sot/storage.hxx>
|
||||
#ifndef _SV_GEN_HXX
|
||||
#include <tools/gen.hxx>
|
||||
#endif
|
||||
#ifndef _SV_GRAPH_HXX
|
||||
#include <vcl/graph.hxx>
|
||||
#endif
|
||||
#ifndef _SV_FONTCVT_HXX
|
||||
#include <vcl/fontcvt.hxx>
|
||||
#endif
|
||||
#include <tools/string.hxx>
|
||||
#ifndef _SD_PPT_EXANIMATIONS_HXX
|
||||
#include "pptexanimations.hxx"
|
||||
#endif
|
||||
#ifndef _SD_PPT_EXSOUNDCOLLECTION_HXX
|
||||
#include <pptexsoundcollection.hxx>
|
||||
#endif
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
#include <vcl/mapmod.hxx>
|
||||
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_FILLSTYLE_HPP_
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_LINESTYLE_HPP_
|
||||
#include <com/sun/star/drawing/LineStyle.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_DASHSTYLE_HPP_
|
||||
#include <com/sun/star/drawing/DashStyle.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_HATCHSTYLE_HPP_
|
||||
#include <com/sun/star/drawing/HatchStyle.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_LINEENDTYPE_HPP_
|
||||
#include <com/sun/star/drawing/LineEndType.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_ALIGNMENT_HPP_
|
||||
#include <com/sun/star/drawing/Alignment.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_TEXTADJUST_HPP_
|
||||
#include <com/sun/star/drawing/TextAdjust.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_CIRCLEKIND_HPP_
|
||||
#include <com/sun/star/drawing/CircleKind.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_POLYGONKIND_HPP_
|
||||
#include <com/sun/star/drawing/PolygonKind.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_POLYGONFLAGS_HPP_
|
||||
#include <com/sun/star/drawing/PolygonFlags.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XUNIVERSALSHAPEDESCRIPTOR_HPP_
|
||||
#include <com/sun/star/drawing/XUniversalShapeDescriptor.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XSHAPEGROUPER_HPP_
|
||||
#include <com/sun/star/drawing/XShapeGrouper.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_TEXT_XSIMPLETEXT_HPP_
|
||||
#include <com/sun/star/text/XSimpleText.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XCONNECTORSHAPE_HPP_
|
||||
#include <com/sun/star/drawing/XConnectorShape.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_DRAWING_BEZIERPOINT_HPP_
|
||||
#include <com/sun/star/drawing/BezierPoint.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_HATCH_HPP_
|
||||
#include <com/sun/star/drawing/Hatch.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_LINEDASH_HPP_
|
||||
#include <com/sun/star/drawing/LineDash.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_POLYPOLYGONBEZIERCOORDS_HPP_
|
||||
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_XPRESENTATIONSUPPLIER_HPP_
|
||||
#include <com/sun/star/presentation/XPresentationSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_XCUSTOMPRESENTATIONSUPPLIER_HPP_
|
||||
#include <com/sun/star/presentation/XCustomPresentationSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XMASTERPAGETARGET_HPP_
|
||||
#include <com/sun/star/drawing/XMasterPageTarget.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGESSUPPLIER_HPP_
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DRAWING_XMASTERPAGESSUPPLIER_HPP_
|
||||
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_AWT_XGRAPHICS_HPP_
|
||||
#include <com/sun/star/awt/XGraphics.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_TASK_XSTATUSINDICATORSUPPLIER_HPP_
|
||||
#include <com/sun/star/task/XStatusIndicatorSupplier.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_ANIMATIONEFFECT_HPP_
|
||||
#include <com/sun/star/presentation/AnimationEffect.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_FADEEFFECT_HPP_
|
||||
#include <com/sun/star/presentation/FadeEffect.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_CLICKACTION_HPP_
|
||||
#include <com/sun/star/presentation/ClickAction.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_ANIMATIONSPEED_HPP_
|
||||
#include <com/sun/star/presentation/AnimationSpeed.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_PRESENTATION_PRESENTATIONRANGE_HPP_
|
||||
#include <com/sun/star/presentation/PresentationRange.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_TEXT_XTEXTFIELDSSUPPLIER_HPP_
|
||||
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_TEXT_XTEXTFIELD_HPP_
|
||||
#include <com/sun/star/text/XTextField.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
|
||||
#include <com/sun/star/awt/FontDescriptor.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXCONTAINER_HPP_
|
||||
#include <com/sun/star/container/XIndexContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_AWT_XCONTROLMODEL_HPP_
|
||||
#include <com/sun/star/awt/XControlModel.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_STYLE_TABSTOP_HPP_
|
||||
#include <com/sun/star/style/TabStop.hpp>
|
||||
#endif
|
||||
#ifndef _MSOCXIMEX_HXX
|
||||
#include <svx/msocximex.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_
|
||||
#include <com/sun/star/beans/XPropertySetInfo.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_AWT_CHARSET_HPP_
|
||||
#include <com/sun/star/awt/CharSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_TEXT_WRITINGMODE_HPP_
|
||||
#include <com/sun/star/text/WritingMode.hpp>
|
||||
#endif
|
||||
|
||||
enum PageType { NORMAL = 0, MASTER = 1, NOTICE = 2, UNDEFINED = 3 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue