From 259ff8189a2c4512bed96379d805a835cc7fbc34 Mon Sep 17 00:00:00 2001 From: henrikjust Date: Wed, 29 Oct 2014 21:36:20 +0000 Subject: [PATCH] Merge w4l int w2l - part 6 git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@195 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- source/oxt/writer2latex/W4LDialogs/Addons.xcu | 83 +++++++++++++++++++ .../writer2latex/W4LDialogs/Applications.xdl | 37 +++++++++ .../W4LDialogs/AutoConfigInfo.xdl | 8 ++ .../writer2latex/W4LDialogs/Bibliography.xdl | 37 +++++++++ .../W4LDialogs/ConfigurationRoot.xdl | 15 ++++ .../oxt/writer2latex/W4LDialogs/LogViewer.xdl | 19 +++++ .../oxt/writer2latex/W4LDialogs/Module1.xba | 10 +++ source/oxt/writer2latex/W4LDialogs/dialog.xlb | 9 ++ source/oxt/writer2latex/W4LDialogs/script.xlb | 5 ++ 9 files changed, 223 insertions(+) create mode 100644 source/oxt/writer2latex/W4LDialogs/Addons.xcu create mode 100644 source/oxt/writer2latex/W4LDialogs/Applications.xdl create mode 100644 source/oxt/writer2latex/W4LDialogs/AutoConfigInfo.xdl create mode 100644 source/oxt/writer2latex/W4LDialogs/Bibliography.xdl create mode 100644 source/oxt/writer2latex/W4LDialogs/ConfigurationRoot.xdl create mode 100644 source/oxt/writer2latex/W4LDialogs/LogViewer.xdl create mode 100644 source/oxt/writer2latex/W4LDialogs/Module1.xba create mode 100644 source/oxt/writer2latex/W4LDialogs/dialog.xlb create mode 100644 source/oxt/writer2latex/W4LDialogs/script.xlb diff --git a/source/oxt/writer2latex/W4LDialogs/Addons.xcu b/source/oxt/writer2latex/W4LDialogs/Addons.xcu new file mode 100644 index 0000000..32ac902 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/Addons.xcu @@ -0,0 +1,83 @@ + + + + + + + + + com.sun.star.text.TextDocument + + + Insert BibTeX citation + Indsæt BibTeX-reference + + + _self + + + org.openoffice.da.writer2latex:InsertBibTeX + + + %origin%/icons/bibtex + + + + + com.sun.star.text.TextDocument + + + Publish to LaTeX + Publicer til LaTeX + + + _self + + + org.openoffice.da.writer2latex:ProcessDocument + + + %origin%/icons/latex + + + + + com.sun.star.text.TextDocument + + + View log files + Vis logfiler + + + _self + + + org.openoffice.da.writer2latex:ViewLog + + + %origin%/icons/log + + + + + com.sun.star.text.TextDocument + + + Edit custom format + Rediger brugerdefineret format + + + _self + + + .uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2LDialogs2/Documentclass.xdl + + + %origin%/icons/custom + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/Applications.xdl b/source/oxt/writer2latex/W4LDialogs/Applications.xdl new file mode 100644 index 0000000..2c99f65 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/Applications.xdl @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/AutoConfigInfo.xdl b/source/oxt/writer2latex/W4LDialogs/AutoConfigInfo.xdl new file mode 100644 index 0000000..3642770 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/AutoConfigInfo.xdl @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/Bibliography.xdl b/source/oxt/writer2latex/W4LDialogs/Bibliography.xdl new file mode 100644 index 0000000..d629ccf --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/Bibliography.xdl @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/ConfigurationRoot.xdl b/source/oxt/writer2latex/W4LDialogs/ConfigurationRoot.xdl new file mode 100644 index 0000000..ea02c74 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/ConfigurationRoot.xdl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/LogViewer.xdl b/source/oxt/writer2latex/W4LDialogs/LogViewer.xdl new file mode 100644 index 0000000..6b5a405 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/LogViewer.xdl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/Module1.xba b/source/oxt/writer2latex/W4LDialogs/Module1.xba new file mode 100644 index 0000000..9c46f60 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/Module1.xba @@ -0,0 +1,10 @@ + + +REM ***** BASIC ***** + +Sub Main + +End Sub + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/dialog.xlb b/source/oxt/writer2latex/W4LDialogs/dialog.xlb new file mode 100644 index 0000000..073ea2a --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/dialog.xlb @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/source/oxt/writer2latex/W4LDialogs/script.xlb b/source/oxt/writer2latex/W4LDialogs/script.xlb new file mode 100644 index 0000000..76fa668 --- /dev/null +++ b/source/oxt/writer2latex/W4LDialogs/script.xlb @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file