OpenOffice.org OpenOffice - 3.2 Manuál Strana 12

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 34
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 11
2
C H A P T E R 2
2 OpenOffice.org Basic Macros and Libraries
OpenOffice.org Basic is a programming language you can use to automate tasks in OpenOffice.org.
OpenOffice.org Basic macros are stored in modules that in turn are stored in libraries. Libraries also act as
containers for dialog boxes you create in OpenOffice.org Basic. You can store Basic libraries in any directory that
a user can access.
Note – Use OpenOffice.org extensions for packaging and deploying Basic Libraries. The OpenOffice.org
Developer's Guide describes these Extensions in detail.
About OpenOffice.org Basic Libraries and
Modules
The default OpenOffice.org Basic libraries are located in the install-dir/share/basic directory. A library
contains the following files:
script.xlb
An XML file that contains the names of the modules in the library.
dialog.xlb
An XML file that contains the names of dialog boxes in the library.
*.xba
An XML file that stores the OpenOffice.org Basic source code for a single OpenOffice.org Basic module.
The file name corresponds to the module name.
*.xdl
An XML file that stores the dialog elements of an OpenOffice.org Basic dialog box. The file name
corresponds to the dialog name.
*.pba
An OpenOffice.org Basic module which is protected with a password, that is, the source code is encrypted.
The file name corresponds to the module name.
13
Zobrazit stránku 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 33 34

Komentáře k této Příručce

Žádné komentáře