summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r--udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl3
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl3
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl3
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl3
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl3
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl4
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl3
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl3
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl3
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl5
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl3
-rw-r--r--udkapi/com/sun/star/lang/NoSuchFieldException.idl3
-rw-r--r--udkapi/com/sun/star/lang/NoSuchMethodException.idl3
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl3
-rw-r--r--udkapi/com/sun/star/lang/NotInitializedException.idl4
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl3
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl3
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl3
-rw-r--r--udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl3
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl10
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl4
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl4
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl6
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl8
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl7
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl4
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl4
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl3
-rw-r--r--udkapi/com/sun/star/lang/XMain.idl3
-rw-r--r--udkapi/com/sun/star/lang/XMultiComponentFactory.idl1
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl3
-rw-r--r--udkapi/com/sun/star/lang/XServiceDisplayName.idl4
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl3
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl4
-rw-r--r--udkapi/com/sun/star/lang/XSingleComponentFactory.idl1
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl3
-rw-r--r--udkapi/com/sun/star/lang/XTypeProvider.idl3
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl3
38 files changed, 0 insertions, 139 deletions
diff --git a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index 5130a3b2f535..432026d567f4 100644
--- a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::ArrayIndexOutOfBoundsException
/** This exception is thrown to indicate that an array has been
@@ -39,7 +37,6 @@ published exception ArrayIndexOutOfBoundsException: com::sun::star::lang::IndexO
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index 3034166abeae..5780755c080c 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::ClassNotFoundException
/** This exception is thrown when an application tries to load
@@ -36,7 +34,6 @@ published exception ClassNotFoundException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index 9a5780bb4a13..f10db6a6d543 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::DisposedException
/** This exception occurs if the object behind this interface has been
@@ -40,7 +38,6 @@ published exception DisposedException: com::sun::star::uno::RuntimeException
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index ba6a69da9082..1061cd23af11 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::lang::EventObject
/** specifies the base for all event objects and identifies the
@@ -41,7 +39,6 @@ published struct EventObject
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index 6b11d9e7f3d1..8c13be4c6329 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::IllegalAccessException
/** This exception is thrown when an application tries to change
@@ -36,7 +34,6 @@ published exception IllegalAccessException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 360c49674247..59e3abc30c9b 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::IllegalArgumentException
/** This exception is thrown to indicate that a method has
@@ -34,7 +32,6 @@
*/
published exception IllegalArgumentException: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::lang::IllegalArgumentException::ArgumentPosition
/** identifies the position of the illegal argument.
@@ -45,7 +42,6 @@ published exception IllegalArgumentException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 86ad4763f8bf..18d02e76717d 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::IndexOutOfBoundsException
/** This exception is thrown to indicate that a container has been
@@ -39,7 +37,6 @@ published exception IndexOutOfBoundsException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 50d453ce2ca7..be451657352e 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::InvalidListenerException
/** is thrown by the <member>XConnectionPoint::advice</member> method
@@ -39,7 +37,6 @@ published exception InvalidListenerException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 3ad22bba6083..27c72b1ed05d 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::ListenerExistException
/** is thrown by the <member>XConnectionPoint::advise</member> method
@@ -38,7 +36,6 @@ published exception ListenerExistException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index a672894672a3..88e0baed5165 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::lang::Locale
/** object represents a specific geographical, political, or cultural region.
@@ -70,7 +68,6 @@ published struct Locale
*/
string Language;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::lang::Locale::Country
/** specifies an <strong>ISO Country Code.</strong>
@@ -87,7 +84,6 @@ published struct Locale
*/
string Country;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::lang::Locale::Variant
/** contains a variant of the locale; codes are vendor and
@@ -104,7 +100,6 @@ published struct Locale
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index f2723f88dd34..d7438b12b8fc 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/lang/XServiceInfo.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides a collection of implementations of services.
@@ -62,7 +60,6 @@ published service MultiServiceFactory
interface com::sun::star::lang::XServiceInfo;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/NoSuchFieldException.idl b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 168b4c52392e..677a4885b229 100644
--- a/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::NoSuchFieldException
/** signals that the class does not have a field of a specified name.
@@ -35,7 +33,6 @@ published exception NoSuchFieldException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/NoSuchMethodException.idl b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index c31302f04099..d7ae3175ba84 100644
--- a/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::NoSuchMethodException
/** signals that the interface does not have a method of a specified name.
@@ -35,7 +33,6 @@ published exception NoSuchMethodException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index fd8f0ad6affb..dcdb91783284 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** This exception is thrown when a feature of an interface is not
supported.
@@ -41,7 +39,6 @@ published exception NoSupportException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/NotInitializedException.idl b/udkapi/com/sun/star/lang/NotInitializedException.idl
index 4cd86a7d1e46..b7f94310cdd0 100644
--- a/udkapi/com/sun/star/lang/NotInitializedException.idl
+++ b/udkapi/com/sun/star/lang/NotInitializedException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/**
*/
@@ -37,11 +35,9 @@ published exception NotInitializedException : com::sun::star::uno::RuntimeExcept
{
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index a57815fa98a5..05169bce9404 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::NullPointerException
/** This exception is thrown when an application attempts to use
@@ -41,7 +39,6 @@ published exception NullPointerException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index 283840a9f422..7d78fc40a8a4 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/registry/XSimpleRegistry.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides a collection of implementations for services reading from a
persistent registry storage.
@@ -72,7 +70,6 @@ published service RegistryServiceManager
[readonly, property] com::sun::star::registry::XSimpleRegistry Registry;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index af4a26275f71..3d922f970a52 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides a collection of implementations for services. This is a singleton
you commonly find in your component context under key
@@ -121,7 +119,6 @@ published service ServiceManager
[optional, property] com::sun::star::uno::XComponentContext DefaultContext;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index 3b4290a42aaf..3cf7ec3b98c5 100644
--- a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::ServiceNotRegisteredException
/** This exception is thrown when a needed service is not found.
@@ -38,7 +36,6 @@ published exception ServiceNotRegisteredException: com::sun::star::uno::Exceptio
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index cecd3ffe8da6..9c22fc95fd4d 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_lang_SystemDependent_idl__
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::lang::SystemDependent
/** These constants are used to specify systems which depend on return values.
@@ -50,7 +48,6 @@ module com { module sun { module star { module lang {
*/
published constants SystemDependent
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32
/** The called interface method returns a value specified for Windows.
@@ -59,7 +56,6 @@ published constants SystemDependent
*/
const short SYSTEM_WIN32 = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16
/** The called interface method returns a value specified for 16-bit Windows.
@@ -68,7 +64,6 @@ published constants SystemDependent
*/
const short SYSTEM_WIN16 = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA
/** The called interface method returns a value specified for Java.
@@ -82,7 +77,6 @@ published constants SystemDependent
*/
const short SYSTEM_JAVA = 3;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2
/** The called interface method returns a value specified for <em>OS/2</em>.
@@ -94,21 +88,18 @@ published constants SystemDependent
*/
const short SYSTEM_MAC = 5;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW
/** The called interface method returns a value specified for the <em>X Window System</em>.
*/
const short SYSTEM_XWINDOW = 6;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_IOS
/** The called interface method returns a value specified for <em>iOS</em>.
*/
const short SYSTEM_IOS = 7;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_ANDROID
/** The called interface method returns a value specified for <em>Android</em>.
@@ -117,7 +108,6 @@ published constants SystemDependent
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index e457c1c18ae3..86a81a04a072 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::WrappedTargetException
/** This is a checked exception that wraps an exception thrown
@@ -40,7 +38,6 @@ module com { module sun { module star { module lang {
*/
published exception WrappedTargetException: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::lang::WrappedTargetException::TargetException
/** The exception is thrown by the target.
@@ -49,7 +46,6 @@ published exception WrappedTargetException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
index acbb178d6cad..3fe9c15cd951 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** This is a runtime exception that wraps any other exception thrown
by the original target.
@@ -38,13 +36,11 @@ module com { module sun { module star { module lang {
*/
published exception WrappedTargetRuntimeException: ::com::sun::star::uno::RuntimeException
{
- //-------------------------------------------------------------------------
/** The exception is thrown by the target.
*/
any TargetException;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 92a0eab5d710..f7bc63967e55 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -21,13 +21,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
published interface XEventListener;
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XComponent
/** allows to exclicitly free resources and break cyclic references.
@@ -45,7 +43,6 @@ module com { module sun { module star { module lang {
*/
published interface XComponent: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::dispose
/** The owner of an object calls this method to explicitly free all
@@ -79,7 +76,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void dispose();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::addEventListener
/** adds an event listener to the object.
@@ -104,7 +100,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void addEventListener( [in] XEventListener xListener );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XComponent::removeEventListener
/** removes an event listener from the listener list.
@@ -126,7 +121,6 @@ published interface XComponent: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 3fc8359cc957..08b78b23c9d6 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/lang/InvalidListenerException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from idl: interface com::sun::star::lang::XConnectionPoint
/** supports connection points for connectable objects.
@@ -92,7 +90,6 @@ module com { module sun { module star { module lang {
*/
published interface XConnectionPoint: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionType
/** @returns
@@ -111,7 +108,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
type getConnectionType();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionPointContainer
/** @returns
@@ -122,7 +118,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::advise
/** creates a connection between a connection point and a
@@ -152,7 +147,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
raises( com::sun::star::lang::ListenerExistException,
com::sun::star::lang::InvalidListenerException );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::unadvise
/** terminates a notification previously set up with advise.
@@ -170,7 +164,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
void unadvise( [in] com::sun::star::uno::XInterface xListener );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnections
/** @returns
@@ -180,7 +173,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 69c57ec3ab45..8ac912d2ceec 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -21,13 +21,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
published interface XConnectionPoint;
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XConnectionPointContainer
/** makes it possible to locate a specific connection point
@@ -42,7 +40,6 @@ module com { module sun { module star { module lang {
*/
published interface XConnectionPointContainer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::getConnectionPointTypes
/** @returns
@@ -51,7 +48,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
*/
sequence<type> getConnectionPointTypes();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::queryConnectionPoint
/** @returns
@@ -65,7 +61,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
*/
XConnectionPoint queryConnectionPoint( [in] type aType );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::advise
/** creates a connection between this object and a
@@ -85,7 +80,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
[oneway] void advise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::unadvise
/** terminates a notification previously set up with
@@ -98,7 +92,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index 66e03c876878..6faef728f0c2 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XEventListener
/** base interface for all event listeners interfaces.
*/
published interface XEventListener: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XEventListener::disposing
/** gets called when the broadcaster is about to be disposed.
@@ -54,7 +51,6 @@ published interface XEventListener: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index 345836724f1c..36e494527d39 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XInitialization
/** initializes an object directly after its creation.
@@ -49,7 +47,6 @@ module com { module sun { module star { module lang {
*/
published interface XInitialization: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::lang::XInitialization::initialize
/** initializes the object.
@@ -61,7 +58,6 @@ published interface XInitialization: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index 00cbf69b0ebf..c556348ad714 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XLocalizable
/** makes it possible to set a <type>Locale</type> to be used by the object.
@@ -48,7 +46,6 @@ published interface XLocalizable: com::sun::star::uno::XInterface
Locale getLocale();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XMain.idl b/udkapi/com/sun/star/lang/XMain.idl
index fcdef42d5260..c869b964f72b 100644
--- a/udkapi/com/sun/star/lang/XMain.idl
+++ b/udkapi/com/sun/star/lang/XMain.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Executing interface for executable components run by the uno executable
loader. This is an application to run components passing the command
@@ -47,7 +45,6 @@ published interface XMain: com::sun::star::uno::XInterface
long run( [in] sequence< string > aArguments );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index 9a831e6b6944..f036ece8154a 100644
--- a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
@@ -22,7 +22,6 @@
#include <com/sun/star/uno/XComponentContext.idl>
-//=============================================================================
module com { module sun { module star { module lang {
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index 2659252002cc..c36b4c9d5f3e 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Factories support this interface creating instances giving a name,
e.g. a service name.
@@ -75,7 +73,6 @@ published interface XMultiServiceFactory: com::sun::star::uno::XInterface
sequence<string> getAvailableServiceNames();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
index 74247ee4de23..a708e5261405 100644
--- a/udkapi/com/sun/star/lang/XServiceDisplayName.idl
+++ b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** provides a name for the service to be used in displays.
<p>This name can be used in displays (dialogs, menus, etc.) to provide
@@ -37,7 +35,6 @@ module com { module sun { module star { module lang {
*/
published interface XServiceDisplayName : ::com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the display name of the service for a given language.
<p>The caller may specify a
@@ -56,7 +53,6 @@ published interface XServiceDisplayName : ::com::sun::star::uno::XInterface
[in] ::com::sun::star::lang::Locale aLocale );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index cb009f2927fe..4ff9ffb63add 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides information regarding the implementation, i.e. which services
are implemented and the name of the implementation.
@@ -59,7 +57,6 @@ published interface XServiceInfo: com::sun::star::uno::XInterface
sequence<string> getSupportedServiceNames();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index f3c01e11fdf3..cf8935c06d0d 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::lang::XServiceName
/** identifies the object with a service name which can be used to create
@@ -34,7 +32,6 @@
*/
published interface XServiceName: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::lang::XServiceName::getServiceName
/** @returns
@@ -47,7 +44,6 @@ published interface XServiceName: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl b/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
index 29732c26ff92..d10f369bf87d 100644
--- a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
@@ -22,7 +22,6 @@
#include <com/sun/star/uno/XComponentContext.idl>
-//=============================================================================
module com { module sun { module star { module lang {
diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index 20fc9797a848..7cd07e377829 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Factory interface to produce instances of an implementation
of a service specification.
@@ -60,7 +58,6 @@ published interface XSingleServiceFactory: com::sun::star::uno::XInterface
raises( com::sun::star::uno::Exception );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XTypeProvider.idl b/udkapi/com/sun/star/lang/XTypeProvider.idl
index f5691be5f8d1..d429ba08f9fa 100644
--- a/udkapi/com/sun/star/lang/XTypeProvider.idl
+++ b/udkapi/com/sun/star/lang/XTypeProvider.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/reflection/XIdlClass.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** interface to get information about the types
(usually interface types) supported by an object.
@@ -58,7 +56,6 @@ published interface XTypeProvider: com::sun::star::uno::XInterface
sequence<byte> getImplementationId();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index ac2a40f7c5ba..edd3698ca31c 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl
@@ -23,11 +23,9 @@
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** An interface to tunnel UNO. This means providing access to data or
something else, which is not specified by UNO-IDL.
@@ -60,7 +58,6 @@ published interface XUnoTunnel: com::sun::star::uno::XInterface
hyper getSomething( [in] sequence< byte > aIdentifier );
};
-//=============================================================================
}; }; }; };