OpenOffice.org OpenOffice - 3.2 Manual Pagina 13

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 34
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 12
About OpenOffice.org Basic Configuration Files
About OpenOffice.org Basic Configuration
Files
The script.xlc and dialog.xlc configuration files list the location of OpenOffice.org Basic libraries and
dialog boxes. These files are located in the install-dir/user/basic/ directory which also contains the
default Standard OpenOffice.org Basic library as well as the user-defined libraries.
Warning – You cannot change the location of the script.xlc and dialog.xlc configuration files.
The XML-based script.xlc file includes a list of all Basic libraries that are available to OpenOffice.org. The
following tags are used:
library:name
Specifies the name of the OpenOffice.org Basic library.
xlink:href
Specifies the URL of the script.xlb file for the library. The URL must begin with the file:///
notation.
Note – You do not need to specify a value for the xlink:href tag if the library is in the <OpenOffice.org
installation directory>/user/basic directory.
xlink:type
This tag, required by the xlink:href tag, must be set to simple.
library:link
Specifies that the entry is a link to a library that is not in the default library location. The default location
for OpenOffice.org Basic libraries is install-dir/user/basic. If you only use the default location for
the libraries, set the value of this tag to false. For all other libraries, set the value of this tag to true.
library:readonly
Specifies whether a library is read-only. Set the value of this tag to true for read-only access.
The following XML code is for a script.xlc configuration file for OpenOffice.org Basic libraries. The only
difference between this file and a dialog.xlc file is that the xlink:href tag points to the script.xlb file of
a library instead of the dialog.xlb file.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:libraries PUBLIC
"-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "libraries.dtd">
<library:libraries
xmlns:library="http://openoffice.org/2000/library"
xmlns:xlink="http://www.w3.org/1999/xlink">
<library:library library:name="Standard"
xlink:href="file:///.../user/basic/Standard/script.xlb/"
xlink:type="simple" library:link="false"/>
<library:library library:name="FormWizard"
xlink:href="file:///.../share/basic/FormWizard/script.xlb/"
xlink:type="simple" library:link="true" library:readonly="false"/>
</library:libraries>
Distributing OpenOffice.org Basic Libraries
You can make custom OpenOffice.org Basic libraries available to either existing OpenOffice.org installations or
new installations only.
14 OpenOffice.org 3.2 Administration Guide · March 2010
Vista de pagina 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 33 34

Comentarios a estos manuales

Sin comentarios