diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:21:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:21:49 +0000 |
commit | 35193ef1f23a1ace0a58a9fdecb31df85e4dde62 (patch) | |
tree | 22137164940287e38276d2eafe7d2be98291c055 /toolkit | |
parent | 977bcc93a556b763089bb6b86475fe40b502b5f6 (diff) |
INTEGRATION: CWS changefileheader (1.69.10); FILE MERGED
2008/04/01 16:00:56 thb 1.69.10.3: #i85898# Stripping all external header guards
2008/04/01 12:56:48 thb 1.69.10.2: #i85898# Stripping all external header guards
2008/03/28 15:40:14 rt 1.69.10.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 177 |
1 files changed, 18 insertions, 159 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 5ae72d3abec0..950b38af42aa 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -1,262 +1,121 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: vclxtoolkit.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.69 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-06 11:42:37 $ + * $RCSfile: vclxtoolkit.cxx,v $ + * $Revision: 1.70 $ * - * 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_toolkit.hxx" - -#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ #include <com/sun/star/beans/PropertyAttribute.hpp> -#endif #ifndef _SVWIN_HXX #include <tools/svwin.h> #endif #include <stdio.h> - -#ifndef _COM_SUN_STAR_AWT_WINDOWATTRIBUTE_HPP_ #include <com/sun/star/awt/WindowAttribute.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_VCLWINDOWPEERATTRIBUTE_HPP_ #include <com/sun/star/awt/VclWindowPeerAttribute.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_WINDOWCLASS_HPP_ #include <com/sun/star/awt/WindowClass.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_MESSAGEBOXBUTTONS_HPP_ #include <com/sun/star/awt/MessageBoxButtons.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_SYSTEMDEPENDENT_HPP_ #include <com/sun/star/lang/SystemDependent.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_FOCUSEVENT_HPP_ #include <com/sun/star/awt/FocusEvent.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_KEYEVENT_HPP_ #include <com/sun/star/awt/KeyEvent.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_KEYMODIFIER_HPP_ #include <com/sun/star/awt/KeyModifier.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_EVENTOBJECT_HPP_ #include <com/sun/star/lang/EventObject.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include <com/sun/star/uno/Reference.hxx> -#endif -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif -#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ #include <com/sun/star/uno/XInterface.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_NAMEDVALUE_HPP_ #include <com/sun/star/beans/NamedValue.hpp> -#endif - -#ifndef _CPPUHELPER_TYPEPROVIDER_HXX_ #include <cppuhelper/typeprovider.hxx> -#endif -#ifndef _OSL_CONDITN_HXX_ #include <osl/conditn.hxx> -#endif -#ifndef _RTL_MEMORY_H_ #include <rtl/memory.h> -#endif -#ifndef _RTL_UUID_H_ #include <rtl/uuid.h> -#endif -#ifndef _RTL_PROCESS_H_ #include <rtl/process.h> -#endif - -#ifndef _TOOLKIT_AWT_VCLXWINDOWS_HXX_ #include <toolkit/awt/vclxwindows.hxx> -#endif #include <toolkit/awt/vclxsystemdependentwindow.hxx> #include <toolkit/awt/vclxregion.hxx> #include <toolkit/awt/vclxtoolkit.hxx> #include <toolkit/awt/xsimpleanimation.hxx> #include <toolkit/awt/xthrobber.hxx> - -#ifndef _TOOLKIT_AWT_VCLXTOPWINDOW_HXX_ #include <toolkit/awt/vclxtopwindow.hxx> -#endif -#ifndef _TOOLKIT_AWT_VCLXWINDOW_HXX_ #include <toolkit/awt/vclxwindow.hxx> -#endif -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/helper/vclunohelper.hxx> -#endif -#ifndef _TOOLKIT_HELPER_UNOWRAPPER_HXX_ #include <toolkit/helper/unowrapper.hxx> -#endif #include <toolkit/helper/servicenames.hxx> -#ifndef _TOOLKIT_HELPER_MACROS_HXX_ #include <toolkit/helper/macros.hxx> -#endif -#ifndef _TOOLKIT_HELPER_CONVERT_HXX_ #include <toolkit/helper/convert.hxx> -#endif - -#ifndef _VCL_UNOHELP_HXX #include <vcl/unohelp.hxx> -#endif -#ifndef _SV_BTNDLG_HXX #include <vcl/btndlg.hxx> -#endif #ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> #endif -#ifndef _SV_COMBOBOX_HXX #include <vcl/combobox.hxx> -#endif -#ifndef _SV_CTRL_HXX #include <vcl/ctrl.hxx> -#endif -#ifndef _SV_DIALOG_HXX #include <vcl/dialog.hxx> -#endif -#ifndef _SV_DOCKINGAREA_HXX #include <vcl/dockingarea.hxx> -#endif -#ifndef _SV_DOCKWIN_HXX #include <vcl/dockwin.hxx> -#endif -#ifndef _SV_EDIT_HXX #include <vcl/edit.hxx> -#endif -#ifndef _SV_FIELD_HXX #include <vcl/field.hxx> -#endif -#ifndef _SV_FIXED_HXX #include <vcl/fixed.hxx> -#endif -#ifndef _SV_FLOATWIN_HXX #include <vcl/floatwin.hxx> -#endif -#ifndef _SV_GROUP_HXX #include <vcl/group.hxx> -#endif -#ifndef _SV_IMGCTRL_HXX #include <vcl/imgctrl.hxx> -#endif -#ifndef _LONGCURR_HXX #include <vcl/longcurr.hxx> -#endif -#ifndef _SV_LSTBOX_HXX #include <vcl/lstbox.hxx> -#endif -#ifndef _SV_MENUBTN_HXX #include <vcl/menubtn.hxx> -#endif -#ifndef _SV_MOREBTN_HXX #include <vcl/morebtn.hxx> -#endif -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _SV_SCRBAR_HXX #include <vcl/scrbar.hxx> -#endif -#ifndef _SV_SPIN_HXX #include <vcl/spin.hxx> -#endif -#ifndef _SV_SPLIT_HXX #include <vcl/split.hxx> -#endif -#ifndef _SV_SPLITWIN_HXX #include <vcl/splitwin.hxx> -#endif -#ifndef _SV_STATUS_HXX #include <vcl/status.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_SYSCHILD_HXX #include <vcl/syschild.hxx> -#endif -#ifndef _SV_TABCTRL_HXX #include <vcl/tabctrl.hxx> -#endif -#ifndef _SV_TABDLG_HXX #include <vcl/tabdlg.hxx> -#endif -#ifndef _SV_TABPAGE_HXX #include <vcl/tabpage.hxx> -#endif -#ifndef _SV_TOOLBOX_HXX #include <vcl/toolbox.hxx> -#endif -#ifndef _SV_VIRDEV_HXX #include <vcl/virdev.hxx> -#endif -#ifndef _SV_WINDOW_HXX #include <vcl/window.hxx> -#endif -#ifndef _SV_WRKWIN_HXX #include <vcl/wrkwin.hxx> -#endif - -#ifndef TOOLKIT_AWT_VCLXSPINBUTTON_HXX #include "toolkit/awt/vclxspinbutton.hxx" -#endif #ifdef QUARTZ #include "premac.h" #include <Cocoa/Cocoa.h> #include "postmac.h" #endif - -#ifndef _SV_SYSDATA_HXX #include <vcl/sysdata.hxx> -#endif - -#ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif - -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif namespace css = ::com::sun::star; |