Difference between revisions of "Documentation/DevGuide/ProUNO/Basic/OpenOffice.org Basic"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (1 revision(s)) |
m |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
|NextPage=Documentation/DevGuide/ProUNO/Basic/Handling UNO Objects | |NextPage=Documentation/DevGuide/ProUNO/Basic/Handling UNO Objects | ||
}} | }} | ||
− | {{DISPLAYTITLE:OpenOffice | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/ProUNO/Basic/{{SUBPAGENAME}}}} |
− | {{ | + | {{DISPLAYTITLE:OpenOffice Basic}} |
+ | {{AOo}} Basic provides access to the {{AOo}} API from within the office application. It hides the complexity of interfaces and simplifies the use of properties by making UNO objects look like Basic objects. It offers convenient Runtime Library (RTL) functions and special Basic properties for UNO. Furthermore, Basic procedures can be easily hooked up to GUI elements, such as menus, toolbar icons and GUI event handlers. | ||
− | This chapter describes how to access UNO using the {{ | + | This chapter describes how to access UNO using the {{AOo}} Basic scripting language. In the following sections, {{AOo}} Basic is referred to as Basic. |
{{PDL1}} | {{PDL1}} | ||
− | [[Category: Professional UNO]] | + | |
+ | [[Category:Documentation/Developer's Guide/Professional UNO]] |
Latest revision as of 13:17, 23 December 2020
Apache OpenOffice Basic provides access to the Apache OpenOffice API from within the office application. It hides the complexity of interfaces and simplifies the use of properties by making UNO objects look like Basic objects. It offers convenient Runtime Library (RTL) functions and special Basic properties for UNO. Furthermore, Basic procedures can be easily hooked up to GUI elements, such as menus, toolbar icons and GUI event handlers.
This chapter describes how to access UNO using the Apache OpenOffice Basic scripting language. In the following sections, Apache OpenOffice Basic is referred to as Basic.
Content on this page is licensed under the Public Documentation License (PDL). |