diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 07:43:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 07:43:42 +0000 |
commit | 8e3a3f178649cc7230336fbc6e677d2fda43b6ba (patch) | |
tree | 0b12dccb8e5a454a734c0ea4e4f8de93e85d459a /sd/source/ui/slideshow/slideshowviewimpl.hxx | |
parent | 6f8bebea456a98b19d6309e98d4e456496306590 (diff) |
INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED
2008/04/01 15:35:51 thb 1.12.96.3: #i85898# Stripping all external header guards
2008/04/01 12:39:15 thb 1.12.96.2: #i85898# Stripping all external header guards
2008/03/31 13:58:43 rt 1.12.96.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/slideshow/slideshowviewimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowviewimpl.hxx | 158 |
1 files changed, 18 insertions, 140 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index e0d5adb4a7e0..2073faaa045d 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -1,207 +1,85 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: slideshowviewimpl.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.13 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 14:15:51 $ + * $RCSfile: slideshowviewimpl.hxx,v $ + * $Revision: 1.14 $ * - * 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. * ************************************************************************/ #ifndef _SD_SLIDESHOWVIEWIMPL_HXX_ #define _SD_SLIDESHOWVIEWIMPL_HXX_ -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> -#endif -#ifndef _CPPUHELPER_COMPBASE4_HXX_ #include <cppuhelper/compbase4.hxx> -#endif -#ifndef _COMPHELPER_BROADCASTHELPER_HXX_ #include <comphelper/broadcasthelper.hxx> -#endif -#ifndef COMPHELPER_INC_COMPHELPER_LISTENERNOTIFICATION_HXX #include <comphelper/listenernotification.hxx> -#endif - -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/helper/vclunohelper.hxx> -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif - -#ifndef _COM_SUN_STAR_AWT_WINDOWEVENT_HPP_ #include <com/sun/star/awt/WindowEvent.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XWINDOWLISTENER_HPP_ #include <com/sun/star/awt/XWindowListener.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_ #include <com/sun/star/awt/XWindow.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XWINDOWPEER_HPP_ #include <com/sun/star/awt/XWindowPeer.hpp> -#endif -#ifndef _COM_SUN_STAR_UTIL_XMODIFYLISTENER_HPP_ #include <com/sun/star/util/XModifyListener.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XPAINTLISTENER_HPP_ #include <com/sun/star/awt/XPaintListener.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_XPOINTER_HPP_ #include <com/sun/star/awt/XPointer.hpp> -#endif -#ifndef _COM_SUN_STAR_PRESENTATION_XSLIDESHOW_HPP_ #include <com/sun/star/presentation/XSlideShow.hpp> -#endif -#ifndef _COM_SUN_STAR_PRESENTATION_XSLIDESHOWVIEW_HPP_ #include <com/sun/star/presentation/XSlideShowView.hpp> -#endif -#ifndef _COM_SUN_STAR_PRESENTATION_XSLIDESHOWLISTENER_HPP_ #include <com/sun/star/presentation/XSlideShowListener.hpp> -#endif -#ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGESSUPPLIER_HPP_ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_ANIMATIONS_XANIMATIONNODESUPPLIER_HPP_ #include <com/sun/star/animations/XAnimationNodeSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_RENDERING_XSPRITECANVAS_HPP_ #include <com/sun/star/rendering/XSpriteCanvas.hpp> -#endif - -#ifndef _COMPHELPER_IMPLEMENTATIONREFERENCE_HXX #include <comphelper/implementationreference.hxx> -#endif - -#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX #include <basegfx/matrix/b2dhommatrix.hxx> -#endif -#ifndef _BGFX_TOOLS_CANVASTOOLS_HXX #include <basegfx/tools/canvastools.hxx> -#endif - -#ifndef _CPPCANVAS_SPRITECANVAS_HXX #include <cppcanvas/spritecanvas.hxx> -#endif - -#ifndef _SV_HELP_HXX //autogen #include <vcl/help.hxx> -#endif - -#ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> -#endif - -#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> -#endif - -#ifndef INCLUDED_SVTOOLS_SAVEOPT_HXX #include <svtools/saveopt.hxx> -#endif - -#ifndef _SFX_BINDINGS_HXX //autogen #include <sfx2/bindings.hxx> -#endif - -#ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> -#endif - -#ifndef _SFXVIEWFRM_HXX #include <sfx2/viewfrm.hxx> -#endif - -#ifndef _SB_SBSTAR_HXX //autogen #include <basic/sbstar.hxx> -#endif - -#ifndef _SVDPAGV_HXX #include <svx/svdpagv.hxx> -#endif - -#ifndef _SVX_FMSHELL_HXX #include <svx/fmshell.hxx> -#endif #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> #endif - -#ifndef _SDMOD_HXX #include "sdmod.hxx" -#endif - -#ifndef _SD_CUSSHOW_HXX #include "cusshow.hxx" -#endif - -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif - -#ifndef SD_PRESENTATION_VIEW_SHELL_HXX #include "PresentationViewShell.hxx" -#endif - -#ifndef SD_VIEW_SHELL_HXX #include "ViewShell.hxx" -#endif - -#ifndef SD_DRAW_VIEW_HXX #include "drawview.hxx" -#endif - -#ifndef _SD_SLIDESHOW_HXX #include "slideshow.hxx" -#endif - -#ifndef _DRAWDOC_HXX #include "drawdoc.hxx" -#endif - -#ifndef SD_SHOW_WINDOW_HXX #include "showwindow.hxx" -#endif - -#ifndef _SD_OPTSITEM_HXX #include "optsitem.hxx" -#endif - -#ifndef SD_FRAME_VIEW_HXX #include "FrameView.hxx" -#endif - -#ifndef SD_DRAW_DOC_SHELL_HXX #include "DrawDocShell.hxx" -#endif #ifndef _SD_APP_HRC_ #include "app.hrc" |