UNO Objects, Functions and Services
Functions, objects and services of Unified Network Objects (UNO).
CreateUnoDialog Function
Kreira osnovni Uno objekt koji predstavlja Uno dijalog kontrolu za vrijeme Basic radno vrijeme.
CreateUnoValue Function
Vraća objekt koji predstavlja striktno označenu vrijednost koja se odnosi na Uno tip sistem.
CreateObject Function
Creates a UNO object. On Windows, can also create OLE objects.
Ova metoda stvara slučajeve tipova koje su prikazane kao parametri.
EqualUnoObjects Function
Returns True if the two specified Basic Uno objects represent the same Uno object instance.
GetDefaultContext Function
Returns the default context of the process service factory, if existent, else returns a null reference.
StarDesktop
The StarDesktop object represents LibreOffice application. Some routines or user interface objects such as current window can be used via StarDesktop.
ThisComponent Statement
Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.