summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/XSubmit.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl10
-rw-r--r--offapi/com/sun/star/form/binding/XListEntrySink.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseComboBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseFormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabasePatternField.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseTextField.idl2
-rw-r--r--offapi/com/sun/star/form/component/DateField.idl2
-rw-r--r--offapi/com/sun/star/form/component/TimeField.idl2
9 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/form/XSubmit.idl b/offapi/com/sun/star/form/XSubmit.idl
index 3ec4a4008b84..acb935bd1e0e 100644
--- a/offapi/com/sun/star/form/XSubmit.idl
+++ b/offapi/com/sun/star/form/XSubmit.idl
@@ -45,7 +45,7 @@ published interface XSubmit: com::sun::star::uno::XInterface
/** submits the component's data to a specified target.
@param aControl
- the control whose data is to be be submitted
+ the control whose data is to be submitted
@param aMouseEvt
the event which triggered the submit, if it was a mouse event
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
index d181d359cd66..3b02e46f51ab 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
@@ -43,18 +43,18 @@ module com { module sun { module star { module form { module binding {
The value will represent the value of the selected entry
(taken from ValueList or read from BoundColumn).
If more than one entry is selected,
- `NULL` will be transfered.
+ `NULL` will be transferred.
In other words, the SelectedValue property.</li>
<li><em>sequences of long integers</em>: When used, the integers in the sequence will represent
the indexes of the selected entries of the list box.</li>
<li><em>long integer value</em>: When used, the value will represent the index of the selected entry.
- If no entry is selected, -1 will be transfered. If more than one entry is selected, `NULL`
- will be transfered.</li>
+ If no entry is selected, -1 will be transferred. If more than one entry is selected, `NULL`
+ will be transferred.</li>
<li><em>sequences of strings</em>: When used, the strings in the sequence present the texts
of the selected entries of the list box.</li>
<li><em>string values</em>: When used. the value will represent the text of the selected entry.
- If no entry is selected, an empty string will be transfered. If more than one entry is selected,
- `NULL` will be transfered.</li>
+ If no entry is selected, an empty string will be transferred. If more than one entry is selected,
+ `NULL` will be transferred.</li>
</ol></p>
@see com::sun::star::form::binding::XValueBinding::supportsType
diff --git a/offapi/com/sun/star/form/binding/XListEntrySink.idl b/offapi/com/sun/star/form/binding/XListEntrySink.idl
index aa4a80e87b5d..ed5926b1a4ea 100644
--- a/offapi/com/sun/star/form/binding/XListEntrySink.idl
+++ b/offapi/com/sun/star/form/binding/XListEntrySink.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module form { module binding {
interface XListEntrySource;
-/** specifies support for indirect manipulation of of a string list
+/** specifies support for indirect manipulation of a string list
*/
interface XListEntrySink : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index 5e231f3ef656..64711a452ce2 100644
--- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -51,7 +51,7 @@ published service DatabaseComboBox
a decision must be made how to deal with empty strings.<br/>
This is controlled by #ConvertEmptyToNull.</p>
- <p>If the property is set to `TRUE`, and an empty text is to be commited, this is
+ <p>If the property is set to `TRUE`, and an empty text is to be committed, this is
converted into `NULL`, else it is written as empty string.</p>
*/
[property] boolean ConvertEmptyToNull;
diff --git a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
index f3b6d4554f86..42b6d5be7e4c 100644
--- a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
@@ -44,7 +44,7 @@ published service DatabaseFormattedField
a decision must be made how to deal with empty strings.<br/>
This is controlled by #ConvertEmptyToNull.</p>
- <p>If the property is set to `TRUE`, and an empty text is to be commited, this is
+ <p>If the property is set to `TRUE`, and an empty text is to be committed, this is
converted into `NULL`, else it is written as empty string.</p>
*/
[property] boolean ConvertEmptyToNull;
diff --git a/offapi/com/sun/star/form/component/DatabasePatternField.idl b/offapi/com/sun/star/form/component/DatabasePatternField.idl
index b1fd540d1859..d0ce8a475fa6 100644
--- a/offapi/com/sun/star/form/component/DatabasePatternField.idl
+++ b/offapi/com/sun/star/form/component/DatabasePatternField.idl
@@ -45,7 +45,7 @@ published service DatabasePatternField
a decision must be made how to deal with empty strings.<br/>
This is controlled by this property.</p>
- <p>If the property is set to `TRUE`, and an empty text is to be commited, this is
+ <p>If the property is set to `TRUE`, and an empty text is to be committed, this is
converted into `NULL`, else it is written as empty string.</p>
*/
[property] boolean ConvertEmptyToNull;
diff --git a/offapi/com/sun/star/form/component/DatabaseTextField.idl b/offapi/com/sun/star/form/component/DatabaseTextField.idl
index 109a5b6e4aec..573407fde439 100644
--- a/offapi/com/sun/star/form/component/DatabaseTextField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseTextField.idl
@@ -44,7 +44,7 @@ published service DatabaseTextField
a decision must be made how to deal with empty strings.<br/>
This is controlled by this property.</p>
- <p>If the property is set to `TRUE`, and an empty text is to be commited, this is
+ <p>If the property is set to `TRUE`, and an empty text is to be committed, this is
converted into `NULL`, else it is written as empty string.</p>
*/
[property] boolean ConvertEmptyToNull;
diff --git a/offapi/com/sun/star/form/component/DateField.idl b/offapi/com/sun/star/form/component/DateField.idl
index 0555b5166896..099a7cb40efe 100644
--- a/offapi/com/sun/star/form/component/DateField.idl
+++ b/offapi/com/sun/star/form/component/DateField.idl
@@ -41,7 +41,7 @@ published service DateField
/** resets the control.
<p>If you do not set a value for the #DefaultDate, then resetting the control
- will result in setting to to the current system date. This is for HTML compatibility.</p>
+ will result in setting to the current system date. This is for HTML compatibility.</p>
*/
interface com::sun::star::form::XReset;
diff --git a/offapi/com/sun/star/form/component/TimeField.idl b/offapi/com/sun/star/form/component/TimeField.idl
index 9ef121d312a2..79d937ac455f 100644
--- a/offapi/com/sun/star/form/component/TimeField.idl
+++ b/offapi/com/sun/star/form/component/TimeField.idl
@@ -41,7 +41,7 @@ published service TimeField
/** resets the control.
<p>If you do not set a value for the #DefaultTime, then resetting the control
- will result in setting to to the current system time. This is for HTML compatibility.</p>
+ will result in setting to the current system time. This is for HTML compatibility.</p>
*/
interface com::sun::star::form::XReset;