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/FormControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/NavigationBarMode.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableControlModel.idl8
-rw-r--r--offapi/com/sun/star/form/binding/XListEntryListener.idl12
-rw-r--r--offapi/com/sun/star/form/component/DatabaseListBox.idl16
-rw-r--r--offapi/com/sun/star/form/component/TextField.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterControllerListener.idl16
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFormOperations.idl2
9 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/form/FormControlModel.idl b/offapi/com/sun/star/form/FormControlModel.idl
index f2ff078b7d9b..edb04ed68660 100644
--- a/offapi/com/sun/star/form/FormControlModel.idl
+++ b/offapi/com/sun/star/form/FormControlModel.idl
@@ -67,7 +67,7 @@ published service FormControlModel
determined automatically.</p>
<p>Each component which supports a tabstop must provide a
- <member>FormControlModel::TabIndex</member> property.</p>
+ FormControlModel::TabIndex property.</p>
<p>Normally, a FormController instance is evaluating this property.</p>
*/
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index c6a7906c4b49..6a241bde05e1 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -33,7 +33,7 @@ published enum NavigationBarMode
form is only possible with the keyboard (TAB/SHIFT TAB).
<p>Note that when this mode is set, a simultaneous TabulatorCycle
- value of <member>TabulatorCycle::CURRENT</member> means that you cannot travel
+ value of TabulatorCycle::CURRENT means that you cannot travel
between records anymore.</p>
@see TabulatorCycle
diff --git a/offapi/com/sun/star/form/binding/BindableControlModel.idl b/offapi/com/sun/star/form/binding/BindableControlModel.idl
index e4b6809cadfb..3aa58c75422f 100644
--- a/offapi/com/sun/star/form/binding/BindableControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableControlModel.idl
@@ -48,8 +48,8 @@ service BindableControlModel
then every change in the control model's value is <em>immediately</em> reflected
in the external binding.</p>
- <p>If the binding set via this interface supports the <member>ValueBinding::ReadOnly</member>
- and <member>ValueBinding::Relevant</member> properties, they're respected by the control model:
+ <p>If the binding set via this interface supports the ValueBinding::ReadOnly
+ and ValueBinding::Relevant properties, they're respected by the control model:
<ul><li>The control model's own <code>ReadOnly</code> property (if present) is kept in sync with the
binding's <code>ReadOnly</code> property. That is, any control using the value
binding is read-only as long as the binding is.</li>
@@ -62,11 +62,11 @@ service BindableControlModel
<p>In both cases, explicit changes of the model's property are ignored if they would relax
the restriction imposed by the binding.<br/>
For instance, if the binding declares it's value to
- be read-only (indicated by <member>ValueBinding::ReadOnly</member> being <TRUE/>), then
+ be read-only (indicated by ValueBinding::ReadOnly being <TRUE/>), then
any attempt to set the <code>ReadOnly</code> property of the control model to <FALSE/> will
fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
property at the control model can be freely set.<br/>
- The very same holds for the binding's <member>ValueBinding::Relevant</member> and the control
+ The very same holds for the binding's ValueBinding::Relevant and the control
model's <code>Enabled</code> properties.</p>
*/
interface XBindableValue;
diff --git a/offapi/com/sun/star/form/binding/XListEntryListener.idl b/offapi/com/sun/star/form/binding/XListEntryListener.idl
index f98cd0ab310f..9bc1513f5a16 100644
--- a/offapi/com/sun/star/form/binding/XListEntryListener.idl
+++ b/offapi/com/sun/star/form/binding/XListEntryListener.idl
@@ -34,18 +34,18 @@ interface XListEntryListener : com::sun::star::lang::XEventListener
/** notifies the listener that a single entry in the list has change
@param Source
- is the event describing the change. The <member>ListEntryEvent::Position</member>
+ is the event describing the change. The ListEntryEvent::Position
member denotes the position of the changed entry, the first (and only) element
- of the <member>ListEntryEvent::Entries</member> member denotes the new string
+ of the ListEntryEvent::Entries member denotes the new string
*/
void entryChanged( [in] ListEntryEvent Source );
/** notifies the listener that a range of entries has been inserted into the list
@param Source
- is the event describing the change. The <member>ListEntryEvent::Position</member>
+ is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first inserted entry, the
- <member>ListEntryEvent::Entries</member> member contains the strings which have
+ ListEntryEvent::Entries member contains the strings which have
been inserted.
*/
void entryRangeInserted( [in] ListEntryEvent Source );
@@ -53,9 +53,9 @@ interface XListEntryListener : com::sun::star::lang::XEventListener
/** notifies the listener that a range of entries has been removed from the list
@param Source
- is the event describing the change. The <member>ListEntryEvent::Position</member>
+ is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first removed entry, the
- <member>ListEntryEvent::Count</member> member the number of removed entries.
+ ListEntryEvent::Count member the number of removed entries.
*/
void entryRangeRemoved( [in] ListEntryEvent Source );
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl
index 54df8a5ef802..acdbc898b81c 100644
--- a/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -36,7 +36,7 @@
one possibility to specify the list entries:
The display strings in the
<member scope="com::sun::star::awt">UnoControlListBoxModel::StringItemList</member>
- property and the corresponding values in the <member>ListBox::ListSource</member>
+ property and the corresponding values in the ListBox::ListSource
property.</p>
<p>This service here extends this mimic. It allows to fill the list from a data source.
@@ -102,36 +102,36 @@ published service DatabaseListBox
/** describes the kind of list source used.
- <p>Depending on the value of this property, the way the value of <member>ListBox::ListSource</member>
+ <p>Depending on the value of this property, the way the value of ListBox::ListSource
is evaluated varies.
<dl>
<dt><member scope="com::sun::star::form">ListSourceType::VALUELIST</member></dt>
- <dd>The elements in the string sequence in <member>ListBox::ListSource</member>
+ <dd>The elements in the string sequence in ListBox::ListSource
build up the entry list.</dd>
<dt><member scope="com::sun::star::form">ListSourceType::TABLE</member></dt>
- <dd>The first element of the string sequence in <member>ListBox::ListSource</member>
+ <dd>The first element of the string sequence in ListBox::ListSource
determines the table which the list result set should be based on.</dd>
<dt><member scope="com::sun::star::form">ListSourceType::QUERY</member></dt>
- <dd>The first element of the string sequence in <member>ListBox::ListSource</member>
+ <dd>The first element of the string sequence in ListBox::ListSource
determines the query which the list result set should be based on.<br/>
For retrieving the query, the connection which the data form is working with
(<member scope="com::sun::star::sdb">RowSet::ActiveConnection</member>) is queried for
the com::sun::star::sdb::XQueriesSupplier interface.</dd>
<dt><member scope="com::sun::star::form">ListSourceType::SQL</member></dt>
- <dd>The first element of the string sequence in <member>ListBox::ListSource</member>
+ <dd>The first element of the string sequence in ListBox::ListSource
contains the SQL statement which the list result set should be based on.</p>
<dt><member scope="com::sun::star::form">ListSourceType::SQLPASSTHROUGH</member></dt>
- <dd>The first element of the string sequence in <member>ListBox::ListSource</member>
+ <dd>The first element of the string sequence in ListBox::ListSource
contains the SQL statement which the list result set should be based on.<br/>
The statement is not analyzed by the parser. This means that you can use database specific
SQL features here, but, on the other hand, loose features like parameter value substitution.</dd>
<dt><member scope="com::sun::star::form">ListSourceType::TABLEFIELDS</member></dt>
- <dd>The first element of the string sequence in <member>ListBox::ListSource</member>
+ <dd>The first element of the string sequence in ListBox::ListSource
determines the table whose column names should fill the list.</dd>
</dl>
</p>
diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl
index 6308ba7a2667..a8cd8f9d273d 100644
--- a/offapi/com/sun/star/form/component/TextField.idl
+++ b/offapi/com/sun/star/form/component/TextField.idl
@@ -40,7 +40,7 @@ published service TextField
/** specifies optional capabilities for displaying and inputting formatted text.
- <p>If the <member>RichTextControl::RichText</member> property is set to <TRUE/>,
+ <p>If the RichTextControl::RichText property is set to <TRUE/>,
then the TextField component will disable it's reset capabilities. This means
that all calls to com::sun::star::form::XReset::reset() will be ignored.</p>
*/
diff --git a/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl b/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
index db1384a1c7f0..bc688cb137de 100644
--- a/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
@@ -36,32 +36,32 @@ interface XFilterControllerListener : ::com::sun::star::lang::XEventListener
/** is fired when a single <em>predicate expression</em> of the filter represented by the filter
controller changed.
- <p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> in which the
- expression changed. This usually equals <member>XFilterController::ActiveTerm</member>.</p>
+ <p>FilterEvent::DisjunctiveTerm is the index of the <em>disjunctive term</em> in which the
+ expression changed. This usually equals XFilterController::ActiveTerm.</p>
- <p><member>FilterEvent::FilterComponent</member> denotes the index of the filter component whose
+ <p>FilterEvent::FilterComponent denotes the index of the filter component whose
<em>predicate expression</em> changed.</p>
- <p><member>FilterEvent::PredicateExpression</member> is the new <em>predicate expressions</em>.</p>
+ <p>FilterEvent::PredicateExpression is the new <em>predicate expressions</em>.</p>
*/
void predicateExpressionChanged( [in] FilterEvent _Event );
/** is fired when a <em>disjunctive term</em> was removed from the filter of the filter controller.
- <p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> which was
+ <p>FilterEvent::DisjunctiveTerm is the index of the <em>disjunctive term</em> which was
removed.</p>
- <p><member>FilterEvent::FilterComponent</member> and <member>FilterEvent::PredicateExpression</member> are not
+ <p>FilterEvent::FilterComponent and FilterEvent::PredicateExpression are not
used for this event type.</p>
*/
void disjunctiveTermRemoved( [in] FilterEvent _Event );
/** is fired when a <em>disjunctive term</em> was added to the filter of the filter controller.
- <p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> which was
+ <p>FilterEvent::DisjunctiveTerm is the index of the <em>disjunctive term</em> which was
added.</p>
- <p><member>FilterEvent::FilterComponent</member> and <member>FilterEvent::PredicateExpression</member> are not
+ <p>FilterEvent::FilterComponent and FilterEvent::PredicateExpression are not
used for this event type.</p>
*/
void disjunctiveTermAdded( [in] FilterEvent _Event );
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index 413cf01a3971..e0d21c4a73db 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -91,7 +91,7 @@ interface XFormControllerContext;
(also named <code>FormsCheckRequiredFields</code>) to <FALSE/>.</p>
<p>Alternatively, you can prevent the check on a per-control basis, using the
- <member>DataAwareControlModel::InputRequired</member> property of a single control model.</p>
+ DataAwareControlModel::InputRequired property of a single control model.</p>
<p>If a control which the controller is responsible for supports the com::sun::star::frame::XDispatchProviderInterception
interface, the controller registers a dispatch interceptor. Then, the control can try to delegate part of its
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index fda9b9e8b5d9..0571c80dc4d4 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -108,7 +108,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether a feature is currently enabled.
<p>Calling this is equivalent to calling getState(), and evaluating the
- <member>FeatureState::Enabled</member> member.</p>
+ FeatureState::Enabled member.</p>
@param Feature
the feature whose state is to be determined. Must be one of the FormFeature