summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/runtime')
-rw-r--r--offapi/com/sun/star/form/runtime/FormFeature.idl6
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl8
-rw-r--r--offapi/com/sun/star/form/runtime/XFormOperations.idl6
3 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl
index 2405e00f3004..23b4276ed7a4 100644
--- a/offapi/com/sun/star/form/runtime/FormFeature.idl
+++ b/offapi/com/sun/star/form/runtime/FormFeature.idl
@@ -109,7 +109,7 @@ constants FormFeature
/// opens a dialog which allows the user to interactively specify a form filter
const short InteractiveFilter = 16;
- /** toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
+ /** toggles the com::sun::star::sdb::RowSet::ApplyFilter property
of a the form.
*/
const short ToggleApplyFilter = 17;
@@ -121,8 +121,8 @@ constants FormFeature
Articles WHERE Price &gt; 100</code>, then the <code>Price &gt; 100</code> filter
will not be removed.</p>
- <p>Effectively, this operation resets the <member scope="com::sun::star::sdb">RowSet::Filter</member>
- and <member scope="com::sun::star::sdb">RowSet::Order</member> properties of the form.</p>
+ <p>Effectively, this operation resets the com::sun::star::sdb::RowSet::Filter
+ and com::sun::star::sdb::RowSet::Order properties of the form.</p>
*/
const short RemoveFilterAndSort = 18;
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index e0d21c4a73db..25b63bea16fc 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -135,9 +135,9 @@ interface XFormControllerContext;
<td>This is a passive functionality: It cannot be dispatched, instead, interested parties may
use the dispatcher to add as com::sun::star::frame::XStatusListener, and be
notified when the record count changes.<br/>
- The status value which is being notified (<member scope="com::sun::star::frame">FeatureStateEvent::State</member>)
+ The status value which is being notified (com::sun::star::frame::FeatureStateEvent::State)
is a string which can be used to display the record count. In particular, if the record count is not yet known
- (<member scope="com::sun::star::sdb">RowSet::IsRowCountFinal</member> is <FALSE/>), this is indicated in the
+ (com::sun::star::sdb::RowSet::IsRowCountFinal is <FALSE/>), this is indicated in the
string, too.</td>
</tr>
@@ -221,10 +221,10 @@ interface XFormControllerContext;
<tr style="vertical-align: top;">
<td><em>applyFilter</em></td>
- <td><p>Toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
+ <td><p>Toggles the com::sun::star::sdb::RowSet::ApplyFilter property
of the form.</p>
<p>Additionally, status listeners will be provided with the current (boolean) state of this property
- in the <member scope="com::sun::star::frame">FeatureStateEvent::State</member> member of the event
+ in the com::sun::star::frame::FeatureStateEvent::State member of the event
notified by the dispatcher.</p></td>
</tr>
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index 0571c80dc4d4..72ee295590b9 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -47,7 +47,7 @@ interface XFeatureInvalidation;
record, so the user doesn't lose her input. So you need to call
com::sun::star::sdbc::XResultSetUpdate::updateRow() or
com::sun::star::sdbc::XResultSetUpdate::insertRow(), depending
- on the form's <member scope="com::sun::star::sdb">RowSet::IsNew</member> property.<br/>
+ on the form's com::sun::star::sdb::RowSet::IsNew property.<br/>
But then you're done, right? Wrong, again.<br/>
When the user just entered some data into one of the form fields, but did not yet
leave this field, then the data is not yet committed to the form, not to talk
@@ -208,7 +208,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the form is currently positioned on the insertion row
<p>This is a convenience method only. Calling it is equivalent to examining the
- <member scope="com::sun::star::sdb">RowSet::IsNew</member> property of the form.</p>
+ com::sun::star::sdb::RowSet::IsNew property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs obtaining the form property
@@ -220,7 +220,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the current row of the form is modified
<p>This is a convenience method only. Calling it is equivalent to examining the
- <member scope="com::sun::star::sdb">RowSet::IsModified</member> property of the form.</p>
+ com::sun::star::sdb::RowSet::IsModified property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs obtaining the form property