UNO objektuak, funtzioak eta zerbitzuak

Unified Network Objects (UNO) funtzioak, objektuak eta zerbitzuak.

BasicLibraries Object

CreateUnoStruct funtzioa

Uno egitura motaren instantzia bat sortzen du.

CreateUnoService funtzioa

Uno zerbitzua instantziatzen du ProcessServiceManager-ekin.

CreateUnoDialog funtzioa

Basic Uno objektua sortzen du, eta horrek Uno elkarrizketa-koadroaren kontrola ordezkatzen du Basic exekutatzen den bitartean.

CreateUnoListener funtzioa

Listener instantzia sortzen du.

CreateUnoValue funtzioa

Mota hertsiko balioa ordezkatzen duen objektua itzultzen du. Balio horrek Uno motako sistemari egiten dio erreferentzia.

CreateObject funtzioa

UNO objektu bat sortzen du. Windows sisteman OLE objektuak ere sor ditzake.

Metodo honek parametro gisa pasatako motaren instantziak sortzen ditu.

EqualUnoObjects funtzioa

True itzultzen du, zehaztutako bi Basic Uno objektuk Uno objektu-instantzia bera adierazten badute.

CreateUnoService funtzioa

Uno zerbitzua instantziatzen du ProcessServiceManager-ekin.

DialogLibraries Object

GetDefaultContext funtzioa

Prozesuaren 'service factory'-ren testuinguru lehenetsia itzultzen du, baldin badago, eta bestela, null erreferentzia itzultzen du.

GetProcessServiceManager funtzioa

ProcessServiceManager itzultzen du (Uno ServiceManager zentrala).

GlobalScope specifier

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

HasUnoInterfaces funtzioa

Basic Uno objektu batek zenbait Uno interfaze onartzen dituen egiaztatzen du.

IsUnoStruct funtzioa

True (egiazkoa) itzultzen du, objektua UNO struct bat bada.

StarDesktop object

The StarDesktop object represents LibreOffice 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

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