Kaydet (Commit) 743ba252 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED

2008/04/01 15:38:28 thb 1.2.280.3: #i85898# Stripping all external header guards
2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards
2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.
üst bb3ff920
/************************************************************************* /*************************************************************************
* *
* OpenOffice.org - a multi-platform office productivity suite * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* $RCSfile: mnuitem.hxx,v $ * Copyright 2008 by Sun Microsystems, Inc.
* *
* $Revision: 1.2 $ * OpenOffice.org - a multi-platform office productivity suite
* *
* last change: $Author: vg $ $Date: 2007-04-11 21:23:52 $ * $RCSfile: mnuitem.hxx,v $
* $Revision: 1.3 $
* *
* The Contents of this file are made available subject to * This file is part of OpenOffice.org.
* the terms of GNU Lesser General Public License Version 2.1.
* *
* 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 * OpenOffice.org is distributed in the hope that it will be useful,
* ============================================= * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Copyright 2005 by Sun Microsystems, Inc. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 901 San Antonio Road, Palo Alto, CA 94303, USA * 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 * You should have received a copy of the GNU Lesser General Public License
* modify it under the terms of the GNU Lesser General Public * version 3 along with OpenOffice.org. If not, see
* License version 2.1, as published by the Free Software Foundation. * <http://www.openoffice.org/license.html>
* * for a copy of the LGPLv3 License.
* 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
* *
************************************************************************/ ************************************************************************/
#ifndef _SFXMNUITEM_HXX #ifndef _SFXMNUITEM_HXX
#define _SFXMNUITEM_HXX #define _SFXMNUITEM_HXX
#ifndef _SAL_CONFIG_H_
#include "sal/config.h" #include "sal/config.h"
#endif
#ifndef INCLUDED_SFX2_DLLAPI_H
#include "sfx2/dllapi.h" #include "sfx2/dllapi.h"
#endif
class SfxVirtualMenu; class SfxVirtualMenu;
class SfxBindings; class SfxBindings;
...@@ -51,10 +41,7 @@ class PopupMenu; ...@@ -51,10 +41,7 @@ class PopupMenu;
class SfxUnoMenuControl; class SfxUnoMenuControl;
class SfxUnoControllerItem; class SfxUnoControllerItem;
struct SfxMenuCtrlFactory; struct SfxMenuCtrlFactory;
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx> #include <tools/string.hxx>
#endif
#include <sfx2/ctrlitem.hxx> #include <sfx2/ctrlitem.hxx>
class SFX2_DLLPUBLIC SfxMenuControl: public SfxControllerItem class SFX2_DLLPUBLIC SfxMenuControl: public SfxControllerItem
......
/************************************************************************* /*************************************************************************
* *
* OpenOffice.org - a multi-platform office productivity suite * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* $RCSfile: mnumgr.hxx,v $ * Copyright 2008 by Sun Microsystems, Inc.
* *
* $Revision: 1.2 $ * OpenOffice.org - a multi-platform office productivity suite
* *
* last change: $Author: vg $ $Date: 2007-04-11 21:24:03 $ * $RCSfile: mnumgr.hxx,v $
* $Revision: 1.3 $
* *
* The Contents of this file are made available subject to * This file is part of OpenOffice.org.
* the terms of GNU Lesser General Public License Version 2.1.
* *
* 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 * OpenOffice.org is distributed in the hope that it will be useful,
* ============================================= * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Copyright 2005 by Sun Microsystems, Inc. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 901 San Antonio Road, Palo Alto, CA 94303, USA * 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 * You should have received a copy of the GNU Lesser General Public License
* modify it under the terms of the GNU Lesser General Public * version 3 along with OpenOffice.org. If not, see
* License version 2.1, as published by the Free Software Foundation. * <http://www.openoffice.org/license.html>
* * for a copy of the LGPLv3 License.
* 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
* *
************************************************************************/ ************************************************************************/
#ifndef _SFXMNUMGR_HXX #ifndef _SFXMNUMGR_HXX
...@@ -40,16 +35,9 @@ ...@@ -40,16 +35,9 @@
#ifndef _MENU_HXX //autogen //wg. MENU_APPEND !!!! #ifndef _MENU_HXX //autogen //wg. MENU_APPEND !!!!
#include <vcl/menu.hxx> #include <vcl/menu.hxx>
#endif #endif
#ifndef _SV_WINTYPES_HXX
#include <vcl/wintypes.hxx> #include <vcl/wintypes.hxx>
#endif
#ifndef _LINK_HXX //autogen
#include <tools/link.hxx> #include <tools/link.hxx>
#endif
#ifndef _COM_SUN_STAR_EMBED_VERBDESCRIPTOR_HPP_
#include <com/sun/star/embed/VerbDescriptor.hpp> #include <com/sun/star/embed/VerbDescriptor.hpp>
#endif
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
......
/************************************************************************* /*************************************************************************
* *
* OpenOffice.org - a multi-platform office productivity suite * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* $RCSfile: module.hxx,v $ * Copyright 2008 by Sun Microsystems, Inc.
* *
* $Revision: 1.2 $ * OpenOffice.org - a multi-platform office productivity suite
* *
* last change: $Author: vg $ $Date: 2007-04-11 21:24:13 $ * $RCSfile: module.hxx,v $
* $Revision: 1.3 $
* *
* The Contents of this file are made available subject to * This file is part of OpenOffice.org.
* the terms of GNU Lesser General Public License Version 2.1.
* *
* 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 * OpenOffice.org is distributed in the hope that it will be useful,
* ============================================= * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Copyright 2005 by Sun Microsystems, Inc. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 901 San Antonio Road, Palo Alto, CA 94303, USA * 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 * You should have received a copy of the GNU Lesser General Public License
* modify it under the terms of the GNU Lesser General Public * version 3 along with OpenOffice.org. If not, see
* License version 2.1, as published by the Free Software Foundation. * <http://www.openoffice.org/license.html>
* * for a copy of the LGPLv3 License.
* 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
* *
************************************************************************/ ************************************************************************/
#ifndef _SFXMODULE_HXX #ifndef _SFXMODULE_HXX
#define _SFXMODULE_HXX // intern #define _SFXMODULE_HXX // intern
#define _SFXMOD_HXX // extern #define _SFXMOD_HXX // extern
#ifndef _SAL_CONFIG_H_
#include "sal/config.h" #include "sal/config.h"
#endif
#ifndef INCLUDED_SFX2_DLLAPI_H
#include "sfx2/dllapi.h" #include "sfx2/dllapi.h"
#endif
#ifndef _SFX_SHELL_HXX
#include <sfx2/shell.hxx> #include <sfx2/shell.hxx>
#endif
#ifndef _SFX_IMGDEF_HXX
#include <sfx2/imgdef.hxx> #include <sfx2/imgdef.hxx>
#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h> #include <sal/types.h>
#endif
class ImageList; class ImageList;
class SfxAcceleratorManager; class SfxAcceleratorManager;
......
/************************************************************************* /*************************************************************************
* *
* OpenOffice.org - a multi-platform office productivity suite * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* $RCSfile: msgpool.hxx,v $ * Copyright 2008 by Sun Microsystems, Inc.
* *
* $Revision: 1.2 $ * OpenOffice.org - a multi-platform office productivity suite
* *
* last change: $Author: vg $ $Date: 2007-04-11 21:24:47 $ * $RCSfile: msgpool.hxx,v $
* $Revision: 1.3 $
* *
* The Contents of this file are made available subject to * This file is part of OpenOffice.org.
* the terms of GNU Lesser General Public License Version 2.1.
* *
* 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 * OpenOffice.org is distributed in the hope that it will be useful,
* ============================================= * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Copyright 2005 by Sun Microsystems, Inc. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 901 San Antonio Road, Palo Alto, CA 94303, USA * 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 * You should have received a copy of the GNU Lesser General Public License
* modify it under the terms of the GNU Lesser General Public * version 3 along with OpenOffice.org. If not, see
* License version 2.1, as published by the Free Software Foundation. * <http://www.openoffice.org/license.html>
* * for a copy of the LGPLv3 License.
* 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
* *
************************************************************************/ ************************************************************************/
#ifndef _SFXMSGPOOL_HXX #ifndef _SFXMSGPOOL_HXX
#define _SFXMSGPOOL_HXX #define _SFXMSGPOOL_HXX
#ifndef _SAL_CONFIG_H_
#include "sal/config.h" #include "sal/config.h"
#endif
#ifndef INCLUDED_SFX2_DLLAPI_H
#include "sfx2/dllapi.h" #include "sfx2/dllapi.h"
#endif
#ifndef _SAL_TYPES_H_
#include "sal/types.h" #include "sal/types.h"
#endif
#include <sfx2/msg.hxx> #include <sfx2/msg.hxx>
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx> #include <tools/string.hxx>
#endif
#ifndef _SVARRAY_HXX
#include <svtools/svarray.hxx> #include <svtools/svarray.hxx>
#endif
class SfxInterface; class SfxInterface;
class SfxSlot; class SfxSlot;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment