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