LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Classes
com::sun::star::lang Module Reference

General UNO concepts like factories etc. More...

Constant Groups

constants  SystemDependent
 These constants are used to specify systems which depend on return values.
 

Classes

exception  ArrayIndexOutOfBoundsException
 This exception is thrown to indicate that an array has been accessed with an illegal index. More...
 
exception  ClassNotFoundException
 This exception is thrown when an application tries to load the information on the type through its string name. More...
 
exception  DisposedException
 This exception occurs if the object behind this interface has been disposed before and can't uphold its method specification anymore. More...
 
struct  EventObject
 specifies the base for all event objects and identifies the source of the event. More...
 
exception  IllegalAccessException
 This exception is thrown when an application tries to change a constant property. More...
 
exception  IllegalArgumentException
 This exception is thrown to indicate that a method has passed an illegal or inappropriate argument. More...
 
exception  IndexOutOfBoundsException
 This exception is thrown to indicate that a container has been accessed with an illegal index. More...
 
exception  InvalidListenerException
 is thrown by the XConnectionPoint::advice() method to indicate that the listener has not supplied the necessary interface. More...
 
exception  ListenerExistException
 is thrown by the XConnectionPoint::advise() method to indicate that there is only one listener allowed. More...
 
struct  Locale
 object represents a specific geographical, political, or cultural region. More...
 
service  MultiServiceFactory
 Provides a collection of implementations of services. More...
 
exception  NoSuchFieldException
 signals that the class does not have a field of a specified name. More...
 
exception  NoSuchMethodException
 signals that the interface does not have a method of a specified name. More...
 
exception  NoSupportException
 This exception is thrown when a feature of an interface is not supported. More...
 
exception  NotInitializedException
 is thrown when a component is attempted to be used before it was completely constructed. More...
 
exception  NullPointerException
 This exception is thrown when an application attempts to use NULL in a case where an object is required. More...
 
service  RegistryServiceManager
 Provides a collection of implementations for services reading from a persistent registry storage. More...
 
service  ServiceManager
 Provides a collection of implementations for services. More...
 
exception  ServiceNotRegisteredException
 This exception is thrown when a needed service is not found. More...
 
exception  WrappedTargetException
 This is a checked exception that wraps an exception thrown by the original target. More...
 
exception  WrappedTargetRuntimeException
 This is a runtime exception that wraps any other exception thrown by the original target. More...
 
interface  XComponent
 allows to explicitly free resources and break cyclic references. More...
 
interface  XConnectionPoint
 supports connection points for connectable objects. More...
 
interface  XConnectionPointContainer
 makes it possible to locate a specific connection point for a specified UIK and manages a sequence of connections points. More...
 
interface  XEventListener
 base interface for all event listeners interfaces. More...
 
interface  XInitialization
 initializes an object directly after its creation. More...
 
interface  XLocalizable
 makes it possible to set a Locale to be used by the object. More...
 
interface  XMain
 Executing interface for executable components run by the uno executable loader. More...
 
interface  XMultiComponentFactory
 Factory interface for creating component instances giving a context from which to retrieve deployment values. More...
 
interface  XMultiServiceFactory
 Allows creating instances specified by a string name. More...
 
interface  XServiceDisplayName
 provides a name for the service to be used in displays. More...
 
interface  XServiceInfo
 Provides information regarding the implementation: which services are implemented and the name of the implementation. More...
 
interface  XServiceName
 identifies the object with a service name which can be used to create such an object by a factory. More...
 
interface  XSingleComponentFactory
 Factory interface to create instances of an implementation of a service specification. More...
 
interface  XSingleServiceFactory
 Factory interface to produce instances of an implementation of a service specification. More...
 
interface  XTypeProvider
 interface to get information about the types (usually interface types) supported by an object. More...
 
interface  XUnoTunnel
 An interface to tunnel UNO. More...
 

Detailed Description

General UNO concepts like factories etc.