summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/form/runtime
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/form/runtime')
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl
index a485acabb2ef..e537d43f286f 100644
--- a/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -56,7 +56,7 @@ interface XFilterControllerListener;
of those will actually exist). Since in a form based filter, there are only <em>n</em> filter controls, and each
filter control displays exactly one <em>predicate expression</em>, this means that only a part of the complete
filter can be displayed, in particular, only one <em>disjunctive term</em> can be displayed at a time. Thus,
- the filter controller knows the concept of an <em>active term</em>, denoted by the <member>ActiveTerm</member>
+ the filter controller knows the concept of an <em>active term</em>, denoted by the #ActiveTerm
attribute, controls which of the terms is currently displayed in the form controls.</p>
@see XFormController
@@ -101,11 +101,11 @@ interface XFilterController
@param _Component
denotes the filter component whose expression is to be set. Must be greater than or equal to 0, and smaller than
- <member>FilterComponents</member>.
+ #FilterComponents.
@param _Term
denotes the <em>disjunctive term</em> in which the expression is to be set. Must be greater than or equal to 0,
- and smaller than <member>DisjunctiveTerms</member>.
+ and smaller than #DisjunctiveTerms.
@param _PredicateExpression
denotes the <em>predicate expression</em> to set for the given filter component in the given term.
@@ -125,7 +125,7 @@ interface XFilterController
@param _Component
denotes the index of the filter component whose control should be obtained. Must be greater than or equal to 0,
- and smaller than <member>FilterComponents</member>.
+ and smaller than #FilterComponents.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if <arg>_Component</arg> is out of the allowed range.
@@ -138,7 +138,7 @@ interface XFilterController
/** retrieves the entirety of the <em>predicate expressions</em> represented by the filter controller.
- <p>Each element of the returned sequence is a <em>disjunctive term</em>, having exactly <member>FilterComponents</member>
+ <p>Each element of the returned sequence is a <em>disjunctive term</em>, having exactly #FilterComponents
elements, which denote the single <em>predicate expressions</em> of this term.</p>
*/
sequence< sequence< string > >
@@ -148,7 +148,7 @@ interface XFilterController
@param _Term
the index of the term to remove. Must be greater than or equal to 0, and smaller than
- <member>DisjunctiveTerms</member>.
+ #DisjunctiveTerms.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if <arg>_Term</arg> is out of the allowed range.