summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control')
-rw-r--r--offapi/com/sun/star/form/control/CheckBox.idl65
-rw-r--r--offapi/com/sun/star/form/control/ComboBox.idl65
-rw-r--r--offapi/com/sun/star/form/control/CommandButton.idl83
-rw-r--r--offapi/com/sun/star/form/control/CurrencyField.idl66
-rw-r--r--offapi/com/sun/star/form/control/DateField.idl66
-rw-r--r--offapi/com/sun/star/form/control/FormattedField.idl71
-rw-r--r--offapi/com/sun/star/form/control/GridControl.idl140
-rw-r--r--offapi/com/sun/star/form/control/GroupBox.idl63
-rw-r--r--offapi/com/sun/star/form/control/ImageButton.idl83
-rw-r--r--offapi/com/sun/star/form/control/ImageControl.idl69
-rw-r--r--offapi/com/sun/star/form/control/InteractionGridControl.idl81
-rw-r--r--offapi/com/sun/star/form/control/ListBox.idl78
-rw-r--r--offapi/com/sun/star/form/control/NavigationToolBar.idl55
-rw-r--r--offapi/com/sun/star/form/control/NumericField.idl66
-rw-r--r--offapi/com/sun/star/form/control/PatternField.idl66
-rw-r--r--offapi/com/sun/star/form/control/RadioButton.idl65
-rw-r--r--offapi/com/sun/star/form/control/SubmitButton.idl83
-rw-r--r--offapi/com/sun/star/form/control/TextField.idl83
-rw-r--r--offapi/com/sun/star/form/control/TimeField.idl66
19 files changed, 0 insertions, 1414 deletions
diff --git a/offapi/com/sun/star/form/control/CheckBox.idl b/offapi/com/sun/star/form/control/CheckBox.idl
deleted file mode 100644
index 381b9d69c..000000000
--- a/offapi/com/sun/star/form/control/CheckBox.idl
+++ /dev/null
@@ -1,65 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_component_checkbox_idl__
-#define __com_sun_star_form_component_checkbox_idl__
-
-#include <com/sun/star/awt/UnoControlCheckBox.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a check box control which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">CheckBox</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service CheckBox
-{
- service com::sun::star::awt::UnoControlCheckBox;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/ComboBox.idl b/offapi/com/sun/star/form/control/ComboBox.idl
deleted file mode 100644
index f9a52b790..000000000
--- a/offapi/com/sun/star/form/control/ComboBox.idl
+++ /dev/null
@@ -1,65 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_ComboBox_idl__
-#define __com_sun_star_form_control_ComboBox_idl__
-
-#include <com/sun/star/awt/UnoControlComboBox.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a combo box control.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">ComboBox</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service ComboBox
-{
- service com::sun::star::awt::UnoControlComboBox;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/CommandButton.idl b/offapi/com/sun/star/form/control/CommandButton.idl
deleted file mode 100644
index bb819ad2a..000000000
--- a/offapi/com/sun/star/form/control/CommandButton.idl
+++ /dev/null
@@ -1,83 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_CommandButton_idl__
-#define __com_sun_star_form_control_CommandButton_idl__
-
-#include <com/sun/star/awt/UnoControlButton.idl>
-#include <com/sun/star/form/XApproveActionBroadcaster.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a button control.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">CommandButton</type>
- service.</p>
-
- <p>The control is clickable, the action taken upon clicking depends on the settings
- of the model the control belongs to.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
- @see com::sun::star::form::component::CommandButton::ButtonType
-*/
-published service CommandButton
-{
- service com::sun::star::awt::UnoControlButton;
-
- /** allows external instances to register as veto listener for the button's actions.
-
- <p>An <type scope="com::sun::star::form">XApproveActionListener</type> returning false on
- it's approve-method will prevent any action which would usually be triggered - this includes
- not only submitting or resetting forms, but also calling the
- <type scope="com::sun::star::awt">XActionListener</type>s of the super service<br/>
- This may be interesting for e.g. forms which want to provide input validation before submitting
- data.<br/>
-
- @see com::sun::star::form::component::HTMLForm
- @see com::sun::star::form::XSubmit
- @see com::sun::star::form::XReset
- @see com::sun::star::awt::XButton
- */
- interface com::sun::star::form::XApproveActionBroadcaster;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/CurrencyField.idl b/offapi/com/sun/star/form/control/CurrencyField.idl
deleted file mode 100644
index 5a4a87d2d..000000000
--- a/offapi/com/sun/star/form/control/CurrencyField.idl
+++ /dev/null
@@ -1,66 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_CurrencyField_idl__
-#define __com_sun_star_form_control_CurrencyField_idl__
-
-#include <com/sun/star/awt/UnoControlCurrencyField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control which can be used for inputting currency values, and
- which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">CurrencyField</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service CurrencyField
-{
- service com::sun::star::awt::UnoControlCurrencyField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/DateField.idl b/offapi/com/sun/star/form/control/DateField.idl
deleted file mode 100644
index b988c0ce3..000000000
--- a/offapi/com/sun/star/form/control/DateField.idl
+++ /dev/null
@@ -1,66 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_DateField_idl__
-#define __com_sun_star_form_control_DateField_idl__
-
-#include <com/sun/star/awt/UnoControlDateField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control which can be used for inputting date values, and
- which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">DateField</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service DateField
-{
- service com::sun::star::awt::UnoControlDateField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/FormattedField.idl b/offapi/com/sun/star/form/control/FormattedField.idl
deleted file mode 100644
index cd13d47be..000000000
--- a/offapi/com/sun/star/form/control/FormattedField.idl
+++ /dev/null
@@ -1,71 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_FormattedField_idl__
-#define __com_sun_star_form_control_FormattedField_idl__
-
-#include <com/sun/star/awt/UnoControlFormattedField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control which can be used for inputting values with a arbitrary formatting, and
- can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">FormattedField</type>
- service.</p>
-
- <p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
- the <em>enter</em> key is pressed while it has the focus.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
- @see com::sun::star::util::XNumberFormatsSupplier
-*/
-published service FormattedField
-{
- service com::sun::star::awt::UnoControlFormattedField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/GridControl.idl b/offapi/com/sun/star/form/control/GridControl.idl
deleted file mode 100644
index ef1cf2657..000000000
--- a/offapi/com/sun/star/form/control/GridControl.idl
+++ /dev/null
@@ -1,140 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_GridControl_idl__
-#define __com_sun_star_form_control_GridControl_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/form/XGrid.idl>
-#include <com/sun/star/form/XBoundComponent.idl>
-#include <com/sun/star/form/XGridFieldDataSupplier.idl>
-#include <com/sun/star/util/XModifyBroadcaster.idl>
-#include <com/sun/star/util/XModeSelector.idl>
-#include <com/sun/star/container/XIndexAccess.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/frame/XDispatchProviderInterception.idl>
-#include <com/sun/star/view/XSelectionSupplier.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module form {
-
-published interface XGridControl;
-
-module control {
-
-//=============================================================================
-
-/** describes a table-like control for displaying data.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">GridControl</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service GridControl
-{
- service com::sun::star::awt::UnoControl;
-
- /** allows committing the content of the active cell of the control.
- */
- interface com::sun::star::form::XBoundComponent;
-
- /** allows access to the active cell within the grid.
-
- <p>Only the column position can be modified using this interface, as the row position within
- a table control bound to a data source is given implicitly (by the cursor position of the data source).</p>
- */
- interface com::sun::star::form::XGrid;
-
- [optional] interface com::sun::star::form::XGridControl;
-
- /** used to broadcast modifications made by the user (within the active cell)
- */
- interface com::sun::star::util::XModifyBroadcaster;
-
- /** allows access to the field data of the grid's current row in different formats
- */
- [optional] interface com::sun::star::form::XGridFieldDataSupplier;
-
- /** allows access to objects wrapping a single column
- */
- interface com::sun::star::container::XIndexAccess;
-
- /** allows creation of an enumeration for the column objects
- */
- interface com::sun::star::container::XEnumerationAccess;
-
- /** is used to switch the operating modes of the control.
-
- <p>Besides the normal operation mode (which is used to display the database form's data) the control may
- for instance support a filter mode.</p>
- */
- [optional] interface com::sun::star::util::XModeSelector;
-
- /** used to control the selection of rows in the grid control.
-
- <p>The selection used with the methods <method scope="com::sun::star::view">XSelectionSupplier::getSelection</method>
- and <method scope="com::sun::star::view">XSelectionSupplier::select</method> is a sequence of Any's.<br/>
- Here the elements of the Sequence are the bookmarks (in the <type scope="com::sun::star::sdb">RowSet</type>)
- of the (to-be-) selected rows.</p>
- */
- [optional] interface com::sun::star::view::XSelectionSupplier;
-
- /** allows external components to register dispatchers for some common form actions.
-
- <p>A grid control can contain own UI elements for traveling within the database form it belongs to (This
- concept seems to make sense, as a grid control - in opposite to other data aware controls - displays
- not only one record at a time, but a larger number of records of the database form.)<br/>
- With the help of this interface, external components which wish to handle such travelings themselves can
- register interceptors for the actions in question.</p>
-
- <p>Usual URLs to use include
- <dl>
- <dt>.uno:FormSlots/moveToFirst</dt><dd> move the cursor to the first record</dd>
- <dt>.uno:FormSlots/moveToPrev</dt><dd> move the cursor to the previous record</dd>
- <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd>
- <dt>.uno:FormSlots/moveToLast</dt><dd> move the cursor to the last record</dd>
- <dt>.uno:FormSlots/moveToNew</dt><dd> move the cursor to the (one and only) <em>new</em> record</dd>
- <dt>.uno:FormSlots/undoRecord</dt><dd> undo the changes done so far in the current record</dd>
- </dl>
- </p>
-
- <p>A concrete implementation of this service may offer more or less URLs, but if it offers some of the URLs
- above, it must stick to the meanings defined above.</p>
- */
- [optional] interface com::sun::star::frame::XDispatchProviderInterception;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-
-#endif
diff --git a/offapi/com/sun/star/form/control/GroupBox.idl b/offapi/com/sun/star/form/control/GroupBox.idl
deleted file mode 100644
index 150f55f18..000000000
--- a/offapi/com/sun/star/form/control/GroupBox.idl
+++ /dev/null
@@ -1,63 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_GroupBox_idl__
-#define __com_sun_star_form_control_GroupBox_idl__
-
-#include <com/sun/star/awt/UnoControlGroupBox.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control which can be used for visually grouping controls
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">GroupBox</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service GroupBox
-{
- service com::sun::star::awt::UnoControlGroupBox;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/ImageButton.idl b/offapi/com/sun/star/form/control/ImageButton.idl
deleted file mode 100644
index 3cab821db..000000000
--- a/offapi/com/sun/star/form/control/ImageButton.idl
+++ /dev/null
@@ -1,83 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_ImageButton_idl__
-#define __com_sun_star_form_control_ImageButton_idl__
-
-#include <com/sun/star/awt/UnoControlImageControl.idl>
-#include <com/sun/star/form/XApproveActionBroadcaster.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control which can be used for displaying images on a control acting like a button.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">ImageButton</type>
- service.</p>
-
- <p>The control is clickable, the action taken upon clicking depends on the settings
- of the model the control belongs to.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
- @see com::sun::star::form::component::ImageButton::ButtonType
-*/
-published service ImageButton
-{
- service com::sun::star::awt::UnoControlImageControl;
-
- /** allows external instances to register as veto listener for the button's actions.
-
- <p>An <type scope="com::sun::star::form">XApproveActionListener</type> returning false on
- it's approve-method will prevent any action which would usually be triggered - this includes
- not only submitting or resetting forms, but also calling the
- <type scope="com::sun::star::awt">XActionListener</type>s of the super service<br/>
- This may be interesting for e.g. forms which want to provide input validation before submitting
- data.<br/>
-
- @see com::sun::star::form::component::HTMLForm
- @see com::sun::star::form::XSubmit
- @see com::sun::star::form::XReset
- @see com::sun::star::awt::XButton
- */
- interface com::sun::star::form::XApproveActionBroadcaster;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/ImageControl.idl b/offapi/com/sun/star/form/control/ImageControl.idl
deleted file mode 100644
index 4dda44d9f..000000000
--- a/offapi/com/sun/star/form/control/ImageControl.idl
+++ /dev/null
@@ -1,69 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_ImageControl_idl__
-#define __com_sun_star_form_control_ImageControl_idl__
-
-#include <com/sun/star/awt/UnoControlImageControl.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control used for displaying images stored in a database.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">DatabaseImageControl</type>
- service.</p>
-
- <p>If the model of the control is valid bound to a database field, the control allows
- to select an image (browsing the file system) upon double clicking into it,
- and forwards the URL of the chosen image to the ImageURL property of its model.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service ImageControl
-{
- service com::sun::star::awt::UnoControlImageControl;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/InteractionGridControl.idl b/offapi/com/sun/star/form/control/InteractionGridControl.idl
deleted file mode 100644
index f3d165336..000000000
--- a/offapi/com/sun/star/form/control/InteractionGridControl.idl
+++ /dev/null
@@ -1,81 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_component_InteractionGridControl_idl__
-#define __com_sun_star_form_component_InteractionGridControl_idl__
-
-#include <com/sun/star/form/control/GridControl.idl>
-#include <com/sun/star/frame/XDispatch.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** is an extended grid control, which allows the user to customize some of it's user interface's aspects.
-*/
-published service InteractionGridControl
-{
- service com::sun::star::form::control::GridControl;
-
- /** allows access to the UI features of the control
-
- <p>Though concrete implementations of the service may offer different sets of aspects which can be customized,
- the following commands have, if supported, a defined meaning:
- <dl>
- <dt>.uno:GridSlots/BrowserAttribs</dt><dd> (interactively) customize the overall appearance of the grid (font etc.)</dd>
- <dt>.uno:GridSlots/RowHeight</dt><dd> (interactively) customize the row height appearance of the grid</dd>
- <dt>.uno:GridSlots/ColumnAttribs</dt><dd> (interactively) customize the format of a given column</dd>
- <dt>.uno:GridSlots/ColumnWidth</dt><dd> (interactively) customize the width of a given column</dd>
- </dl>
- </p>
-
- <p>The following parameters may be passed when dispatching the commands above (as before, concrete implementations
- may extend this list):
- <dl>
- <dt>ColumnId</dt><dd> the id of the column in question, if the command is executed for a column</dd>
- <dt>ColumnModelPos</dt><dd> the model position of the column in question, if the command is executed for a column</dd>
- <dt>ColumnViewPos</dt><dd> the view position of the column in question, if the command is executed for a column. The
- view position may differ from the model position, as in a grid control, columns can be hidden.</dd>
- </dl>
- </p>
- */
- interface com::sun::star::frame::XDispatch;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/ListBox.idl b/offapi/com/sun/star/form/control/ListBox.idl
deleted file mode 100644
index bdd4774e2..000000000
--- a/offapi/com/sun/star/form/control/ListBox.idl
+++ /dev/null
@@ -1,78 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_ListBox_idl__
-#define __com_sun_star_form_control_ListBox_idl__
-
-#include <com/sun/star/awt/UnoControlListBox.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-#include <com/sun/star/form/XChangeBroadcaster.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a list box control which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">ListBox</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service ListBox
-{
- service com::sun::star::awt::UnoControlListBox;
-
- interface com::sun::star::form::XBoundControl;
-
- /** allows broadcasts of HTML-compatible change events.
-
- <p>HTML-compatible means that a change event is broadcasted if and only if all of
- the following applies.
- <ul>
- <li>the control loses the focus</li>
- <li>the content of the control has changed, compared to the moment where it got the focus.</li>
- </ul>
- <p/>
- */
- interface com::sun::star::form::XChangeBroadcaster;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/NavigationToolBar.idl b/offapi/com/sun/star/form/control/NavigationToolBar.idl
deleted file mode 100644
index 034e0edcf..000000000
--- a/offapi/com/sun/star/form/control/NavigationToolBar.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_NavigationToolBar_idl__
-#define __com_sun_star_form_control_NavigationToolBar_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** This service specifies the model for control which provides controller
- functionality for a <type scope="com::sun::star::form::component">DataForm</type>, such as navigating or filtering
- the form.
-
- @see com::sun::star::form::component::NavigationToolBar
-*/
-service NavigationToolBar
-{
- service com::sun::star::awt::UnoControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-
-#endif
diff --git a/offapi/com/sun/star/form/control/NumericField.idl b/offapi/com/sun/star/form/control/NumericField.idl
deleted file mode 100644
index c23691387..000000000
--- a/offapi/com/sun/star/form/control/NumericField.idl
+++ /dev/null
@@ -1,66 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_NumericField_idl__
-#define __com_sun_star_form_control_NumericField_idl__
-
-#include <com/sun/star/awt/UnoControlNumericField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control for inputting numeric values and which can (but not necessarily has to)
- be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">NumericField</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service NumericField
-{
- service com::sun::star::awt::UnoControlNumericField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/PatternField.idl b/offapi/com/sun/star/form/control/PatternField.idl
deleted file mode 100644
index cd9f7fed9..000000000
--- a/offapi/com/sun/star/form/control/PatternField.idl
+++ /dev/null
@@ -1,66 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_PatternField_idl__
-#define __com_sun_star_form_control_PatternField_idl__
-
-#include <com/sun/star/awt/UnoControlPatternField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control for inputting text complying to a given pattern,
- and which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">PatternField</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service PatternField
-{
- service com::sun::star::awt::UnoControlPatternField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/RadioButton.idl b/offapi/com/sun/star/form/control/RadioButton.idl
deleted file mode 100644
index 1112daeb5..000000000
--- a/offapi/com/sun/star/form/control/RadioButton.idl
+++ /dev/null
@@ -1,65 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_RadioButton_idl__
-#define __com_sun_star_form_control_RadioButton_idl__
-
-#include <com/sun/star/awt/UnoControlRadioButton.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a radio button control which can (but not necessarily has to) be bound to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">RadioButton</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service RadioButton
-{
- service com::sun::star::awt::UnoControlRadioButton;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/SubmitButton.idl b/offapi/com/sun/star/form/control/SubmitButton.idl
deleted file mode 100644
index 5b056bce2..000000000
--- a/offapi/com/sun/star/form/control/SubmitButton.idl
+++ /dev/null
@@ -1,83 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_SubmitButton_idl__
-#define __com_sun_star_form_control_SubmitButton_idl__
-
-#include <com/sun/star/awt/UnoControlButton.idl>
-#include <com/sun/star/form/submission/XSubmission.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** specifies a button control which can execute external submissions
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">SubmitButton</type>
- service.</p>
-
- <p>The control is clickable. When clicked (by mouse or keyboard, or programmatically),
- the following happens:
- <ol><li>Any <type scope="com::sun::star::form::submission">XSubmissionVetoListener</type>s registered
- at the component are given the chance to veto the submission.
- </li>
- <li>The model of the control is examined for an external submission object. That is,
- <member scope="com::sun::star::form::submission">XSubmissionSupplier::getSubmission</member>
- is called at the model.<br/>
- If there is such a submission object, its
- <member scope="com::sun::star::form::submission">XSubmission::submit</member> method is invoked.
- </li>
- <li>If there is no external submission, the parent object of the model is examined
- for the presence of the <type scope="com::sun::star::form">XSubmit</type> interface. If it
- is present, it's <member scope="com::sun::star::form">XSubmit::submit</member> method is
- invoked.<br/>
- Since the parent object of a submit button can only be a <type scope="com::sun::star::form::component">Form</type>,
- this means that <type>SubmitButton</type>s are also able to submit <type scope="com::sun::star::form::component">HTMLForm</type>s.
- </li>
- </ol>
- </p>
-*/
-service SubmitButton
-{
- /** allows interception (and vetoing) of submissions triggered by the control.
- */
- interface com::sun::star::form::submission::XSubmission;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl
deleted file mode 100644
index edca94bf7..000000000
--- a/offapi/com/sun/star/form/control/TextField.idl
+++ /dev/null
@@ -1,83 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_TextField_idl__
-#define __com_sun_star_form_control_TextField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-#include <com/sun/star/form/XChangeBroadcaster.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control for entering arbitrary text which can (but not necessarily has to) be bound
- to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">TextField</type>
- service.</p>
-
- <p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
- the <em>enter</em> is pressed while it has the focus.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service TextField
-{
- service com::sun::star::awt::UnoControlEdit;
-
- interface com::sun::star::form::XBoundControl;
-
- /** allows broadcasts of HTML-compatible change events.
-
- <p>HTML-compatible means that a change event is broadcasted if and only if all of
- the following applies.
- <ul>
- <li>the control loses the focus</li>
- <li>the content of the control has changed, compared to the moment where it got the focus.</li>
- </ul>
- <p/>
- */
- interface com::sun::star::form::XChangeBroadcaster;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-
diff --git a/offapi/com/sun/star/form/control/TimeField.idl b/offapi/com/sun/star/form/control/TimeField.idl
deleted file mode 100644
index f93273d49..000000000
--- a/offapi/com/sun/star/form/control/TimeField.idl
+++ /dev/null
@@ -1,66 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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 __com_sun_star_form_control_TimeField_idl__
-#define __com_sun_star_form_control_TimeField_idl__
-
-#include <com/sun/star/awt/UnoControlTimeField.idl>
-#include <com/sun/star/form/XBoundControl.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module form { module control {
-
-//=============================================================================
-
-/** describes a control for inputting time values which can (but not necessarily has to) be bound
- to a database field.
-
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">TimeField</type>
- service.</p>
-
- @see com::sun::star::awt::UnoControl
- @see com::sun::star::awt::UnoControlModel
-*/
-published service TimeField
-{
- service com::sun::star::awt::UnoControlTimeField;
-
- interface com::sun::star::form::XBoundControl;
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-
-#endif
-
-