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 / Commands1.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.5 KB  |  36 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="Commands" oor:package="org.openoffice.Office.UI" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="LabelType">
  8.       <info>
  9.         <desc>Provides a mapping between commands and their textual representation on the user interface.</desc>
  10.       </info>
  11.       <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
  12.         <info>
  13.           <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:name="ContextLabel" oor:type="xs:string" oor:localized="true">
  17.         <info>
  18.           <desc>A localized text that describes the identifier of a command in a structured menu.  </desc>
  19.         </info>
  20.       </prop>
  21.       <prop oor:name="Properties" oor:type="xs:int">
  22.         <info>
  23.           <desc>
  24.                     Additional information about a single command.
  25.                     Bit 0 = Command has an image.
  26.                     Bit 1 = Image must be mirrored  (CTL/vertical text).
  27.                     Bit 2 = Image must be rotated (CTL/vertical text).
  28.                     </desc>
  29.         </info>
  30.         <value>0</value>
  31.       </prop>
  32.     </group>
  33.   </templates>
  34.   <component/>
  35. </oor:component-schema>
  36.