home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Scripting.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.7 KB  |  49 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="RuntimeNode">
  8.       <info>
  9.         <desc>Specifies the runtimes available to the Scriptying Framework.</desc>
  10.       </info>
  11.       <prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
  12.         <info>
  13.           <desc>Lists the file extensions that are recognized by this runtime.</desc>
  14.         </info>
  15.       </prop>
  16.     </group>
  17.   </templates>
  18.   <component>
  19.     <set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
  20.       <info>
  21.         <desc>Lists the registered Scripting Framework runtimes.</desc>
  22.       </info>
  23.     </set>
  24.     <group oor:name="ScriptDisplaySettings">
  25.       <info>
  26.         <desc> Specifies display settings for assignment dialogs </desc>
  27.       </info>
  28.       <prop oor:name="ShowBasic" oor:type="xs:boolean">
  29.         <info>
  30.           <desc>Show Basic scripts in assignment dialogs</desc>
  31.         </info>
  32.         <value>false</value>
  33.       </prop>
  34.       <prop oor:name="ShowSF" oor:type="xs:boolean">
  35.         <info>
  36.           <desc>Show Scripting Framework scripts in assignment dialogs</desc>
  37.         </info>
  38.         <value>true</value>
  39.       </prop>
  40.       <prop oor:name="UseNewToolsConfigure" oor:type="xs:boolean">
  41.         <info>
  42.           <desc>Use New Tools Configure dialog</desc>
  43.         </info>
  44.         <value>true</value>
  45.       </prop>
  46.     </group>
  47.   </component>
  48. </oor:component-schema>
  49.