UNO Objects, Functions and Services

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

BasicLibraries Object

CreateUnoStruct Function

Loob Uno struktuuritüübi eksemplari.

CreateUnoService Function

Loob teenuse ProcessServiceManager abil Uno teenuse eksemplari.

CreateUnoDialog Function

Loob Basicu Uno-objekti, mis tähistab Basicu käitusajal Uno dialoogi juhtelementi.

CreateUnoListener Function

Loob kuulaja eksemplari.

CreateUnoValue Function

Tagastab objekti, mis esindab Uno tüübi süsteemile viitavat täpselt määratletud tüübiga väärtust.

CreateObject Function

Loob UNO-objekti. Windowsis saab luua ka OLE-objekte.

Selle meetodi kasutamisel luuakse parameetrina edastatud tüübiga eksemplarid.

EqualUnoObjects Function

Tagastab väärtuse Tõene, kui Basicu kaks määratud Uno objekti esindavad Uno objekti sama eksemplari.

CreateUnoService Function

Loob teenuse ProcessServiceManager abil Uno teenuse eksemplari.

DialogLibraries Object

GetDefaultContext Function

Tagastab protsessi teenuseagendi vaikimisi konteksti, kui see on olemas, muul juhul tagastab tühiviite.

GetProcessServiceManager Function

Tagastab funktsiooni ProcessServiceManager (Uno keskne 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

Testib, kas Basicu Uno-objekt toetab teatud Uno-liideseid.

IsUnoStruct Function

Tagastab väärtuse Tõene, kui objekt on Uno struktuur.

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