diff --git a/build.xml b/build.xml index 9e05d8c..4243d97 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ ############################################################################ # This is the Ant build file for writer2latex # Original: Sep 2004 (mgn) - # version 1.2 (2010-03-04) + # version 1.2 (2010-03-14) ############################################################################ --> @@ -35,7 +35,7 @@ - + diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt index 225c18d..b8f024f 100644 --- a/source/distro/changelog.txt +++ b/source/distro/changelog.txt @@ -1,7 +1,13 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2 +---------- version 1.1.2 ---------- + +[w2x] Added user interface to edit custom configuration + ---------- version 1.1.1 ---------- +[w2l] Added user interface to edit custom configuration + [w2x] Added two attribute style maps: "underline" and "overstrike" [w2l] Style maps now (again) works in tables diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt index 5b6dc9d..1f3c38e 100644 Binary files a/source/distro/doc/user-manual.odt and b/source/distro/doc/user-manual.odt differ diff --git a/source/java/writer2latex/api/ConverterFactory.java b/source/java/writer2latex/api/ConverterFactory.java index bfc8d96..b90411d 100644 --- a/source/java/writer2latex/api/ConverterFactory.java +++ b/source/java/writer2latex/api/ConverterFactory.java @@ -20,7 +20,7 @@ * * All Rights Reserved. * - * Version 1.2 (2010-02-26) + * Version 1.2 (2010-03-12) * */ @@ -32,8 +32,8 @@ package writer2latex.api; public class ConverterFactory { // Version information - private static final String VERSION = "1.1.1"; - private static final String DATE = "2010-02-26"; + private static final String VERSION = "1.1.2"; + private static final String DATE = "2010-03-14"; /** Return version information * @return the Writer2LaTeX version in the form diff --git a/source/oxt/writer2latex/W2LDialogs2/ConfigurationRoot.xdl b/source/oxt/writer2latex/W2LDialogs2/ConfigurationRoot.xdl index d747f25..527d4fc 100644 --- a/source/oxt/writer2latex/W2LDialogs2/ConfigurationRoot.xdl +++ b/source/oxt/writer2latex/W2LDialogs2/ConfigurationRoot.xdl @@ -9,7 +9,7 @@ - - + + \ No newline at end of file diff --git a/source/oxt/writer2latex/description.xml b/source/oxt/writer2latex/description.xml index aab27bf..3c7206b 100644 --- a/source/oxt/writer2latex/description.xml +++ b/source/oxt/writer2latex/description.xml @@ -5,7 +5,7 @@ - + diff --git a/source/oxt/writer2xhtml/META-INF/manifest.xml b/source/oxt/writer2xhtml/META-INF/manifest.xml index dc4955b..15c6790 100644 --- a/source/oxt/writer2xhtml/META-INF/manifest.xml +++ b/source/oxt/writer2xhtml/META-INF/manifest.xml @@ -21,10 +21,18 @@ manifest:full-path="Options.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/> + + + + diff --git a/source/oxt/writer2xhtml/OptionPages.xcu b/source/oxt/writer2xhtml/OptionPages.xcu new file mode 100644 index 0000000..537308b --- /dev/null +++ b/source/oxt/writer2xhtml/OptionPages.xcu @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + org.openoffice.da.writer2xhtml.configuration + + + Writer2xhtml + + + %origin%/W2XDialogs2/ConfigurationRoot.xdl + + + + + + + + + + + org.openoffice.da.writer2xhtml.configuration.general + + + org.openoffice.da.writer2xhtml.configuration + + + 0 + + + General + + + %origin%/W2XDialogs2/General.xdl + + + + + + + + + org.openoffice.da.writer2xhtml.configuration.template + + + org.openoffice.da.writer2xhtml.configuration + + + 1 + + + Template + + + %origin%/W2XDialogs2/Template.xdl + + + + + + + + + org.openoffice.da.writer2xhtml.configuration.formatting + + + org.openoffice.da.writer2xhtml.configuration + + + 2 + + + Formatting + + + %origin%/W2XDialogs2/Formatting.xdl + + + + + + + + + org.openoffice.da.writer2xhtml.configuration.styles1 + + + org.openoffice.da.writer2xhtml.configuration + + + 3 + + + Styles part I + + + %origin%/W2XDialogs2/StylesPartI.xdl + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/ConfigurationRoot.xdl b/source/oxt/writer2xhtml/W2XDialogs2/ConfigurationRoot.xdl new file mode 100644 index 0000000..ce21cc8 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/ConfigurationRoot.xdl @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/Formatting.xdl b/source/oxt/writer2xhtml/W2XDialogs2/Formatting.xdl new file mode 100644 index 0000000..bb12a96 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/Formatting.xdl @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/General.xdl b/source/oxt/writer2xhtml/W2XDialogs2/General.xdl new file mode 100644 index 0000000..fd76384 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/General.xdl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/Module1.xba b/source/oxt/writer2xhtml/W2XDialogs2/Module1.xba new file mode 100644 index 0000000..9c46f60 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/Module1.xba @@ -0,0 +1,10 @@ + + +REM ***** BASIC ***** + +Sub Main + +End Sub + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/StylesPartI.xdl b/source/oxt/writer2xhtml/W2XDialogs2/StylesPartI.xdl new file mode 100644 index 0000000..61bd276 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/StylesPartI.xdl @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/Template.xdl b/source/oxt/writer2xhtml/W2XDialogs2/Template.xdl new file mode 100644 index 0000000..f3a0113 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/Template.xdl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/dialog.xlb b/source/oxt/writer2xhtml/W2XDialogs2/dialog.xlb new file mode 100644 index 0000000..b013697 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/dialog.xlb @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/W2XDialogs2/script.xlb b/source/oxt/writer2xhtml/W2XDialogs2/script.xlb new file mode 100644 index 0000000..0c0ef79 --- /dev/null +++ b/source/oxt/writer2xhtml/W2XDialogs2/script.xlb @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/source/oxt/writer2xhtml/description.xml b/source/oxt/writer2xhtml/description.xml index 6377560..62ac9e9 100644 --- a/source/oxt/writer2xhtml/description.xml +++ b/source/oxt/writer2xhtml/description.xml @@ -5,7 +5,7 @@ - + diff --git a/source/oxt/writer4latex/description.xml b/source/oxt/writer4latex/description.xml index f8cfab1..5740feb 100644 --- a/source/oxt/writer4latex/description.xml +++ b/source/oxt/writer4latex/description.xml @@ -4,7 +4,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink"> - + diff --git a/source/oxt/xhtml-config-sample/description.xml b/source/oxt/xhtml-config-sample/description.xml index 1a01d80..8a90a62 100644 --- a/source/oxt/xhtml-config-sample/description.xml +++ b/source/oxt/xhtml-config-sample/description.xml @@ -2,5 +2,5 @@ - +