w2x toolbar configuration dialog
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@235 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
c1fecb5252
commit
199616dde6
22 changed files with 794 additions and 178 deletions
27
source/oxt/writer2xhtml/ToolbarOptions.xcu
Normal file
27
source/oxt/writer2xhtml/ToolbarOptions.xcu
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ToolbarOptions"
|
||||
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<node oor:name="Settings">
|
||||
<prop oor:name="XhtmlFormat" oor:type="xs:short">
|
||||
<value>3</value><!-- HTML5 -->
|
||||
</prop>
|
||||
<prop oor:name="XhtmlView" oor:type="xs:short">
|
||||
<value>1</value><!-- Default application -->
|
||||
</prop>
|
||||
<prop oor:name="XhtmlExecutable" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="EpubFormat" oor:type="xs:short">
|
||||
<value>1</value><!-- EPUB3 -->
|
||||
</prop>
|
||||
<prop oor:name="EpubView" oor:type="xs:short">
|
||||
<value>1</value><!-- Default application -->
|
||||
</prop>
|
||||
<prop oor:name="EpubExecutable" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
Loading…
Add table
Add a link
Reference in a new issue