From ad7b4ac452958c901463039c4b6aa45b5b5e7ddd Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 16:03:01 +0000 Subject: INTEGRATION: CWS odbmacros2 (1.7.430); FILE MERGED 2007/12/10 09:24:41 fs 1.7.430.1: doc syntax --- offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'offapi/com/sun/star/ui') 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 MediaDescriptor +

The user options are stored inside the MediaDescriptor and can be queried from the MediaDescriptor by - the component that implements XFilter. + the component that implements XFilter.

- The application will set the MediaDescriptor +

The application will set the MediaDescriptor using the interface XPropertyAccess and then - call XExecutableDialog::execute. + call XExecutableDialog::execute.

- If that method returns ExecutableDialogResults::OK, +

If that method returns ExecutableDialogResults::OK, the application will retrieve the changed MediaDescriptor back using the interface XPropertyAccess. The filter - operation is than continued, using the new MediaDescriptor. + operation is than continued, using the new MediaDescriptor.

- Otherwise, the filter operation is canceled. +

Otherwise, the filter operation is canceled.

@since OOo 1.1.2 */ -- cgit