summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task
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/task
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/task')
-rw-r--r--offapi/com/sun/star/task/AsyncJob.idl4
-rw-r--r--offapi/com/sun/star/task/ClassifiedInteractionRequest.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentMSPasswordRequest.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentPasswordRequest.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentPasswordRequest2.idl4
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl4
-rw-r--r--offapi/com/sun/star/task/ErrorCodeRequest.idl3
-rw-r--r--offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl4
-rw-r--r--offapi/com/sun/star/task/InteractionClassification.idl7
-rw-r--r--offapi/com/sun/star/task/InteractionHandler.idl3
-rw-r--r--offapi/com/sun/star/task/InteractionRequestStringResolver.idl1
-rw-r--r--offapi/com/sun/star/task/Job.idl4
-rw-r--r--offapi/com/sun/star/task/JobExecutor.idl2
-rw-r--r--offapi/com/sun/star/task/MasterPasswordRequest.idl3
-rw-r--r--offapi/com/sun/star/task/NoMasterException.idl4
-rw-r--r--offapi/com/sun/star/task/OfficeRestartManager.idl4
-rw-r--r--offapi/com/sun/star/task/PDFExportException.idl1
-rw-r--r--offapi/com/sun/star/task/PasswordContainer.idl3
-rw-r--r--offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl1
-rw-r--r--offapi/com/sun/star/task/PasswordRequest.idl4
-rw-r--r--offapi/com/sun/star/task/PasswordRequestMode.idl6
-rw-r--r--offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl3
-rw-r--r--offapi/com/sun/star/task/UrlRecord.idl3
-rw-r--r--offapi/com/sun/star/task/UserRecord.idl3
-rw-r--r--offapi/com/sun/star/task/XAsyncJob.idl3
-rw-r--r--offapi/com/sun/star/task/XInteractionApprove.idl3
-rw-r--r--offapi/com/sun/star/task/XInteractionAskLater.idl4
-rw-r--r--offapi/com/sun/star/task/XInteractionDisapprove.idl3
-rw-r--r--offapi/com/sun/star/task/XInteractionPassword.idl5
-rw-r--r--offapi/com/sun/star/task/XInteractionPassword2.idl7
-rw-r--r--offapi/com/sun/star/task/XInteractionRequestStringResolver.idl4
-rw-r--r--offapi/com/sun/star/task/XJob.idl3
-rw-r--r--offapi/com/sun/star/task/XJobExecutor.idl3
-rw-r--r--offapi/com/sun/star/task/XJobListener.idl3
-rw-r--r--offapi/com/sun/star/task/XMasterPasswordHandling.idl9
-rw-r--r--offapi/com/sun/star/task/XMasterPasswordHandling2.idl5
-rw-r--r--offapi/com/sun/star/task/XPasswordContainer.idl11
-rw-r--r--offapi/com/sun/star/task/XRestartManager.idl4
-rw-r--r--offapi/com/sun/star/task/XStatusIndicator.idl7
-rw-r--r--offapi/com/sun/star/task/XStatusIndicatorFactory.idl3
-rw-r--r--offapi/com/sun/star/task/XStatusIndicatorSupplier.idl3
-rw-r--r--offapi/com/sun/star/task/XUrlContainer.idl7
44 files changed, 0 insertions, 178 deletions
diff --git a/offapi/com/sun/star/task/AsyncJob.idl b/offapi/com/sun/star/task/AsyncJob.idl
index 241c3141350d..4530e3d746fc 100644
--- a/offapi/com/sun/star/task/AsyncJob.idl
+++ b/offapi/com/sun/star/task/AsyncJob.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/task/XAsyncJob.idl>
#include <com/sun/star/util/XCloseable.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** represent an asynchronous job, which can be executed by the global <type>JobExecutor</type>
instance.
@@ -37,12 +35,10 @@ module com { module sun { module star { module task {
*/
published service AsyncJob
{
- //------------------------------------------------------------------------
/** used to initialize and execute this job.
*/
interface com::sun::star::task::XAsyncJob;
- //------------------------------------------------------------------------
/** should be supported to handle environment termination gracefully.
*/
[optional] interface com::sun::star::util::XCloseable;
diff --git a/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl b/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
index 2bf1ab23f2b9..40051056bed4 100644
--- a/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
+++ b/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/task/InteractionClassification.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::task::ClassifiedInteractionRequest
/** A classified interaction request.
*/
published exception ClassifiedInteractionRequest: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::task::ClassifiedInteractionRequest::Classification
/** The classification of the request.
@@ -44,7 +41,6 @@ published exception ClassifiedInteractionRequest: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
index 13bc09322359..3243dc238638 100644
--- a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
+++ b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/PasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies the mode in which the password for Microsoft Office file format encryption should be asked
<P>
@@ -39,14 +37,12 @@ module com { module sun { module star { module task {
*/
published exception DocumentMSPasswordRequest: PasswordRequest
{
- //-------------------------------------------------------------------------
/** the name of the document
*/
string Name;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl b/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
index 5252e09e8d91..4ae26bb16bc1 100644
--- a/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
+++ b/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/DocumentMSPasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies if a password for opening or modifying of an encrypted Microsoft Office document is requested.
<P>
@@ -42,14 +40,12 @@ module com { module sun { module star { module task {
*/
exception DocumentMSPasswordRequest2 : DocumentMSPasswordRequest
{
- //-------------------------------------------------------------------------
/** specifies if the requested password is for opening a document or for modifying it.
*/
boolean IsRequestPasswordToModify;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl b/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
index 59dea2ee19a2..ac86bd4841f5 100644
--- a/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
+++ b/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/embed/XStorage.idl>
#include <com/sun/star/security/DocumentSignatureInformation.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** describes the request to approve or deny the execution of macros contained in
a document.
@@ -62,11 +60,9 @@ exception DocumentMacroConfirmationRequest : ClassifiedInteractionRequest
DocumentSignatureInformation;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif
diff --git a/offapi/com/sun/star/task/DocumentPasswordRequest.idl b/offapi/com/sun/star/task/DocumentPasswordRequest.idl
index 050f8c0695df..68a896ec02b7 100644
--- a/offapi/com/sun/star/task/DocumentPasswordRequest.idl
+++ b/offapi/com/sun/star/task/DocumentPasswordRequest.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/PasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies the mode in which the password should be asked
<P>
@@ -39,14 +37,12 @@ module com { module sun { module star { module task {
*/
published exception DocumentPasswordRequest: PasswordRequest
{
- //-------------------------------------------------------------------------
/** the name of the document
*/
string Name;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/DocumentPasswordRequest2.idl b/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
index e5f71ea56c68..e195bb7629a4 100644
--- a/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
+++ b/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/DocumentPasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies if a password for opening or modifying a document is requested.
<P>
@@ -42,14 +40,12 @@ module com { module sun { module star { module task {
*/
exception DocumentPasswordRequest2 : DocumentPasswordRequest
{
- //-------------------------------------------------------------------------
/** specifies if the requested password is for opening a document or for modifying it.
*/
boolean IsRequestPasswordToModify;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 84243ad6dcd3..c167c7a59f61 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -30,25 +30,21 @@
#include <com/sun/star/io/IOException.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** IOException that can carry error codes ( not only io related ).
It can be used to transport the error code information.
*/
exception ErrorCodeIOException : com::sun::star::io::IOException
{
- //------------------------------------------------------------------------
/** specifies the error code.
*/
long ErrCode;
};
-//============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/ErrorCodeRequest.idl b/offapi/com/sun/star/task/ErrorCodeRequest.idl
index 3cccb9328016..edc93f57a1fc 100644
--- a/offapi/com/sun/star/task/ErrorCodeRequest.idl
+++ b/offapi/com/sun/star/task/ErrorCodeRequest.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** represents a general error exception.
It can be used to transport the error code information.
@@ -48,7 +46,6 @@ published exception ErrorCodeRequest : com::sun::star::uno::Exception
long ErrCode;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl b/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
index c8b36c72d296..e2876b0a6161 100644
--- a/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
+++ b/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
@@ -22,11 +22,9 @@
#ifndef __com_sun_star_task_FutureDocumentVersionProductUpdateRequest_idl__
#define __com_sun_star_task_FutureDocumentVersionProductUpdateRequest_idl__
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** describes a request to the user to update OpenOffice.org to a newer version, since
an ODF document was encountered which conforms to an ODF version unknown to the
@@ -49,11 +47,9 @@ exception FutureDocumentVersionProductUpdateRequest : ClassifiedInteractionReque
string DocumentODFVersion;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif
diff --git a/offapi/com/sun/star/task/InteractionClassification.idl b/offapi/com/sun/star/task/InteractionClassification.idl
index 14644e845548..fab5ac676974 100644
--- a/offapi/com/sun/star/task/InteractionClassification.idl
+++ b/offapi/com/sun/star/task/InteractionClassification.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_task_InteractionClassification_idl__
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::task::InteractionClassification
/** A classification of interaction requests.
@@ -34,21 +32,18 @@
*/
published enum InteractionClassification
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::task::InteractionClassification::ERROR
/** An error.
*/
ERROR,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::task::InteractionClassification::WARNING
/** A warning, less severe than an error.
*/
WARNING,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::task::InteractionClassification::INFO
/** Some information for the client/user (which will typically lead to the
@@ -58,7 +53,6 @@ published enum InteractionClassification
*/
INFO,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::task::InteractionClassification::QUERY
/** A query for the client/user (which will typically lead to the
@@ -71,7 +65,6 @@ published enum InteractionClassification
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/InteractionHandler.idl b/offapi/com/sun/star/task/InteractionHandler.idl
index e59a4b2bf9d2..f7faa471cbb9 100644
--- a/offapi/com/sun/star/task/InteractionHandler.idl
+++ b/offapi/com/sun/star/task/InteractionHandler.idl
@@ -36,7 +36,6 @@ module com { module sun { module star {
module com { module sun { module star { module task {
-//============================================================================
/** An interaction request handler that lets the user handle requests via GUI dialogs.
<p>The interaction handler service has a number of <a href="#built_in_handler">built-in handlers</a>, responsible
@@ -159,12 +158,10 @@ module com { module sun { module star { module task {
*/
published service InteractionHandler
{
- //------------------------------------------------------------------------
/** Handle an interaction request.
*/
interface com::sun::star::task::XInteractionHandler;
- //------------------------------------------------------------------------
/** Initialize the interaction handler.
<P>The arguments must be a sequence of
diff --git a/offapi/com/sun/star/task/InteractionRequestStringResolver.idl b/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
index 2bc3729845a4..6dc2f678454d 100644
--- a/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
+++ b/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
@@ -26,7 +26,6 @@ module com { module sun { module star {
module com { module sun { module star { module task {
-//============================================================================
/* An interaction request string resolver that obtains human readable strings
from an <type>XInteractionRequest</type>.
*/
diff --git a/offapi/com/sun/star/task/Job.idl b/offapi/com/sun/star/task/Job.idl
index 15ed43e4b6b7..7f7887603ed9 100644
--- a/offapi/com/sun/star/task/Job.idl
+++ b/offapi/com/sun/star/task/Job.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/task/XJob.idl>
#include <com/sun/star/util/XCloseable.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** represent a synchronous job, which can be executed by the global <type>JobExecutor</type>
instance.
@@ -37,12 +35,10 @@ module com { module sun { module star { module task {
*/
published service Job
{
- //------------------------------------------------------------------------
/** used to initialize and execute this job.
*/
interface com::sun::star::task::XJob;
- //------------------------------------------------------------------------
/** should be supported to handle environment termination gracefully.
*/
[optional] interface com::sun::star::util::XCloseable;
diff --git a/offapi/com/sun/star/task/JobExecutor.idl b/offapi/com/sun/star/task/JobExecutor.idl
index 52baf581cc8d..a48e5d9aae5f 100644
--- a/offapi/com/sun/star/task/JobExecutor.idl
+++ b/offapi/com/sun/star/task/JobExecutor.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/task/XJobExecutor.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** generic job execution service
<p>
diff --git a/offapi/com/sun/star/task/MasterPasswordRequest.idl b/offapi/com/sun/star/task/MasterPasswordRequest.idl
index 2a7275d6fffa..853e5c4cae2f 100644
--- a/offapi/com/sun/star/task/MasterPasswordRequest.idl
+++ b/offapi/com/sun/star/task/MasterPasswordRequest.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/PasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies the mode in which the password should be asked
<P>
@@ -41,7 +39,6 @@ published exception MasterPasswordRequest: PasswordRequest
{
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/NoMasterException.idl b/offapi/com/sun/star/task/NoMasterException.idl
index 7c9f444e1148..9020e09759ce 100644
--- a/offapi/com/sun/star/task/NoMasterException.idl
+++ b/offapi/com/sun/star/task/NoMasterException.idl
@@ -23,23 +23,19 @@
#include <com/sun/star/task/PasswordRequestMode.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** is thrown when a master password is needed but not available/correct.
*/
published exception NoMasterException: com::sun::star::uno::RuntimeException
{
- //-------------------------------------------------------------------------
/** specifies the mode in which password should be queried.
*/
PasswordRequestMode Mode;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/OfficeRestartManager.idl b/offapi/com/sun/star/task/OfficeRestartManager.idl
index a3bf039a5424..a28ff4a01779 100644
--- a/offapi/com/sun/star/task/OfficeRestartManager.idl
+++ b/offapi/com/sun/star/task/OfficeRestartManager.idl
@@ -20,13 +20,11 @@
#ifndef __com_sun_star_task_OfficeRestartManager_idl__
#define __com_sun_star_task_OfficeRestartManager_idl__
-//=============================================================================
module com { module sun { module star { module task {
interface XRestartManager;
-//=============================================================================
/** This singleton is intended to allow to restart the office asynchronously.
@@ -34,11 +32,9 @@ interface XRestartManager;
*/
singleton OfficeRestartManager : XRestartManager;
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif
diff --git a/offapi/com/sun/star/task/PDFExportException.idl b/offapi/com/sun/star/task/PDFExportException.idl
index 7a6443e87b3a..b9409be4ad36 100644
--- a/offapi/com/sun/star/task/PDFExportException.idl
+++ b/offapi/com/sun/star/task/PDFExportException.idl
@@ -33,7 +33,6 @@ published exception PDFExportException: com::sun::star::uno::Exception
sequence< long > ErrorCodes;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/PasswordContainer.idl b/offapi/com/sun/star/task/PasswordContainer.idl
index 061dc44473fc..830feef57523 100644
--- a/offapi/com/sun/star/task/PasswordContainer.idl
+++ b/offapi/com/sun/star/task/PasswordContainer.idl
@@ -36,7 +36,6 @@ module com { module sun { module star {
}; }; };
module com { module sun { module star { module task {
-//============================================================================
/** this service is kind of storage that allows to store passwords
and to retrieve already stored.
@@ -60,7 +59,6 @@ module com { module sun { module star { module task {
*/
published service PasswordContainer
{
- //------------------------------------------------------------------------
/** handles passwords
<p>
@@ -69,7 +67,6 @@ published service PasswordContainer
*/
interface com::sun::star::task::XPasswordContainer;
- //------------------------------------------------------------------------
/** handles passwords
<p>
diff --git a/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl b/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
index afffe416d8f0..169d2ec623e3 100644
--- a/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
+++ b/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
@@ -26,7 +26,6 @@ module com { module sun { module star {
module com { module sun { module star { module task {
-//============================================================================
/** An interaction request handler that uses the
<type scope="com::sun::star::task">PasswordContainer</type> service to
handle <type scope="com::sun::star::ucb">AuthenticationRequest</type>s.
diff --git a/offapi/com/sun/star/task/PasswordRequest.idl b/offapi/com/sun/star/task/PasswordRequest.idl
index a665f64d6bea..565343137dfe 100644
--- a/offapi/com/sun/star/task/PasswordRequest.idl
+++ b/offapi/com/sun/star/task/PasswordRequest.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/task/PasswordRequestMode.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies the mode in which the password should be asked
<P>
@@ -38,7 +36,6 @@ module com { module sun { module star { module task {
*/
published exception PasswordRequest: ClassifiedInteractionRequest
{
- //-------------------------------------------------------------------------
/** the mode in which password should be asked
@see com::sun::star::task::PasswordRequestMode
@@ -47,7 +44,6 @@ published exception PasswordRequest: ClassifiedInteractionRequest
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/PasswordRequestMode.idl b/offapi/com/sun/star/task/PasswordRequestMode.idl
index c03edbbb1448..7f2dbf319968 100644
--- a/offapi/com/sun/star/task/PasswordRequestMode.idl
+++ b/offapi/com/sun/star/task/PasswordRequestMode.idl
@@ -20,17 +20,14 @@
#define __com_sun_star_task_PasswordRequestMode_idl__
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** the mode in which a password should be asked
@see PasswordRequest
*/
published enum PasswordRequestMode
{
- //-------------------------------------------------------------------------
/** Password creation.
@@ -41,7 +38,6 @@ published enum PasswordRequestMode
*/
PASSWORD_CREATE,
- //-------------------------------------------------------------------------
/** Ask for a password.
@@ -51,7 +47,6 @@ published enum PasswordRequestMode
*/
PASSWORD_ENTER,
- //-------------------------------------------------------------------------
/** Wrong password was entered, ask again.
@@ -64,7 +59,6 @@ published enum PasswordRequestMode
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl b/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
index d81da0b4ef47..6d716cdb08b2 100644
--- a/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
+++ b/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request is used in case a content can't keep files from overwriting
<P>
@@ -45,7 +43,6 @@ published exception UnsupportedOverwriteRequest: ClassifiedInteractionRequest
string Name;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/UrlRecord.idl b/offapi/com/sun/star/task/UrlRecord.idl
index e3a22e49caac..d5e3f79342fb 100644
--- a/offapi/com/sun/star/task/UrlRecord.idl
+++ b/offapi/com/sun/star/task/UrlRecord.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/task/UserRecord.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/* List of users with their passwords for the url pattern.
*/
published struct UrlRecord
@@ -37,7 +35,6 @@ published struct UrlRecord
sequence<UserRecord> UserList;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/UserRecord.idl b/offapi/com/sun/star/task/UserRecord.idl
index 9d24eabd8f4c..f5493069579e 100644
--- a/offapi/com/sun/star/task/UserRecord.idl
+++ b/offapi/com/sun/star/task/UserRecord.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_task_UserRecord_idl__
#define __com_sun_star_task_UserRecord_idl__
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/* Specifies user/password entries for <type>UrlRecord</type>.
*/
published struct UserRecord
@@ -35,7 +33,6 @@ published struct UserRecord
sequence<string> Passwords;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XAsyncJob.idl b/offapi/com/sun/star/task/XAsyncJob.idl
index e9eb23358d1d..03b7ff632f5e 100644
--- a/offapi/com/sun/star/task/XAsyncJob.idl
+++ b/offapi/com/sun/star/task/XAsyncJob.idl
@@ -33,13 +33,11 @@
#include <com/sun/star/beans/NamedValue.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module task {
published interface XJobListener;
-//=============================================================================
/** specifies a job which must be executed asynchronously
<p>
@@ -56,7 +54,6 @@ module com { module sun { module star { module task {
*/
published interface XAsyncJob : com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** executes the job asynchronously
@param Arguments
diff --git a/offapi/com/sun/star/task/XInteractionApprove.idl b/offapi/com/sun/star/task/XInteractionApprove.idl
index f4d4c078df3b..0244a73829a2 100644
--- a/offapi/com/sun/star/task/XInteractionApprove.idl
+++ b/offapi/com/sun/star/task/XInteractionApprove.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/XInteractionContinuation.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::task::XInteractionApprove
/** An interaction continuation specifying "approval".
@@ -35,7 +33,6 @@ published interface XInteractionApprove: com::sun::star::task::XInteractionConti
{
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XInteractionAskLater.idl b/offapi/com/sun/star/task/XInteractionAskLater.idl
index 798c175f769a..af884aae9180 100644
--- a/offapi/com/sun/star/task/XInteractionAskLater.idl
+++ b/offapi/com/sun/star/task/XInteractionAskLater.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/XInteractionContinuation.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** specifies a continuation where the user does not actually decide the question
she was confronted with, but postpones the decision to a later time.
@@ -35,11 +33,9 @@ interface XInteractionAskLater : com::sun::star::task::XInteractionContinuation
{
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif
diff --git a/offapi/com/sun/star/task/XInteractionDisapprove.idl b/offapi/com/sun/star/task/XInteractionDisapprove.idl
index 9d2580745620..6ebc6a67b448 100644
--- a/offapi/com/sun/star/task/XInteractionDisapprove.idl
+++ b/offapi/com/sun/star/task/XInteractionDisapprove.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/XInteractionContinuation.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::task::XInteractionDisapprove
/** An interaction continuation specifying "disapproval".
@@ -35,7 +33,6 @@ published interface XInteractionDisapprove: com::sun::star::task::XInteractionCo
{
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XInteractionPassword.idl b/offapi/com/sun/star/task/XInteractionPassword.idl
index 0ff7dbe79beb..cc1c925beeae 100644
--- a/offapi/com/sun/star/task/XInteractionPassword.idl
+++ b/offapi/com/sun/star/task/XInteractionPassword.idl
@@ -21,18 +21,15 @@
#include <com/sun/star/task/XInteractionContinuation.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** A continuation to get a password from interaction helper.
@since OOo 1.1.2
*/
published interface XInteractionPassword : ::com::sun::star::task::XInteractionContinuation
{
- //-------------------------------------------------------------------------
/** Store result password to the continuation.
@param aPasswd the result password.
@@ -40,7 +37,6 @@ published interface XInteractionPassword : ::com::sun::star::task::XInteractionC
*/
void setPassword( [in] string aPasswd );
- //-------------------------------------------------------------------------
/** Get result password from the continuation.
@returns the stored password.
@@ -48,7 +44,6 @@ published interface XInteractionPassword : ::com::sun::star::task::XInteractionC
string getPassword();
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XInteractionPassword2.idl b/offapi/com/sun/star/task/XInteractionPassword2.idl
index 91fab2de4408..c7d98e77549a 100644
--- a/offapi/com/sun/star/task/XInteractionPassword2.idl
+++ b/offapi/com/sun/star/task/XInteractionPassword2.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/task/XInteractionPassword.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** A continuation to get a password from interaction helper, extends
<type>XInteractionPassword</type> with possibility to provide password
to modify.
@@ -34,23 +32,19 @@ module com { module sun { module star { module task {
*/
published interface XInteractionPassword2 : ::com::sun::star::task::XInteractionPassword
{
- //-------------------------------------------------------------------------
/** stores "password to modify" to the continuation.
*/
void setPasswordToModify( [in] string aPasswd );
- //-------------------------------------------------------------------------
/** gets "password to modify" from the continuation.
*/
string getPasswordToModify();
- //-------------------------------------------------------------------------
/** stores "recommend readonly" to the continuation. It specifies whether
the document should be loaded readonly per default.
*/
void setRecommendReadOnly( [in] boolean bReadOnly );
- //-------------------------------------------------------------------------
/** gets "recommend readonly" from the continuation. It specifies whether
the document should be loaded readonly per default.
*/
@@ -59,7 +53,6 @@ published interface XInteractionPassword2 : ::com::sun::star::task::XInteraction
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl b/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
index 4855afb40931..8f66153cdc3f 100644
--- a/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
+++ b/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
@@ -25,18 +25,15 @@
#include <com/sun/star/task/XInteractionRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** Obtains human readable strings from an <type>XInteractionRequest</type>.
*/
/* published */
interface XInteractionRequestStringResolver : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Obtains a string containing a human readable message from an
informational interaction request.
@@ -58,7 +55,6 @@ interface XInteractionRequestStringResolver : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XJob.idl b/offapi/com/sun/star/task/XJob.idl
index 33e95904354d..18f66ed72d69 100644
--- a/offapi/com/sun/star/task/XJob.idl
+++ b/offapi/com/sun/star/task/XJob.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/beans/NamedValue.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** specifies a job which is to be executed synchronously
<p>
@@ -50,7 +48,6 @@ module com { module sun { module star { module task {
*/
published interface XJob : com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** executes the job synchronously
@param Arguments
diff --git a/offapi/com/sun/star/task/XJobExecutor.idl b/offapi/com/sun/star/task/XJobExecutor.idl
index f02655089920..78c7e5de551a 100644
--- a/offapi/com/sun/star/task/XJobExecutor.idl
+++ b/offapi/com/sun/star/task/XJobExecutor.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** starts action for any triggered event from outside
<p>
@@ -51,7 +49,6 @@ module com { module sun { module star { module task {
*/
published interface XJobExecutor : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** trigger event to start registered jobs
<p>
diff --git a/offapi/com/sun/star/task/XJobListener.idl b/offapi/com/sun/star/task/XJobListener.idl
index 2d907b7dc528..d7a8fe18770e 100644
--- a/offapi/com/sun/star/task/XJobListener.idl
+++ b/offapi/com/sun/star/task/XJobListener.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/lang/XEventListener.idl>
-//=============================================================================
module com { module sun { module star { module task {
published interface XAsyncJob;
-//=============================================================================
/** listener on finish states of asynchronous job execution
*/
published interface XJobListener : com::sun::star::lang::XEventListener
{
- //------------------------------------------------------------------------
/** indicates that the job is done
@param Job
diff --git a/offapi/com/sun/star/task/XMasterPasswordHandling.idl b/offapi/com/sun/star/task/XMasterPasswordHandling.idl
index 80452af2bd30..0fa3bfcfc4eb 100644
--- a/offapi/com/sun/star/task/XMasterPasswordHandling.idl
+++ b/offapi/com/sun/star/task/XMasterPasswordHandling.idl
@@ -32,16 +32,13 @@
#include <com/sun/star/task/XInteractionHandler.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to change the master password, or let it be requested and checked.
*/
published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** allows to check the user authorization.
<p>
@@ -57,7 +54,6 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean authorizateWithMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** allows to change the master password.
<p>
@@ -72,18 +68,15 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean changeMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** let the master password and all the related stored passwords be
removed.
*/
void removeMasterPassword();
- //-------------------------------------------------------------------------
/** allows to detect whether there is already a master password
*/
boolean hasMasterPassword();
- //-------------------------------------------------------------------------
/** allows to specify whether persistent storing of passwords is allowed
<p>
@@ -93,14 +86,12 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean allowPersistentStoring( [in] boolean bAllow );
- //-------------------------------------------------------------------------
/** allows to detect whether persistent storing of passwords is allowed
*/
boolean isPersistentStoringAllowed();
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XMasterPasswordHandling2.idl b/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
index 39a79d55dcfa..8842030db072 100644
--- a/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
+++ b/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
@@ -31,16 +31,13 @@
#include <com/sun/star/task/XInteractionHandler.idl>
#include <com/sun/star/task/XMasterPasswordHandling.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to change the master password, or let it be requested and checked.
*/
interface XMasterPasswordHandling2 : XMasterPasswordHandling
{
- //-------------------------------------------------------------------------
/** allows to let the default password be used
<p>
@@ -51,14 +48,12 @@ interface XMasterPasswordHandling2 : XMasterPasswordHandling
*/
boolean useDefaultMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** allows to detect whether the default master password is used
*/
boolean isDefaultMasterPasswordUsed();
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XPasswordContainer.idl b/offapi/com/sun/star/task/XPasswordContainer.idl
index a4c2344fe44c..502c155dafaf 100644
--- a/offapi/com/sun/star/task/XPasswordContainer.idl
+++ b/offapi/com/sun/star/task/XPasswordContainer.idl
@@ -33,16 +33,13 @@
#include <com/sun/star/task/XInteractionHandler.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** Allows to save passwords with URL-pattern, to use them later.
*/
published interface XPasswordContainer : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Save passwords in to the container.
@param Url URL-pattern, that will be used later to retrieve
@@ -58,7 +55,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
void add( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in] XInteractionHandler Handler );
- //-------------------------------------------------------------------------
/** Save passwords in to the container, and store them in the file.
@param Url URL-pattern, that will be used later to retrieve
@@ -74,7 +70,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
void addPersistent( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in] XInteractionHandler Handler );
- //-------------------------------------------------------------------------
/** Find users with passwords for the url pattern.
@param Url URL-pattern to retrieve password for.
@@ -85,7 +80,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
UrlRecord find( [in] string Url, [in] XInteractionHandler Handler );
- //-------------------------------------------------------------------------
/** Find passwords for the url pattern and username.
@param Url URL-pattern to retrieve passwords for.
@@ -98,7 +92,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
UrlRecord findForName( [in] string Url, [in] string UserName , [in] XInteractionHandler Handler );
- //-------------------------------------------------------------------------
/** Remove passwords for the url pattern and username.
@param Url URL-pattern to remove passwords for.
@@ -109,7 +102,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
void remove( [in] string Url, [in] string UserName );
- //-------------------------------------------------------------------------
/** Remove passwords for the url pattern and username from the file.
@param Url URL-pattern to remove passwords for.
@@ -119,12 +111,10 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
void removePersistent( [in] string Url, [in] string UserName );
- //-------------------------------------------------------------------------
/** Clean the file.
*/
void removeAllPersistent();
- //-------------------------------------------------------------------------
/** Get all records from the file.
@returns List of url-records.
@@ -133,7 +123,6 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/task/XRestartManager.idl b/offapi/com/sun/star/task/XRestartManager.idl
index d1c4d595f55b..e3e4273f86b1 100644
--- a/offapi/com/sun/star/task/XRestartManager.idl
+++ b/offapi/com/sun/star/task/XRestartManager.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/task/XInteractionHandler.idl>
#include <com/sun/star/uno/Exception.idl>
-//============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to try to restart the office.
@since OOo 3.3
*/
published interface XRestartManager : com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** let the office restart asynchronously
@param xInteractionHandler
the <type scope="com::sun::star::task">InteractionHandler</type>
@@ -49,7 +46,6 @@ published interface XRestartManager : com::sun::star::uno::XInterface
[in] com::sun::star::task::XInteractionHandler xInteractionHandler )
raises( com::sun::star::uno::Exception );
- //------------------------------------------------------------------------
/** allows to get info whether the restart has been requested and provide
the initialization status.
diff --git a/offapi/com/sun/star/task/XStatusIndicator.idl b/offapi/com/sun/star/task/XStatusIndicator.idl
index 878dfbd1abfe..de2e8e90c1b8 100644
--- a/offapi/com/sun/star/task/XStatusIndicator.idl
+++ b/offapi/com/sun/star/task/XStatusIndicator.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** controls a status indicator which displays progress of
longer actions to the user
@@ -46,7 +44,6 @@
*/
published interface XStatusIndicator: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** initialize and start the progress
<p>
@@ -69,7 +66,6 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
[in] string Text,
[in] long Range);
- //-------------------------------------------------------------------------
/** stop the progress
<p>
@@ -84,7 +80,6 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
*/
[oneway] void end();
- //-------------------------------------------------------------------------
/** update progress description
<p>
@@ -98,7 +93,6 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
*/
[oneway] void setText( [in] string Text );
- //-------------------------------------------------------------------------
/** update progress value
<p>
@@ -113,7 +107,6 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
*/
[oneway] void setValue( [in] long Value );
- //-------------------------------------------------------------------------
/** clear progress value and description
<p>
diff --git a/offapi/com/sun/star/task/XStatusIndicatorFactory.idl b/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
index 058387032080..60b5a0d0f2e7 100644
--- a/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
+++ b/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/task/XStatusIndicator.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** provides multiple, probably parallel running, status indicator objects
<p>
@@ -38,7 +36,6 @@
*/
published interface XStatusIndicatorFactory: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** create a new status indicator instance
@returns
diff --git a/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl b/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
index a31f01c9eec4..39f507a25272 100644
--- a/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
+++ b/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
@@ -23,18 +23,15 @@
#include <com/sun/star/task/XStatusIndicator.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** use <type>XStatusIndicatorFactory</type> instead of this
@deprecated
*/
published interface XStatusIndicatorSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** use <member>XStatusIndicatorFactory::createStatusIndicator()</member>
instead of this
diff --git a/offapi/com/sun/star/task/XUrlContainer.idl b/offapi/com/sun/star/task/XUrlContainer.idl
index 5944150a3aea..d872f2b73e2b 100644
--- a/offapi/com/sun/star/task/XUrlContainer.idl
+++ b/offapi/com/sun/star/task/XUrlContainer.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/task/XInteractionHandler.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** Allows to store and retrieve URLs. URLs can be stored persistently or
until end of OOo session.
@@ -44,7 +42,6 @@ module com { module sun { module star { module task {
*/
/*published*/ interface XUrlContainer : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Add a URL to the container.
@param Url URL to add to the container
@@ -54,7 +51,6 @@ module com { module sun { module star { module task {
*/
void addUrl( [in] string Url, [in] boolean MakePersistent );
- //-------------------------------------------------------------------------
/** Lookup a URL in the container.
@param Url URL to lookup.
@@ -62,14 +58,12 @@ module com { module sun { module star { module task {
*/
string findUrl( [in] string Url );
- //-------------------------------------------------------------------------
/** Remove a URL from the container.
@param Url URL to remove.
*/
void removeUrl( [in] string Url );
- //-------------------------------------------------------------------------
/** Get all URLs.
@param OnlyPersistent Only URLs that are stored persistently shall
@@ -80,7 +74,6 @@ module com { module sun { module star { module task {
};
-//=============================================================================
}; }; }; };