UNO Objects, Functions and Services

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

BasicLibraries Object

CreateUnoStruct Function

Uno ๊ตฌ์กฐ ์œ ํ˜•์˜ ์ธ์Šคํ„ด์Šค๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

CreateUnoService Function

ProcessServiceManager๋กœ Uno ์„œ๋น„์Šค๋ฅผ ์ธ์Šคํ„ด์Šคํ™”ํ•ฉ๋‹ˆ๋‹ค.

CreateUnoDialog Function

Basic ๋Ÿฐํƒ€์ž„ ๋„์ค‘์— Uno ๋Œ€ํ™” ์ƒ์ž ์ฝ˜ํŠธ๋กค์„ ๋‚˜ํƒ€๋‚ด๋Š” Basic Uno ๊ฐœ์ฒด๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

CreateUnoListener Function

๋ฆฌ์Šค๋„ˆ ์ธ์Šคํ„ด์Šค๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

CreateUnoValue Function

Uno ์œ ํ˜• ์‹œ์Šคํ…œ์„ ์ฐธ์กฐํ•˜๋Š” ์ •ํ™•ํ•˜๊ฒŒ ์ž…๋ ฅํ•œ ๊ฐ’์„ ๋‚˜ํƒ€๋‚ด๋Š” ๊ฐœ์ฒด๋ฅผ ๊ตฌํ•ฉ๋‹ˆ๋‹ค.

CreateObject Function

UNO ๊ฐœ์ฒด๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค. Windows์—์„œ๋Š” OLE ๊ฐœ์ฒด๋ฅผ ๋งŒ๋“ค ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.

์ด ๋ฉ”์†Œ๋“œ๋Š” ๋งค๊ฐœ ๋ณ€์ˆ˜๋กœ ์ „๋‹ฌ๋˜๋Š” ์œ ํ˜• ์ธ์Šคํ„ด์Šค๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

EqualUnoObjects Function

์ง€์ •ํ•œ ๋‘ ๊ฐœ์˜ Basic Uno ๊ฐœ์ฒด๊ฐ€ ๋™์ผํ•œ Uno ๊ฐœ์ฒด ์ธ์Šคํ„ด์Šค๋ฅผ ๋‚˜ํƒ€๋‚ผ ๊ฒฝ์šฐ True๋ฅผ ๊ตฌํ•ฉ๋‹ˆ๋‹ค.

CreateUnoService Function

ProcessServiceManager๋กœ Uno ์„œ๋น„์Šค๋ฅผ ์ธ์Šคํ„ด์Šคํ™”ํ•ฉ๋‹ˆ๋‹ค.

DialogLibraries Object

GetDefaultContext Function

ํ”„๋กœ์„ธ์Šค ์„œ๋น„์Šค ํŒฉํ„ฐ๋ฆฌ์˜ ๊ธฐ๋ณธ ์ฝ˜ํ…์ŠคํŠธ(์žˆ์„ ๊ฒฝ์šฐ)๋ฅผ ๋ฐ˜ํ™˜ํ•˜๊ณ  ๊ทธ๋ ‡์ง€ ์•Š์œผ๋ฉด Null ์ฐธ์กฐ๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

GetProcessServiceManager Function

ProcessServiceManager(์ค‘์‹ฌ Uno 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

Basic Uno ๊ฐœ์ฒด๊ฐ€ ํŠน์ • Uno ์ธํ„ฐํŽ˜์ด์Šค๋ฅผ ์ง€์›ํ•˜๋Š”์ง€ ํ…Œ์ŠคํŠธํ•ฉ๋‹ˆ๋‹ค.

IsUnoStruct Function

์ง€์ •ํ•œ ๊ฐœ์ฒด๊ฐ€ Uno ๊ตฌ์กฐ์ผ ๊ฒฝ์šฐ True๋ฅผ ๊ตฌํ•ฉ๋‹ˆ๋‹ค.

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