Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Overview
Module
Use
Devguide
Index
:: com :: sun :: star ::
module lang
Description
General UNO concepts like factories etc.
Services
MultiServiceFactory
Provides a collection of implementations of services.
RegistryServiceManager
Provides a collection of implementations for services reading from a
persistent registry storage.
For usage of the service manager have a look at service description
of ServiceManager .
ServiceManager
Provides a collection of implementations for services. This is a singleton
you commonly find in your component context under key
/singletons/com.sun.star.lang.theServiceManager
.
Interfaces
XComponent
allows to exclicitly free resources and break cyclic references.
XConnectionPoint
supports connection points for connectable objects.
XConnectionPointContainer
makes it possible to locate a specific connection point
for a specified UIK and manages a sequence of connections points.
XEventListener
base interface for all event listeners interfaces.
XInitialization
initializes an object directly after its creation.
XLocalizable
makes it possible to set a Locale to be used by the object.
XMain
Executing interface for executable components run by the uno executable
loader. This is an application to run components passing the command
line arguments.
XMultiComponentFactory
Factory interface for creating component instances giving a context from
which to retrieve deployment values.
XMultiServiceFactory
Factories support this interface creating instances giving a name,
e.g. a service name.
XServiceDisplayName
provides a name for the service to be used in displays.
XServiceInfo
Provides information regarding the implementation, i.e. which services
are implemented and the name of the implementation.
XServiceName
identifies the object with a service name which can be used to create
such an object by a factory.
XSingleComponentFactory
Factory interface to create instances of an implementation of a service
specification.
XSingleServiceFactory
[ DEPRECATED ]
Factory interface to produce instances of an implementation
of a service specification.
This interface is deprecated. Please use XSingleComponentFactory .
XTypeProvider
interface to get information about the types
(usually interface types) supported by an object.
XUnoTunnel
An interface to tunnel UNO. This means providing access to data or
something else, which is not specified by UNO-IDL.
@attention
Restrictive useage. Use only, if there is no better possibility left.
It is definitely a hack.
Structs
EventObject
specifies the base for all event objects and identifies the
source of the event.
Locale
object represents a specific geographical, political, or cultural region.
Constant Groups
SystemDependent
[ DEPRECATED ]
These constants are used to specify systems which depend on return values.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.