diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 06:08:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 06:08:12 +0000 |
commit | 4898f37c7f4d66536e8c930fa1b9bbe2f4182117 (patch) | |
tree | 94f265d11bde719aa83fcc4df9e9850fe0ba7665 | |
parent | eec1691ac314ce7229cf1ce2a18cef5d9eb25508 (diff) |
INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED
2008/04/01 16:03:00 thb 1.6.26.3: #i85898# Stripping all external header guards
2008/04/01 12:58:59 thb 1.6.26.2: #i85898# Stripping all external header guards
2008/03/31 13:07:31 rt 1.6.26.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 243 |
1 files changed, 19 insertions, 224 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 53f3adc44..2a8816116 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. * - * $RCSfile: basecontrol.hxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.6 $ + * $RCSfile: basecontrol.hxx,v $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:08:09 $ + * This file is part of OpenOffice.org. * - * The Contents of this file are made available subject to - * 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. * + * 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). * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * 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. * ************************************************************************/ @@ -40,277 +35,77 @@ // includes of other projects //____________________________________________________________________________________________________________ -#ifndef _COM_SUN_STAR_AWT_XKEYLISTENER_HPP_ #include <com/sun/star/awt/XKeyListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XPAINTLISTENER_HPP_ #include <com/sun/star/awt/XPaintListener.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_AWT_XMOUSEMOTIONLISTENER_HPP_ #include <com/sun/star/awt/XMouseMotionListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_FOCUSEVENT_HPP_ #include <com/sun/star/awt/FocusEvent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XWINDOWLISTENER_HPP_ #include <com/sun/star/awt/XWindowListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XACTIVATELISTENER_HPP_ #include <com/sun/star/awt/XActivateListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_MOUSEEVENT_HPP_ #include <com/sun/star/awt/MouseEvent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTOPWINDOWLISTENER_HPP_ #include <com/sun/star/awt/XTopWindowListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_PAINTEVENT_HPP_ #include <com/sun/star/awt/PaintEvent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_INPUTEVENT_HPP_ #include <com/sun/star/awt/InputEvent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_KEYGROUP_HPP_ #include <com/sun/star/awt/KeyGroup.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_KEY_HPP_ #include <com/sun/star/awt/Key.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_WINDOWEVENT_HPP_ #include <com/sun/star/awt/WindowEvent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XMOUSELISTENER_HPP_ #include <com/sun/star/awt/XMouseListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_KEYFUNCTION_HPP_ #include <com/sun/star/awt/KeyFunction.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_FOCUSCHANGEREASON_HPP_ #include <com/sun/star/awt/FocusChangeReason.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_MOUSEBUTTON_HPP_ #include <com/sun/star/awt/MouseButton.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XFOCUSLISTENER_HPP_ #include <com/sun/star/awt/XFocusListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XFILEDIALOG_HPP_ #include <com/sun/star/awt/XFileDialog.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_ #include <com/sun/star/awt/XTextComponent.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XLISTBOX_HPP_ #include <com/sun/star/awt/XListBox.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XPROGRESSMONITOR_HPP_ #include <com/sun/star/awt/XProgressMonitor.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_TEXTALIGN_HPP_ #include <com/sun/star/awt/TextAlign.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XSCROLLBAR_HPP_ #include <com/sun/star/awt/XScrollBar.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XVCLCONTAINERPEER_HPP_ #include <com/sun/star/awt/XVclContainerPeer.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTABCONTROLLERMODEL_HPP_ #include <com/sun/star/awt/XTabControllerModel.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XMESSAGEBOX_HPP_ #include <com/sun/star/awt/XMessageBox.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTEXTEDITFIELD_HPP_ #include <com/sun/star/awt/XTextEditField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_STYLE_HPP_ #include <com/sun/star/awt/Style.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTIMEFIELD_HPP_ #include <com/sun/star/awt/XTimeField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XVCLWINDOWPEER_HPP_ #include <com/sun/star/awt/XVclWindowPeer.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCONTROLMODEL_HPP_ #include <com/sun/star/awt/XControlModel.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XSPINFIELD_HPP_ #include <com/sun/star/awt/XSpinField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XUNOCONTROLCONTAINER_HPP_ #include <com/sun/star/awt/XUnoControlContainer.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTEXTLAYOUTCONSTRAINS_HPP_ #include <com/sun/star/awt/XTextLayoutConstrains.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XNUMERICFIELD_HPP_ #include <com/sun/star/awt/XNumericField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XBUTTON_HPP_ #include <com/sun/star/awt/XButton.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTEXTAREA_HPP_ #include <com/sun/star/awt/XTextArea.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XIMAGEBUTTON_HPP_ #include <com/sun/star/awt/XImageButton.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XFIXEDTEXT_HPP_ #include <com/sun/star/awt/XFixedText.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCONTROLCONTAINER_HPP_ #include <com/sun/star/awt/XControlContainer.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XDIALOG_HPP_ #include <com/sun/star/awt/XDialog.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_SCROLLBARORIENTATION_HPP_ #include <com/sun/star/awt/ScrollBarOrientation.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XRADIOBUTTON_HPP_ #include <com/sun/star/awt/XRadioButton.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCURRENCYFIELD_HPP_ #include <com/sun/star/awt/XCurrencyField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XPATTERNFIELD_HPP_ #include <com/sun/star/awt/XPatternField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_VCLWINDOWPEERATTRIBUTE_HPP_ #include <com/sun/star/awt/VclWindowPeerAttribute.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTABCONTROLLER_HPP_ #include <com/sun/star/awt/XTabController.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XVCLCONTAINER_HPP_ #include <com/sun/star/awt/XVclContainer.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XDATEFIELD_HPP_ #include <com/sun/star/awt/XDateField.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCOMBOBOX_HPP_ #include <com/sun/star/awt/XComboBox.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCONTROL_HPP_ #include <com/sun/star/awt/XControl.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XCHECKBOX_HPP_ #include <com/sun/star/awt/XCheckBox.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_MESSAGEBOXCOMMAND_HPP_ #include <com/sun/star/awt/MessageBoxCommand.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XLAYOUTCONSTRAINS_HPP_ #include <com/sun/star/awt/XLayoutConstrains.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XPROGRESSBAR_HPP_ #include <com/sun/star/awt/XProgressBar.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XTOPWINDOW_HPP_ #include <com/sun/star/awt/XTopWindow.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_ #include <com/sun/star/awt/XWindow.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_POSSIZE_HPP_ #include <com/sun/star/awt/PosSize.hpp> -#endif - -#ifndef _COM_SUN_STAR_AWT_XVIEW_HPP_ #include <com/sun/star/awt/XView.hpp> -#endif - -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> -#endif - -#ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> -#endif - -#ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> -#endif - -#ifndef _CPPUHELPER_COMPONENT_HXX_ #include <cppuhelper/component.hxx> -#endif //____________________________________________________________________________________________________________ // includes of my project //____________________________________________________________________________________________________________ - -#ifndef _UNOCONTROLS_MULTIPLEXER_HXX #include "multiplexer.hxx" -#endif //____________________________________________________________________________________________________________ // "namespaces" |