:: com :: sun :: star ::

module uno
Description
Basic UNO interfaces.

Services
NamingService a simple named object container.
Interfaces
XAdapter This is the server-side interface to a weak adapter.
XAggregation [ DEPRECATED ]
Objects which implement this interface can become aggregates of a delegator.
XComponentContext Component context to be passed to a component via ::com::sun::star::lang::XSingleComponentFactory. Arbitrary values (e.g. deployment values) can be retrieved from the context.
XCurrentContext Task (e.g. thread) local execution context for UNO. Arbitrary values can be retrieved from the context.
XInterface base interface of all UNO interfaces
XNamingService allows to insert, remove and access named objects.
XReference must be implemented by anyone who holds the adapter on the client side.
XUnloadingPreference [ DEPRECATED ]
Backwards-compatibility remainder of a removed library unloading feature.
XWeak the server-side interface to a weak object.
Structs
Uik [ DEPRECATED ]
Specifies an universal interface key (globally unique). This struct is deprecated. Uiks are not used anymore.
Exceptions
DeploymentException Exception signalling a deployment error.
Exception the base of all UNO exceptions
RuntimeException This exception or a subclass can occur at every interface method.
SecurityException Base exception for all security related exceptions.
Enums
TypeClass This enum describes all type classes of UNO. Every specific type has a type class specifying the general context of the reflected type.
Top of Page