summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component')
-rw-r--r--offapi/com/sun/star/form/component/CheckBox.idl5
-rw-r--r--offapi/com/sun/star/form/component/ComboBox.idl3
-rw-r--r--offapi/com/sun/star/form/component/CommandButton.idl4
-rw-r--r--offapi/com/sun/star/form/component/CurrencyField.idl3
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl10
-rw-r--r--offapi/com/sun/star/form/component/DatabaseCheckBox.idl3
-rw-r--r--offapi/com/sun/star/form/component/DatabaseComboBox.idl5
-rw-r--r--offapi/com/sun/star/form/component/DatabaseCurrencyField.idl3
-rw-r--r--offapi/com/sun/star/form/component/DatabaseDateField.idl3
-rw-r--r--offapi/com/sun/star/form/component/DatabaseFormattedField.idl4
-rw-r--r--offapi/com/sun/star/form/component/DatabaseImageControl.idl4
-rw-r--r--offapi/com/sun/star/form/component/DatabaseListBox.idl5
-rw-r--r--offapi/com/sun/star/form/component/DatabaseNumericField.idl3
-rw-r--r--offapi/com/sun/star/form/component/DatabasePatternField.idl4
-rw-r--r--offapi/com/sun/star/form/component/DatabaseRadioButton.idl3
-rw-r--r--offapi/com/sun/star/form/component/DatabaseTextField.idl4
-rw-r--r--offapi/com/sun/star/form/component/DatabaseTimeField.idl3
-rw-r--r--offapi/com/sun/star/form/component/DateField.idl4
-rw-r--r--offapi/com/sun/star/form/component/FileControl.idl3
-rw-r--r--offapi/com/sun/star/form/component/FixedText.idl3
-rw-r--r--offapi/com/sun/star/form/component/Form.idl3
-rw-r--r--offapi/com/sun/star/form/component/FormattedField.idl3
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl10
-rw-r--r--offapi/com/sun/star/form/component/GroupBox.idl3
-rw-r--r--offapi/com/sun/star/form/component/HTMLForm.idl6
-rw-r--r--offapi/com/sun/star/form/component/HiddenControl.idl3
-rw-r--r--offapi/com/sun/star/form/component/ImageButton.idl6
-rw-r--r--offapi/com/sun/star/form/component/ListBox.idl3
-rw-r--r--offapi/com/sun/star/form/component/NavigationToolBar.idl16
-rw-r--r--offapi/com/sun/star/form/component/NumericField.idl4
-rw-r--r--offapi/com/sun/star/form/component/PatternField.idl3
-rw-r--r--offapi/com/sun/star/form/component/RadioButton.idl5
-rw-r--r--offapi/com/sun/star/form/component/RichTextControl.idl3
-rw-r--r--offapi/com/sun/star/form/component/ScrollBar.idl4
-rw-r--r--offapi/com/sun/star/form/component/SpinButton.idl4
-rw-r--r--offapi/com/sun/star/form/component/SubmitButton.idl3
-rw-r--r--offapi/com/sun/star/form/component/TextField.idl3
-rw-r--r--offapi/com/sun/star/form/component/TimeField.idl4
38 files changed, 0 insertions, 165 deletions
diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl
index 72e08d80b7e7..d374a9a2162c 100644
--- a/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/offapi/com/sun/star/form/component/CheckBox.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the model of a check box control
@@ -47,7 +45,6 @@ published service CheckBox
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -58,7 +55,6 @@ published service CheckBox
*/
[property] short DefaultState;
- //-------------------------------------------------------------------------
/** contains a reference value which is used for submission in a HTML
form
@@ -69,7 +65,6 @@ published service CheckBox
[property] string RefValue;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/ComboBox.idl b/offapi/com/sun/star/form/component/ComboBox.idl
index e355e9be37bd..1a7f03b4f213 100644
--- a/offapi/com/sun/star/form/component/ComboBox.idl
+++ b/offapi/com/sun/star/form/component/ComboBox.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which allows the input of text or selection
of text from a list of text values.
@@ -57,7 +55,6 @@ published service ComboBox
[property] string DefaultText;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/CommandButton.idl b/offapi/com/sun/star/form/component/CommandButton.idl
index 14655c691db0..0913803cb2dc 100644
--- a/offapi/com/sun/star/form/component/CommandButton.idl
+++ b/offapi/com/sun/star/form/component/CommandButton.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the control model for a clickable button which is part of a form
component hierarchy.
@@ -55,7 +53,6 @@ published service CommandButton
*/
interface com::sun::star::form::XImageProducerSupplier;
- //-------------------------------------------------------------------------
/** describes the action to be executed by the button when pressed.
*/
@@ -101,7 +98,6 @@ published service CommandButton
[optional] interface ::com::sun::star::form::XReset;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/CurrencyField.idl b/offapi/com/sun/star/form/component/CurrencyField.idl
index 2484ca346ec5..9c4fbde41c59 100644
--- a/offapi/com/sun/star/form/component/CurrencyField.idl
+++ b/offapi/com/sun/star/form/component/CurrencyField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the ControlModel for an edit field which
contains a currency value.
@@ -56,7 +54,6 @@ published service CurrencyField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 73240c186320..a176a185e23d 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -36,7 +36,6 @@
#include <com/sun/star/sdb/XCompletedExecution.idl>
#include <com/sun/star/awt/TabControllerModel.idl>
-//=============================================================================
module com { module sun { module star { module form {
@@ -44,7 +43,6 @@ module com { module sun { module star { module form {
published interface XDatabaseParameterBroadcaster;
module component {
-//=============================================================================
/** This service specifies a form which is connected to a database and
displays the results of SQL queries. It provides the possibility of
adding new data records, modifying existing ones, or deleting them.
@@ -124,7 +122,6 @@ published service DataForm
*/
interface com::sun::star::form::XDatabaseParameterBroadcaster;
- //-------------------------------------------------------------------------
/** is used for subforms and contains the names of columns of the parent form.
<p> These columns are typically the foreign key fields of the parent form.
@@ -137,7 +134,6 @@ published service DataForm
*/
[property] sequence<string> MasterFields;
- //-------------------------------------------------------------------------
/** is used for subforms and contains the names of the columns of the subform
which are related to the master fields of the parent form.
@@ -165,17 +161,14 @@ published service DataForm
*/
[property] sequence<string> DetailFields;
- //-------------------------------------------------------------------------
/** returns the kind of tabulator controlling.
*/
[property] com::sun::star::form::TabulatorCycle Cycle;
- //-------------------------------------------------------------------------
/** determines how an navigation bar for this form should act.
*/
[property] com::sun::star::form::NavigationBarMode NavigationBarMode;
- //-------------------------------------------------------------------------
/** determines if insertions into the form's row set are allowed.
<p>Note that this is a recommendation for user interface components displaying the
@@ -185,7 +178,6 @@ published service DataForm
*/
[property] boolean AllowInserts;
- //-------------------------------------------------------------------------
/** determines if modifications of the current record of the form are allowed.
<p>Note that this is a recommendation for user interface components displaying the
@@ -195,7 +187,6 @@ published service DataForm
*/
[property] boolean AllowUpdates;
- //-------------------------------------------------------------------------
/** determines if deletions of records of the form are allowed.
<p>Note that this is a recommendation for user interface components displaying the
@@ -206,7 +197,6 @@ published service DataForm
[property] boolean AllowDeletes;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseCheckBox.idl b/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
index 0f0960deeae1..e187cfe4d44f 100644
--- a/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a check box which is data-aware, and can be bound to a database field.
@@ -45,7 +43,6 @@ published service DatabaseCheckBox
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index b60da31d0d04..745210a01f88 100644
--- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/form/ListSourceType.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a combo box which is data-aware, and can be bound to a database field.
@@ -54,7 +52,6 @@ published service DatabaseComboBox
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -73,7 +70,6 @@ published service DatabaseComboBox
<p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></p>
*/
[property] string ListSource;
- //-------------------------------------------------------------------------
/** specifies the kind of list source.
@@ -84,7 +80,6 @@ published service DatabaseComboBox
[property] com::sun::star::form::ListSourceType ListSourceType;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl b/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
index 3fdca8656bb9..c6afae6184e7 100644
--- a/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a currency field which is data-aware, and can be bound to a database field.
*/
@@ -40,7 +38,6 @@ published service DatabaseCurrencyField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseDateField.idl b/offapi/com/sun/star/form/component/DatabaseDateField.idl
index a6e9b40c01ce..c09e8a9fdedf 100644
--- a/offapi/com/sun/star/form/component/DatabaseDateField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseDateField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a date field which is data-aware, and can be bound to a database field.
*/
@@ -40,7 +38,6 @@ published service DatabaseDateField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
index e79fa553db89..9c891dd5d392 100644
--- a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a formatted field model which is data-aware, and can be bound to a database field.
*/
@@ -38,7 +36,6 @@ published service DatabaseFormattedField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -54,7 +51,6 @@ published service DatabaseFormattedField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseImageControl.idl b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
index 7e85812db283..b6e102c913e0 100644
--- a/offapi/com/sun/star/form/component/DatabaseImageControl.idl
+++ b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XImageProducerSupplier.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the model of a control used for displaying images stored in a database.
@@ -93,7 +91,6 @@ published service DatabaseImageControl
*/
interface com::sun::star::form::XImageProducerSupplier;
- //-------------------------------------------------------------------------
/** indicates if it is possible to change the image being displayed.
*/
@@ -101,7 +98,6 @@ published service DatabaseImageControl
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl
index f00cff2c0f4f..b8dcd67bc6ee 100644
--- a/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/form/ListSourceType.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a data-aware list box control model.
@@ -72,7 +70,6 @@ published service DatabaseListBox
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** specifies which column of the list result set should be used for data exchange.
@@ -104,7 +101,6 @@ published service DatabaseListBox
*/
[property] short BoundColumn;
- //-------------------------------------------------------------------------
/** describes the kind of list source used.
@@ -147,7 +143,6 @@ published service DatabaseListBox
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseNumericField.idl b/offapi/com/sun/star/form/component/DatabaseNumericField.idl
index 8ac816e30e55..244f31c1a3a1 100644
--- a/offapi/com/sun/star/form/component/DatabaseNumericField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseNumericField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a numeric field which is data-aware, and can be bound to a database field.
*/
@@ -40,7 +38,6 @@ published service DatabaseNumericField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabasePatternField.idl b/offapi/com/sun/star/form/component/DatabasePatternField.idl
index 52388cfe38fd..0af61e14ea5e 100644
--- a/offapi/com/sun/star/form/component/DatabasePatternField.idl
+++ b/offapi/com/sun/star/form/component/DatabasePatternField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a data-aware control model for entering text which matches a specific
pattern.
@@ -39,7 +37,6 @@ published service DatabasePatternField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -55,7 +52,6 @@ published service DatabasePatternField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseRadioButton.idl b/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
index a5d30a10ad1f..0455dc02e00f 100644
--- a/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a radio button which is data-aware, and can be bound to a database field.
*/
@@ -40,7 +38,6 @@ published service DatabaseRadioButton
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseTextField.idl b/offapi/com/sun/star/form/component/DatabaseTextField.idl
index 716df734f73c..8535ba447ccb 100644
--- a/offapi/com/sun/star/form/component/DatabaseTextField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseTextField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a text field which is data-aware, and can be bound to a database field.
*/
@@ -38,7 +36,6 @@ published service DatabaseTextField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -54,7 +51,6 @@ published service DatabaseTextField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DatabaseTimeField.idl b/offapi/com/sun/star/form/component/DatabaseTimeField.idl
index f78dd15070e5..08d305e12285 100644
--- a/offapi/com/sun/star/form/component/DatabaseTimeField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseTimeField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a data-aware field for inputting a time value.
*/
@@ -40,7 +38,6 @@ published service DatabaseTimeField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/DateField.idl b/offapi/com/sun/star/form/component/DateField.idl
index 6e33ae392f81..1c73ad5e9434 100644
--- a/offapi/com/sun/star/form/component/DateField.idl
+++ b/offapi/com/sun/star/form/component/DateField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the model of a date field control, which is an edit field used to enter a date.
*/
@@ -47,7 +45,6 @@ published service DateField
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -60,7 +57,6 @@ published service DateField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/FileControl.idl b/offapi/com/sun/star/form/component/FileControl.idl
index 474b31d066a1..31d8ffa33048 100644
--- a/offapi/com/sun/star/form/component/FileControl.idl
+++ b/offapi/com/sun/star/form/component/FileControl.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the control model of an edit field for a
file name.
@@ -57,7 +55,6 @@ published service FileControl
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/FixedText.idl b/offapi/com/sun/star/form/component/FixedText.idl
index b16630f89fed..5cdc4e4a5fcc 100644
--- a/offapi/com/sun/star/form/component/FixedText.idl
+++ b/offapi/com/sun/star/form/component/FixedText.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/FormControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the control model for a text which can be
displayed, but not edited by the user.
@@ -45,7 +43,6 @@ published service FixedText
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/Form.idl b/offapi/com/sun/star/form/component/Form.idl
index ca13d49dc059..43ba74c36483 100644
--- a/offapi/com/sun/star/form/component/Form.idl
+++ b/offapi/com/sun/star/form/component/Form.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/script/XEventAttacherManager.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a form which is a group of FormComponents.
@@ -64,7 +62,6 @@ published service Form
interface com::sun::star::awt::XTabControllerModel;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/FormattedField.idl b/offapi/com/sun/star/form/component/FormattedField.idl
index aa98af070604..ee937fccc6e8 100644
--- a/offapi/com/sun/star/form/component/FormattedField.idl
+++ b/offapi/com/sun/star/form/component/FormattedField.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the control model of an edit field for entering text which can be
(nearly) arbitrarily formatted.
@@ -60,7 +58,6 @@ published service FormattedField
interface com::sun::star::form::XReset;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index bf0af993ae3c..49cea3d56c2e 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -51,11 +51,9 @@
#include <com/sun/star/awt/FontDescriptor.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a model for a control which can display form data in a table-like way.
@@ -118,7 +116,6 @@ published service GridControl
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** returns the border style of the control.
@@ -130,7 +127,6 @@ published service GridControl
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -141,19 +137,16 @@ published service GridControl
*/
[optional, property] long BorderColor;
- //-------------------------------------------------------------------------
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
- //-------------------------------------------------------------------------
/** contains the font attributes of the text in the control.
*/
[property] com::sun::star::awt::FontDescriptor FontDescriptor;
- //-------------------------------------------------------------------------
/** specifies the height of a row of the grid.
@@ -164,13 +157,11 @@ published service GridControl
*/
[property] long RowHeight;
- //-------------------------------------------------------------------------
/** determines whether the control can be reached by the tabulator key.
*/
[property] boolean Tabstop;
- //-------------------------------------------------------------------------
/** specifies the text color (RGB) of the control.
*/
@@ -178,7 +169,6 @@ published service GridControl
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/GroupBox.idl b/offapi/com/sun/star/form/component/GroupBox.idl
index db0485b70fe5..ba23f276a1f5 100644
--- a/offapi/com/sun/star/form/component/GroupBox.idl
+++ b/offapi/com/sun/star/form/component/GroupBox.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/FormControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a model for a control which can be used to visually
group controls.
@@ -41,7 +39,6 @@ published service GroupBox
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/HTMLForm.idl b/offapi/com/sun/star/form/component/HTMLForm.idl
index 948e1bdf301e..785d7f1a45d3 100644
--- a/offapi/com/sun/star/form/component/HTMLForm.idl
+++ b/offapi/com/sun/star/form/component/HTMLForm.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/form/FormSubmitEncoding.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the special kind of <type>Form</type>s for HTML documents.
@@ -64,24 +62,20 @@ published service HTMLForm
*/
[property] string TargetFrame;
- //-------------------------------------------------------------------------
/** specifies the URL, which should be used for submission.
*/
[property] string TargetURL;
- //-------------------------------------------------------------------------
/** specifies the kind of submission.
*/
[property] com::sun::star::form::FormSubmitMethod SubmitMethod;
- //-------------------------------------------------------------------------
/** specifies the kind of encoding for submission.
*/
[property] com::sun::star::form::FormSubmitEncoding SubmitEncoding;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/HiddenControl.idl b/offapi/com/sun/star/form/component/HiddenControl.idl
index aa5e435fbcae..16d24f00a325 100644
--- a/offapi/com/sun/star/form/component/HiddenControl.idl
+++ b/offapi/com/sun/star/form/component/HiddenControl.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/form/FormComponent.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the model of a hidden control.
@@ -48,7 +46,6 @@ published service HiddenControl
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/ImageButton.idl b/offapi/com/sun/star/form/component/ImageButton.idl
index 0345b4671c05..04d0e087d661 100644
--- a/offapi/com/sun/star/form/component/ImageButton.idl
+++ b/offapi/com/sun/star/form/component/ImageButton.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/form/FormButtonType.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the control model for a clickable button which
is represented by an image.
@@ -66,12 +64,10 @@ published service ImageButton
*/
interface com::sun::star::form::XImageProducerSupplier;
- //-------------------------------------------------------------------------
/** describes the action to be executed by the button when pressed.
*/
[property] com::sun::star::form::FormButtonType ButtonType;
- //-------------------------------------------------------------------------
/** describes the frame, where to open the document specified by the TargetURL.
<p>This property is evaluated if the button is of type URL.</p>
@@ -81,7 +77,6 @@ published service ImageButton
*/
[property] string TargetFrame;
- //-------------------------------------------------------------------------
/** specifies the URL, which should be opened if the button was clicked.
<p>This property is evaluated if the button is of type URL.</p>
@@ -91,7 +86,6 @@ published service ImageButton
[property] string TargetURL;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/ListBox.idl b/offapi/com/sun/star/form/component/ListBox.idl
index 293f27e5e2f1..21f954b12c2a 100644
--- a/offapi/com/sun/star/form/component/ListBox.idl
+++ b/offapi/com/sun/star/form/component/ListBox.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a model for a control which allows to choose in a list of alternative values.
*/
@@ -63,7 +61,6 @@ published service ListBox
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/NavigationToolBar.idl b/offapi/com/sun/star/form/component/NavigationToolBar.idl
index 37efee3fcd0c..68c7f99ec709 100644
--- a/offapi/com/sun/star/form/component/NavigationToolBar.idl
+++ b/offapi/com/sun/star/form/component/NavigationToolBar.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/form/FormControlModel.idl>
#include <com/sun/star/awt/FontDescriptor.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the model for control which provides controller
functionality for a <type>DataForm</type>, such as navigating or filtering
@@ -45,7 +43,6 @@ service NavigationToolBar
{
service com::sun::star::form::FormControlModel;
- //-------------------------------------------------------------------------
/** denotes the border style of the control.
Allowed values are
@@ -56,22 +53,18 @@ service NavigationToolBar
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
- //-------------------------------------------------------------------------
/** contains the font attributes for the text in the control
*/
[property] com::sun::star::awt::FontDescriptor FontDescriptor;
- //-------------------------------------------------------------------------
/** specifies the text color (as RGB value) of the control.
*/
[property] long TextColor;
- //-------------------------------------------------------------------------
/** specifies the text line color (as RGB value) of the control.
<p>This color is used if the <member>FontDescriptor</member> defines
@@ -79,7 +72,6 @@ service NavigationToolBar
*/
[property] long TextLineColor;
- //-------------------------------------------------------------------------
/** specifies the relief for the font described in <member>FontDescriptor</member>
<p>The value must be one of the <type scope="com::sun::star::text">FontRelief</type>
@@ -87,7 +79,6 @@ service NavigationToolBar
*/
[property] long FontRelief;
- //-------------------------------------------------------------------------
/** specifies the emphasis mark for the font described in <member>FontDescriptor</member>
<p>The value must be one of the <type scope="com::sun::star::text">FontEmphasis</type>
@@ -95,7 +86,6 @@ service NavigationToolBar
*/
[property] long FontEmphasisMark;
- //-------------------------------------------------------------------------
/** specifies the size of the icons in the control
<p>At least the following values are to be supported:
@@ -105,31 +95,26 @@ service NavigationToolBar
*/
[property] short IconSize;
- //-------------------------------------------------------------------------
/** determines whether the control should provide functionality for positioning the
parent form
*/
[property] boolean ShowPosition;
- //-------------------------------------------------------------------------
/** determines whether the control should provide functionality for navigating the
parent form
*/
[property] boolean ShowNavigation;
- //-------------------------------------------------------------------------
/** determines whether the control should provide functionality for acting on the current record
of the parent form
*/
[property] boolean ShowRecordActions;
- //-------------------------------------------------------------------------
/** determines whether the control should provide functionality for filtering and sorting the
parent form
*/
[property] boolean ShowFilterSort;
- //-------------------------------------------------------------------------
/** specifies a repeat delay for the control
<p>Some buttons of a NavigationToolBar may show repeating behavior, e.g. may be
@@ -140,7 +125,6 @@ service NavigationToolBar
[property] long RepeatDelay;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/NumericField.idl b/offapi/com/sun/star/form/component/NumericField.idl
index 521653da5cf1..a9d442547125 100644
--- a/offapi/com/sun/star/form/component/NumericField.idl
+++ b/offapi/com/sun/star/form/component/NumericField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which allows the input of a numeric value.
*/
@@ -46,7 +44,6 @@ published service NumericField
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -59,7 +56,6 @@ published service NumericField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/PatternField.idl b/offapi/com/sun/star/form/component/PatternField.idl
index 98d9f69afe47..91a79b5c4029 100644
--- a/offapi/com/sun/star/form/component/PatternField.idl
+++ b/offapi/com/sun/star/form/component/PatternField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which allows the input of text which matches a specific pattern.
*/
@@ -57,7 +55,6 @@ published service PatternField
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl
index 176b3ab5c1b9..dbc820437461 100644
--- a/offapi/com/sun/star/form/component/RadioButton.idl
+++ b/offapi/com/sun/star/form/component/RadioButton.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which acts as a radio button as needed in <type>HTMLForm</type>s.
@@ -54,7 +52,6 @@ published service RadioButton
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -68,7 +65,6 @@ published service RadioButton
*/
[property] short DefaultState;
- //-------------------------------------------------------------------------
/** contains a reference value which is used for submission in a HTML
form.
@@ -91,7 +87,6 @@ published service RadioButton
[optional, property] string UncheckedRefValue;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/RichTextControl.idl b/offapi/com/sun/star/form/component/RichTextControl.idl
index 1ce2b0531f86..be385a191a34 100644
--- a/offapi/com/sun/star/form/component/RichTextControl.idl
+++ b/offapi/com/sun/star/form/component/RichTextControl.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/FormControlModel.idl>
#include <com/sun/star/text/TextRange.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which extends the <type scope="com::sun::star::awt">UnoControlEditModel</type>
with capabilities to display and input formatted text.
@@ -68,7 +66,6 @@ published service RichTextControl
[property] boolean RichText;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/ScrollBar.idl b/offapi/com/sun/star/form/component/ScrollBar.idl
index 23a594cd855f..2f67b465996e 100644
--- a/offapi/com/sun/star/form/component/ScrollBar.idl
+++ b/offapi/com/sun/star/form/component/ScrollBar.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the model of a scroll bar control.
*/
@@ -42,7 +40,6 @@ service ScrollBar
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -55,7 +52,6 @@ service ScrollBar
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/SpinButton.idl b/offapi/com/sun/star/form/component/SpinButton.idl
index c90b34422d8a..7feb1459d912 100644
--- a/offapi/com/sun/star/form/component/SpinButton.idl
+++ b/offapi/com/sun/star/form/component/SpinButton.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the model of a scroll bar control.
*/
@@ -42,7 +40,6 @@ service SpinButton
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -55,7 +52,6 @@ service SpinButton
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/SubmitButton.idl b/offapi/com/sun/star/form/component/SubmitButton.idl
index 17f45f0240b4..7053f1fd561d 100644
--- a/offapi/com/sun/star/form/component/SubmitButton.idl
+++ b/offapi/com/sun/star/form/component/SubmitButton.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/awt/UnoControlButtonModel.idl>
#include <com/sun/star/form/submission/XSubmissionSupplier.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the control model for a button, part of a form component hierarchy,
which can be bound to external submissions.
@@ -49,7 +47,6 @@ service SubmitButton
interface com::sun::star::form::submission::XSubmissionSupplier;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl
index 1a4c359e512c..1f8fce2e0fb2 100644
--- a/offapi/com/sun/star/form/component/TextField.idl
+++ b/offapi/com/sun/star/form/component/TextField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which allows the input of text, either single- or multi-line.
*/
@@ -64,7 +62,6 @@ published service TextField
[property] string DefaultText;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/form/component/TimeField.idl b/offapi/com/sun/star/form/component/TimeField.idl
index 3095b7965c17..01c91261ff24 100644
--- a/offapi/com/sun/star/form/component/TimeField.idl
+++ b/offapi/com/sun/star/form/component/TimeField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the control model for a field which can be used to input time values.
*/
@@ -47,7 +45,6 @@ published service TimeField
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -60,7 +57,6 @@ published service TimeField
};
-//=============================================================================
}; }; }; }; };