summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/ui/dialogs
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs')
-rw-r--r--offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl9
-rw-r--r--offapi/com/sun/star/ui/dialogs/ControlActions.idl12
-rw-r--r--offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl3
-rw-r--r--offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl17
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePicker.idl16
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl3
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/FolderPicker.idl8
-rw-r--r--offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl9
-rw-r--r--offapi/com/sun/star/ui/dialogs/TemplateDescription.idl13
-rw-r--r--offapi/com/sun/star/ui/dialogs/Wizard.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/WizardButton.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/WizardTravelType.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/XControlAccess.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/XControlInformation.idl6
-rw-r--r--offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl5
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePicker.idl8
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePicker2.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl8
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl9
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl6
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePreview.idl10
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl1
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilterManager.idl6
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFolderPicker.idl7
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardController.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardPage.idl4
33 files changed, 0 insertions, 216 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
index 2b2785e73927..7ec5aa4137f1 100644
--- a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
+++ b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
@@ -23,47 +23,39 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** These constants are used to specify common controls of a FilePicker dialog.
*/
published constants CommonFilePickerElementIds
{
- //---------------------------------------------------------------------
/** The control id of the OK button.
*/
const short PUSHBUTTON_OK = 1;
- //---------------------------------------------------------------------
/** The control id of the Cancel button.
*/
const short PUSHBUTTON_CANCEL = 2;
- //---------------------------------------------------------------------
/** The filter listbox of a FilePicker dialog.
*/
const short LISTBOX_FILTER = 3;
- //---------------------------------------------------------------------
/** Is used to refer to the file view of the file picker. This view shows the list of
all files/folders in the currently selected folder.
*/
const short CONTROL_FILEVIEW = 4;
- //---------------------------------------------------------------------
/** Is used to refer to the edit line where a file or path can be entered by the user.
*/
const short EDIT_FILEURL = 5;
- //---------------------------------------------------------------------
/** The label of the filter listbox of a FilePicker dialog.
@since OOo 1.1.2
*/
const short LISTBOX_FILTER_LABEL = 6;
- //---------------------------------------------------------------------
/** The label of the file name listbox of a FilePicker dialog.
@since OOo 1.1.2
@@ -71,7 +63,6 @@ published constants CommonFilePickerElementIds
const short EDIT_FILEURL_LABEL = 7;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/ControlActions.idl b/offapi/com/sun/star/ui/dialogs/ControlActions.idl
index ab6b31c9a521..dc458afdf685 100644
--- a/offapi/com/sun/star/ui/dialogs/ControlActions.idl
+++ b/offapi/com/sun/star/ui/dialogs/ControlActions.idl
@@ -23,7 +23,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Control actions for common and extended controls of a FilePicker.
@see com::sun::star::ui::dialogs::XFilePickerControlAccess
@@ -33,18 +32,15 @@ module com { module sun { module star { module ui { module dialogs {
published constants ControlActions
{
- //---------------------------------------------------------------------
/** Adds an item to the content of the listbox. The given item has to
be a string.
*/
const short ADD_ITEM = 1;
- //---------------------------------------------------------------------
/** Adds a sequence of strings to the content of the listbox.
*/
const short ADD_ITEMS = 2;
- //---------------------------------------------------------------------
/** Removes an item from a listbox. The given value has to be a
position. If the position is invalid an exception will be thrown.
The index of the first position is 0.
@@ -52,12 +48,10 @@ published constants ControlActions
*/
const short DELETE_ITEM = 3;
- //---------------------------------------------------------------------
/** Removes all items from the listbox.
*/
const short DELETE_ITEMS = 4;
- //---------------------------------------------------------------------
/** Selects an item in a listbox. The given value has to be a position.
The index of the first position is 0. A value of -1 removes the
selection.
@@ -66,18 +60,15 @@ published constants ControlActions
*/
const short SET_SELECT_ITEM = 5;
- //---------------------------------------------------------------------
/** Returns all items of the listbox as a sequence of strings.
*/
const short GET_ITEMS = 6;
- //---------------------------------------------------------------------
/** Returns the currently selected item. The returned item is an empty
string if the listbox is empty or no item is selected.
*/
const short GET_SELECTED_ITEM = 7;
- //---------------------------------------------------------------------
/** Returns the zero based index of the currently selected item.
If the listbox is empty or there is no item selected -1 will be
returned. The returned value is a sal_Int32.
@@ -85,18 +76,15 @@ published constants ControlActions
const short GET_SELECTED_ITEM_INDEX = 8;
- //---------------------------------------------------------------------
/** Sets the help URL of a control.
*/
const short SET_HELP_URL = 100;
- //---------------------------------------------------------------------
/** Retrieves the help URL of a control.
*/
const short GET_HELP_URL = 101;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl b/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
index 329f9929d5b9..e77b5c0b8a06 100644
--- a/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
+++ b/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
@@ -22,13 +22,10 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** Information of a closed dialog.
<p>The broadcaster who sends such event, must send the dialog as the source.</p>
@@ -37,7 +34,6 @@ module com { module sun { module star { module ui { module dialogs {
*/
struct DialogClosedEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/**
@param DialogResult
Identifies the result of a dialog.
@@ -47,7 +43,6 @@ struct DialogClosedEvent: com::sun::star::lang::EventObject
short DialogResult;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl b/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
index 3915842f4d4e..a632953a38ab 100644
--- a/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
+++ b/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Base class of all XExecutableDialog related exceptions.
*/
published exception ExecutableDialogException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl b/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
index 1cfde5dea2bf..5554714330a4 100644
--- a/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
+++ b/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
@@ -20,28 +20,23 @@
#ifndef __com_sun_star_ui_dialogs_ExecutableDialogResults_idl__
#define __com_sun_star_ui_dialogs_ExecutableDialogResults_idl__
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** These constants are used to specify a result of executing a <type>XExecutableDialog</type>.
*/
published constants ExecutableDialogResults
{
- //-------------------------------------------------------------------------
/** The user canceled the dialog.
*/
const short CANCEL = 0;
- //-------------------------------------------------------------------------
/** The user acknowledged the dialog.
*/
const short OK = 1;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
index 281e4fd5437b..b641af2e32b6 100644
--- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
+++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
@@ -23,7 +23,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** <p>These constants are used to specify extended controls of a FilePicker dialog.
A FilePicker service may be initialized so that it has additional controls
extending the set of common controls a FilePicker usually supports.</p>
@@ -35,84 +34,68 @@ module com { module sun { module star { module ui { module dialogs {
published constants ExtendedFilePickerElementIds
{
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_AUTOEXTENSION = 100;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_PASSWORD = 101;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_FILTEROPTIONS = 102;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_READONLY = 103;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_LINK = 104;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_PREVIEW = 105;
- //---------------------------------------------------------------------
/**
*/
const short PUSHBUTTON_PLAY = 106;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_VERSION = 107;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_TEMPLATE = 108;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_IMAGE_TEMPLATE = 109;
- //---------------------------------------------------------------------
/**
*/
const short CHECKBOX_SELECTION = 110;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_VERSION_LABEL = 207;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_TEMPLATE_LABEL = 208;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209;
- //---------------------------------------------------------------------
/**
*/
const short LISTBOX_FILTER_SELECTOR = 210;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
index 6874afc4f80e..fdd4685829d0 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
@@ -35,13 +35,10 @@
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/util/XCancellable.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** A FilePicker.
It is <strong>NOT</strong> recommended to cache a reference to a file
@@ -61,33 +58,27 @@ module com { module sun { module star { module ui { module dialogs {
published service FilePicker
{
- //-------------------------------------------------------------------------
/** Allows to associate a help URL with the file picker instance.
*/
[optional, property] string HelpURL;
- //-------------------------------------------------------------------------
/** Provides access to the basic FilePicker functionality.
*/
interface XFilePicker;
- //-------------------------------------------------------------------------
/** Provides the ability to request notifications about changes.
*/
interface XFilePickerNotifier;
- //-------------------------------------------------------------------------
/** Provides the ability to add different filter, query for the current
filters and set a current filter
*/
interface XFilterManager;
- //-------------------------------------------------------------------------
/** Provides the ability to show a preview of a selected file
*/
[optional] interface XFilePreview;
- //-------------------------------------------------------------------------
/** Provides the ability manage additional controls (checkboxes, listboxes etc.)
offered by an extended FilePicker, these controls extend the subset of
common controls that a FilePicker usually supports.
@@ -99,12 +90,10 @@ published service FilePicker
*/
[optional] interface XFilePickerControlAccess;
- //-------------------------------------------------------------------------
/** An interface which allows manipulation of groups of filters
*/
[optional] interface XFilterGroupManager;
- //-------------------------------------------------------------------------
/** Provides the ability to choose between different custom templates that
do extend the subset of common controls a FilePicker usually supports.
Implementers may omit this interface if the FileOpen
@@ -123,29 +112,24 @@ published service FilePicker
*/
[optional] interface com::sun::star::lang::XInitialization;
- //-------------------------------------------------------------------------
/** For canceling a running dialog instance.
<p>This may be useful for automatic test tools for instance.</p>
*/
[optional] interface com::sun::star::util::XCancellable;
- //-------------------------------------------------------------------------
/** For shutdown and listener support.
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl b/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
index 40463047abf8..2c834e89369b 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
@@ -22,18 +22,14 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** Context information in case of a FilePicker event.
*/
published struct FilePickerEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/**
@param ElementId
Identifies the affected element
@@ -44,7 +40,6 @@ published struct FilePickerEvent: com::sun::star::lang::EventObject
short ElementId;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
index 1d292a19f5a5..f3bce8d7db52 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
@@ -23,14 +23,12 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** These constants are used to specify image formats supported by an implementation
of the interface <type scope="com::sun::star::ui::dialogs">XFilePreview</type>.
*/
published constants FilePreviewImageFormats
{
- //---------------------------------------------------------------------
/** A OpenOffice bitmap which is similar to the device independent bitmap
(DIB) format on windows.
The bitmap data should be provided as a sequence of sal_Int8.
@@ -38,7 +36,6 @@ published constants FilePreviewImageFormats
const short BITMAP = 1;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index d50a412810cd..1a71ee472608 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
#include <com/sun/star/beans/XPropertyAccess.idl>
-//=============================================================================
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.
@@ -50,7 +48,6 @@ module com { module sun { module star { module ui { module dialogs {
*/
published service FilterOptionsDialog
{
- //-------------------------------------------------------------------------
/** this interface is used to set the property values of the
<type scope="com::sun::star::document">MediaDescriptor</type> before executing
the dialog and to retrieve the changed <type scope="com::sun::star::document">MediaDescriptor</type>
@@ -59,7 +56,6 @@ published service FilterOptionsDialog
*/
interface com::sun::star::beans::XPropertyAccess;
- //-------------------------------------------------------------------------
/** this interface executes a dialog that displays the options
for a filter.
If <method>XExecutableDialog::execute<method>
@@ -69,7 +65,6 @@ published service FilterOptionsDialog
interface ::com::sun::star::ui::dialogs::XExecutableDialog;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
index 1bf1cfad3657..7681affadf1c 100644
--- a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
@@ -34,44 +34,36 @@
#include <com/sun/star/lang/XTypeProvider.idl>
#include <com/sun/star/util/XCancellable.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
published interface XFolderPicker;
-//=============================================================================
/** A FolderPicker service.
*/
published service FolderPicker
{
- //-------------------------------------------------------------------------
/** Provides the ability to execute a FolderPicker dialog and
browse for and select folders.
*/
interface XFolderPicker;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
- //-------------------------------------------------------------------------
/** For canceling a running dialog instance.
<p>This may be useful for automatic test tools for instance.</p>
*/
[optional] interface com::sun::star::util::XCancellable;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl b/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
index e44616d66a6a..2fc253aa2b22 100644
--- a/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
+++ b/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
@@ -23,7 +23,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** These constants are deprecated and should not be used anymore. They're superseded
by <type>ControlActions</type>.
@deprecated
@@ -31,18 +30,15 @@ module com { module sun { module star { module ui { module dialogs {
published constants ListboxControlActions
{
- //---------------------------------------------------------------------
/** Adds an item to the content of the listbox. The given item has to
be a string.
*/
const short ADD_ITEM = 1;
- //---------------------------------------------------------------------
/** Adds a sequence of strings to the content of the listbox.
*/
const short ADD_ITEMS = 2;
- //---------------------------------------------------------------------
/** Removes an item from a listbox. The given value has to be a
position. If the position is invalid an exception will be thrown.
The index of the first position is 0.
@@ -50,12 +46,10 @@ published constants ListboxControlActions
*/
const short DELETE_ITEM = 3;
- //---------------------------------------------------------------------
/** Removes all items from the listbox.
*/
const short DELETE_ITEMS = 4;
- //---------------------------------------------------------------------
/** Selects an item in a listbox. The given value has to be a position.
The index of the first position is 0. A value of -1 removes the
selection.
@@ -64,19 +58,16 @@ published constants ListboxControlActions
*/
const short SET_SELECT_ITEM = 5;
- //---------------------------------------------------------------------
/** Returns all items of the listbox as a sequence of strings.
*/
const short GET_ITEMS = 6;
- //---------------------------------------------------------------------
/** Returns the currently selected item. The returned item is an empty
string if the listbox is empty or no item is selected.
*/
const short GET_SELECTED_ITEM = 7;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
index 134724a4cf1d..f9dcf6c0c111 100644
--- a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
+++ b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
@@ -23,7 +23,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** The implementation of a FilePicker service may support the usage of
different templates. The following constants define the currently
specified templates.
@@ -33,17 +32,14 @@ module com { module sun { module star { module ui { module dialogs {
published constants TemplateDescription
{
- //---------------------------------------------------------------------
/** A FileOpen dialog without any additional controls.
*/
const short FILEOPEN_SIMPLE = 0;
- //---------------------------------------------------------------------
/** A FileSave dialog without any additional controls.
*/
const short FILESAVE_SIMPLE = 1;
- //---------------------------------------------------------------------
/** A FileSave dialog with additional controls.
<ul>
<li>A checkbox "Auto Extension"</li>
@@ -52,7 +48,6 @@ published constants TemplateDescription
*/
const short FILESAVE_AUTOEXTENSION_PASSWORD = 2;
- //---------------------------------------------------------------------
/** A FileSave dialog with additional controls.
<ul>
<li>A checkbox "Auto Extension"</li>
@@ -62,7 +57,6 @@ published constants TemplateDescription
*/
const short FILESAVE_AUTOEXTENSION_PASSWORD_FILTEROPTIONS = 3;
- //---------------------------------------------------------------------
/** A FileSave dialog with additional controls.
<ul>
<li>A checkbox "Auto Extension"</li>
@@ -71,7 +65,6 @@ published constants TemplateDescription
*/
const short FILESAVE_AUTOEXTENSION_SELECTION = 4;
- //---------------------------------------------------------------------
/** A FileSave dialog with additional controls.
<ul>
<li>A checkbox "Auto Extension"</li>
@@ -80,7 +73,6 @@ published constants TemplateDescription
*/
const short FILESAVE_AUTOEXTENSION_TEMPLATE = 5;
- //---------------------------------------------------------------------
/** A FileOpen dialog with additional controls.
<ul>
<li>A checkbox "Insert as link"
@@ -91,7 +83,6 @@ published constants TemplateDescription
*/
const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6;
- //---------------------------------------------------------------------
/** A FileOpen dialog with additional controls.
<ul>
<li>A push button "Play"</li>
@@ -99,7 +90,6 @@ published constants TemplateDescription
*/
const short FILEOPEN_PLAY = 7;
- //---------------------------------------------------------------------
/** A FileOpen dialog with additional controls.
<ul>
<li>A checkbox "Read only"</li>
@@ -108,7 +98,6 @@ published constants TemplateDescription
*/
const short FILEOPEN_READONLY_VERSION = 8;
- //---------------------------------------------------------------------
/** A FileOpen dialog with additional controls.
<ul>
<li>A checkbox "Insert as link"</li>
@@ -118,7 +107,6 @@ published constants TemplateDescription
*/
const short FILEOPEN_LINK_PREVIEW = 9;
- //---------------------------------------------------------------------
/** A FileSave dialog with additional controls.
<ul>
<li>A checkbox "Auto Extension"</li>
@@ -128,7 +116,6 @@ published constants TemplateDescription
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index d8dc18548164..6249a712f999 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -31,13 +31,11 @@
#include <com/sun/star/ui/dialogs/XWizard.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
interface XWizardController;
-//==================================================================================================================
/** provides a framework for implementing a wizard dialog.
*/
@@ -67,11 +65,9 @@ service Wizard : XWizard
);
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/WizardButton.idl b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
index 7c49b40c8f36..7c1d409ab557 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardButton.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_ui_dialogs_WizardButton_idl__
#define __com_sun_star_ui_dialogs_WizardButton_idl__
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
/** denotes the buttons found in a <type>Wizard</type>
*/
@@ -44,11 +42,9 @@ constants WizardButton
const short HELP = 5;
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
index 66113e36a64b..c18c4701d522 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_ui_dialogs_WizardTravelType_idl__
#define __com_sun_star_ui_dialogs_WizardTravelType_idl__
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
/** denotes ways to leave a <type>Wizard</type>'s page
*/
@@ -38,11 +36,9 @@ constants WizardTravelType
const short FINISH = 3;
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl b/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
index fbdb282fefa7..bbfe5f2630a7 100644
--- a/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
@@ -32,16 +32,13 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ui/dialogs/XDialogClosedListener.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies an interface for an executable dialog in asynchronous mode.
*/
interface XAsynchronousExecutableDialog: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Sets the title of the dialog.
@param aTitle
@@ -50,7 +47,6 @@ interface XAsynchronousExecutableDialog: com::sun::star::uno::XInterface
*/
void setDialogTitle( [in] string aTitle );
- //-------------------------------------------------------------------------
/** Executes (shows) the dialog and returns immediately.
@param xListener
@@ -60,7 +56,6 @@ interface XAsynchronousExecutableDialog: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XControlAccess.idl b/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
index 45f2c4917b30..3a3f7ba5aefa 100644
--- a/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
+++ b/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Generic control access interface.
<p>Use this interface to access user interface controls supported
@@ -51,7 +49,6 @@ module com { module sun { module star { module ui { module dialogs {
*/
published interface XControlAccess: com::sun::star::uno::XInterface
{
-//-------------------------------------------------------------------------
/** Change a control property.
@param aControlName
@@ -72,7 +69,6 @@ published interface XControlAccess: com::sun::star::uno::XInterface
void setControlProperty( [in] string aControlName, [in] string aControlProperty, [in] any aValue )
raises( com::sun::star::lang::IllegalArgumentException );
-//-------------------------------------------------------------------------
/** Query for a control property.
@param aControlName
@@ -93,7 +89,6 @@ any getControlProperty( [in] string aControlName, [in] string aControlProperty )
raises( com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
index 19134499c67c..5e331fc52361 100644
--- a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
+++ b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Interface to query for controls and control properties supported by the
implementing instance.
@@ -44,7 +42,6 @@ module com { module sun { module star { module ui { module dialogs {
*/
published interface XControlInformation: com::sun::star::uno::XInterface
{
-//-------------------------------------------------------------------------
/** Query for the supported controls of a service instance.
@returns
@@ -52,7 +49,6 @@ published interface XControlInformation: com::sun::star::uno::XInterface
*/
sequence<string> getSupportedControls( );
-//-------------------------------------------------------------------------
/** Returns whether the specified control is supported or not.
@param aControlName
@@ -65,7 +61,6 @@ sequence<string> getSupportedControls( );
*/
boolean isControlSupported( [in] string aControlName );
-//-------------------------------------------------------------------------
/** Returns a sequence with properties supported by the specified
control.
@@ -82,7 +77,6 @@ boolean isControlSupported( [in] string aControlName );
sequence<string> getSupportedControlProperties( [in] string aControlName )
raises( com::sun::star::lang::IllegalArgumentException );
-//-------------------------------------------------------------------------
/** Returns whether control property is supported by a control.
@param aControlName
diff --git a/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl b/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
index 1ccf68027c33..399a158a8b84 100644
--- a/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
+++ b/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
@@ -25,7 +25,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Used to notify listeners about dialog-closed events.
<p>Registered listeners will be notified with a
@@ -38,7 +37,6 @@ module com { module sun { module star { module ui { module dialogs {
interface XDialogClosedListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** A client receives this event if a dialog is closed.
@param aEvent
diff --git a/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl b/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
index 99f7d82013e1..21800dd29cfd 100644
--- a/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
@@ -32,18 +32,15 @@
#include <com/sun/star/uno/RuntimeException.idl>
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies an interface for an executable dialog.
*/
published interface XExecutableDialog: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Sets the title of the dialog.
@param aTitle
@@ -53,7 +50,6 @@ published interface XExecutableDialog: com::sun::star::uno::XInterface
*/
void setTitle( [in] string aTitle );
- //-------------------------------------------------------------------------
/** Executes (shows) the dialog.
@returns
@@ -62,7 +58,6 @@ published interface XExecutableDialog: com::sun::star::uno::XInterface
short execute();
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
index 57201c0a8a03..41d00ef2cd7f 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
@@ -32,18 +32,15 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies an interface for a FilePicker
*/
published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
{
- //-------------------------------------------------------------------------
/** Enable/disable multi-selection mode
<p>If the multi-selection mode is enabled, multiple files
@@ -55,7 +52,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
*/
void setMultiSelectionMode( [in] boolean bMode );
- //-------------------------------------------------------------------------
/** Sets the default string that appears in the file name box of a FilePicker.
@param aName
@@ -66,7 +62,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
*/
void setDefaultName( [in] string aName );
- //-------------------------------------------------------------------------
/** Sets the directory that the file dialog initially displays.
@param aDirectory
@@ -79,7 +74,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
void setDisplayDirectory( [in] string aDirectory )
raises( ::com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** Returns the directory that the file dialog is currently showing or
was last showing before closing the dialog with Ok. If the user
did cancel the dialog, the returned value is undefined.
@@ -89,7 +83,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
*/
string getDisplayDirectory();
- //-------------------------------------------------------------------------
/** Returns a sequence of the selected files including path information in
URL format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
@@ -129,7 +122,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
sequence< string > getFiles();
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
index 56c4c3e267bc..d4e11307249c 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
@@ -31,16 +31,13 @@
#include <com/sun/star/ui/dialogs/XFilePicker.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** extends file picker interface to workaround some design problems.
*/
interface XFilePicker2 : ::com::sun::star::ui::dialogs::XFilePicker
{
- //-------------------------------------------------------------------------
/** Returns a sequence of the selected files including path information in
URL format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
@@ -66,7 +63,6 @@ interface XFilePicker2 : ::com::sun::star::ui::dialogs::XFilePicker
sequence< string > getSelectedFiles();
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
index 811a28f70af1..6cdc94918788 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/ui/dialogs/XFilePicker.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Provides access to the controls of a FilePicker.
<p> A FilePicker may contain additional elements according to the needs
@@ -47,7 +45,6 @@ module com { module sun { module star { module ui { module dialogs {
published interface XFilePickerControlAccess: com::sun::star::ui::dialogs::XFilePicker
{
-//-------------------------------------------------------------------------
/** Set the value of an additional element within a FilePicker.
@param ControlId
@@ -71,7 +68,6 @@ published interface XFilePickerControlAccess: com::sun::star::ui::dialogs::XFile
*/
void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue );
-//-------------------------------------------------------------------------
/** Get the value of an additional element within a FilePicker
@param aControlId
@@ -96,7 +92,6 @@ void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue
*/
any getValue( [in] short aControlId, [in] short aControlAction );
-//-------------------------------------------------------------------------
/** Set the label of the specified element. If the specified element
doesn't support setting a label, this method has no effect.
@@ -111,7 +106,6 @@ any getValue( [in] short aControlId, [in] short aControlAction );
*/
void setLabel( [in] short aControlId, [in] string aLabel );
-//-------------------------------------------------------------------------
/** Returns the label of the specified element.
@param aControlId
@@ -127,7 +121,6 @@ void setLabel( [in] short aControlId, [in] string aLabel );
*/
string getLabel( [in] short aControlId );
-//-------------------------------------------------------------------------
/** Enables or disables a control.
@param ControlId
@@ -143,7 +136,6 @@ string getLabel( [in] short aControlId );
void enableControl( [in] short aControlId, [in] boolean bEnable );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
index 101e830cea6e..d2700b90e65b 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
@@ -32,13 +32,10 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/ui/dialogs/FilePickerEvent.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** Interface to be implemented by a FilePicker listener.
<p> The <type>XFilePickerListener</type> interface must be implemented by
@@ -48,7 +45,6 @@ module com { module sun { module star { module ui { module dialogs {
published interface XFilePickerListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** A client receives this event if the file selection within the
FilePicker service dialog changes.
@@ -60,7 +56,6 @@ published interface XFilePickerListener: com::sun::star::lang::XEventListener
void fileSelectionChanged( [in] FilePickerEvent aEvent );
- //-------------------------------------------------------------------------
/** A client receives this event if the directory selection within the
FilePicker dialog changes.
@@ -71,7 +66,6 @@ published interface XFilePickerListener: com::sun::star::lang::XEventListener
*/
void directoryChanged( [in] FilePickerEvent aEvent );
- //-------------------------------------------------------------------------
/** A client receives this event if the F1 key or the help button was
pressed.
@@ -89,7 +83,6 @@ published interface XFilePickerListener: com::sun::star::lang::XEventListener
*/
string helpRequested( [in] FilePickerEvent aEvent );
- //-------------------------------------------------------------------------
/** A client receives this event if the state of a control within the
FilePicker service dialog changes.
@@ -100,7 +93,6 @@ published interface XFilePickerListener: com::sun::star::lang::XEventListener
*/
void controlStateChanged( [in] FilePickerEvent aEvent );
- //-------------------------------------------------------------------------
/** A client receives this event if the size of the FilePicker dialog
has changed. If the FilePicker dialog contains a preview the client
may ask for the new dimension of the preview area.
@@ -108,7 +100,6 @@ published interface XFilePickerListener: com::sun::star::lang::XEventListener
void dialogSizeChanged( );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
index 6a69057173a6..d60526586cba 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
@@ -23,18 +23,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ui/dialogs/XFilePickerListener.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** Interface to be implemented in order to support listener management.
*/
published interface XFilePickerNotifier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Interface for clients to register as XFilePickerListener
@param xListener
@@ -44,7 +40,6 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
*/
[oneway] void addFilePickerListener( [in] XFilePickerListener xListener );
- //-------------------------------------------------------------------------
/** Interface for clients to unregister as XFilePickerListener.
@param xListener
@@ -55,7 +50,6 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
[oneway] void removeFilePickerListener( [in] XFilePickerListener xListener );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
index 6558fcd8f428..8d2cd9d7cd09 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
@@ -33,18 +33,15 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** FilePicker that support the preview of various file formats should implement
this interface.
*/
published interface XFilePreview: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** The method returns all image formats that the preview supports.
@returns
@@ -54,7 +51,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
*/
sequence< short > getSupportedImageFormats( );
- //-------------------------------------------------------------------------
/** The method returns the supported color depth of the target device.
@returns
@@ -62,7 +58,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
*/
com::sun::star::util::Color getTargetColorDepth( );
- //-------------------------------------------------------------------------
/** The method returns the available width of the preview window
even if the window is invisible or could not be created.
If a service implementation doesn't support a file preview
@@ -73,7 +68,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
*/
long getAvailableWidth( );
- //-------------------------------------------------------------------------
/** The method returns the available height of the preview window
even if the window is invisible or could not be created.
If a service implementation doesn't support a file preview
@@ -84,7 +78,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
*/
long getAvailableHeight( );
- //-------------------------------------------------------------------------
/** Sets a new image. If the preview is currently hidden the
image will be ignored. An empty any will clear the preview window.
@@ -104,7 +97,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
void setImage( [in] short aImageFormat, [in] any aImage )
raises( ::com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** Optionally sets the current show state of the preview. It is possible
that the preview implementation doesn't support hiding the preview.
@@ -119,7 +111,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
*/
boolean setShowState( [in] boolean bShowState );
- //-------------------------------------------------------------------------
/** Returns the current show state of the preview.
@returns
@@ -129,7 +120,6 @@ published interface XFilePreview: com::sun::star::uno::XInterface
boolean getShowState( );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
index 4d38c25f59bd..969c3952df89 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
@@ -25,7 +25,6 @@
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies an interface which allows manipulation of groups of filters
for the <type>FilePicker</type> service.
*/
diff --git a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
index 571f3be51984..97a65a483d0f 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
@@ -32,18 +32,15 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies a filter manager interface for a FilePicker
*/
published interface XFilterManager: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Adds a filter identified by a title.
@param aTitle
@@ -62,7 +59,6 @@ published interface XFilterManager: com::sun::star::uno::XInterface
void appendFilter( [in] string aTitle, [in] string aFilter )
raises( ::com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** Sets the current filter.
@param aTitle
@@ -74,7 +70,6 @@ published interface XFilterManager: com::sun::star::uno::XInterface
void setCurrentFilter( [in] string aTitle )
raises( ::com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** Returns the currently selected filter.
@returns
@@ -84,7 +79,6 @@ published interface XFilterManager: com::sun::star::uno::XInterface
string getCurrentFilter( );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl b/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
index 11892890f859..63205d1c0ba5 100644
--- a/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
@@ -32,17 +32,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Specifies a FolderPicker interface.
*/
published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialog
{
- //-------------------------------------------------------------------------
/** Sets the root directory that the FolderPicker should display.
It is not specified which root directory the FolderPicker
chooses if the specified root directory doesn't exist.
@@ -56,7 +53,6 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
void setDisplayDirectory( [in] string aDirectory )
raises( ::com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** Returns the root directory that the FolderPicker is showing. The
return value is undefined if the client did not choose a root directory
or the previously specified root directory doesn't exist.
@@ -66,7 +62,6 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
*/
string getDisplayDirectory();
- //-------------------------------------------------------------------------
/** Returns the selected directory as url conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
@returns
@@ -75,7 +70,6 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
*/
string getDirectory( );
- //-------------------------------------------------------------------------
/** The implementation may optionally show the given text as a description
for the user within the dialog, e.g. "Please select a directory".
If the client doesn't set a description the dialog may show a default
@@ -84,7 +78,6 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
void setDescription( [in] string aDescription );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index 5c0a0d7c5435..4b3269b12c0d 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -33,10 +33,8 @@
#include <com/sun/star/container/NoSuchElementException.idl>
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
interface XWizardPage;
@@ -220,11 +218,9 @@ interface XWizard
, ::com::sun::star::util::InvalidStateException );
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 979b4e409996..0c72d67bc572 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/ui/dialogs/XWizardPage.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
/** is the interface of a client-provided controller of a custom <type>Wizard</type>.
*/
@@ -77,11 +75,9 @@ interface XWizardController
boolean confirmFinish();
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 3f3d7eacdbcf..af4b7523298b 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
/** is a single page of a <type>Wizard</type>
*/
@@ -78,11 +76,9 @@ interface XWizardPage : ::com::sun::star::lang::XComponent
boolean canAdvance();
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif