diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 23:46:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 23:46:21 +0000 |
commit | b79bba53babfc7f3b001d093ddc10992c55861cf (patch) | |
tree | 1e3ea88476c231f56d1018f9167b08d500311df5 /svx/source/engine3d/view3d.cxx | |
parent | f9fa68b95b10e8628b7bd735bed5b1dc94f47adf (diff) |
INTEGRATION: CWS changefileheader (1.30.354); FILE MERGED
2008/04/01 15:50:58 thb 1.30.354.3: #i85898# Stripping all external header guards
2008/04/01 12:48:42 thb 1.30.354.2: #i85898# Stripping all external header guards
2008/03/31 14:21:47 rt 1.30.354.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/engine3d/view3d.cxx')
-rw-r--r-- | svx/source/engine3d/view3d.cxx | 151 |
1 files changed, 18 insertions, 133 deletions
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx index 0b40968c04b8..40560f49b448 100644 --- a/svx/source/engine3d/view3d.cxx +++ b/svx/source/engine3d/view3d.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: view3d.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.30 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2007-07-06 07:35:50 $ + * $RCSfile: view3d.cxx,v $ + * $Revision: 1.31 $ * - * 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,159 +32,52 @@ #include "precompiled_svx.hxx" -#ifndef _SV_WRKWIN_HXX #include <vcl/wrkwin.hxx> -#endif - -#ifndef INCLUDED_SVTOOLS_OPTIONS3D_HXX #include <svtools/options3d.hxx> -#endif - -#ifndef _SVDOGRP_HXX #include <svx/svdogrp.hxx> -#endif - -#ifndef _SVDOPATH_HXX #include <svx/svdopath.hxx> -#endif - -#ifndef _SHL_HXX #include <tools/shl.hxx> -#endif - -#ifndef _SVDITER_HXX #include "svditer.hxx" -#endif - -#ifndef _SVDPOOL_HXX #include <svx/svdpool.hxx> -#endif - -#ifndef _SVDORECT_HXX #include <svx/svdorect.hxx> -#endif - -#ifndef _SVDMODEL_HXX #include <svx/svdmodel.hxx> -#endif - -#ifndef _SVDPAGV_HXX #include <svx/svdpagv.hxx> -#endif - -#ifndef _XOUTX_HXX #include <svx/xoutx.hxx> -#endif #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> #endif - -#ifndef _SVX_COLRITEM_HXX #include <svx/colritem.hxx> -#endif - -#ifndef _XTABLE_HXX #include <svx/xtable.hxx> -#endif - -#ifndef _SVDVIEW_HXX #include <svx/svdview.hxx> -#endif #ifndef _SVX_DIALOGS_HRC #include <svx/dialogs.hrc> #endif - -#ifndef _SVX_DIALMGR_HXX #include <svx/dialmgr.hxx> -#endif - -#ifndef _E3D_GLOBL3D_HXX #include "globl3d.hxx" -#endif - -#ifndef _E3D_OBJ3D_HXX #include <svx/obj3d.hxx> -#endif - -#ifndef _E3D_LATHE3D_HXX #include <svx/lathe3d.hxx> -#endif - -#ifndef _E3D_SPHERE3D_HXX #include <svx/sphere3d.hxx> -#endif - -#ifndef _E3D_EXTRUD3D_HXX #include <svx/extrud3d.hxx> -#endif - -#ifndef _E3D_CUBE3D_HXX #include <svx/cube3d.hxx> -#endif - -#ifndef _E3D_POLYSC3D_HXX #include <svx/polysc3d.hxx> -#endif - -#ifndef _E3D_DRAGMT3D_HXX #include "dragmt3d.hxx" -#endif - -#ifndef _E3D_VIEW3D_HXX #include <svx/view3d.hxx> -#endif - -#ifndef _SVDUNDO_HXX #include <svx/svdundo.hxx> -#endif - -#ifndef _SVX_XFLCLIT_HXX #include <svx/xflclit.hxx> -#endif - -#ifndef _SVX_XLNCLIT_HXX #include <svx/xlnclit.hxx> -#endif - -#ifndef _SVDOGRAF_HXX #include <svx/svdograf.hxx> -#endif - -#ifndef _SVX_XBTMPIT_HXX #include <svx/xbtmpit.hxx> -#endif - -#ifndef _SVX_XFLBMTIT_HXX #include <svx/xflbmtit.hxx> -#endif - -#ifndef _BGFX_RANGE_B2DRANGE_HXX #include <basegfx/range/b2drange.hxx> -#endif - -#ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX #include <basegfx/polygon/b2dpolygontools.hxx> -#endif - -#ifndef _BGFX_POLYPOLYGON_B2DPOLYGONTOOLS_HXX #include <basegfx/polygon/b2dpolypolygontools.hxx> -#endif #include <svx/xlnwtit.hxx> - -#ifndef _SDR_OVERLAY_OVERLAYPOLYPOLYGON_HXX #include <svx/sdr/overlay/overlaypolypolygon.hxx> -#endif - -#ifndef _SDR_OVERLAY_OVERLAYMANAGER_HXX #include <svx/sdr/overlay/overlaymanager.hxx> -#endif - -#ifndef _SDRPAINTWINDOW_HXX #include <sdrpaintwindow.hxx> -#endif #define ITEMVALUE(ItemSet,Id,Cast) ((const Cast&)(ItemSet).Get(Id)).GetValue() @@ -851,10 +739,7 @@ void E3dView::ImpIsConvertTo3DPossible(SdrObject* pObj, BOOL& rAny3D, |* 3D-Konvertierung zu Extrude ausfuehren |* \************************************************************************/ - -#ifndef _EEITEM_HXX #include <svx/eeitem.hxx> -#endif void E3dView::ImpChangeSomeAttributesFor3DConversion(SdrObject* pObj) { |