Enable JavaScript in the browser to display LibreOfficeDev Help pages.
UNO Objects, Functions and Services
Functions, objects and services of Unified Network Objects (UNO).
LibreOfficeDev Global Objects
The StarDesktop object represents LibreOfficeDev application. Some routines or user interface objects such as current window can be used via StarDesktop.
프로세스 서비스 팩터리의 기본 콘텍스트(있을 경우)를 반환하고 그렇지 않으면 Null 참조를 반환합니다.
ProcessServiceManager(중심 Uno ServiceManager)를 구합니다.
To manage personal or shared library containers (Application Macros or My Macros) from within a document, use the GlobalScope specifier.
Active document Objects
The following objects can be used from the active document.
ThisComponent represents the current document in Basic macros. It addresses the active component whose properties can be read and set, and whose methods can be called. Properties and methods available through ThisComponent depend on the document type.
ThisDatabaseDocument addresses the active Base document whose properties can be read and set, and whose methods can be called.
ThisDatabaseDocument returns an object of type com.sun.star.sdb.XOfficeDatabaseDocument.
UNO Methods
Use the following methods to manage or query Unified Network Objects (UNO).
Basic 런타임 도중에 Uno 대화 상자 콘트롤을 나타내는 Basic Uno 개체를 만듭니다.
Instantiates a Uno service with the ProcessServiceManager.
Instantiates a UNO service with the ProcessServiceManager, including supplemental optional arguments.
Uno 유형 시스템을 참조하는 정확하게 입력한 값을 나타내는 개체를 구합니다.
Returns True if the two specified Basic variables represent the same Uno object instance.
Basic Uno 개체가 특정 Uno 인터페이스를 지원하는지 테스트합니다.
지정한 개체가 Uno 구조일 경우 True를 구합니다.
UNO 개체를 만듭니다. Windows에서는 OLE 개체를 만들 수도 있습니다.
이 메소드는 매개 변수로 전달되는 유형 인스턴스를 만듭니다.
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