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 / Canvas.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.6 KB  |  90 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="Canvas" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains configuration items related to the Impress application.</desc>
  5.   </info>
  6.   <import oor:component="org.openoffice.Office.Common"/>
  7.   <templates>
  8.     <group oor:name="CanvasService">
  9.       <info>
  10.         <label>Implementation names for canvas service.</label>
  11.         <desc>Contains a list of implementation names for each canvas service. Tried in order of appearance</desc>
  12.       </info>
  13.       <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
  14.         <info>
  15.           <desc>List of implementation names.</desc>
  16.         </info>
  17.       </prop>
  18.     </group>
  19.   </templates>
  20.   <component>
  21.     <group oor:name="DXCanvas">
  22.       <info>
  23.         <desc>Contains config entries for the DirectX-based implementation of the XCanvas interface.</desc>
  24.       </info>
  25.       <prop oor:name="DeviceBlacklist" oor:type="oor:int-list">
  26.         <info>
  27.           <desc>Sequence of 8 integers per device/driver
  28.                        combination, that uniquely mark them as not being compatible with the
  29.                        DirectX9 canvas implementation. If you have
  30.                        trouble with your graphic adapter, and want to
  31.                        add it to the blacklisting, set
  32.                        BlacklistCurrentDevice below to false. After
  33.                        running the Impress slideshow once, your card
  34.                        identification has been added to the list.
  35.                     </desc>
  36.           <label>Sequence of blacklisted devices</label>
  37.         </info>
  38.         <value>0</value>
  39.       </prop>
  40.       <prop oor:name="BlacklistCurrentDevice" oor:type="xs:boolean">
  41.         <info>
  42.           <desc>Indicates whether the current DirectX device
  43.                           ids should get blacklisted. When true, a
  44.                           running DXCanvas will write a DeviceBlacklist entry, and refuse to run
  45.                           on that device subsequently.
  46.                     </desc>
  47.           <label>Blacklist current DirectX device</label>
  48.         </info>
  49.         <value>false</value>
  50.       </prop>
  51.       <prop oor:name="MaxTextureSize" oor:type="xs:int">
  52.         <info>
  53.           <desc>If present, limits the size of the textures
  54.                           that get requested from the DX runtime. If
  55.                           not present, textures of the maximal size
  56.                           that is advertised by the driver are
  57.                           used. This value has absolutely nothing to
  58.                           do with the size of primitives that can be
  59.                           rendered, both concepts are independent from
  60.                           each other. The underlying reason for this
  61.                           config item is the fact that several
  62.                           card/driver combinations expose bugs, when
  63.                           running them with their maximum texture
  64.                           size.
  65.                     </desc>
  66.           <label>Maximum texture size requested from the DirectX runtime</label>
  67.         </info>
  68.         <value>2048</value>
  69.       </prop>
  70.     </group>
  71.     <set oor:name="CanvasServiceList" oor:node-type="CanvasService">
  72.       <info>
  73.         <desc>List of preferred implementation names, for each given canvas service.</desc>
  74.       </info>
  75.     </set>
  76.     <prop oor:name="ForceSafeServiceImpl" oor:type="xs:boolean">
  77.       <info>
  78.         <desc>When true, force canvas factory to use the last
  79.                       entry of the respective preferred services
  80.                       lists. This entry should represent a safe,
  81.                       works-always implementation, ready to serve as a
  82.                       fallback.
  83.                 </desc>
  84.         <label>Force fallback canvas impl</label>
  85.       </info>
  86.       <value>false</value>
  87.     </prop>
  88.   </component>
  89. </oor:component-schema>
  90.