diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:24:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:24:40 +0000 |
commit | cfc9d53faf2aa055a4ab96c356fc48079a0e9ba2 (patch) | |
tree | 7efbb9b135addfd089a3f761a2ebd28406d5d2bb /offapi | |
parent | 7f4bd191935d52efa111fe3a31cd74225c0b34c5 (diff) |
INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED
2005/03/18 16:24:56 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/UIElementFactory.idl | 69 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/UIElementFactoryManager.idl | 61 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/UIElementSettings.idl | 6 |
3 files changed, 130 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ui/UIElementFactory.idl b/offapi/com/sun/star/ui/UIElementFactory.idl index 8c4c792e3d76..1f8e685d07ec 100644 --- a/offapi/com/sun/star/ui/UIElementFactory.idl +++ b/offapi/com/sun/star/ui/UIElementFactory.idl @@ -1,3 +1,64 @@ +/************************************************************************* + * + * $RCSfile: UIElementFactory.idl,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: rt $ $Date: 2005-03-30 08:20:54 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 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 + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ + #ifndef __com_sun_star_ui_UIElementFactory_idl__ #define __com_sun_star_ui_UIElementFactory_idl__ @@ -7,6 +68,10 @@ //============================================================================= +module com { module sun { module star { module ui { + +//============================================================================= + /** specifies a user interface element factory that can create and initialize a user interface element type. @@ -21,10 +86,6 @@ @since OOo 2.0.0 */ -//============================================================================= - -module com { module sun { module star { module ui { - service UIElementFactory { /** this interface provides a function to create and initalize new diff --git a/offapi/com/sun/star/ui/UIElementFactoryManager.idl b/offapi/com/sun/star/ui/UIElementFactoryManager.idl index 69ca52d172cd..092bdd8fdf92 100644 --- a/offapi/com/sun/star/ui/UIElementFactoryManager.idl +++ b/offapi/com/sun/star/ui/UIElementFactoryManager.idl @@ -1,3 +1,64 @@ +/************************************************************************* + * + * $RCSfile: UIElementFactoryManager.idl,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: rt $ $Date: 2005-03-30 08:23:03 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 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 + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ + #ifndef __com_sun_star_ui_UIElementFactory_idl__ #define __com_sun_star_ui_UIElementFactory_idl__ diff --git a/offapi/com/sun/star/ui/UIElementSettings.idl b/offapi/com/sun/star/ui/UIElementSettings.idl index 788773eb8a40..64aa14386245 100644 --- a/offapi/com/sun/star/ui/UIElementSettings.idl +++ b/offapi/com/sun/star/ui/UIElementSettings.idl @@ -2,9 +2,9 @@ * * $RCSfile: UIElementSettings.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-03-01 18:27:54 $ + * last change: $Author: rt $ $Date: 2005-03-30 08:24:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,8 @@ module com { module sun { module star { module ui { +//============================================================================= + /** describes the internal structure of a configurable user interface element. |