summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 16:03:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 16:03:01 +0000
commitad7b4ac452958c901463039c4b6aa45b5b5e7ddd (patch)
tree0384daf683508198f8673e5e1fae993f073fce63 /offapi/com/sun/star/ui
parent51507b34797a760e016e8494ae41eadbcbdd293b (diff)
INTEGRATION: CWS odbmacros2 (1.7.430); FILE MERGED
2007/12/10 09:24:41 fs 1.7.430.1: doc syntax
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index edba1b33bc6e..109813a613d9 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: FilterOptionsDialog.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:36:11 $
+ * last change: $Author: kz $ $Date: 2008-03-06 17:03:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,20 +52,20 @@ module com { module sun { module star { module ui { module dialogs {
/** This service enables a filter developer to register a dialog to query
for user options before the filter operation is performed.
- The user options are stored inside the <type scope="com::sun::star::document">MediaDescriptor</type>
+ <p>The user options are stored inside the <type scope="com::sun::star::document">MediaDescriptor</type>
and can be queried from the <type scope="com::sun::star::document">MediaDescriptor</type> by
- the component that implements <type scope="com::sun::star::document">XFilter</type>.
+ the component that implements <type scope="com::sun::star::document">XFilter</type>.</p>
- The application will set the <type scope="com::sun::star::document">MediaDescriptor</type>
+ <p>The application will set the <type scope="com::sun::star::document">MediaDescriptor</type>
using the interface <type scope="com::sun::star::beans">XPropertyAccess</type> and then
- call <method>XExecutableDialog::execute<method>.
+ call <method>XExecutableDialog::execute<method>.</p>
- If that method returns <code>ExecutableDialogResults::OK</code>,
+ <p>If that method returns <code>ExecutableDialogResults::OK</code>,
the application will retrieve the changed <type scope="com::sun::star::document">MediaDescriptor</type>
back using the interface <type scope="com::sun::star::beans">XPropertyAccess</type>. The filter
- operation is than continued, using the new <type scope="com::sun::star::document">MediaDescriptor</type>.
+ operation is than continued, using the new <type scope="com::sun::star::document">MediaDescriptor</type>.</p>
- Otherwise, the filter operation is canceled.
+ <p>Otherwise, the filter operation is canceled.</p>
@since OOo 1.1.2
*/