Oggetti UNO, funzioni e servizi

Funzioni, oggetti e servizi di Unified Network Objects (UNO).

BasicLibraries Object

Funzione CreateUnoStruct

Crea un'istanza di un tipo di struttura Uno.

Funzione CreateUnoService

Crea un'istanza di un servizio Uno con il ProcessServiceManager.

Funzione CreateUnoDialog

Crea un oggetto Uno Basic che rappresenta un campo di controllo di una finestra di dialogo Uno durante l'esecuzione Basic.

Funzione CreateUnoListener

Crea un'istanza del Listener.

Funzione CreateUnoValue

Restituisce un oggetto che rappresenta un valore fortemente tipizzato con riferimento al sistema di tipi Uno.

Funzione CreateObject

Crea un oggetto UNO. In Windows, può anche creare oggetti OLE.

Questo metodo crea istanze del tipo trasmesso come parametro.

Funzione EqualUnoObjects

Restituisce True se i due oggetti Uno Basic specificati rappresentano la stessa istanza dell'oggetto Uno.

Funzione CreateUnoService

Crea un'istanza di un servizio Uno con il ProcessServiceManager.

DialogLibraries Object

Funzione GetDefaultContext

Restituisce il contesto predefinito della fabbrica di servizio del processo, se esiste, diversamente restituisce un riferimento nullo.

Funzione GetProcessServiceManager

Restituisce il ProcessServiceManager (ServiceManager Uno centrale).

GlobalScope specifier

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

Funzione HasUnoInterfaces

Verifica se un oggetto Uno Basic supporta determinate interfacce Uno.

Funzione IsUnoStruct

Restituisce True se l'oggetto specificato è un costrutto 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