Other Commands

This is a list of the functions and the statements that are not included in the other categories.

Beep Statement

Pušta ton kroz zvučnik računala. Ton je ovisan o sustavu i ne možete promijeniti glasnoću .

Shell Function

Pokreće drugu aplikaciju i definira stil prozora, ako je potrebno.

Wait Statement

Prekida izvršavanje programa na navedeno vrijeme u milisekundama.

GetSystemTicks Function

Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.

Environ Function

Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.

GetSolarVersion Function

Vraća unutarnji broj trenutne LibreOffice verzije.

GetGuiType Function

Returns a numerical value that specifies the graphical user interface.

TwipsPerPixelX Function

Vraća broj twipsa koji predstavljaju širinu piksela.

TwipsPerPixelY Function

Vraća broj twips koji predstavljaju visinu pixela.

CreateUnoStruct Function

Creates an instance of a Uno structure type.

CreateUnoService Function

Pokreće Uno servis sa ProcessServiceManagerom.

GetProcessServiceManager Function

Vraća ProcessServiceManager (središnji Uno ServiceManager).

CreateUnoDialog Function

Kreira osnovni Uno objekt koji predstavlja Uno dijalog kontrolu za vrijeme Basic radno vrijeme.

CreateUnoListener Function

Creates a Listener instance.

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.

GetDefaultContext Function

Returns the default context of the process service factory, if existent, else returns a null reference.

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.

GlobalScope

Izvorni kod Basica i dijalozi organiziranu su u bibliotečni sustav.