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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [f45b49ef4a]

Artifact f45b49ef4ae8f9bd190d71fe0b22f95c0e5eab14:

  • File OptionsDialog.xcu — 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: 1503)

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data
  oor:name="OptionsDialog" oor:package="org.openoffice.Office"
  xmlns:oor="http://openoffice.org/2001/registry"
  xmlns:xs="http://www.w2.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <node oor:name="Nodes">
    <node oor:name="Writer" oor:op="fuse">
      <node oor:name="Leaves">
        <node oor:name="vnd.include-once.OptionsPageTranslate" oor:op="fuse">
          <prop oor:name="Id">
            <value>vnd.include-once.OptionsPageTranslate</value>
          </prop>
          <prop oor:name="Label">
            <value xml:lang="en-US">PageTranslate</value>
          </prop>
          <prop oor:name="OptionsPage">
            <value>%origin%/OptionsDialog.xdl</value>
            <!--value>vnd.sun.star.extension://vnd.include-once.pagetranslate/OptionsPage.xdl</value-->
          </prop>
          <prop oor:name="EventHandlerService">
            <value></value>
            <!--value>service:org.openoffice.comp.pyuno.pagetranslate_options</value-->
            <!--value>org.libreoffice.comp.pyuno.LightproofOptionsEventHandler.en</value-->
            <!--value>vnd.include-once.OptionsPageSettings</value-->
          </prop>
        </node>
      </node>
    </node>
  </node>
</oor:component-data>
<!-- https://github.com/p&mdash;-q/OptionsDialog/tree/master/OptionsDialog/src -->
<!-- https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Adding_a_Leaf_to_an_Existing_Node -->