UNO Objects, Functions and Services

Functions, objects and services of Unified Network Objects (UNO).

BasicLibraries Object

CreateUnoStruct Function

Crea una instĂ ncia d'un tipus d'estructura Uno.

CreateUnoService Function

Instancia un servei Uno amb ProcessServiceManager.

CreateUnoDialog Function

Crea un objecte d'Uno del Basic que representa un control de diĂ leg d'Uno durant l'execuciĂł del Basic.

CreateUnoListener Function

Crea una instĂ ncia d'oient.

CreateUnoValue Function

Torna un objecte que representa un valor de tipus estricte que fa referència al sistema de tipus Uno.

CreateObject Function

Crea un objecte d'UNO. En el Windows, també pot crear objectes OLE.

Este mètode crea instàncies del tipus que es passa com a paràmetre.

EqualUnoObjects Function

Torna el valor Cert si els dos objectes Uno del Basic especificats representen la mateixa instĂ ncia d'objecte d'Uno.

CreateUnoService Function

Instancia un servei Uno amb ProcessServiceManager.

DialogLibraries Object

GetDefaultContext Function

Torna el context per defecte de la fàbrica de servei de procés, si existeix; en cas contrari, torna una referència nul·la.

GetProcessServiceManager Function

Torna el ProcessServiceManager (central Uno ServiceManager).

GlobalScope specifier

To manage personal or shared library containers (LibreOfficeDev Macros or My Macros) from within a document, use the GlobalScope specifier.

HasUnoInterfaces Function

Prova si un objecte Uno del Basic admet certes interfĂ­cies d'Uno.

IsUnoStruct Function

Torna Cert si l'objecte determinat és una estructura Uno.

StarDesktop object

The StarDesktop object represents LibreOfficeDev application. Some routines or user interface objects such as current window can be used via StarDesktop.

ThisComponent Object

Addresses the active component whose properties can be read and set, and whose methods can be called. ThisComponent is used in Basic, where it represents the current document. Properties and methods available through ThisComponent depend on the document type.

note

LibreOfficeDev provides an Application Programming Interface (API) that allows controlling the LibreOfficeDev components with different programming languages by using the LibreOfficeDev Software Development Kit (SDK). For more information about the LibreOfficeDev API and the Software Development Kit, visit https://api.libreoffice.org