LibreOffice plugin to pipe whole Writer documents through Google Translate, that ought to keep most of the page formatting.

⌈⌋ ⎇ branch:  PageTranslate


Artifact [66245dc4e2]

Artifact 66245dc4e218c2daa53804178b41242a61054c9e:

  • File OptionsSchema.xcs — part of check-in [b7a0126051] at 2020-05-23 09:34:31 on branch trunk — Add basic OpenOffice options dialog registry, definition and schema. (Just decorative for now. Requires WindowEventHandler still to be of any use.) (user: mario size: 1810)

<?xml version="1.0" encoding="UTF-8"?>
<!-- oor:name must be identical to the filename of this xcs file //-->
<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="OptionsSchema"
  oor:package="vnd.include-once.org.pagetranslate" xml:lang="en-US">
  
  <!-- struct for config nodes `/vnd.include-once.org.pagetranslate.OptionsSchema/Leaves` ?? -->
  
  <info>
    <author></author>
    <desc>Contains the options data used for the test extensions.</desc>
  </info>
  <templates>
    <group oor:name="Leaf">
      <info>
        <desc>The data for one leaf.</desc>
      </info>
      <prop oor:name="String0" oor:type="xs:string">
        <value></value>
      </prop>
      <prop oor:name="String1" oor:type="xs:string">
        <value></value>
      </prop>
      <prop oor:name="String2" oor:type="xs:string">
        <value></value>
      </prop>
      <prop oor:name="String3" oor:type="xs:string">
        <value></value>
      </prop>
      <prop oor:name="String4" oor:type="xs:string">
        <value></value>
      </prop>
    </group>
  </templates>
  <component>
    <group oor:name="Leaves">
      <group oor:name="FooOptionsPage" oor:type="Leaf">
        <prop oor:name="chkFoobarA" oor:type="xs:short">
          <value>0</value>
        </prop>
        <prop oor:name="chkFoobarB" oor:type="xs:short">
          <value>1</value>
        </prop>
        <prop oor:name="lstLikeMost" oor:type="oor:string-list">
          <value>Apples Bananas Oranges Grapes</value>
        </prop>
        <prop oor:name="lstLikeMostSelected" oor:type="oor:short-list">
          <value>0</value>
        </prop>
      </group>
    </group>
  </component>
</oor:component-schema>
y