From 791a8b96f754798192875da287c84f8cfa4e533e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 5 Sep 2013 17:10:18 +0200 Subject: Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR. --- configure.ac | 20 +- .../config/fragments/filters/DocBook_File.xcu | 30 + .../config/fragments/filters/DocBook_File.xcu.in | 30 - .../config/fragments/filters/MS_Excel_2003_XML.xcu | 27 + .../fragments/filters/MS_Excel_2003_XML.xcu.in | 27 - .../config/fragments/filters/MS_Word_2003_XML.xcu | 2 +- .../fragments/filters/MS_Word_2003_XML.xcu.in | 27 - .../config/fragments/filters/UOF_presentation.xcu | 30 + .../fragments/filters/UOF_presentation.xcu.in | 30 - .../config/fragments/filters/UOF_spreadsheet.xcu | 30 + .../fragments/filters/UOF_spreadsheet.xcu.in | 30 - .../source/config/fragments/filters/UOF_text.xcu | 30 + .../config/fragments/filters/UOF_text.xcu.in | 30 - .../config/fragments/filters/XHTML_Calc_File.xcu | 30 + .../fragments/filters/XHTML_Calc_File.xcu.in | 30 - .../config/fragments/filters/XHTML_Draw_File.xcu | 30 + .../fragments/filters/XHTML_Draw_File.xcu.in | 30 - .../fragments/filters/XHTML_Impress_File.xcu | 30 + .../fragments/filters/XHTML_Impress_File.xcu.in | 30 - .../config/fragments/filters/XHTML_Writer_File.xcu | 30 + .../fragments/filters/XHTML_Writer_File.xcu.in | 30 - framework/inc/services/substitutepathvars.hxx | 1 + framework/source/services/substitutepathvars.cxx | 6 +- .../registry/data/org/openoffice/Office/Paths.xcu | 199 + .../data/org/openoffice/Office/Paths.xcu.in | 199 - .../data/org/openoffice/Office/WebWizard.xcu | 1480 +++++ .../data/org/openoffice/Office/WebWizard.xcu.in | 1480 ----- .../schema/org/openoffice/Office/Common.xcs | 6500 ++++++++++++++++++++ .../schema/org/openoffice/Office/Common.xcs.in | 6500 -------------------- wizards/source/configshare/dialog.xlc | 16 +- wizards/source/configshare/dialog.xlc.in | 12 - wizards/source/configshare/script.xlc | 16 +- wizards/source/configshare/script.xlc.in | 12 - 33 files changed, 8470 insertions(+), 8534 deletions(-) create mode 100644 filter/source/config/fragments/filters/DocBook_File.xcu delete mode 100644 filter/source/config/fragments/filters/DocBook_File.xcu.in create mode 100644 filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu delete mode 100644 filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu.in delete mode 100644 filter/source/config/fragments/filters/MS_Word_2003_XML.xcu.in create mode 100644 filter/source/config/fragments/filters/UOF_presentation.xcu delete mode 100644 filter/source/config/fragments/filters/UOF_presentation.xcu.in create mode 100644 filter/source/config/fragments/filters/UOF_spreadsheet.xcu delete mode 100644 filter/source/config/fragments/filters/UOF_spreadsheet.xcu.in create mode 100644 filter/source/config/fragments/filters/UOF_text.xcu delete mode 100644 filter/source/config/fragments/filters/UOF_text.xcu.in create mode 100644 filter/source/config/fragments/filters/XHTML_Calc_File.xcu delete mode 100644 filter/source/config/fragments/filters/XHTML_Calc_File.xcu.in create mode 100644 filter/source/config/fragments/filters/XHTML_Draw_File.xcu delete mode 100644 filter/source/config/fragments/filters/XHTML_Draw_File.xcu.in create mode 100644 filter/source/config/fragments/filters/XHTML_Impress_File.xcu delete mode 100644 filter/source/config/fragments/filters/XHTML_Impress_File.xcu.in create mode 100644 filter/source/config/fragments/filters/XHTML_Writer_File.xcu delete mode 100644 filter/source/config/fragments/filters/XHTML_Writer_File.xcu.in create mode 100644 officecfg/registry/data/org/openoffice/Office/Paths.xcu delete mode 100644 officecfg/registry/data/org/openoffice/Office/Paths.xcu.in create mode 100644 officecfg/registry/data/org/openoffice/Office/WebWizard.xcu delete mode 100644 officecfg/registry/data/org/openoffice/Office/WebWizard.xcu.in create mode 100644 officecfg/registry/schema/org/openoffice/Office/Common.xcs delete mode 100644 officecfg/registry/schema/org/openoffice/Office/Common.xcs.in delete mode 100644 wizards/source/configshare/dialog.xlc.in delete mode 100644 wizards/source/configshare/script.xlc.in diff --git a/configure.ac b/configure.ac index c1425a77b375..2f20dd1de6a8 100644 --- a/configure.ac +++ b/configure.ac @@ -12519,25 +12519,7 @@ if test -f config_host.mk; then config_md5=`$MD5SUM config_host.mk | sed "s/ .*//"` fi -AC_CONFIG_FILES([config_host.mk - Makefile - lo.xcent - filter/source/config/fragments/filters/DocBook_File.xcu - filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu - filter/source/config/fragments/filters/MS_Word_2003_XML.xcu - filter/source/config/fragments/filters/UOF_presentation.xcu - filter/source/config/fragments/filters/UOF_spreadsheet.xcu - filter/source/config/fragments/filters/UOF_text.xcu - filter/source/config/fragments/filters/XHTML_Calc_File.xcu - filter/source/config/fragments/filters/XHTML_Draw_File.xcu - filter/source/config/fragments/filters/XHTML_Impress_File.xcu - filter/source/config/fragments/filters/XHTML_Writer_File.xcu - officecfg/registry/data/org/openoffice/Office/Paths.xcu - officecfg/registry/data/org/openoffice/Office/WebWizard.xcu - officecfg/registry/schema/org/openoffice/Office/Common.xcs - wizards/source/configshare/dialog.xlc - wizards/source/configshare/script.xlc - instsetoo_native/util/openoffice.lst]) +AC_CONFIG_FILES([config_host.mk Makefile lo.xcent instsetoo_native/util/openoffice.lst]) AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) AC_CONFIG_HEADERS([config_host/config_features.h]) diff --git a/filter/source/config/fragments/filters/DocBook_File.xcu b/filter/source/config/fragments/filters/DocBook_File.xcu new file mode 100644 index 000000000000..724e6ebe7114 --- /dev/null +++ b/filter/source/config/fragments/filters/DocBook_File.xcu @@ -0,0 +1,30 @@ + + + 0 + writer_DocBook_File + com.sun.star.text.TextDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLImporter,com.sun.star.comp.Writer.XMLExporter,../$(share_subdir_name)/xslt/docbook/docbooktosoffheadings.xsl,../$(share_subdir_name)/xslt/docbook/sofftodocbookheadings.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + ../$(share_subdir_name)/xslt/docbook/DocBookTemplate.stw + + DocBook + + IMPORT EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/DocBook_File.xcu.in b/filter/source/config/fragments/filters/DocBook_File.xcu.in deleted file mode 100644 index d7a9fb324c01..000000000000 --- a/filter/source/config/fragments/filters/DocBook_File.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - writer_DocBook_File - com.sun.star.text.TextDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLImporter,com.sun.star.comp.Writer.XMLExporter,../@LIBO_SHARE_FOLDER@/xslt/docbook/docbooktosoffheadings.xsl,../@LIBO_SHARE_FOLDER@/xslt/docbook/sofftodocbookheadings.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - ../@LIBO_SHARE_FOLDER@/xslt/docbook/DocBookTemplate.stw - - DocBook - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu b/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu new file mode 100644 index 000000000000..f283b57a2933 --- /dev/null +++ b/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu @@ -0,0 +1,27 @@ + + + IMPORT EXPORT ALIEN 3RDPARTYFILTER + + com.sun.star.comp.Writer.XmlFilterAdaptor + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,../$(share_subdir_name)/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl,../$(share_subdir_name)/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl + 0 + calc_MS_Excel_2003_XML + + com.sun.star.sheet.SpreadsheetDocument + diff --git a/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu.in b/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu.in deleted file mode 100644 index ae48e70fdd29..000000000000 --- a/filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu.in +++ /dev/null @@ -1,27 +0,0 @@ - - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - - com.sun.star.comp.Writer.XmlFilterAdaptor - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,../@LIBO_SHARE_FOLDER@/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl,../@LIBO_SHARE_FOLDER@/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl - 0 - calc_MS_Excel_2003_XML - - com.sun.star.sheet.SpreadsheetDocument - diff --git a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu b/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu index 61cdad1fc891..56efe87dd509 100644 --- a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu +++ b/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu @@ -19,7 +19,7 @@ IMPORT EXPORT ALIEN 3RDPARTYFILTER com.sun.star.comp.Writer.XmlFilterAdaptor - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../share/xslt/import/wordml/wordml2ooo.xsl,../share/xslt/export/wordml/ooo2wordml.xsl + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../$(share_subdir_name)/xslt/import/wordml/wordml2ooo.xsl,../$(share_subdir_name)/xslt/export/wordml/ooo2wordml.xsl 0 writer_MS_Word_2003_XML diff --git a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu.in b/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu.in deleted file mode 100644 index 006f400bf09d..000000000000 --- a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu.in +++ /dev/null @@ -1,27 +0,0 @@ - - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - - com.sun.star.comp.Writer.XmlFilterAdaptor - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../@LIBO_SHARE_FOLDER@/xslt/import/wordml/wordml2ooo.xsl,../@LIBO_SHARE_FOLDER@/xslt/export/wordml/ooo2wordml.xsl - 0 - writer_MS_Word_2003_XML - - com.sun.star.text.TextDocument - diff --git a/filter/source/config/fragments/filters/UOF_presentation.xcu b/filter/source/config/fragments/filters/UOF_presentation.xcu new file mode 100644 index 000000000000..800e9e1dee61 --- /dev/null +++ b/filter/source/config/fragments/filters/UOF_presentation.xcu @@ -0,0 +1,30 @@ + + + 0 + Unified_Office_Format_presentation + com.sun.star.presentation.PresentationDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Impress.XMLOasisImporter,com.sun.star.comp.Impress.XMLOasisExporter,../$(share_subdir_name)/xslt/import/uof/uof2odf_presentation.xsl,../$(share_subdir_name)/xslt/export/uof/odf2uof_presentation.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + Unified Office Format presentation + + IMPORT EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/UOF_presentation.xcu.in b/filter/source/config/fragments/filters/UOF_presentation.xcu.in deleted file mode 100644 index dda8c7825f7b..000000000000 --- a/filter/source/config/fragments/filters/UOF_presentation.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - Unified_Office_Format_presentation - com.sun.star.presentation.PresentationDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Impress.XMLOasisImporter,com.sun.star.comp.Impress.XMLOasisExporter,../@LIBO_SHARE_FOLDER@/xslt/import/uof/uof2odf_presentation.xsl,../@LIBO_SHARE_FOLDER@/xslt/export/uof/odf2uof_presentation.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - Unified Office Format presentation - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/UOF_spreadsheet.xcu b/filter/source/config/fragments/filters/UOF_spreadsheet.xcu new file mode 100644 index 000000000000..148131b5dc0c --- /dev/null +++ b/filter/source/config/fragments/filters/UOF_spreadsheet.xcu @@ -0,0 +1,30 @@ + + + 0 + Unified_Office_Format_spreadsheet + com.sun.star.sheet.SpreadsheetDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,../$(share_subdir_name)/xslt/import/uof/uof2odf_spreadsheet.xsl,../$(share_subdir_name)/xslt/export/uof/odf2uof_spreadsheet.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + Unified Office Format spreadsheet + + IMPORT EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/UOF_spreadsheet.xcu.in b/filter/source/config/fragments/filters/UOF_spreadsheet.xcu.in deleted file mode 100644 index a86f2f18f0f4..000000000000 --- a/filter/source/config/fragments/filters/UOF_spreadsheet.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - Unified_Office_Format_spreadsheet - com.sun.star.sheet.SpreadsheetDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,../@LIBO_SHARE_FOLDER@/xslt/import/uof/uof2odf_spreadsheet.xsl,../@LIBO_SHARE_FOLDER@/xslt/export/uof/odf2uof_spreadsheet.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - Unified Office Format spreadsheet - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/UOF_text.xcu b/filter/source/config/fragments/filters/UOF_text.xcu new file mode 100644 index 000000000000..0f7d6223712b --- /dev/null +++ b/filter/source/config/fragments/filters/UOF_text.xcu @@ -0,0 +1,30 @@ + + + 0 + Unified_Office_Format_text + com.sun.star.text.TextDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../$(share_subdir_name)/xslt/import/uof/uof2odf_text.xsl,../$(share_subdir_name)/xslt/export/uof/odf2uof_text.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + Unified Office Format text + + IMPORT EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/UOF_text.xcu.in b/filter/source/config/fragments/filters/UOF_text.xcu.in deleted file mode 100644 index 3270d1ac4cf0..000000000000 --- a/filter/source/config/fragments/filters/UOF_text.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - Unified_Office_Format_text - com.sun.star.text.TextDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../@LIBO_SHARE_FOLDER@/xslt/import/uof/uof2odf_text.xsl,../@LIBO_SHARE_FOLDER@/xslt/export/uof/odf2uof_text.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - Unified Office Format text - - IMPORT EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/XHTML_Calc_File.xcu b/filter/source/config/fragments/filters/XHTML_Calc_File.xcu new file mode 100644 index 000000000000..a13b05dc9b8a --- /dev/null +++ b/filter/source/config/fragments/filters/XHTML_Calc_File.xcu @@ -0,0 +1,30 @@ + + + 0 + XHTML_File + com.sun.star.sheet.SpreadsheetDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,,../$(share_subdir_name)/xslt/export/xhtml/opendoc2xhtml.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + XHTML + + EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/XHTML_Calc_File.xcu.in b/filter/source/config/fragments/filters/XHTML_Calc_File.xcu.in deleted file mode 100644 index 5aa0729b8740..000000000000 --- a/filter/source/config/fragments/filters/XHTML_Calc_File.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - XHTML_File - com.sun.star.sheet.SpreadsheetDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Calc.XMLOasisImporter,com.sun.star.comp.Calc.XMLOasisExporter,,../@LIBO_SHARE_FOLDER@/xslt/export/xhtml/opendoc2xhtml.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - XHTML - - EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/XHTML_Draw_File.xcu b/filter/source/config/fragments/filters/XHTML_Draw_File.xcu new file mode 100644 index 000000000000..c63283a4e098 --- /dev/null +++ b/filter/source/config/fragments/filters/XHTML_Draw_File.xcu @@ -0,0 +1,30 @@ + + + 0 + XHTML_File + com.sun.star.drawing.DrawingDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Draw.XMLOasisImporter,com.sun.star.comp.Draw.XMLOasisExporter,,../$(share_subdir_name)/xslt/export/xhtml/opendoc2xhtml.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + XHTML + + EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/XHTML_Draw_File.xcu.in b/filter/source/config/fragments/filters/XHTML_Draw_File.xcu.in deleted file mode 100644 index d304b52b9596..000000000000 --- a/filter/source/config/fragments/filters/XHTML_Draw_File.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - XHTML_File - com.sun.star.drawing.DrawingDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Draw.XMLOasisImporter,com.sun.star.comp.Draw.XMLOasisExporter,,../@LIBO_SHARE_FOLDER@/xslt/export/xhtml/opendoc2xhtml.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - XHTML - - EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/XHTML_Impress_File.xcu b/filter/source/config/fragments/filters/XHTML_Impress_File.xcu new file mode 100644 index 000000000000..f8431fe16520 --- /dev/null +++ b/filter/source/config/fragments/filters/XHTML_Impress_File.xcu @@ -0,0 +1,30 @@ + + + 0 + XHTML_File + com.sun.star.presentation.PresentationDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Impress.XMLOasisImporter,com.sun.star.comp.Impress.XMLOasisExporter,,../$(share_subdir_name)/xslt/export/xhtml/opendoc2xhtml.xsl + com.sun.star.comp.Writer.XmlFilterAdaptor + + + XHTML + + EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/XHTML_Impress_File.xcu.in b/filter/source/config/fragments/filters/XHTML_Impress_File.xcu.in deleted file mode 100644 index a06d4b2fe706..000000000000 --- a/filter/source/config/fragments/filters/XHTML_Impress_File.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - XHTML_File - com.sun.star.presentation.PresentationDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Impress.XMLOasisImporter,com.sun.star.comp.Impress.XMLOasisExporter,,../@LIBO_SHARE_FOLDER@/xslt/export/xhtml/opendoc2xhtml.xsl - com.sun.star.comp.Writer.XmlFilterAdaptor - - - XHTML - - EXPORT ALIEN 3RDPARTYFILTER - diff --git a/filter/source/config/fragments/filters/XHTML_Writer_File.xcu b/filter/source/config/fragments/filters/XHTML_Writer_File.xcu new file mode 100644 index 000000000000..e50ec3077545 --- /dev/null +++ b/filter/source/config/fragments/filters/XHTML_Writer_File.xcu @@ -0,0 +1,30 @@ + + + 0 + XHTML_File + com.sun.star.text.TextDocument + + com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,,../$(share_subdir_name)/xslt/export/xhtml/opendoc2xhtml.xsl,,true + com.sun.star.comp.Writer.XmlFilterAdaptor + + + XHTML + + EXPORT ALIEN 3RDPARTYFILTER + diff --git a/filter/source/config/fragments/filters/XHTML_Writer_File.xcu.in b/filter/source/config/fragments/filters/XHTML_Writer_File.xcu.in deleted file mode 100644 index 993d78c6e093..000000000000 --- a/filter/source/config/fragments/filters/XHTML_Writer_File.xcu.in +++ /dev/null @@ -1,30 +0,0 @@ - - - 0 - XHTML_File - com.sun.star.text.TextDocument - - com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,,../@LIBO_SHARE_FOLDER@/xslt/export/xhtml/opendoc2xhtml.xsl,,true - com.sun.star.comp.Writer.XmlFilterAdaptor - - - XHTML - - EXPORT ALIEN 3RDPARTYFILTER - diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx index 7604a879a2a4..085a99cb9e10 100644 --- a/framework/inc/services/substitutepathvars.hxx +++ b/framework/inc/services/substitutepathvars.hxx @@ -179,6 +179,7 @@ enum PreDefVariable PREDEFVAR_BASEINSTURL, PREDEFVAR_USERDATAURL, PREDEFVAR_BRANDBASEURL, + PREDEFVAR_SHARE_SUBDIR_NAME, PREDEFVAR_COUNT }; diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index e1093b7f540a..b9b390c75792 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -104,6 +104,7 @@ #define VARIABLE_BASEINSTURL "$(baseinsturl)" #define VARIABLE_USERDATAURL "$(userdataurl)" #define VARIABLE_BRANDBASEURL "$(brandbaseurl)" +#define VARIABLE_SHARE_SUBDIR_NAME "$(share_subdir_name)" using namespace com::sun::star::uno; using namespace com::sun::star::beans; @@ -193,7 +194,8 @@ static const FixedVariable aFixedVarTable[] = // New variable of hierachy service (#i32656#) { VARIABLE_BASEINSTURL, PREDEFVAR_BASEINSTURL, REPLACELENGTH_BASEINSTURL,true }, { VARIABLE_USERDATAURL, PREDEFVAR_USERDATAURL, REPLACELENGTH_USERDATAURL,true }, - { VARIABLE_BRANDBASEURL,PREDEFVAR_BRANDBASEURL, RTL_CONSTASCII_LENGTH(VARIABLE_BRANDBASEURL), true } + { VARIABLE_BRANDBASEURL,PREDEFVAR_BRANDBASEURL, RTL_CONSTASCII_LENGTH(VARIABLE_BRANDBASEURL), true }, + { VARIABLE_SHARE_SUBDIR_NAME,PREDEFVAR_SHARE_SUBDIR_NAME, RTL_CONSTASCII_LENGTH(VARIABLE_SHARE_SUBDIR_NAME), false } }; //_________________________________________________________________________________________________________________ @@ -1115,6 +1117,8 @@ void SubstitutePathVariables::SetPredefinedPathVariables( PredefinedPathVariable rtl::Bootstrap::expandMacros( aPreDefPathVariables.m_FixedVar[PREDEFVAR_BRANDBASEURL]); + aPreDefPathVariables.m_FixedVar[PREDEFVAR_SHARE_SUBDIR_NAME] = rtl::OUString(LIBO_SHARE_FOLDER); + Any aAny; // Get inspath and userpath from bootstrap mechanism in every case as file URL diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu new file mode 100644 index 000000000000..ace000205363 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + $(userurl)/autocorr + + + + + + + + $(userurl)/autotext + + + + + true + + + + + $(userurl)/backup + + + + + + + + $(userurl)/basic + + + + + + + + + + + + + + + $(userurl)/config/folders + + + + + + + + + + + + + $(userurl)/gallery + + + + + true + + + + + $(userurl)/gallery + + + + + + + + + + + + + + $(userurl)/wordbook + + + + + + + + $(userurl)/wordbook + + + + + + + + + + $(userurl)/config + + + + + + + + + + + + + + + + + $(userpath)/store + + + + + true + + + + + $(userurl)/temp + $(temp) + + + + + + + + $(userurl)/template + + + + + + + + + + true + + + + + $(userurl)/config + + + + + true + + + + + $(work) + + + + + + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu.in b/officecfg/registry/data/org/openoffice/Office/Paths.xcu.in deleted file mode 100644 index 4b5ec7dd2f8f..000000000000 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu.in +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - $(userurl)/autocorr - - - - - - - - $(userurl)/autotext - - - - - true - - - - - $(userurl)/backup - - - - - - - - $(userurl)/basic - - - - - - - - - - - - - - - $(userurl)/config/folders - - - - - - - - - - - - - $(userurl)/gallery - - - - - true - - - - - $(userurl)/gallery - - - - - - - - - - - - - - $(userurl)/wordbook - - - - - - - - $(userurl)/wordbook - - - - - - - - - - $(userurl)/config - - - - - - - - - - - - - - - - - $(userpath)/store - - - - - true - - - - - $(userurl)/temp - $(temp) - - - - - - - - $(userurl)/template - - - - - - - - - - true - - - - - $(userurl)/config - - - - - true - - - - - $(work) - - - - - - - - - - diff --git a/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu b/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu new file mode 100644 index 000000000000..70f0f097d9f2 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu @@ -0,0 +1,1480 @@ + + + + + + + wizard/web + + + + + 99 + + + Original file format + + + com.sun.star.wizards.web.export.CopyExporter + + + false + + + true + + + + + + + + + + + + + + + true + + + 0 + + + + + + 0 + + + HTML + + + com.sun.star.wizards.web.export.FilterExporter + + + false + + + true + + + + + + html + + + writer + + + html.gif + + + false + + + 0 + + + graphic_HTML + + + + + HTML (StarWriter) + + + + + + + 1 + + + HTML + + + com.sun.star.wizards.web.export.FilterExporter + + + false + + + true + + + + + + html + + + calc + + + html.gif + + + false + + + 0 + + + graphic_HTML + + + + + HTML (StarCalc) + + + + + + + 2 + + + HTML + + + com.sun.star.wizards.web.export.ImpressHTMLExporter + + + true + + + true + + + + + + html + + + impress + + + html.gif + + + false + + + 2 + + + graphic_HTML + + + + + impress_html_Export + + + + + %1 + + + + + true + + + + + false + + + + + %1 + + + + + $75% + + + + + false + + + + + true + + + + + + + 3 + + + HTML + + + com.sun.star.wizards.web.export.ImpressHTMLExporter + + + true + + + true + + + + + + html + + + draw + + + html.gif + + + false + + + 2 + + + graphic_HTML + + + + + draw_html_Export + + + + + %1 + + + + + true + + + + + false + + + + + %1 + + + + + $75% + + + + + false + + + + + true + + + + + + + 10 + + + PDF - Print optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + writer + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + writer_pdf_Export + + + + + + + 11 + + + PDF - Print optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + calc + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + calc_pdf_Export + + + + + + + 12 + + + PDF - Print optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + impress + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + impress_pdf_Export + + + + + + + 13 + + + PDF - Print optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + draw + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + draw_pdf_Export + + + + + + + 20 + + + PDF - Press optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + writer + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + %2 + + + + + writer_pdf_Export + + + + + + + 21 + + + PDF - Press optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + calc + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + %2 + + + + + calc_pdf_Export + + + + + + + 22 + + + PDF - Press optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + impress + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + %2 + + + + + impress_pdf_Export + + + + + + + 23 + + + PDF - Press optimized + + + com.sun.star.wizards.web.export.ConfiguredExporter + + + false + + + true + + + + + + pdf + + + draw + + + pdf.gif + + + true + + + 1 + + + pdf_Portable_Document_Format + + + + + draw_pdf_Export + + + + + %2 + + + + + + + 30 + + + Flash + + + com.sun.star.wizards.web.export.FilterExporter + + + false + + + true + + + + + + swf + + + impress + + + fls.gif + + + true + + + 2 + + + graphic_SWF + + + + + impress_flash_Export + + + + + + + 31 + + + Flash + + + com.sun.star.wizards.web.export.FilterExporter + + + false + + + true + + + + + + swf + + + draw + + + fls.gif + + + true + + + 2 + + + graphic_SWF + + + + + draw_flash_Export + + + + + + + + + 0 + + + Table with 3 columns + + + table_3 + + + + + 1 + + + Table with 2 columns + + + table_2 + + + + + 2 + + + Simple + + + simple + + + + + 3 + + + Diagonal + + + diagonal + + + + + 4 + + + Zigzag + + + zigzag + + + + + 5 + + + HTML frameset, left + + + frame_left + + + + + 6 + + + HTML frameset, right + + + frame_right + + + + + 7 + + + HTML frameset, top + + + frame_top + + + + + 8 + + + HTML frameset, bottom + + + frame_bottom + + + + + + + 0 + + + Beige + + + beige.css + + + + + + iconset1 + + + + + 1 + + + Bright + + + bg.css + + + + + + iconset1 + + + + + 2 + + + Bright Blue + + + bgr.css + + + + + + iconset1 + + + + + 3 + + + Gray + + + bgrey.css + + + + + + iconset1 + + + + + 4 + + + Blue + + + bwb.css + + + + + + iconset1 + + + + + 5 + + + Contrast + + + bwo.css + + + + iconset1 + + + + + 6 + + + Blue & Black + + + dark.css + + + + + + iconset1 + + + + + 7 + + + Dark Red + + + dp.css + + + + + + iconset1 + + + + + 8 + + + Light Gray + + + grey.css + + + + + + iconset1 + + + + + 9 + + + Forest + + + forest.css + + + + + + iconset1 + + + + + 10 + + + Orange & Blue + + + rgb.css + + + + + + iconset1 + + + + + 11 + + + Marine + + + marine.css + + + + + + iconset1 + + + + + 12 + + + Orange + + + orange.css + + + + + + iconset1 + + + + + 13 + + + Ice Blue + + + ibg.css + + + + + + iconset1 + + + + + 14 + + + Blue & Gray + + + ice.css + + + + + + iconset1 + + + + + 15 + + + Water + + + water.css + + + + + + iconset1 + + + + + 16 + + + Red + + + red.css + + + + + + iconset1 + + + + + 17 + + + Colorful + + + strange.css + + + + + + iconset1 + + + + + 18 + + + Green & Red + + + greenred.css + + + + + + iconset1 + + + + + 19 + + + Violet + + + violet.css + + + + + + iconset1 + + + + + 20 + + + Green + + + green.css + + + + + + iconset1 + + + + + + + $(inst)/$(share_subdir_name)/gallery/www-back/ + + + + + $(inst)/$(share_subdir_name)/gallery/surface + + + + + file:///c:/11.jpg + + + + + + + 0 + + + Round, 3D, blue & gray + + + blu + + + .gif + + + + + 1 + + + Round, 3D, blue & green + + + gre + + + .gif + + + + + 2 + + + Cubic, 3D, orange & blue + + + cub + + + .gif + + + + + 3 + + + Round, flat, black & gray + + + sim + + + .gif + + + + + + + + 0 + + + %PRODNAME documents + + + *.odt;*.ott;*.odm;*.ods;*.ots;*.odp;*.otp;*.odg;*.otg;*.odf;*.sxw;*.sxc;*.sxd;*.sxi;*.stw;*.stc;*.std;*.sti;*.sdw;*.sdc;*.sdd;*.sdi;*.sda;*.sdp;*.vor; + + + + + 1 + + + Microsoft Office documents + + + *.doc;*.xls;*.ppt;*.pps + + + + + 2 + + + Graphics files + + + *.jpg;*.gif;*.png;*.bmp;*.tiff;*.jpeg;*.jpe + + + + + 3 + + + All files + + + * + + + + + + 1 + + + DefaultSession + + + $(work) + + + $(work) + + + + 0 + + + content + + + + + + + + table_3 + + + style16 + + + + + + iconset0 + + + 1 + + + true + + + true + + + false + + + false + + + false + + + false + + + false + + + true + + + false + + + true + + + + + + + + + + + + + + + true + + + + + + + + + + + false + + + + + + + + + + + false + + + + + + + + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu.in b/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu.in deleted file mode 100644 index 3861af800175..000000000000 --- a/officecfg/registry/data/org/openoffice/Office/WebWizard.xcu.in +++ /dev/null @@ -1,1480 +0,0 @@ - - - - - - - wizard/web - - - - - 99 - - - Original file format - - - com.sun.star.wizards.web.export.CopyExporter - - - false - - - true - - - - - - - - - - - - - - - true - - - 0 - - - - - - 0 - - - HTML - - - com.sun.star.wizards.web.export.FilterExporter - - - false - - - true - - - - - - html - - - writer - - - html.gif - - - false - - - 0 - - - graphic_HTML - - - - - HTML (StarWriter) - - - - - - - 1 - - - HTML - - - com.sun.star.wizards.web.export.FilterExporter - - - false - - - true - - - - - - html - - - calc - - - html.gif - - - false - - - 0 - - - graphic_HTML - - - - - HTML (StarCalc) - - - - - - - 2 - - - HTML - - - com.sun.star.wizards.web.export.ImpressHTMLExporter - - - true - - - true - - - - - - html - - - impress - - - html.gif - - - false - - - 2 - - - graphic_HTML - - - - - impress_html_Export - - - - - %1 - - - - - true - - - - - false - - - - - %1 - - - - - $75% - - - - - false - - - - - true - - - - - - - 3 - - - HTML - - - com.sun.star.wizards.web.export.ImpressHTMLExporter - - - true - - - true - - - - - - html - - - draw - - - html.gif - - - false - - - 2 - - - graphic_HTML - - - - - draw_html_Export - - - - - %1 - - - - - true - - - - - false - - - - - %1 - - - - - $75% - - - - - false - - - - - true - - - - - - - 10 - - - PDF - Print optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - writer - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - writer_pdf_Export - - - - - - - 11 - - - PDF - Print optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - calc - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - calc_pdf_Export - - - - - - - 12 - - - PDF - Print optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - impress - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - impress_pdf_Export - - - - - - - 13 - - - PDF - Print optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - draw - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - draw_pdf_Export - - - - - - - 20 - - - PDF - Press optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - writer - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - %2 - - - - - writer_pdf_Export - - - - - - - 21 - - - PDF - Press optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - calc - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - %2 - - - - - calc_pdf_Export - - - - - - - 22 - - - PDF - Press optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - impress - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - %2 - - - - - impress_pdf_Export - - - - - - - 23 - - - PDF - Press optimized - - - com.sun.star.wizards.web.export.ConfiguredExporter - - - false - - - true - - - - - - pdf - - - draw - - - pdf.gif - - - true - - - 1 - - - pdf_Portable_Document_Format - - - - - draw_pdf_Export - - - - - %2 - - - - - - - 30 - - - Flash - - - com.sun.star.wizards.web.export.FilterExporter - - - false - - - true - - - - - - swf - - - impress - - - fls.gif - - - true - - - 2 - - - graphic_SWF - - - - - impress_flash_Export - - - - - - - 31 - - - Flash - - - com.sun.star.wizards.web.export.FilterExporter - - - false - - - true - - - - - - swf - - - draw - - - fls.gif - - - true - - - 2 - - - graphic_SWF - - - - - draw_flash_Export - - - - - - - - - 0 - - - Table with 3 columns - - - table_3 - - - - - 1 - - - Table with 2 columns - - - table_2 - - - - - 2 - - - Simple - - - simple - - - - - 3 - - - Diagonal - - - diagonal - - - - - 4 - - - Zigzag - - - zigzag - - - - - 5 - - - HTML frameset, left - - - frame_left - - - - - 6 - - - HTML frameset, right - - - frame_right - - - - - 7 - - - HTML frameset, top - - - frame_top - - - - - 8 - - - HTML frameset, bottom - - - frame_bottom - - - - - - - 0 - - - Beige - - - beige.css - - - - - - iconset1 - - - - - 1 - - - Bright - - - bg.css - - - - - - iconset1 - - - - - 2 - - - Bright Blue - - - bgr.css - - - - - - iconset1 - - - - - 3 - - - Gray - - - bgrey.css - - - - - - iconset1 - - - - - 4 - - - Blue - - - bwb.css - - - - - - iconset1 - - - - - 5 - - - Contrast - - - bwo.css - - - - iconset1 - - - - - 6 - - - Blue & Black - - - dark.css - - - - - - iconset1 - - - - - 7 - - - Dark Red - - - dp.css - - - - - - iconset1 - - - - - 8 - - - Light Gray - - - grey.css - - - - - - iconset1 - - - - - 9 - - - Forest - - - forest.css - - - - - - iconset1 - - - - - 10 - - - Orange & Blue - - - rgb.css - - - - - - iconset1 - - - - - 11 - - - Marine - - - marine.css - - - - - - iconset1 - - - - - 12 - - - Orange - - - orange.css - - - - - - iconset1 - - - - - 13 - - - Ice Blue - - - ibg.css - - - - - - iconset1 - - - - - 14 - - - Blue & Gray - - - ice.css - - - - - - iconset1 - - - - - 15 - - - Water - - - water.css - - - - - - iconset1 - - - - - 16 - - - Red - - - red.css - - - - - - iconset1 - - - - - 17 - - - Colorful - - - strange.css - - - - - - iconset1 - - - - - 18 - - - Green & Red - - - greenred.css - - - - - - iconset1 - - - - - 19 - - - Violet - - - violet.css - - - - - - iconset1 - - - - - 20 - - - Green - - - green.css - - - - - - iconset1 - - - - - - - $(inst)/@LIBO_SHARE_FOLDER@/gallery/www-back/ - - - - - $(inst)/@LIBO_SHARE_FOLDER@/gallery/surface - - - - - file:///c:/11.jpg - - - - - - - 0 - - - Round, 3D, blue & gray - - - blu - - - .gif - - - - - 1 - - - Round, 3D, blue & green - - - gre - - - .gif - - - - - 2 - - - Cubic, 3D, orange & blue - - - cub - - - .gif - - - - - 3 - - - Round, flat, black & gray - - - sim - - - .gif - - - - - - - - 0 - - - %PRODNAME documents - - - *.odt;*.ott;*.odm;*.ods;*.ots;*.odp;*.otp;*.odg;*.otg;*.odf;*.sxw;*.sxc;*.sxd;*.sxi;*.stw;*.stc;*.std;*.sti;*.sdw;*.sdc;*.sdd;*.sdi;*.sda;*.sdp;*.vor; - - - - - 1 - - - Microsoft Office documents - - - *.doc;*.xls;*.ppt;*.pps - - - - - 2 - - - Graphics files - - - *.jpg;*.gif;*.png;*.bmp;*.tiff;*.jpeg;*.jpe - - - - - 3 - - - All files - - - * - - - - - - 1 - - - DefaultSession - - - $(work) - - - $(work) - - - - 0 - - - content - - - - - - - - table_3 - - - style16 - - - - - - iconset0 - - - 1 - - - true - - - true - - - false - - - false - - - false - - - false - - - false - - - true - - - false - - - true - - - - - - - - - - - - - - - true - - - - - - - - - - - false - - - - - - - - - - - false - - - - - - - - - - - - diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs new file mode 100644 index 000000000000..ac9ed4593a00 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -0,0 +1,6500 @@ + + + + + + Contains common settings which are potentially shared by other + components. + + + + + Contains a container for passwords. + + + + Contains a password encoded with the master password. + + + + + + Contains settings for a history entry in the history list. + + + + Specifies the document URL. + + + + + Specifies the filter name that was chosen to load the + document. + + + + + Indicates the title of the URL that is displayed on the + user-interface. + + + + + Contains an encoded password used to open the document. + + + + + + Describes a menu entry for configurable office menus (e.g. file + new). + + + + Specifies the URL for dispatch. + + + + + Specifies the label of a menu entry. + + + + + Specifies the identifier of an assigned icon. + + + + + Specifies the dispatch target (for example, _blank to open URL + in new frame). + + + + + + Contains the width and height of the dialog size. + + + + Contains the height of the dialog [UNIT=pixel]. + + + + + Contains the width of the dialog [UNIT=pixel]. + + + + + + Describes the characteristics of a font. + + + + Specifies the exact name of the font ("Arial", "Courier", + "Frutiger"). + + + + + Specifies the height of the font in the measure of the + destination. + + + + + Specifies the width of the font in the measure of the + destination. + + + + + Specifies the style name of the font ("Bold", "Italic", "Italic + Bold"). + + + + + Specifies the general style of the font. + + + + + DONTKNOW + + + + + DECORATIVE + + + + + MODERN + + + + + ROMAN + + + + + SCRIPT + + + + + SWISS + + + + + SYSTEM + + + + + DONTKNOW + + + + + + + Specifies the character set which is supported by the + font. + + + + + DONTKNOW + + + + + ANSI + + + + + MAC + + + + + IBMPC_437 + + + + + IBMPC_850 + + + + + IBMPC_860 + + + + + IBMPC_861 + + + + + IBMPC_863 + + + + + IBMPC_865 + + + + + SYSTEM + + + + + SYMBOL + + + + + + + Specifies the pitch of the font. + + + + + DONTKNOW + + + + + FIXED + + + + + VARIABLE + + + + + + + Specifies the character width. Depending on the specified width, + a font that supports this width may be selected. [UNIT=%]. + + + + + Specifies the thickness of the line. + + + + + Specifies if there is a character slant (italic). + + + + + NONE + + + + + OBLIQUE + + + + + ITALIC + + + + + DONTKNOW + + + + + REVERSE_OBLIQUE + + + + + REVERSE_ITALIC + + + + + + + Specifies the type of underline. + + + + + NONE + + + + + SINGLE + + + + + DOUBLE + + + + + DOTTED + + + + + DONTKNOW + + + + + DASH + + + + + LONGDASH + + + + + DASHDOT + + + + + DASHDOTDOT + + + + + SMALLWAVE + + + + + WAVE + + + + + DOUBLEWAVE + + + + + BOLD + + + + + BOLDDOTTED + + + + + BOLDDASH + + + + + BOLDLONGDASH + + + + + BOLDDASHDOT + + + + + BOLDDASHDOTDOT + + + + + BOLDWAVE + + + + + + + Specifies the type of strikeout. + + + + + NONE + + + + + SINGLE + + + + + DOUBLE + + + + + DONTKNOW + + + + + BOLD + + + + + SLASH + + + + + X + + + + + + + Specifies the rotation of the font. [UNIT=degree]. + + + + + Specifies if a kerning table is available (for requesting). For + selecting, specifies if the kerning table is to be used. + + + + + Specifies if only words get underlined. + + + + + Specifies the technology of the font representation. + + + + + DONTKNOW + + + + + RASTER + + + + + DEVICE + + + + + SCALABLE + + + + + + + + Contains settings for the font replacement. + + + + Contains the name of font that is to be replaced. + + + + + Contains the name of the replacing font. + + + + + Determines if the font pair replacement is applied on the + screen. + + false + + + + Determines if the font pair replacement is applied on the + printer. + + false + + + + + Use LogicalGraphicSize instead of this. + Specifies the size of a graphic. [UNIT=1/100 mm]. + + + + Specifies the width of graphic. [UNIT=1/100 mm]. + + + + + Represents the highest value that can be entered in the + dialog. + + + + + Represents the lowest value that can be entered in the + dialog. + + + + 10000 + + + + Specifies the height of graphic. [UNIT=1/100 mm]. + + + + + Represents the lowest value that can be entered in the + dialog. + + + + + Represents the highest value that can be entered in the + dialog. + + + + 10000 + + + + + Specifies the logical size of a graphic. [UNIT=1/100 mm]. + + + + Specifies the logical width of a graphic. + [UNIT=1/100 mm]. + + + + + Represents the lowest value that can be entered in the + dialog. + + + + + Represents the highest value that can be entered in the + dialog. + + + + 10000 + + + + Specifies the logical height of graphic. [UNIT=1/100 mm]. + + + + + Represents the lowest value that can be entered in the + dialog. + + + + + Represents the highest value that can be entered in the + dialog. + + + + 10000 + + + + + Replaced by + org.openoffice.Office.Embedding/ObjectName. + Deprecated + + + + + Deprecated + + + + + + Deprecated + + + + + + Specifies an entry of the recovery list which is then used by + CrashGuard to save information about the last opened files. + + + + Specifies an URL that should be recovered after the next Office + start. + + + + + Specifies a filter that should be used to open the document + referenced by the URL property. + + + + + Contains the name of the temporary file which represents the + document. + + + + + + Contains the characters (so called forbidden characters) that are + not allowed at the beginning or end of a line. + + + + Contains the characters that are not allowed at the beginning of + a line. + + + + + Contains the characters that are not allowed at the end of a + line. + + + + + + Stores an association between a numeric value and a name. + + + + Specifies a name that is associated with a counter. + + + + + Specifies a number that is associated with a name. + + + + + + Use cfg package Jobs instead of this. + Use cfg package Jobs instead of this. + + + + Use cfg package Jobs instead of this. + + + + + Use cfg package Jobs instead of this. + + + + + Use cfg package Jobs instead of this. + + + + + Use cfg package Jobs instead of this. + + + + + + All Certificate information needed to handle and identify the + signature. + + + + Subject name of Certificate. + + + + + Serial Number of Certificate. + + + + + Raw of Certificate. + + + + + + specifies, on a per-application-type basis, certain defaults for + layouting form controls + + + + specifies the default visual effect for form controls + + + + + specifies no special visual effect + + + + + specifies a flat appearance + + + + + specifies a 3D appearance + + + + + + + specifies whether the controls should use dynamic border + coloring, if possible. Dymamic border coloring means that when the + mouse is hovered over a control, and when a control receives the + focus, this is indicated with special border colors. + + false + + + + controls whether form controls, when they render their text, use + the same metrics as the document does. If this is set to <true>, + then the control text's appearance better matches the text in the + surrounding document.</p> <p>Technically, documents use a + reference device for formatting, which usually has a higher resolution + than the actual output device. The option decides whether form + controls should use the same reference device as the surrounding + document. However, some of OOo's document implementations do not + properly use their reference device in all situations, in which case + the option might better be disabled.<p> + + true + + + + + Stores registration data which is related to a specific product + version. + + + + An instance UUID associated with the product version ID. + + + + + + + + + Contains internal MSExport settings that are common for all + apps. + + + + Specifies if an old (5.0 format) way instead of a new one (6.0 + OLE embedded document) should be used for export of inplace objects in + case MS-filters are not used for them. + + false + + + + + Contains a description of the persistent password + container. + + + + Specifies if passwords can be stored persistently. + + false + + + + Specifies if there is a valid master password. + + false + + + + Contains the master password encrypted by itself. + + + + + + Contains a list of passwords encoded with the master + password. + + + + + Contains a list of URLs that should be accessed using system + credentials of the user. + + + + + + Specifies settings for the 3D engine. + + + + + + + Specifies if dithering is used to display more colors with few + colors available. + + + true + + + + + + + Specifies if 3D graphics from Draw and Impress will be displayed + on the user's system using an OpenGL capable hardware. If the system + does not have an OpenGL capable hardware, this setting will be + ignored. The 3D display is always done per software. + + + false + + + + + + + Specifies whether all geometry data will be simultaneously + transferred in an array to the graphic driver. Not every graphic + driver correctly supports this OpenGL capability. For this reason, + this option can be deactivated in case of presentation errors of 3D + output. All geometry data will be then transferred as single + components. This option is only available if OpenGL is used, otherwise + it is disabled. + + + true + + + + + + + Specifies interaction with full display. If a 3-D object is + rotated or moved, the full display is rotated or moved and not a grid + frame. + + + false + + + + + Contains settings related to dictionaries. + + + + Specifies a repository URL where users can download additional + dictionaries. + + + + + + + Specifies settings for the Drawinglayer. + + + + Specifies if the Overlay pane is allowed to use an own buffer. + If on, Overlay is fast but a buffer (graphics memory) is used. If off, + Overlay is slow, but no Buffer is needed. This is the global switch + which will enable/disable overlay for all Applications. This is the + global switch for the whole office. + + + true + + + + Similar to OverlayBuffer, but only for Calc Application + + + true + + + + Similar to OverlayBuffer, but only for Writer Application + + + true + + + + Similar to OverlayBuffer, but only for Draw/Impress + Applications + + + true + + + + Specifies if the Application Repaint shall use a buffer for + Pre-Rendering. If on, screen flicker is greatly reduced and remote + display is fast, but a buffer (graphics memory) is needed. If off, + screen flicker will occurr and remote display is slow, but no buffer + is needed. This is the global switch for the whole office. + + + true + + + + Similar to PaintBuffer, but only for Calc Application. + PaintBuffer is the global switch. + + + true + + + + Similar to PaintBuffer, but only for Writer Application. + PaintBuffer is the global switch. + + + true + + + + Similar to PaintBuffer, but only for Draw/Impress Applications. + PaintBuffer is the global switch. + + + true + + + + Specifies the first one of two colors used from overlay to + display striped lines as helplines. Default is black. + + + 0 + + + + Specifies the second one of two colors used from overlay to + display striped lines as helplines. Default is white. + + + 16777215 + + + + Specifies the length in pixels of a single stripe used from + overlay to display striped lines as helplines. Default is four. + + + 4 + + + + Specifies the maximum allowed Paper Width for page definitions + in cm. Default is 3m, i.e. 300 cm. When this is changed to higher + values, it is done on own risk. + + + 300 + + + + Specifies the maximum allowed Paper Height for page definitions + in cm. Default is 3m, i.e. 300 cm. When this is changed to higher + values, it is done on own risk. + + + 300 + + + + Specifies the maximum allowed Left Margin for the page + definitions in 1/100th cm. + + + 9999 + + + + Specifies the maximum allowed Right Margin for the page + definitions in 1/100th cm. + + + 9999 + + + + Specifies the maximum allowed Top Margin for the page + definitions in 1/100th cm. + + + 9999 + + + + Specifies the maximum allowed Bottom Margin for the page + definitions in 1/100th cm. + + + 9999 + + + + This switch allows to switch DrawingLayer based views to be + rendered using AntiAliasing or not. Of course this takes only effect + when AntiAliasing is supported for the System OOo is running + on. + + + true + + + + This switch allows to enhance visualisation of graphics which + use Horizontal or Vertical Hairlines combined with AntiAliased mode + (e.g. in 2D charts). When not used, those lines will be AntiAliased as + everything else. Since this is not pleasing for the eye, this option + allows to force those lines to snap to discrete points (pixels) when + activated and thus avoids AntiAliasing of pure Horizontal or Vertical + Hairlines. + + + true + + + + This switch determines if the decorations of decorated text + portions (e.g. underline, strike through) are rendered using VCL + direct rendering or if the primitive is decomposed into simple text + and the corresponding geometrical representations of the decorations. + Default is true since VCL's usage of the diverse System's hinting + possibilities for decorations is useful. + + + true + + + + This switch determines if simple text is directly rendered using + VCL or not. If not, the simple text is decomposed into PolyPolygons + which will be painted then. Default is true, since VCL will use the + hinting for font rendering on the diverse supported systems, which + gives better quality than rendering the text as Polygons. + + + true + + + + This switch decides if Interactions in the DrawingLayer are + visualized using Wireframe or Full-Object previews. If false, only + Wireframe will be used. If true, Full-Object preview which gives a + much better feedback about the object interaction will be used. This + mode is used for modification and creation of objects. During + interaction, a geometric copy of the object(s) is shown with 50% + transparence in the foreground. That copy shows exactly what You will + get when You end the interaction. + + + true + + + + This defines a Limitation for the default raster conversion from + 3D Scenes to Bitmaps. The number is the maximum number of pixels to + use, e.g. 1000x1000 Pixels is allowed as default. When Scenes would + need more Pixels than this, the Bitmap will be limited and scaled to + the needed pixel size at paint time. + + + 1000000 + + + + This defines a Limitation for the default raster conversion of + FormControls in edit mode. These have the ability to be displayed + using this fallback to Bitmaps. The number is the maximum number of + pixels to use, e.g. 300x150 Pixels is allowed as default. When + FormControls would need more Pixels than this, the Bitmap will be + limited and scaled to the needed pixel size at paint time. + + + 45000 + + + + This switch defines if the selections in the applications (text + or cells) are visualized using inverse (XOR) when set to false (the + old selection method, also used when in HighContrast mode) or a + transparent overlay selection using the system's selection + color. + + + true + + + + Specifies the degree of transparence to be used when transparent + selection is used. The value is a percent value. Since neither no + transparence nor complete transparence makes sense, the value is + limited to a range of 10% - 90%. If the given value is outside this + range, it is cropped to it. + + + 75 + + + + Specifies the maximum allowed luminance the system's selection + color may have. When the colorfetched from the system is brighter + (luminacne is bigger), it will be scaled to a luminance of exactly + this given value. + + + 70 + + + + + Contains miscellaneous settings for the auto correction. + + + + + + + Specifies if the replacement table should be used to replace + letter combinations with defined text + + + true + + + + + + + Specifies if two initial capitals should be corrected + automatically. + + + true + + + + + + + Specifies if the letter at the beginning of a sentence should be + capitalized automatically. + + + true + + + + + + + Specifies if text should be formatted in bold or underlined when + the corresponding characters are entered (*bold*, _underline_). + + + true + + + + + + + Specifies if character strings which could represent an URL + should be converted to a hyperlink. + + + true + + + + + + + Specifies if ordinal numbers should be displayed with raised + endings. + + + true + + + + + + + Specifies if minus signs should be replaced by dashes + automatically. + + + true + + + + + + + Adds a non-breaking space before the characters :;!? in + french. + + + true + + + + + + + Specifies if multiple spaces should be combined into one. + + + false + + + + + Specifies whether or not to correct accidental use of CAPS lock + key. + + + true + + + + + + + Specifies if single quotes should be replaced. + + + false + + + + + + + Specifies the start single quote. + + + + + + + + + Specifies the end single quote. + + + + + + + + + Specifies if double quotes should be replaced. + + + true + + + + + + + Specifies the start quote. + + + + + + + + + Specifies the end quote. + + + + + + Contains settings to apply replacement rules and + exceptions. + + + + + + + Specifies if defined words with two initial capital letters + should not be included in the AutoCorrect replacement. + + + true + + + + + + + Specifies if defined abbreviations should be taken into + account to exclude a preceding capital letter. + + + true + + + + + + Specifies cache related options. + + + + Specifies the cache related options for the drawing + engine. + + + + + + + Determines the maximum number of OLE objects that can be held + in RAM for drawings, presentations and inserted drawing objects. The + fewer OLE objects contained in RAM, the more space is available for + other functions. The more OLE objects in RAM, the faster you can + page through the objects since they do not always need to be loaded + from the hard drive. + + 20 + + + + + Specifies the cache related options for Writer. + + + + + + + Determines the maximum number of OLE objects that can be held + in RAM for the writer. The fewer OLE objects contained in RAM, the + more space is available for other functions. The more OLE objects in + RAM, the faster you can page through the objects since they do not + always need to be loaded from the hard drive. + + 20 + + + + + Specifies a group of graphic manager cache options. + + + + + Specifies the maximum cache size for all graphical display + objects. + + + 22000000 + + + + Specifies the maximum cache size for a single graphic display + object. + + + 5500000 + + + + Specifies the time in seconds after which a cached object is + freed from the cache. + + + 600 + + + + + + + + + Contains the current and default path settings used by the + Office. + + + + Contains various properties information purpose only. + + + + A flag which is set by the tools options dialog whenever a + user changed the work path. + + true + + + + + Contains the global path settings, mainly those of the Options + dialog. + + + + Specifies the directory that contains spreadsheet add-ins + which use the old add-in API. + + $(progpath)/addin + + + + Specifies the settings of the AutoCorrect dialog. + + + $(insturl)/$(share_subdir_name)/autocorr + $(userurl)/autocorr + + + + + Contains the directory which contains the AutoText + modules. + + + $(insturl)/$(share_subdir_name)/autotext/$(vlang) + $(userurl)/autotext + + + + + Stores the automatic backup copies of documents. + + $(userurl)/backup + + + + Contains the Basic files, which are used by the + AutoPilots. + + + $(insturl)/$(share_subdir_name)/basic + $(userurl)/basic + + + + + Contains the bitmap files which can be used for menu and + toolbar icons. + + $(insturl)/$(share_subdir_name)/config/symbol + + + + Contains the configuration files. This value cannot be changed + through the user interface. + + $(insturl)/$(share_subdir_name)/config + + + + Contains the provided dictionaries. + + $(insturl)/$(share_subdir_name)/wordbook + + + + Specifies the path to save folder bookmarks. + + $(userurl)/config/folders + + + + Specifies the directory where all the filters are + stored. + + $(progpath)/filter + + + + Specifies the directory which contains the Gallery database + and multimedia files. + + + $(insturl)/$(share_subdir_name)/gallery + $(userurl)/gallery + + + + + Specifies the directory that is displayed when the dialog for + opening a graphic or for saving a new graphic is called. + + $(userurl)/gallery + + + + Specifies the path to the Office help files. + + $(instpath)/help + + + + Contains the files that are necessary for the + spellcheck. + + $(insturl)/$(share_subdir_name)/dict + + + + Contains the Office modules. + + $(progpath) + + + + Specifies the path to the palette files *.SOB to *.SOF + containing user-defined colors and patterns. + + $(userurl)/config + + + + Specifies the directory in which the plugins are saved. + + + $(progpath)/plugin + + + + + Without replacement. + Specifies the location where misc data are stored. + + $(userpath)/store + + + + Replaced by + org.openoffice.Office.Paths/Temp + Specifies the base directory used by the Office to store temp + files. + + + + + + Specifies the templates originate from these folders and + sub-folders. + + + $(insturl)/$(share_subdir_name)/template/$(vlang) + $(insturl)/$(share_subdir_name)/template/common + $(userurl)/template + + + + + Specifies additional folders containing a global user + interface configuration. The final user interface configuration is + merged from UserConfig and from these folders. + + + $(insturl)/$(share_subdir_name)/config + + + + + Specifies the folder with the user settings. + + $(userurl)/config + + + + Contains the custom dictionaries. + + $(userurl)/wordbook + + + + Specifies the path of the work folder, which can be modified + according to the user's needs. The path specified here can be seen + in the Open or Save dialog. + + $(work) + + + + + Contains the default values of all the paths, which can be + modified according to the user's needs. They are used when pressing + the Standard-button in the Options dialog. + + + + Specifies the default directory that contains spreadsheet + add-ins which use the old add-in API. + + $(progpath)/addin + + + + Specifies the default directory for the settings of the + AutoCorrect dialog. + + + $(insturl)/$(share_subdir_name)/autocorr + $(userurl)/autocorr + + + + + Specifies the default directory where the AutoText modules are + located. + + + $(insturl)/$(share_subdir_name)/autotext/$(vlang) + $(userurl)/autotext + + + + + Specifies the default directory for the automatic backup + copies of documents. + + $(userurl)/backup + + + + Specifies the default directory where the Basic files, used by + the AutoPilots, are located. + + + $(insturl)/$(share_subdir_name)/basic + $(userurl)/basic + + + + + Specifies the default directory where the bitmap files, which + can be used for the menu and toolbar icons, are located. + + $(insturl)/$(share_subdir_name)/config/symbol + + + + Specifies the default directory where the configuration files + are stored. + + $(insturl)/$(share_subdir_name)/config + + + + Specifies the default directory where the provided + dictionaries are located. + + $(insturl)/$(share_subdir_name)/wordbook/$(vlang) + + + + Specifies the default directory where folder bookmarks are + stored. + + $(userurl)/config/folders + + + + Specifies the default directory where all the filters are + stored. + + $(progpath)/filter + + + + Specifies the default directory where the Gallery database and + multimedia files are located. + + + $(insturl)/$(share_subdir_name)/gallery + $(userurl)/gallery + + + + + Specifies the default directory used by the dialog for opening + a graphic or for saving a new graphic. + + $(userurl)/gallery + + + + Specifies the default directory where Office help files are + located. + + $(instpath)/help + + + + Specifies the default directory where the files that are + necessary for the spellcheck are saved. + + $(insturl)/$(share_subdir_name)/dict + + + + Specifies the default directory which contains the Office + modules. + + $(progpath) + + + + Specifies the default directory for the palette files *.SOB to + *.SOF containing user-defined colors and patterns. + + $(userurl)/config + + + + Specifies the default directory where the Office plugins are + located. + + + $(progpath)/plugin + + + + + Specifies the default directory that is used as a base + directory for all temporary Office files. + + $(temp) + + + + Specifies the default directory where all provided templates + are located in folders and sub-folders. + + + $(insturl)/$(share_subdir_name)/template/$(vlang) + $(insturl)/$(share_subdir_name)/template/common + $(userurl)/template + + + + + Specifies the default directories for the global user + interface configuration. The final user interface configuration is + merged from UserConfig and from these folders. + + + + + + Specifies the default directory which stores the user + settings. + + $(userurl)/config + + + + Specifies the default directory which stores the custom + dictionaries. + + $(userurl)/wordbook + + + + Specifies the default working directory where user stores + documents. + + $(work) + + + + + + Contains some common settings for fonts. + + + + Contains settings for the font substitution. + + + + + + + Determines if the list of font replacements is applied or + not + + + false + + + + + + + Specifies a substitution of the requested font, even if this + font is available on the user's system. + + + + + + Contains the settings for the font selection box in the object + bar. + + + + + + + Contains the last five fonts, which are shown on the top of a + list, beginning with the last one. This list will be displayed on + the font-name-box of the object bar. + + true + + + + + + + Specifies that the names of the selectable fonts will be + displayed with this font. + + true + + + + + Specifies the font name and height used in HTML source + view + + + + Specifies the name of the font that is used in source views + (HTML source view or BASIC IDE) + + + + + Specifies the height, in points, of the font that is used in + source views (HTML source view or BASIC IDE) + + 10 + + + + Specifies whether only non-proportional font should be + presented on the dialog page. + + true + + + + + + Specifies Gallery options. + + + + + + Contains information about configurable menus. + + + + Contains all entries of new menu. + + + + + Contains all entries of wizard menu. + + + + + Contains all help bookmarks. + + + + + + + Contains history information. + + + + Describes the range and current size of the help bookmark + history list. + + + + + Defines the minimum range of the help bookmark history + list. + + + + + Defines the maximum range of the help bookmark history + list. + + + + 10000 + + + + Describes the range and current size of the history list. + + + + + Defines the min range for the history size. + + + + + Defines the max range for the history size. + + + + 100 + + + + + Describes the range and current size of the picklist shown + inside the menu. + + + + + Defines the min range for the picklist size. + + + + + Defines the max range for the picklist size. + + + + 10 + + + + Contains the most recently opened help documents. + + + + + Contains the most recently opened documents. + + + + + + Contains the most recently used documents displayed in the file + menu. + + + + + + Contains settings which are used during the Office startup to + check for unfinished work. + + + + Specifies that If this option is set to true, the new + development chart library is used instead of the standard one. Do not + set this option to true unless you know exactly what to do. This new + library will be unstable and incomplete most of the time. This flag + will be removed when the new library is in a stable state. + + false + + + + Contains the documents that were opened when the office + crashed. + + + + + + Contains general settings about the saving process. + + + + + + + Specifies if the all open windows and documents should be saved. + If set to true, the URLs of all open documents and all view properties + of all open views are saved when terminating the application. + + + false + + + + Contains settings which specify how documents are saved. + + + + + Saves OOo 6.0 XML file documents unpacked into a directory. + Documents are represented by the directory content and not by a + single file. + + + false + + + + + + Specifies if the user's name should be written into the + Properties dialog of the document when saving the document. + + + true + + + + + + + Specifies whether all modified documents are automatically + saved in a time interval. + + + false + + + + + + + Specifies whether to create a backup copy when a modified + document is saved. + + + false + + + + + + + Specifies if the document properties dialog will be opened for + editing every time a document is saved under a new filename. + + + false + + + + + + + Shows a prompt during AutoSave,even when the document has a + filename. + + + true + + + + + + + Specifies the AutoSave time interval in minutes. + + + + + + Specifies that the minimum time interval is 1 + minute. + + + + + Specifies that the maximum time interval is 60 + minutes. + + + + 15 + + + + + + + Saves view properties of last active document view when saving + a document. + + + true + + + + + + Specifies if files saved in the OOo 6.0 XML file formats + should be in pretty printing format. Saving and loading the document + takes more time in pretty printing format. + + + false + + + + + Specifies if a warning message is shown if a file is going to + be saved to an alien format. + + + true + + + + If the option is set, every time a user triggers a plain Save + operation, SaveAs operation with possible additional user + notifications will be started. + + false + + + + If the value is "true", then the ODF that is saved by + OpenOffice.org will be backward compatible to previous minor + versions. + + true + + + + + Specifies if the printer settings will be loaded with the + document. + + true + + + + + Contains settings on how graphics contained in a document should + be saved. + + + + + + + Specifies how graphics contained in a document are + saved. + + + + + + Normal + + + + + Compressed + + + + + Original format + + + + 1 + + + + + Specifies how URLs in documents should be processed during + save. + + + + + + + Specifies whether URLs in documents should be saved relative + to the file system. + + + true + + + + + + + Specifies if URLs in documents should be saved relative to the + Internet. + + + true + + + + + Specifies ODF settings. + + + + + Specifies the default ODF version for saving documents. + + + + + ODFVER_UNKNOWN + + + + + ODFVER_010 + + + + + ODFVER_011 + + + + + ODFVER_012 + + + + + ODFVER_LATEST + + + + 3 + + + + Specifies whether SHA1 algorithm instead of SHA256 should be + used in ODF12 for StartKey and Checksum generation during + encryption. + + false + + + + Specifies whether Blowfish algorithm instead of AES should be + used in ODF12 for encryption. + + false + + + + + + Contains settings regarding the loading of documents. + + + + + Specifies whether the user defined configuration settings are + loaded together with the document. + + + true + + + + Specifies whether the office update dialog should be shown in + case the loaded document has newer ODF version than the maximal + supported one. + + true + + + + + Contains security specific Office settings. + + + + Contains security settings regarding Basic scripts. + + + + + + + Lists all trustworthy URLs: file: All scripts from the local + file system including a LAN; private:explorer: Scripts from the + Explorer; private:help: Scripts in the help system; private:newmenu: + Scripts that are executed by the commands File-New and AutoPilot; + private:schedule: Scripts of the scheduler; private:searchfolder: + Scripts of the searchfolder; private:user: Scripts that are entered + in the URL field. + + + + + + + + + Determines how Office Basic scripts should be handled. + + + + + Never + + + + + According to Path List + + + + + Always + + + + 1 + + + + Specifies whether execution of plugins found inside a document + is allowed. + + true + + + + Specifies whether a warning box should be displayed before + executing a script. + + false + + + + Specifies whether the user must confirm before a basic script + can be executed. + + true + + + + Specifies wether to warn when saving or sending documents with + personal/hidden data. + + false + + + + Specifies wether to warn when signing documents with + personal/hidden data. + + true + + + + Contains the path to the users NSS certificate directory. + + + + + Specifies wether to warn when printing documents with + personal/hidden data. + + false + + + + Specifies wether to warn when creating PDF documents with + personal/hidden data. + + false + + + + Specifies wether to remove personal information on + saving. + + false + + + + Specifies wether to recommend password protection when saving + documents. + + false + + + + Specifies whether ctrl-click is required to follow + hyperlinks. + + true + + + + Level of Macro security. + + + + + Lowest level. + + + + + Highest level. + + + + 2 + + + + Specifies whether the macro execution is disabled in general. + If it is set to true, the "MacroSecurityLevel" is ignored. If it is + set to false, the mentioned entry specified the level of macro + security. + + false + + + + List with trusted authors. + + + + + + + Contains window and dialog settings. + + + + + + + Specifies the scaling only of the screen representation + [UNIT=%]. + + + + + + Specifies the minimum range of the scaling. + + + + + Specifies the maximum range of the scaling. + + + + 100 + + + + Contains settings to change new document window behavior. + + + + Every new document window will be forced to front and grabs + the focus. + + false + + + + + Contains settings on how the application window should be + displayed. + + + + + + Specifies whether the application window should be opened in + Fullscreen mode. + + false + + + + + + Specifies the preferred view of the application window. + + + + + Use last setting + + + + + Show in task bar + + + + + Open in Fullscreen mode + + + + 0 + + + + + Contains settings which specify how dialogs and toolbars should + be displayed. + + + + + + + Specifies whether toolbar buttons should be drawn large or + small. True means large. + + + false + + + + + + + Specifies whether toolbox buttons should be drawn with a flat + or 3D design. True means flat design. + + + true + + + + + + + Determines the automatic mouse positioning on dialogs: 0 - + Default button 1 - Dialog center 2 - No automatic positioning + + + + + + Snap To Button + + + + + Snap To Middle + + + + + No Snap + + + + 2 + + + + + + Determines the action assigned to the middle mouse button: 0 - + No action 1 -Auto scroll 2 - Paste selection. + + + + + + No action + + + + + Auto scroll + + + + + Paste selection + + + + 1 + + + + + Contains localization specific settings. + + + + + + Specifies if shortcuts are assigned automatically. + + + + + + + Specifies the percentage for enlarging controls. + + + + + Specifies the upper limit for enlarging the controls is + 100%. + + + + + Specifies the upper limit for enlarging the controls is + 100%. + + + + + + + + Contains menu view settings. + + + + + + + Shows all deactivated menu entries. Menu commands that are + normally not necessary are hidden by default. + + true + + + + Indicates whether icons in the office menus should + shown/hidden by following the System theme. + + true + + + + + + Indicates whether icons in the office menus should be + displayed. + + true + + + + + + + Specifies automatic selection while moving the mouse over a + menu (True). + + + true + + + + + Contains settings for general windows used by the Office. + + + + + + + Specifies the representation of the window while + dragging. + + + + + + With window contents + + + + + Frame only + + + + + From system settings + + + + 2 + + + + + + + + Deprecated. + + + + + + + + + Deprecated. + + + + + + + + + + + Deprecated. + + false + + + + + + + + Deprecated. + + + + + ZoomIn + + + + + Small + + + + + ForceDock + + + + + AutoHide + + + + + Task + + + + + CantGetFocus + + + + + + + + + + + Deprecated. + + + + + + + + + Specifies the properties of window containers for docked + windows. + + + + + + + + Deprecated. + + + + + + + + + + + Deprecated. + + + + + + + + Deprecated. + + + + + Stick/Hidden + + + + + Floating/Hidden + + + + + Stick/Visible + + + + + Floating/Visible + + + + + + + + Deprecated. + + + + + + + + + Deprecated. + + + + + + + + + Font antialiasing properties + + + + Specifies font antialiasing properties + + + true + + + + Specifies an additional limit if Font Antialiasing is enabled. + Fonts that are smaller than the specified limit are not + anti-aliased. + + + 8 + + + + + + Contains the settings regarding the undo operation in the + Office. + + + + + + + Specifies how many operations can be undone in a row. + + + + + + Specifies the lowest number of undo steps possible. + + + + + Specifies the highest number of undo steps possible. + + + + 100 + + + + + Specifies options related to the setup. + + + + Specifies options related to the installed languages. + + + + + + + Contains the installed Office languages for the menus and + dialogs. + + + + + + + Specifies options related to printing. + + + + + Specifies if printing a document can modify a document due to + reformatting + + + false + + + + Contains settings for print specific warnings. + + + + + + + Specifies if a warning should be displayed in case the + printout requires a specific paper size + + + false + + + + + + + Specifies if a warning should be displayed in case the + printout requires a specific paper orientation + + + false + + + + + + + Specifies if a warning should be displayed in case the printer + defined in the document was not found + + + false + + + + + Specifies if a warning should be displayed in case the + printout contains transparent objects. + + + true + + + + + Specifies the options related to printing. + + + + Specifies the options related to printing. + + + + + Indicates whether to ignore transparency for the output of + objects. + + + false + + + + + Specifies type of transparency reduction: 0 - Automatically + determine reduction, 1 - Always disabled. + + + 0 + + + + + Indicates whether to reduce memory usage for output of + gradients by limiting the number of gradient steps. + + + false + + + + + Specifies type of gradient reduction: 0 - reduce the number + of stripes, 1 - reduce to color. + + + 0 + + + + + Specifies the maximum number stripes used for output of + gradients. + + + 64 + + + + + Indicates whether to reduce the memory usage of bitmaps for + print process by limiting the resolution. + + + false + + + + + Specifies type of bitmap reduction: 0 - Automatically + determine optimal resolution, 1 - Use original resolution, 2 - + User defined resolution. + + + 1 + + + + + Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 - + 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI. + + + 3 + + + + + Indicates whether to reduce the resolution of automatically + created substitution bitmaps of transparent objects. + + + true + + + + + Indicates whether to create only grayscale output of all + objects. + + + false + + + + + Indicates whether PDF should be the Standard Print Job + format + + + true + + + + + Specifies the options for printing to a file. + + + + + + Indicates whether to ignore transparency for the output of + objects. + + + false + + + + + Indicates the type of transparency reduction: 0 - + Automatically determine reduction, 1 - Always disabled. + + + 0 + + + + + Indicates whether to reduce memory usage for output of + gradients by limiting the number of gradient steps. + + + false + + + + + Indicates the type of gradient reduction: 0 - Reduce the + number of stripes, 1 - Reduce to color. + + + 0 + + + + + Specifies the maximum number stripes used for output of + gradients. + + + 64 + + + + + Indicates whether to reduce the memory usage of bitmaps for + the print process by limiting the resolution. + + + false + + + + + Specifies the type of bitmap reduction: 0 - Automatically + determine optimal resolution, 1 - Use original resolution, 2 - + User defined resolution. + + + 1 + + + + + Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 - + 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI. + + + 3 + + + + + Indicates whether to reduce the resolution of automatically + created substitution bitmaps of transparent objects. + + + true + + + + + Indicates whether to create only grayscale output of all + objects. + + + false + + + + + Indicates whether PDF should be the Standard Print Job + format + + + true + + + + + + + Contains settings specifying if a XML package is added to the + applications binary files. + + + + + + + Defines if a XML package is added to the Writer binary + files. + + + + + + + + Defines if a XML package is added to the Calc binary + files. + + + + + + + + Defines if a XML package is added to the Impress binary + files. + + + + + + + + Defines if a XML package is added to the Draw binary + files. + + + + + + Contains settings that specify the common help settings. + + + + Determines wether basic help should be shown. + + true + + + + Determines the locale for the help pages. + + + + + + + Determines the operating system on which the help system is + displayed. + + + + + + + + + Activates the Tip help. + + + true + + + + + + Activates the Extended help. + + + false + + + + Specifies the name of the stylesheet used to display help + content. + + Default + + + + Specifies the properties of the HelpAgent. + + + + Specifies whether the HelpAgent is enabled. + + + true + + + + Specifies the time-out value in seconds after which the + HelpAgent is closed automatically if ignored by the user. + + + 30 + + + + Specifies how often the user must ignore a given HelpAgent + topic until it is disregarded in the future (any requests for this + topic will be dropped silently). + + + 3 + + + + Contains the help URLs which have been ignored at least once + by the user, together with a counter of how often they have been + ignored. + + + + + + + Contains settings for the start center. + + + + Contains a string specifying the URL to be browsed for + additional features (e.g. extensions) + + + + + + Contains a string specifying the URL to be browsed for + information about the product + + + + + + Contains a string specifying the URL to be browsed for + additional template documents + + + + + + Contains a number deciding whether to show or hide buttons + with external links + + 0 + + + + + + Contains Java related settings. + + + + Contains Applet related settings. + + + + + + + Enables/disables Java applets in Office documents. + + + false + + + + + + Specifies the options related to the vectorization of + bitmaps. + + + + + + + Specifies the number of colors that are used to create a vector + graphic in Draw/Impress [UNIT=count]. + + + + + + Specifies that the lowest number that can be used to create + a vector graphic is 8. + + + + + Specifies that the lowest number that can be used to create + a vector graphic is 32. + + + + 8 + + + + + + + Specifies the number of pixels that you want to combine as a + single pixel when creating a vector graphic. + + + + + + Specifies the minimum value to reduce point is 0 + pixels. + + + + + Specifies the maximum value to reduce point is 32 + pixels. + + + + 0 + + + + + + + Indicates whether to create a tiled background before + vectorizing. + + + false + + + + + + + Specifies the extent of background tiles that are used for + vectorizing [UNIT=pixel]. + + + + + + Specifies that the minimum extent is 8 pixels. + + + + + Specifies that the maximum extent is 128 pixels. + + + + 32 + + + + + Specifies the options for images. + + + + + Specifies the color options for images. + + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 256 + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 10 + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 10 + + + + Specifies the RGB color options for images. + + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 10 + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 10 + + + + + + + + Deprecated. + + + + + + Deprecated. + + + + + Deprecated. + + + + 10 + + + + + + Specifies the effects options for images. + + + + + + + + + Deprecated. + + + + + + Deprecated + + + + + Deprecated + + + + + Deprecated + + + + + Deprecated + + + + 2 + + + + + + + + Deprecated. + + + false + + + + + + + + + Deprecated. + + + + + + Deprecated + + + + + Deprecated + + + + + Deprecated + + + + + Deprecated + + + + 2 + + + + + + + + Deprecated. + + + + + + Specifies that the minimum intensity is 0. + + + + + Specifies that the maximum intensity is 100. + + + + 10 + + + + + + Specifies settings for the date formats used. + + + + + + + Specifies the first year that can be entered using + two-digit-year date formats. + + + 1930 + + + + + Specifies default settings of Microsoft-, Graphic- and HTML + filters. + + + + Specifies default settings of Microsoft filters. + + + + Specifies default settings of Microsoft import filters. + + + + Specifies if convertible MathType OLE objects are converted + into Math objects. + + true + + + + Specifies if convertible WinWord OLE objects are converted + into Writer objects. + + true + + + + Specifies if convertible Excel OLE objects are converted + into Calc objects. + + true + + + + Specifies if convertible PowerPoint OLE objects are + converted into Impress objects. + + true + + + + Flag to control use of enhanced fields. + + true + + + + + Specifies default settings of Microsoft export filters. + + + + Specifies if embedded Math objects are converted into + MathType objects. + + true + + + + Specifies if embedded Writer objects are converted into + WinWord objects. + + true + + + + Specifies if embedded Calc objects are converted into Excel + objects. + + true + + + + Specifies if embedded Impress objects are converted into + PowerPoint objects. + + true + + + + Specifies if previews are created when saving PowerPoint + documents. + + true + + + + Specifies if previews are created when saving Excel + documents. + + false + + + + Specifies if previews are created when saving Word + documents. + + false + + + + + + Specifies default settings of graphic import and export + dialogs. + + + + Specifies default settings of graphic import dialogs. + + + + Specifies default settings of the PCD - Photo CD Base import + dialog. + + + + + + Specifies import resolution of PCD graphics. + + + + + + PCD-Base16, 192*128 PCD graphic. + + + + + PCD-Base4, 384*256 PCD graphic. + + + + + PCD-Base, 768*512 PCD graphic. + + + + 2 + + + + + + Specifies default settings of graphic export dialogs. + + + + Specifies the unit default that is used in the graphic + export dialog if exporting pixel graphics. + + + + + inches + + + + + cm + + + + + mm + + + + + points + + + + + pica + + + + + pixels + + + + + default (depends to the metric settings in + tools/options) + + + + -1 + + + + Specifies the unit default for the resolution that is used + in the graphic export dialog if exporting pixel + graphics. + + + + + pixels/inch + + + + + pixels/cm + + + + + pixels/meter + + + + 0 + + + + Specifies the logical width of a graphic. + [UNIT=1/100 mm]. + + + + + Represents the lowest value that can be entered in the + dialog. + + + + 96 + + + + Specifies the maximum raw graphic size in bytes up to which + the realtime preview is enabled, for fast computers this value may + be enlarged + + 4000000 + + + + Specifies the unit default that is used in the graphic + export dialog if exporting vector graphics. + + + + + inches + + + + + cm + + + + + mm + + + + + points + + + + + pica + + + + + default (depends to the metric settings in + tools/options) + + + + -1 + + + + Specifies default settings of the Windows Bitmap export + dialog. + + + + + + Specifies the number of colors that are to be used for the + export. + + + + + + Original + + + + + 1 bit, 1 bit threshold + + + + + 1 bit, 1 bit dithered + + + + + 4 bit, 4 bit grayscale + + + + + 4 bit, 4 bit color palette + + + + + 8 bit, 8 bit grayscale color + + + + + 8 bit, 8 bit color palette + + + + + 24 bit, 24 bit true color + + + + 0 + + + + + + + Specifies if Run-Length-Encoding should be used in the + export. + + + true + + + + + + + Specifies default settings of the EPS - Encapsulated + Postscript export dialog. + + + + Specifies if a preview graphic should be exported together + with the Encapsulated PostScript file. Due to the fact that most + programs can't render eps graphics, it is useful to provide a + preview that can be displayed as replacement. The preview + graphic will also be printed if the printer is not capable of + Postscript. + + + + + + None + + + + + TIFF + + + + + Interchange (EPSI) - 1 bit color resolution + + + + + TIFF and EPSI + + + + 0 + + + + Specifies the PostScript version that has to be used for + the EPS export. Because not every PostScript printer is capable + of version 2 PostScript, it is sometimes necessary to create + version 1 PostScript graphics. PostScript Level 1 does not + support color and bitmap compression. + + + + + + Version 1 PostScript + + + + + Version 2 PostScript + + + + 2 + + + + Specifies if color or grayscale format is used for the EPS + export. This option is not available for version 1 PostScript + files. + + + + + + Color format + + + + + Grayscale format + + + + 2 + + + + Specifies if bitmaps are exported by using the LZW (Lempel + - Ziv - Welch) compression algorithm. Compression is only + available for level 2 PostScript files. + + + + + + LZW compression + + + + + No compression + + + + 2 + + + + Specifies if glyph outlines are exported. They produce the + highest quality and it is the only possible way to create EPS + files that are CJK compliant. Not using glyphs will produce + smaller files, but it might lead to problems if not all fonts + are available during printing. + + + + + + Glyph outlines + + + + + No glyph outlines + + + + 0 + + + + + Specifies default settings of the GIF - Graphics Interchange + export dialog. + + + + + + + Specifies if graphics should be exported using interlace. + It is recommended for big pictures to activate interlace, so the + content can be displayed immediately when loading the + picture. + + + + + Deactivate + + + + + Activate + + + + 1 + + + + + + + Specifies if the graphic background is stored as + transparent. + + + + + No transparency + + + + + Transparency + + + + 1 + + + + + Specifies default settings of the JPEG - Joint Photographic + Experts Group export dialog. + + + + + + + Specifies quality of the JPG export. A higher value + results in higher quality and file size. + + + + + Represents lowest value that can be used. The lower + the value, the less good is the compression quality and the + bigger is be the file size. + + + + + Represents highest value that can be used. The higher + the value, the better is the compression quality and the + smaller is the file size. + + + + 75 + + + + + + + Specifies if graphics are exported using true color or + grayscale. + + + + + True colors + + + + + Grayscale + + + + 0 + + + + + Specifies default settings of the PBM - Portable Bitmap + export dialog. + + + + + + + Specifies if graphics are exported to binary- or ASCII + format. + + + + + Binary + + + + + ASCII + + + + 1 + + + + + Specifies default settings of the PGM - Portable Graymap + export dialog. + + + + + + + Specifies if graphics are exported to a binary- or ASCII + format. + + + + + Binary + + + + + ASCII + + + + 1 + + + + + Specifies default settings of the PPM - Portable Pixelmap + export dialog. + + + + + + + Specifies if graphics are exported to a binary- or ASCII + format. + + + + + Binary + + + + + ASCII + + + + 1 + + + + + Specifies default settings of the PNG - Portable Network + Graphic export dialog. + + + + + + + Specifies export compression settings which ranges from 0 + (no compression) to 9 (maximum compression). The calculating + time increases with an ascending compression value. + + + + + Represents lowest value that can be used. The lower + the value, the lower the compression quality and the larger + the file size. + + + + + Represents the highest value that can be used. The + higher the value, the higher the compression quality and the + smaller the file size. + + + + 6 + + + + + + + Specifies if graphics should be exported using interlace. + It is recommended for big pictures to activate interlace, so the + content can be displayed immediately when loading the + picture. + + + + + Deactivate interlace mode + + + + + Activate interlace mode + + + + 1 + + + + + Specifies default settings of SVG export dialog. + + + + Specifies if SVG Tiny profile should be used for + export. + + false + + + + Specifies if fonts should be embedded into SVG + file. + + true + + + + Specifies if text decoration like underlining and + strike-through be drawm by using SVG attributes (true) or by + drawing SVG primitives (false). + + true + + + + + + + Contains settings for HTML import/export. + + + + Contains settings for HTML import. + + + + + Specifies if numbers should be parsed according to the en-US + locale instead of the user's locale. + + + false + + + + + + + Specifies if unknown tags should be imported as + fields. + + + false + + + + + + + Specifies if font settings should be ignored when + importing. + + + false + + + + Specifies font size for HTML. + + + + + + + Specifies font size for HTML as Token Font 1. + + + 7 + + + + + + + Specifies font size for HTML as Token Font 2. + + + 10 + + + + + + + Specifies font size for HTML as Token Font 3. + + + 12 + + + + + + + Specifies font size for HTML as Token Font 4. + + + 14 + + + + + + + Specifies font size for HTML as Token Font 5. + + + 18 + + + + + + + Specifies font size for HTML as Token Font 6. + + + 24 + + + + + + + Specifies font size for HTML as Token Font 7. + + + 36 + + + + + + Contains settings for HTML export. + + + + + + + Specifies the browser for which the HTML export should be + optimized + + + + + + Html 3.2 + + + + + MSIE 4.0 + + + + + Netscape 3.0 + + + + + Writer + + + + + Netscape 4.0 + + + + 4 + + + + + + + Specifies if Office Basic instructions are considered when + exporting in HTML format. + + + false + + + + + + + Specifies if the print layout of the current document should + also be exported. + + + false + + + + + + + Specifies if graphics are copied to the Internet server when + uploading via FTP. + + + true + + + + + + + Specifies if a warning should be displayed to point out that + the available Basic macros will be lost when exporting in HTML + format. + + + true + + + + + Specifies the mimetype for the text encoding. + + + + + + + + Specifies default settings of PDF export dialog. + + + + + Specifies default settings of PDF export dialog. + + + + Use following properties instead: + UseLosslessCompression, Quality, UseResolutionReduction, + ResolutionReduction + Deprecated. + + 1 + + + + Specifies if graphics are exported to PDF using a lossless + compression eg. PNG or if they are compressed using the JPEG + format. + + false + + + + Specifies quality of the JPG export. A higher value results + in higher quality and file size. + + + + + Represents lowest value that can be used. The lower the + value, the less good is the compression quality and the bigger + is be the file size. + + + + + Represents highest value that can be used. The higher + the value, the better is the compression quality and the + smaller is the file size. + + + + 90 + + + + Specifies if the resolution of each image is reduced to the + resolution specified by the property MaxImageResolution. + + false + + + + If the property ReduceImageResolution is set to true all + images will be reduced to the given value in DPI. + + + + + 75 + + + + + 150 + + + + + 300 + + + + + 600 + + + + + 1200 + + + + 300 + + + + Determines if PDF are created by using special tags also + known as Tagged PDF. + + false + + + + Specifies if notes are exported to PDF. + + false + + + + Specifies if PDF automatically opens after export. + + false + + + + Specifies if bookmarks are exported to PDF. + + true + + + + Specifies how many bookmark levels should be opened in the + reader application when the PDF gets opened. + + -1 + + + + Specifies if notes pages are exported to PDF. (Notes pages + are available in Impress documents only). + + false + + + + Specifies slide transitions are exported to PDF. This option + is active only if storing Impress documents. + + true + + + + Specifies whether form fields are exported as widgets or + only their fixed print representation is exported. + + true + + + + Specifies the submitted format of a PDF form. + + + + + Specifies that forms type FDF is used. + + + + + Specifies that forms type PDF is used. + + + + + Specifies that forms type HTML is used. + + + + + Specifies that forms type XML is used. + + + + 0 + + + + Specifies whether multiple form fields exported are allowed + to have the same field name. + + false + + + + Specifies that automatically inserted empty pages are + suppressed. This option is active only if storing Writer + documents. + + true + + + + Specifies that a stream is inserted to the PDF file which + contains the original document for archiving purposes. + + false + + + + Specifies whether to hide the PDF viewer menubar when the + document is active. + + false + + + + Specifies whether to hide the PDF viewer toolbar when the + document is active. + + false + + + + Specifies whether to hide the PDF viewer controls when the + document is active. + + false + + + + Specifies that the PDF viewer window is opened full screen + when the document is opened. + + false + + + + Specifies that the PDF viewer window is centered to the + screen when the PDF document is opened. + + false + + + + Specifies that the PDF viewer window is opened full screen, + on top of all windows.. + + false + + + + Specifies that the title of the document, if present in the + document properties, is displayed in the PDF viewer window title + bar. + + true + + + + Specifies how the PDF document should be displayed when + opened. + + + + + Select the default viewer mode, neither outlines or + thumbnails. + + + + + The document is opened with outline pane opened + + + + + The document is opened with thumbnail pane opened + + + + 0 + + + + Specifies the action to be performed when the PDF document + is opened. + + + + + Opens with default zoom magnification. + + + + + Opens magnified to fit the entire page within the + window. + + + + + Opens magnified to fit the entire page width within the + window. + + + + + Opens magnified to fit the entire width of its boundig + box within the window (cuts out margins). + + + + + Opens with the zoom level specified in the Zoom + property. + + + + 0 + + + + specifies the zoom level a PDF document is opened with. Only + valid if "Magnification" is set to "4". + + 100 + + + + Specifies the page on which a PDF document should be opened + in the viewer application. + + 1 + + + + Specifies the page layout to be used when the document is + opened. + + + + + Display the pages according to the reader + configuration. + + + + + Display one page at a time. + + + + + Display the pages in one column. + + + + + Display the pages in two columns odd pages on the right, + to have the odd pages on the left the FirstPageOnLeft property + should be used as well. + + + + 0 + + + + Used with the value 3 of the PageLayout property above, true + if the first page (odd) should be on the left side of the + screen. + + false + + + + + Specifies what printing is allowed. + + + + + The document cannot be printed. + + + + + The document can be printed at low resolution + only. + + + + + The document can be printed at maximum + resolution. + + + + 2 + + + + Specifies the change allowed to the document. + + + + + The document cannot be changed. + + + + + Inserting deleting and rotating pages is allowed. + + + + + Filling of form field is allowed. + + + + + Both filling of form field and commenting is + allowed. + + + + + All the changes of the previous selections are + permitted, with the only exclusion of page extraction + (copy). + + + + 4 + + + + Specifies that the pages and the document content can be + extracted to be used in other documents (copy and paste). + + true + + + + Specifies that the document content can be extracted to be + used in accessibility applications. + + true + + + + + + Specifies the version of PDF to emit. + + + + + PDF 1.4 (default selection). + + + + + PDF/A-1 (ISO 19005-1:2005) + + + + 0 + + + + + + Specifies that the file system related hyperlinks (file:// + protocol) present in the document will be exported as relative to + the source document location. + + false + + + + Specifies the way the exported PDF will be viewed + (experienced) by the user. + + + + + Specifies that the PDF will be exported with all the + links external to the document treated as URI. This is the + Default + + + + + Specifies that the PDF will be exported in order to be + viewed through a PDF reader application only. Valid only if + not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to + 1). + + + + + Specifies that the PDF will be exported in order to be + viewed through an Internet browser, using the PDF plug-in + provided with it. The bookmark of the URI will be rendered + compatible with the target bookmark generated with OOo PDF + Export feature (see ExportBookmarksToPDFDestination, + below). + + + + 0 + + + + Specifies that the target documents with .od[tpgs] + extension, will have that extension changed to .pdf when the link + is exported to PDF. The source document remains untouched. + + false + + + + Specifies that the bookmarks contained in the source + OpenOffice.org file should be exported to the PDF file as Named + Destination (see PDF 1.4 section 8.2.1). + + false + + + + + + + + Determines the miscellaneous entries for the common group. + + + + Determines the maximum count of documents, which are allowed to + be open at the same time. NIL will be interpreted as infinite! + + + + + + + + Enables/Disables Plugins. + + + true + + + + Determines if the system's file and folder pickers should be + used. If false, the proprietary file/folder picker implementations + will be used. Relevant on platforms where file/folder picker + integration is implemented. + + true + + + + Allows to specify whether the OOo document file locking + mechanics should use the system file locking. + + true + + + + Allows to specify whether the OOo document file locking + mechanics should use the lock file for locking. + + true + + + + Allows to specify whether locking should be used at all. + Use this setting only for debugging purpose. + + true + + + + Determines if a warning dialog should be + displayed when a user checks the link checkbox in + the insert graphics dialog. + + true + + + + Determines if the system's print dialog should be used. If + false, the platform independent print dialog implementation will be + used. Relevant on platforms where print dialog integration is + implemented. + + false + + + + Disables the customization of the UI elements. + + false + + + + Determines if the user can save the document even when it's not + modified. + + false + + + + Determines if various experimental, and potentially unstable + features should be enabled in the user interface. + + false + + + + Determines if the experimental sidebar UI change should be enabled. + + false + + + + Determins if the limited, and awkward code producing + macro recorder should be enabled in the user interface. + + false + + + + + Specifies which size of the symbols is used for the + toolbars. + + + + + 16x16 pixel icons + + + + + larger icons + + + + 2 + + + + + Specifies which style of the symbols is used for the toolbars, + menus, etc. + + + + + Automatic, chosen according to the desktop + + + + + Default - the OpenOffice.org default theme + + + + + HiContrast + + + + + Industrial + + + + + Crystal - the KDE default theme + + + + + Tango - the Gnome default theme + + + + + Classic - the OpenOffice.org 2.0 default theme + + + + + Human - the Gnome default theme for Ubuntu + + + + + Tango Testing - used for testing by the design team + + + + + Sifr - an adaptation of the Gnome symbolic theme + + + + auto + + + + + Specifies whether we should use a Firefox Persona, ie. a + picture under the menu, toolbar, and status bar. + + + + + No - the user wants just the themed look, no Persona. + + + + + Default - the LibreOffice default Persona. + + + + + The user installed an own Persona, and wants to use that. + + + + default + + + + + Names of the header and footer images, and colors for text and + accent. When set, the value has form + "header.jpg;footer.jpg;#RGBTXT;#RGBACC". + + + + + + + Specifies which button style the toolbars should use. + + + + + 3D style + + + + + Flat style + + + + 1 + + + + Enables/Disables the usage of AutoPilots for form + controls. + + true + + + + Specifies if the office has never before been started. + + + true + + + + List of template repositories URLs bookmarked in the template manager dialog. + + + + + List of template repositories names bookmarked in the template manager dialog. + + + + + List of URLs of the places the user bookmarked in the file picker dialog. + + + + + List of names of the places the user bookmarked in the file picker dialog. + + + + + List of sample URLs of the CMIS servers in the place edition dialog. + + + + + List of names of the CMIS servers in the place edition dialog. + + + + + + contains settings for the form layer of the applications. + + + + specifies certain default layout settings for form controls. All + those settings can be overruled in concrete documents, they specify + creation-time defaults only. + + + + specifies certain default layout settings for form controls in + text documents + + + + + specifies certain default layout settings for form controls in + web pages + + + + + specifies certain default layout settings for form controls in + spreadsheet documents + + + + + specifies certain default layout settings for form controls in + drawing documents + + + + + specifies certain default layout settings for form controls in + presentation documents + + + + + specifies certain default layout settings for form controls in + XML form documents + + + + + specifies certain default layout settings for form controls in + database form documents + + + + + specifies certain default layout settings for form controls in + database text report documents. + + + + + + specifies settings for the property browser used for forms and + form controls. + + + + Enables or disables the property browser's access to + form/control properties which are not officially supported. + + false + + + + Enables or disables a help section at the bottom of the + property browser, which shows the help of the currently active + property. + + false + + + + + + Contains layout specific settings for Asian languages. + + + + + + + Determines the kerning of western text and/or punctuation inside + of Asian text. + + + true + + + + + + + Determines the type of character distance compression in Asian + text: 0 - no compression; 1 - compress punctuation only; 2 - compress + interpunction an japanese kana. + + + 0 + + + + Contains the characters at which lines are not allowed to begin + or to end. For each locale there is a separate entry with the locale + as its node name. + + + + + + + Contains all options for search. + + + + + + + Specifies search for whole words only. + + false + + + + + + + Specifies search backwards. + + false + + + + + + + Specifies search with the use of regular expressions. + + false + + + + + + + Specifies search for styles only. + + false + + + + + + + Specifies search with similarity. + + false + + + + + + + Specifies search as case sensitive. + + false + + + + + + + Specifies search with the use of CTL option. + + true + + + + + + + Specifies search with the use of Asian options. + + false + + + + + Specifies the divider label in case of a component-based search + extension. + + + + + + Specifies the label of the first component-based search + command. + + + + + + Specifies the label of the second component-based search + command. + + + + + + Specifies if search includes comments(SwPostItFields) + + false + + + + Contains search options for the Japanese language. + + + + + + + Does not distinguish between full-width and half-width + characters. + + true + + + + + + + Does not distinguish between hiragana and katakana + characters. + + true + + + + + + + Specifies search without distinguishing between characters + with diphthongs and double consonants and plain characters. + + true + + + + + + + Specifies search without distinguishing between minus signs, + dashes, and long vowel sounds. + + true + + + + + + + Specifies search without distinguishing between repeat + character marks. + + true + + + + + + + Specifies search without distinguishing between standard and + nonstandard ideography. + + true + + + + + + + Specifies search without distinguishing between standard and + nonstandard ideography. + + true + + + + + + + Specifies search without distinguishing between 'Di' and 'Zi' + or 'Du' and 'Zu'. + + true + + + + + + + Specifies search without distinguishing between 'Ba' and 'Va' + or 'Ha' and 'Fa'. + + true + + + + + + + Specifies search without distinguishing between 'Tsi', 'Thi' + and 'Chi' or 'Dhi' and 'Zi'. + + true + + + + + + + Specifies search without distinguishing between 'Hyu' and + 'Fyu' or 'Byu' and 'Vyu'. + + true + + + + + + + Specifies search without distinguishing between 'Se' and 'She' + or 'Ze' and 'Je'. + + true + + + + + + + Specifies search without distinguishing between 'Ia' and + 'Iya'. + + true + + + + + + + Specifies search without distinguishing between 'Ki' and + 'Ku'. + + true + + + + + + + Specifies search without distinguishing between punctuation + characters. + + true + + + + + + + Specifies search without distinguishing between characters + used as blank spaces, such as full-width spaces, half-width spaces, + and tabs. + + true + + + + + + + Specifies search without distinguishing between prolonged + sound marks. + + true + + + + + + + Specifies search without distinguishing between normal dots + and middle dots. + + true + + + + + + Specifies settings for the accessibility options. + + + + Enables the automatic detection of a high contrast mode set for + your desktop. Some OS' do not provide this option explicitly, but + allow the user to choose a color scheme that is HC-compliant + implicitly, which is recognized if the option is set. + + + false + + + + Enables the use of high contrast colors, instead of displaying + the normal/original WYSIWYG colors. + + + true + + + + Enables or disables the automatic time out of help tips. You can + specify a duration (n) of 1 to 99 seconds. If this option is + disabled, press the Esc key to dismiss the help tip. + + + true + + + + Enables or disables the automatic time out of help tips. You + can specify a duration (n) of 1 to 99 seconds. If this option is + disabled, press the Esc key to dismiss the help tip. + + + + + + Specifies the number of seconds to wait before displaying a + help tip. + + + + + Specifies the number of seconds to display a help + tip. + + + + 4 + + + + Indicates whether to allow the graphical animation in all SO/OO + applications (i.e. animated GIFs and objects in Impress during + presentation, animated graphical previews (Gallery, + Insert-Graphics-From File, Animation Tool in Impress.) + + + true + + + + Indicates whether to allow all textual animation like blinking + and scrolling in all SO/OO applications. + + + true + + + + Overrides all text color attributes set in a SO/OO document for + display only. + + + false + + + + Allows the user to change the UI font to the system + default. + + + true + + + + Indicates whether the cursor is displayed in read-only + texts. + + + false + + + + ALG + + Option to use EdgeBlending for previews in the UI (for ColorValueSet, ColorDropDown, FillStyle/LineStyle + previews, etc...). EdgeBlending will visualize a one pixel border on the preview object with interpolated + colors (default: TopLeft White, BottomRight Black) so that a nice 3D effect is shown. It is a percent + value describing how strong the effect shall be. The value 0% switches it off, while the value 100% will + cover the preview object's border completely with one pixel. Values in-between vill be alpha-blended with + the original preview image. + + + + 35 + + + + ALG + + This option controls how many lines of a ListBox will be shown as a maximum. If the ListBox has less lines, + all lines will be shown when opening the drop down content. If it has more lines, the visible number of + lines will be limited to this number. The value 0 disables this feature, negative values are not allowed. + This feature may not be used automatically by all ListBox implementations, + but it gives a central hint value to use if an implementation wants to adapt to something useful. + + + + 25 + + + + ALG + + This option controls how many columns the ColorValueSets (the matrix-organized dialogs for color select) + will have. The default is 12 and this is aligned with the layout of the standard color palette. thus, when you + change this value, you should know what you do. This setting also influences some width-oriented layouts in + dialogs where this ColorValueSets are used, e.g. FillStyle dialog. + + + + 12 + + + + ALG + + This option allows to make previews (e.g. UI previews for object attirbutes) show the content with a checkeded + background to allow simple identification and better preview of transparent content, e.g. when a draw object + is filled with a transparent graphic (SVG or bitmap) the preview will show the checkered background shine + through, so the user can identify that the fill has transparency with a single look. + + + + false + + + + + Without replacement. + Specifies external helper applications / protocol handlers. + + + + + Specifies an external mail application to be used for Send as + email. + + + + Specifies the external mail application to be used. + + + + + + + Contains various language/localization specific settings. + + + + Contains settings for (language/localization specific) input + methods. + + + + Controls the behavior of the IIIMP status window on Unix. If + true, the status window is always displayed. If false, the status + window is never displayed. If nil (the default), the status window + is displayed depending on the current locale. + + + + + + Contains settings for the Asian languages (Chinese, Japanese, + Korean,...) layout. + + + + + Specifies, whether CJK font settings are available (true) or + not (false). + + false + + + + + Specifies, whether vertical text is available (true) or not + (false). + + false + + + + + Specifies, whether Asian typography options like compression + and forbidden characters are available (true) or not (false). + + false + + + + + Specifies, whether Japanese find options are selectable for + search and replace (true) or not (false). + + false + + + + + Specifies whether Rubys are available (true) or not + (false). + + false + + + + + Specifies whether case mapping to half and full width, + hiragana and katagana are available (true) or not (false). + + false + + + + + Specifies whether writing in double lines is available (true) + or not (false). + + false + + + + + Specifies whether emphasis marks are available (true) or not + (false). + + false + + + + + Specifies whether vertical call out objects are available + (true) or not (false). + + false + + + + + Contains settings for the languages with complex text layout + (Hebrew, Arabic, Thai,...). + + + + + Specifies whether CTL font settings are available (true) or + not (false). + + false + + + + + Specifies whether CTL strings are checked for the correct + input sequence(true) or not (false). + + false + + + + + Specifies whether CTL strings are checked restricted for the + correct input sequence(true) or not (false). Is only effective when + CTLSequenceChecking is true. + + false + + + + + Specifies whether CTL input sequences are corrected while + typing. Is only effective when CTLSequenceChecking is true. + + false + + + + + Specifies the type of text cursor movement (logical (0) or + visual (1)) within mixed text (RTL and LTR). + + 0 + + + + + Specifies the type of numerals (Arabic (0), Hindi (1), system + settings (2) or Context(3)) is used per default in all + applications. + + 0 + + + + Specifies whether the whole user interface (UI) will be + mirrored. If true, the UI will be right-to-left. If false, the UI + will be left-to-right. If nil (the default), the UI will be mirrored + depending on the office locale. + + + + + + + Use cfg package Jobs instead of this. + Uses cfg package Jobs instead of this component. + + + + Use cfg package Jobs instead of this. + Uses cfg package Jobs instead of this component. + + + + + Use cfg package Jobs instead of this. + Uses cfg package Jobs instead of this component. + + + + + + Contains settings for smart tags. + + + + Contains Writer specific settings for smart tags. + + + + Specifies whether smart tag recognization is enabled. + + true + + + + A list of excluded smart tag types. + + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in b/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in deleted file mode 100644 index 3de839b9f93e..000000000000 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in +++ /dev/null @@ -1,6500 +0,0 @@ - - - - - - Contains common settings which are potentially shared by other - components. - - - - - Contains a container for passwords. - - - - Contains a password encoded with the master password. - - - - - - Contains settings for a history entry in the history list. - - - - Specifies the document URL. - - - - - Specifies the filter name that was chosen to load the - document. - - - - - Indicates the title of the URL that is displayed on the - user-interface. - - - - - Contains an encoded password used to open the document. - - - - - - Describes a menu entry for configurable office menus (e.g. file - new). - - - - Specifies the URL for dispatch. - - - - - Specifies the label of a menu entry. - - - - - Specifies the identifier of an assigned icon. - - - - - Specifies the dispatch target (for example, _blank to open URL - in new frame). - - - - - - Contains the width and height of the dialog size. - - - - Contains the height of the dialog [UNIT=pixel]. - - - - - Contains the width of the dialog [UNIT=pixel]. - - - - - - Describes the characteristics of a font. - - - - Specifies the exact name of the font ("Arial", "Courier", - "Frutiger"). - - - - - Specifies the height of the font in the measure of the - destination. - - - - - Specifies the width of the font in the measure of the - destination. - - - - - Specifies the style name of the font ("Bold", "Italic", "Italic - Bold"). - - - - - Specifies the general style of the font. - - - - - DONTKNOW - - - - - DECORATIVE - - - - - MODERN - - - - - ROMAN - - - - - SCRIPT - - - - - SWISS - - - - - SYSTEM - - - - - DONTKNOW - - - - - - - Specifies the character set which is supported by the - font. - - - - - DONTKNOW - - - - - ANSI - - - - - MAC - - - - - IBMPC_437 - - - - - IBMPC_850 - - - - - IBMPC_860 - - - - - IBMPC_861 - - - - - IBMPC_863 - - - - - IBMPC_865 - - - - - SYSTEM - - - - - SYMBOL - - - - - - - Specifies the pitch of the font. - - - - - DONTKNOW - - - - - FIXED - - - - - VARIABLE - - - - - - - Specifies the character width. Depending on the specified width, - a font that supports this width may be selected. [UNIT=%]. - - - - - Specifies the thickness of the line. - - - - - Specifies if there is a character slant (italic). - - - - - NONE - - - - - OBLIQUE - - - - - ITALIC - - - - - DONTKNOW - - - - - REVERSE_OBLIQUE - - - - - REVERSE_ITALIC - - - - - - - Specifies the type of underline. - - - - - NONE - - - - - SINGLE - - - - - DOUBLE - - - - - DOTTED - - - - - DONTKNOW - - - - - DASH - - - - - LONGDASH - - - - - DASHDOT - - - - - DASHDOTDOT - - - - - SMALLWAVE - - - - - WAVE - - - - - DOUBLEWAVE - - - - - BOLD - - - - - BOLDDOTTED - - - - - BOLDDASH - - - - - BOLDLONGDASH - - - - - BOLDDASHDOT - - - - - BOLDDASHDOTDOT - - - - - BOLDWAVE - - - - - - - Specifies the type of strikeout. - - - - - NONE - - - - - SINGLE - - - - - DOUBLE - - - - - DONTKNOW - - - - - BOLD - - - - - SLASH - - - - - X - - - - - - - Specifies the rotation of the font. [UNIT=degree]. - - - - - Specifies if a kerning table is available (for requesting). For - selecting, specifies if the kerning table is to be used. - - - - - Specifies if only words get underlined. - - - - - Specifies the technology of the font representation. - - - - - DONTKNOW - - - - - RASTER - - - - - DEVICE - - - - - SCALABLE - - - - - - - - Contains settings for the font replacement. - - - - Contains the name of font that is to be replaced. - - - - - Contains the name of the replacing font. - - - - - Determines if the font pair replacement is applied on the - screen. - - false - - - - Determines if the font pair replacement is applied on the - printer. - - false - - - - - Use LogicalGraphicSize instead of this. - Specifies the size of a graphic. [UNIT=1/100 mm]. - - - - Specifies the width of graphic. [UNIT=1/100 mm]. - - - - - Represents the highest value that can be entered in the - dialog. - - - - - Represents the lowest value that can be entered in the - dialog. - - - - 10000 - - - - Specifies the height of graphic. [UNIT=1/100 mm]. - - - - - Represents the lowest value that can be entered in the - dialog. - - - - - Represents the highest value that can be entered in the - dialog. - - - - 10000 - - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - Specifies the logical width of a graphic. - [UNIT=1/100 mm]. - - - - - Represents the lowest value that can be entered in the - dialog. - - - - - Represents the highest value that can be entered in the - dialog. - - - - 10000 - - - - Specifies the logical height of graphic. [UNIT=1/100 mm]. - - - - - Represents the lowest value that can be entered in the - dialog. - - - - - Represents the highest value that can be entered in the - dialog. - - - - 10000 - - - - - Replaced by - org.openoffice.Office.Embedding/ObjectName. - Deprecated - - - - - Deprecated - - - - - - Deprecated - - - - - - Specifies an entry of the recovery list which is then used by - CrashGuard to save information about the last opened files. - - - - Specifies an URL that should be recovered after the next Office - start. - - - - - Specifies a filter that should be used to open the document - referenced by the URL property. - - - - - Contains the name of the temporary file which represents the - document. - - - - - - Contains the characters (so called forbidden characters) that are - not allowed at the beginning or end of a line. - - - - Contains the characters that are not allowed at the beginning of - a line. - - - - - Contains the characters that are not allowed at the end of a - line. - - - - - - Stores an association between a numeric value and a name. - - - - Specifies a name that is associated with a counter. - - - - - Specifies a number that is associated with a name. - - - - - - Use cfg package Jobs instead of this. - Use cfg package Jobs instead of this. - - - - Use cfg package Jobs instead of this. - - - - - Use cfg package Jobs instead of this. - - - - - Use cfg package Jobs instead of this. - - - - - Use cfg package Jobs instead of this. - - - - - - All Certificate information needed to handle and identify the - signature. - - - - Subject name of Certificate. - - - - - Serial Number of Certificate. - - - - - Raw of Certificate. - - - - - - specifies, on a per-application-type basis, certain defaults for - layouting form controls - - - - specifies the default visual effect for form controls - - - - - specifies no special visual effect - - - - - specifies a flat appearance - - - - - specifies a 3D appearance - - - - - - - specifies whether the controls should use dynamic border - coloring, if possible. Dymamic border coloring means that when the - mouse is hovered over a control, and when a control receives the - focus, this is indicated with special border colors. - - false - - - - controls whether form controls, when they render their text, use - the same metrics as the document does. If this is set to <true>, - then the control text's appearance better matches the text in the - surrounding document.</p> <p>Technically, documents use a - reference device for formatting, which usually has a higher resolution - than the actual output device. The option decides whether form - controls should use the same reference device as the surrounding - document. However, some of OOo's document implementations do not - properly use their reference device in all situations, in which case - the option might better be disabled.<p> - - true - - - - - Stores registration data which is related to a specific product - version. - - - - An instance UUID associated with the product version ID. - - - - - - - - - Contains internal MSExport settings that are common for all - apps. - - - - Specifies if an old (5.0 format) way instead of a new one (6.0 - OLE embedded document) should be used for export of inplace objects in - case MS-filters are not used for them. - - false - - - - - Contains a description of the persistent password - container. - - - - Specifies if passwords can be stored persistently. - - false - - - - Specifies if there is a valid master password. - - false - - - - Contains the master password encrypted by itself. - - - - - - Contains a list of passwords encoded with the master - password. - - - - - Contains a list of URLs that should be accessed using system - credentials of the user. - - - - - - Specifies settings for the 3D engine. - - - - - - - Specifies if dithering is used to display more colors with few - colors available. - - - true - - - - - - - Specifies if 3D graphics from Draw and Impress will be displayed - on the user's system using an OpenGL capable hardware. If the system - does not have an OpenGL capable hardware, this setting will be - ignored. The 3D display is always done per software. - - - false - - - - - - - Specifies whether all geometry data will be simultaneously - transferred in an array to the graphic driver. Not every graphic - driver correctly supports this OpenGL capability. For this reason, - this option can be deactivated in case of presentation errors of 3D - output. All geometry data will be then transferred as single - components. This option is only available if OpenGL is used, otherwise - it is disabled. - - - true - - - - - - - Specifies interaction with full display. If a 3-D object is - rotated or moved, the full display is rotated or moved and not a grid - frame. - - - false - - - - - Contains settings related to dictionaries. - - - - Specifies a repository URL where users can download additional - dictionaries. - - - - - - - Specifies settings for the Drawinglayer. - - - - Specifies if the Overlay pane is allowed to use an own buffer. - If on, Overlay is fast but a buffer (graphics memory) is used. If off, - Overlay is slow, but no Buffer is needed. This is the global switch - which will enable/disable overlay for all Applications. This is the - global switch for the whole office. - - - true - - - - Similar to OverlayBuffer, but only for Calc Application - - - true - - - - Similar to OverlayBuffer, but only for Writer Application - - - true - - - - Similar to OverlayBuffer, but only for Draw/Impress - Applications - - - true - - - - Specifies if the Application Repaint shall use a buffer for - Pre-Rendering. If on, screen flicker is greatly reduced and remote - display is fast, but a buffer (graphics memory) is needed. If off, - screen flicker will occurr and remote display is slow, but no buffer - is needed. This is the global switch for the whole office. - - - true - - - - Similar to PaintBuffer, but only for Calc Application. - PaintBuffer is the global switch. - - - true - - - - Similar to PaintBuffer, but only for Writer Application. - PaintBuffer is the global switch. - - - true - - - - Similar to PaintBuffer, but only for Draw/Impress Applications. - PaintBuffer is the global switch. - - - true - - - - Specifies the first one of two colors used from overlay to - display striped lines as helplines. Default is black. - - - 0 - - - - Specifies the second one of two colors used from overlay to - display striped lines as helplines. Default is white. - - - 16777215 - - - - Specifies the length in pixels of a single stripe used from - overlay to display striped lines as helplines. Default is four. - - - 4 - - - - Specifies the maximum allowed Paper Width for page definitions - in cm. Default is 3m, i.e. 300 cm. When this is changed to higher - values, it is done on own risk. - - - 300 - - - - Specifies the maximum allowed Paper Height for page definitions - in cm. Default is 3m, i.e. 300 cm. When this is changed to higher - values, it is done on own risk. - - - 300 - - - - Specifies the maximum allowed Left Margin for the page - definitions in 1/100th cm. - - - 9999 - - - - Specifies the maximum allowed Right Margin for the page - definitions in 1/100th cm. - - - 9999 - - - - Specifies the maximum allowed Top Margin for the page - definitions in 1/100th cm. - - - 9999 - - - - Specifies the maximum allowed Bottom Margin for the page - definitions in 1/100th cm. - - - 9999 - - - - This switch allows to switch DrawingLayer based views to be - rendered using AntiAliasing or not. Of course this takes only effect - when AntiAliasing is supported for the System OOo is running - on. - - - true - - - - This switch allows to enhance visualisation of graphics which - use Horizontal or Vertical Hairlines combined with AntiAliased mode - (e.g. in 2D charts). When not used, those lines will be AntiAliased as - everything else. Since this is not pleasing for the eye, this option - allows to force those lines to snap to discrete points (pixels) when - activated and thus avoids AntiAliasing of pure Horizontal or Vertical - Hairlines. - - - true - - - - This switch determines if the decorations of decorated text - portions (e.g. underline, strike through) are rendered using VCL - direct rendering or if the primitive is decomposed into simple text - and the corresponding geometrical representations of the decorations. - Default is true since VCL's usage of the diverse System's hinting - possibilities for decorations is useful. - - - true - - - - This switch determines if simple text is directly rendered using - VCL or not. If not, the simple text is decomposed into PolyPolygons - which will be painted then. Default is true, since VCL will use the - hinting for font rendering on the diverse supported systems, which - gives better quality than rendering the text as Polygons. - - - true - - - - This switch decides if Interactions in the DrawingLayer are - visualized using Wireframe or Full-Object previews. If false, only - Wireframe will be used. If true, Full-Object preview which gives a - much better feedback about the object interaction will be used. This - mode is used for modification and creation of objects. During - interaction, a geometric copy of the object(s) is shown with 50% - transparence in the foreground. That copy shows exactly what You will - get when You end the interaction. - - - true - - - - This defines a Limitation for the default raster conversion from - 3D Scenes to Bitmaps. The number is the maximum number of pixels to - use, e.g. 1000x1000 Pixels is allowed as default. When Scenes would - need more Pixels than this, the Bitmap will be limited and scaled to - the needed pixel size at paint time. - - - 1000000 - - - - This defines a Limitation for the default raster conversion of - FormControls in edit mode. These have the ability to be displayed - using this fallback to Bitmaps. The number is the maximum number of - pixels to use, e.g. 300x150 Pixels is allowed as default. When - FormControls would need more Pixels than this, the Bitmap will be - limited and scaled to the needed pixel size at paint time. - - - 45000 - - - - This switch defines if the selections in the applications (text - or cells) are visualized using inverse (XOR) when set to false (the - old selection method, also used when in HighContrast mode) or a - transparent overlay selection using the system's selection - color. - - - true - - - - Specifies the degree of transparence to be used when transparent - selection is used. The value is a percent value. Since neither no - transparence nor complete transparence makes sense, the value is - limited to a range of 10% - 90%. If the given value is outside this - range, it is cropped to it. - - - 75 - - - - Specifies the maximum allowed luminance the system's selection - color may have. When the colorfetched from the system is brighter - (luminacne is bigger), it will be scaled to a luminance of exactly - this given value. - - - 70 - - - - - Contains miscellaneous settings for the auto correction. - - - - - - - Specifies if the replacement table should be used to replace - letter combinations with defined text - - - true - - - - - - - Specifies if two initial capitals should be corrected - automatically. - - - true - - - - - - - Specifies if the letter at the beginning of a sentence should be - capitalized automatically. - - - true - - - - - - - Specifies if text should be formatted in bold or underlined when - the corresponding characters are entered (*bold*, _underline_). - - - true - - - - - - - Specifies if character strings which could represent an URL - should be converted to a hyperlink. - - - true - - - - - - - Specifies if ordinal numbers should be displayed with raised - endings. - - - true - - - - - - - Specifies if minus signs should be replaced by dashes - automatically. - - - true - - - - - - - Adds a non-breaking space before the characters :;!? in - french. - - - true - - - - - - - Specifies if multiple spaces should be combined into one. - - - false - - - - - Specifies whether or not to correct accidental use of CAPS lock - key. - - - true - - - - - - - Specifies if single quotes should be replaced. - - - false - - - - - - - Specifies the start single quote. - - - - - - - - - Specifies the end single quote. - - - - - - - - - Specifies if double quotes should be replaced. - - - true - - - - - - - Specifies the start quote. - - - - - - - - - Specifies the end quote. - - - - - - Contains settings to apply replacement rules and - exceptions. - - - - - - - Specifies if defined words with two initial capital letters - should not be included in the AutoCorrect replacement. - - - true - - - - - - - Specifies if defined abbreviations should be taken into - account to exclude a preceding capital letter. - - - true - - - - - - Specifies cache related options. - - - - Specifies the cache related options for the drawing - engine. - - - - - - - Determines the maximum number of OLE objects that can be held - in RAM for drawings, presentations and inserted drawing objects. The - fewer OLE objects contained in RAM, the more space is available for - other functions. The more OLE objects in RAM, the faster you can - page through the objects since they do not always need to be loaded - from the hard drive. - - 20 - - - - - Specifies the cache related options for Writer. - - - - - - - Determines the maximum number of OLE objects that can be held - in RAM for the writer. The fewer OLE objects contained in RAM, the - more space is available for other functions. The more OLE objects in - RAM, the faster you can page through the objects since they do not - always need to be loaded from the hard drive. - - 20 - - - - - Specifies a group of graphic manager cache options. - - - - - Specifies the maximum cache size for all graphical display - objects. - - - 22000000 - - - - Specifies the maximum cache size for a single graphic display - object. - - - 5500000 - - - - Specifies the time in seconds after which a cached object is - freed from the cache. - - - 600 - - - - - - - - - Contains the current and default path settings used by the - Office. - - - - Contains various properties information purpose only. - - - - A flag which is set by the tools options dialog whenever a - user changed the work path. - - true - - - - - Contains the global path settings, mainly those of the Options - dialog. - - - - Specifies the directory that contains spreadsheet add-ins - which use the old add-in API. - - $(progpath)/addin - - - - Specifies the settings of the AutoCorrect dialog. - - - $(insturl)/@LIBO_SHARE_FOLDER@/autocorr - $(userurl)/autocorr - - - - - Contains the directory which contains the AutoText - modules. - - - $(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang) - $(userurl)/autotext - - - - - Stores the automatic backup copies of documents. - - $(userurl)/backup - - - - Contains the Basic files, which are used by the - AutoPilots. - - - $(insturl)/@LIBO_SHARE_FOLDER@/basic - $(userurl)/basic - - - - - Contains the bitmap files which can be used for menu and - toolbar icons. - - $(insturl)/@LIBO_SHARE_FOLDER@/config/symbol - - - - Contains the configuration files. This value cannot be changed - through the user interface. - - $(insturl)/@LIBO_SHARE_FOLDER@/config - - - - Contains the provided dictionaries. - - $(insturl)/@LIBO_SHARE_FOLDER@/wordbook - - - - Specifies the path to save folder bookmarks. - - $(userurl)/config/folders - - - - Specifies the directory where all the filters are - stored. - - $(progpath)/filter - - - - Specifies the directory which contains the Gallery database - and multimedia files. - - - $(insturl)/@LIBO_SHARE_FOLDER@/gallery - $(userurl)/gallery - - - - - Specifies the directory that is displayed when the dialog for - opening a graphic or for saving a new graphic is called. - - $(userurl)/gallery - - - - Specifies the path to the Office help files. - - $(instpath)/help - - - - Contains the files that are necessary for the - spellcheck. - - $(insturl)/@LIBO_SHARE_FOLDER@/dict - - - - Contains the Office modules. - - $(progpath) - - - - Specifies the path to the palette files *.SOB to *.SOF - containing user-defined colors and patterns. - - $(userurl)/config - - - - Specifies the directory in which the plugins are saved. - - - $(progpath)/plugin - - - - - Without replacement. - Specifies the location where misc data are stored. - - $(userpath)/store - - - - Replaced by - org.openoffice.Office.Paths/Temp - Specifies the base directory used by the Office to store temp - files. - - - - - - Specifies the templates originate from these folders and - sub-folders. - - - $(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang) - $(insturl)/@LIBO_SHARE_FOLDER@/template/common - $(userurl)/template - - - - - Specifies additional folders containing a global user - interface configuration. The final user interface configuration is - merged from UserConfig and from these folders. - - - $(insturl)/@LIBO_SHARE_FOLDER@/config - - - - - Specifies the folder with the user settings. - - $(userurl)/config - - - - Contains the custom dictionaries. - - $(userurl)/wordbook - - - - Specifies the path of the work folder, which can be modified - according to the user's needs. The path specified here can be seen - in the Open or Save dialog. - - $(work) - - - - - Contains the default values of all the paths, which can be - modified according to the user's needs. They are used when pressing - the Standard-button in the Options dialog. - - - - Specifies the default directory that contains spreadsheet - add-ins which use the old add-in API. - - $(progpath)/addin - - - - Specifies the default directory for the settings of the - AutoCorrect dialog. - - - $(insturl)/@LIBO_SHARE_FOLDER@/autocorr - $(userurl)/autocorr - - - - - Specifies the default directory where the AutoText modules are - located. - - - $(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang) - $(userurl)/autotext - - - - - Specifies the default directory for the automatic backup - copies of documents. - - $(userurl)/backup - - - - Specifies the default directory where the Basic files, used by - the AutoPilots, are located. - - - $(insturl)/@LIBO_SHARE_FOLDER@/basic - $(userurl)/basic - - - - - Specifies the default directory where the bitmap files, which - can be used for the menu and toolbar icons, are located. - - $(insturl)/@LIBO_SHARE_FOLDER@/config/symbol - - - - Specifies the default directory where the configuration files - are stored. - - $(insturl)/@LIBO_SHARE_FOLDER@/config - - - - Specifies the default directory where the provided - dictionaries are located. - - $(insturl)/@LIBO_SHARE_FOLDER@/wordbook/$(vlang) - - - - Specifies the default directory where folder bookmarks are - stored. - - $(userurl)/config/folders - - - - Specifies the default directory where all the filters are - stored. - - $(progpath)/filter - - - - Specifies the default directory where the Gallery database and - multimedia files are located. - - - $(insturl)/@LIBO_SHARE_FOLDER@/gallery - $(userurl)/gallery - - - - - Specifies the default directory used by the dialog for opening - a graphic or for saving a new graphic. - - $(userurl)/gallery - - - - Specifies the default directory where Office help files are - located. - - $(instpath)/help - - - - Specifies the default directory where the files that are - necessary for the spellcheck are saved. - - $(insturl)/@LIBO_SHARE_FOLDER@/dict - - - - Specifies the default directory which contains the Office - modules. - - $(progpath) - - - - Specifies the default directory for the palette files *.SOB to - *.SOF containing user-defined colors and patterns. - - $(userurl)/config - - - - Specifies the default directory where the Office plugins are - located. - - - $(progpath)/plugin - - - - - Specifies the default directory that is used as a base - directory for all temporary Office files. - - $(temp) - - - - Specifies the default directory where all provided templates - are located in folders and sub-folders. - - - $(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang) - $(insturl)/@LIBO_SHARE_FOLDER@/template/common - $(userurl)/template - - - - - Specifies the default directories for the global user - interface configuration. The final user interface configuration is - merged from UserConfig and from these folders. - - - - - - Specifies the default directory which stores the user - settings. - - $(userurl)/config - - - - Specifies the default directory which stores the custom - dictionaries. - - $(userurl)/wordbook - - - - Specifies the default working directory where user stores - documents. - - $(work) - - - - - - Contains some common settings for fonts. - - - - Contains settings for the font substitution. - - - - - - - Determines if the list of font replacements is applied or - not - - - false - - - - - - - Specifies a substitution of the requested font, even if this - font is available on the user's system. - - - - - - Contains the settings for the font selection box in the object - bar. - - - - - - - Contains the last five fonts, which are shown on the top of a - list, beginning with the last one. This list will be displayed on - the font-name-box of the object bar. - - true - - - - - - - Specifies that the names of the selectable fonts will be - displayed with this font. - - true - - - - - Specifies the font name and height used in HTML source - view - - - - Specifies the name of the font that is used in source views - (HTML source view or BASIC IDE) - - - - - Specifies the height, in points, of the font that is used in - source views (HTML source view or BASIC IDE) - - 10 - - - - Specifies whether only non-proportional font should be - presented on the dialog page. - - true - - - - - - Specifies Gallery options. - - - - - - Contains information about configurable menus. - - - - Contains all entries of new menu. - - - - - Contains all entries of wizard menu. - - - - - Contains all help bookmarks. - - - - - - - Contains history information. - - - - Describes the range and current size of the help bookmark - history list. - - - - - Defines the minimum range of the help bookmark history - list. - - - - - Defines the maximum range of the help bookmark history - list. - - - - 10000 - - - - Describes the range and current size of the history list. - - - - - Defines the min range for the history size. - - - - - Defines the max range for the history size. - - - - 100 - - - - - Describes the range and current size of the picklist shown - inside the menu. - - - - - Defines the min range for the picklist size. - - - - - Defines the max range for the picklist size. - - - - 10 - - - - Contains the most recently opened help documents. - - - - - Contains the most recently opened documents. - - - - - - Contains the most recently used documents displayed in the file - menu. - - - - - - Contains settings which are used during the Office startup to - check for unfinished work. - - - - Specifies that If this option is set to true, the new - development chart library is used instead of the standard one. Do not - set this option to true unless you know exactly what to do. This new - library will be unstable and incomplete most of the time. This flag - will be removed when the new library is in a stable state. - - false - - - - Contains the documents that were opened when the office - crashed. - - - - - - Contains general settings about the saving process. - - - - - - - Specifies if the all open windows and documents should be saved. - If set to true, the URLs of all open documents and all view properties - of all open views are saved when terminating the application. - - - false - - - - Contains settings which specify how documents are saved. - - - - - Saves OOo 6.0 XML file documents unpacked into a directory. - Documents are represented by the directory content and not by a - single file. - - - false - - - - - - Specifies if the user's name should be written into the - Properties dialog of the document when saving the document. - - - true - - - - - - - Specifies whether all modified documents are automatically - saved in a time interval. - - - false - - - - - - - Specifies whether to create a backup copy when a modified - document is saved. - - - false - - - - - - - Specifies if the document properties dialog will be opened for - editing every time a document is saved under a new filename. - - - false - - - - - - - Shows a prompt during AutoSave,even when the document has a - filename. - - - true - - - - - - - Specifies the AutoSave time interval in minutes. - - - - - - Specifies that the minimum time interval is 1 - minute. - - - - - Specifies that the maximum time interval is 60 - minutes. - - - - 15 - - - - - - - Saves view properties of last active document view when saving - a document. - - - true - - - - - - Specifies if files saved in the OOo 6.0 XML file formats - should be in pretty printing format. Saving and loading the document - takes more time in pretty printing format. - - - false - - - - - Specifies if a warning message is shown if a file is going to - be saved to an alien format. - - - true - - - - If the option is set, every time a user triggers a plain Save - operation, SaveAs operation with possible additional user - notifications will be started. - - false - - - - If the value is "true", then the ODF that is saved by - OpenOffice.org will be backward compatible to previous minor - versions. - - true - - - - - Specifies if the printer settings will be loaded with the - document. - - true - - - - - Contains settings on how graphics contained in a document should - be saved. - - - - - - - Specifies how graphics contained in a document are - saved. - - - - - - Normal - - - - - Compressed - - - - - Original format - - - - 1 - - - - - Specifies how URLs in documents should be processed during - save. - - - - - - - Specifies whether URLs in documents should be saved relative - to the file system. - - - true - - - - - - - Specifies if URLs in documents should be saved relative to the - Internet. - - - true - - - - - Specifies ODF settings. - - - - - Specifies the default ODF version for saving documents. - - - - - ODFVER_UNKNOWN - - - - - ODFVER_010 - - - - - ODFVER_011 - - - - - ODFVER_012 - - - - - ODFVER_LATEST - - - - 3 - - - - Specifies whether SHA1 algorithm instead of SHA256 should be - used in ODF12 for StartKey and Checksum generation during - encryption. - - false - - - - Specifies whether Blowfish algorithm instead of AES should be - used in ODF12 for encryption. - - false - - - - - - Contains settings regarding the loading of documents. - - - - - Specifies whether the user defined configuration settings are - loaded together with the document. - - - true - - - - Specifies whether the office update dialog should be shown in - case the loaded document has newer ODF version than the maximal - supported one. - - true - - - - - Contains security specific Office settings. - - - - Contains security settings regarding Basic scripts. - - - - - - - Lists all trustworthy URLs: file: All scripts from the local - file system including a LAN; private:explorer: Scripts from the - Explorer; private:help: Scripts in the help system; private:newmenu: - Scripts that are executed by the commands File-New and AutoPilot; - private:schedule: Scripts of the scheduler; private:searchfolder: - Scripts of the searchfolder; private:user: Scripts that are entered - in the URL field. - - - - - - - - - Determines how Office Basic scripts should be handled. - - - - - Never - - - - - According to Path List - - - - - Always - - - - 1 - - - - Specifies whether execution of plugins found inside a document - is allowed. - - true - - - - Specifies whether a warning box should be displayed before - executing a script. - - false - - - - Specifies whether the user must confirm before a basic script - can be executed. - - true - - - - Specifies wether to warn when saving or sending documents with - personal/hidden data. - - false - - - - Specifies wether to warn when signing documents with - personal/hidden data. - - true - - - - Contains the path to the users NSS certificate directory. - - - - - Specifies wether to warn when printing documents with - personal/hidden data. - - false - - - - Specifies wether to warn when creating PDF documents with - personal/hidden data. - - false - - - - Specifies wether to remove personal information on - saving. - - false - - - - Specifies wether to recommend password protection when saving - documents. - - false - - - - Specifies whether ctrl-click is required to follow - hyperlinks. - - true - - - - Level of Macro security. - - - - - Lowest level. - - - - - Highest level. - - - - 2 - - - - Specifies whether the macro execution is disabled in general. - If it is set to true, the "MacroSecurityLevel" is ignored. If it is - set to false, the mentioned entry specified the level of macro - security. - - false - - - - List with trusted authors. - - - - - - - Contains window and dialog settings. - - - - - - - Specifies the scaling only of the screen representation - [UNIT=%]. - - - - - - Specifies the minimum range of the scaling. - - - - - Specifies the maximum range of the scaling. - - - - 100 - - - - Contains settings to change new document window behavior. - - - - Every new document window will be forced to front and grabs - the focus. - - false - - - - - Contains settings on how the application window should be - displayed. - - - - - - Specifies whether the application window should be opened in - Fullscreen mode. - - false - - - - - - Specifies the preferred view of the application window. - - - - - Use last setting - - - - - Show in task bar - - - - - Open in Fullscreen mode - - - - 0 - - - - - Contains settings which specify how dialogs and toolbars should - be displayed. - - - - - - - Specifies whether toolbar buttons should be drawn large or - small. True means large. - - - false - - - - - - - Specifies whether toolbox buttons should be drawn with a flat - or 3D design. True means flat design. - - - true - - - - - - - Determines the automatic mouse positioning on dialogs: 0 - - Default button 1 - Dialog center 2 - No automatic positioning - - - - - - Snap To Button - - - - - Snap To Middle - - - - - No Snap - - - - 2 - - - - - - Determines the action assigned to the middle mouse button: 0 - - No action 1 -Auto scroll 2 - Paste selection. - - - - - - No action - - - - - Auto scroll - - - - - Paste selection - - - - 1 - - - - - Contains localization specific settings. - - - - - - Specifies if shortcuts are assigned automatically. - - - - - - - Specifies the percentage for enlarging controls. - - - - - Specifies the upper limit for enlarging the controls is - 100%. - - - - - Specifies the upper limit for enlarging the controls is - 100%. - - - - - - - - Contains menu view settings. - - - - - - - Shows all deactivated menu entries. Menu commands that are - normally not necessary are hidden by default. - - true - - - - Indicates whether icons in the office menus should - shown/hidden by following the System theme. - - true - - - - - - Indicates whether icons in the office menus should be - displayed. - - true - - - - - - - Specifies automatic selection while moving the mouse over a - menu (True). - - - true - - - - - Contains settings for general windows used by the Office. - - - - - - - Specifies the representation of the window while - dragging. - - - - - - With window contents - - - - - Frame only - - - - - From system settings - - - - 2 - - - - - - - - Deprecated. - - - - - - - - - Deprecated. - - - - - - - - - - - Deprecated. - - false - - - - - - - - Deprecated. - - - - - ZoomIn - - - - - Small - - - - - ForceDock - - - - - AutoHide - - - - - Task - - - - - CantGetFocus - - - - - - - - - - - Deprecated. - - - - - - - - - Specifies the properties of window containers for docked - windows. - - - - - - - - Deprecated. - - - - - - - - - - - Deprecated. - - - - - - - - Deprecated. - - - - - Stick/Hidden - - - - - Floating/Hidden - - - - - Stick/Visible - - - - - Floating/Visible - - - - - - - - Deprecated. - - - - - - - - - Deprecated. - - - - - - - - - Font antialiasing properties - - - - Specifies font antialiasing properties - - - true - - - - Specifies an additional limit if Font Antialiasing is enabled. - Fonts that are smaller than the specified limit are not - anti-aliased. - - - 8 - - - - - - Contains the settings regarding the undo operation in the - Office. - - - - - - - Specifies how many operations can be undone in a row. - - - - - - Specifies the lowest number of undo steps possible. - - - - - Specifies the highest number of undo steps possible. - - - - 100 - - - - - Specifies options related to the setup. - - - - Specifies options related to the installed languages. - - - - - - - Contains the installed Office languages for the menus and - dialogs. - - - - - - - Specifies options related to printing. - - - - - Specifies if printing a document can modify a document due to - reformatting - - - false - - - - Contains settings for print specific warnings. - - - - - - - Specifies if a warning should be displayed in case the - printout requires a specific paper size - - - false - - - - - - - Specifies if a warning should be displayed in case the - printout requires a specific paper orientation - - - false - - - - - - - Specifies if a warning should be displayed in case the printer - defined in the document was not found - - - false - - - - - Specifies if a warning should be displayed in case the - printout contains transparent objects. - - - true - - - - - Specifies the options related to printing. - - - - Specifies the options related to printing. - - - - - Indicates whether to ignore transparency for the output of - objects. - - - false - - - - - Specifies type of transparency reduction: 0 - Automatically - determine reduction, 1 - Always disabled. - - - 0 - - - - - Indicates whether to reduce memory usage for output of - gradients by limiting the number of gradient steps. - - - false - - - - - Specifies type of gradient reduction: 0 - reduce the number - of stripes, 1 - reduce to color. - - - 0 - - - - - Specifies the maximum number stripes used for output of - gradients. - - - 64 - - - - - Indicates whether to reduce the memory usage of bitmaps for - print process by limiting the resolution. - - - false - - - - - Specifies type of bitmap reduction: 0 - Automatically - determine optimal resolution, 1 - Use original resolution, 2 - - User defined resolution. - - - 1 - - - - - Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 - - 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI. - - - 3 - - - - - Indicates whether to reduce the resolution of automatically - created substitution bitmaps of transparent objects. - - - true - - - - - Indicates whether to create only grayscale output of all - objects. - - - false - - - - - Indicates whether PDF should be the Standard Print Job - format - - - true - - - - - Specifies the options for printing to a file. - - - - - - Indicates whether to ignore transparency for the output of - objects. - - - false - - - - - Indicates the type of transparency reduction: 0 - - Automatically determine reduction, 1 - Always disabled. - - - 0 - - - - - Indicates whether to reduce memory usage for output of - gradients by limiting the number of gradient steps. - - - false - - - - - Indicates the type of gradient reduction: 0 - Reduce the - number of stripes, 1 - Reduce to color. - - - 0 - - - - - Specifies the maximum number stripes used for output of - gradients. - - - 64 - - - - - Indicates whether to reduce the memory usage of bitmaps for - the print process by limiting the resolution. - - - false - - - - - Specifies the type of bitmap reduction: 0 - Automatically - determine optimal resolution, 1 - Use original resolution, 2 - - User defined resolution. - - - 1 - - - - - Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 - - 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI. - - - 3 - - - - - Indicates whether to reduce the resolution of automatically - created substitution bitmaps of transparent objects. - - - true - - - - - Indicates whether to create only grayscale output of all - objects. - - - false - - - - - Indicates whether PDF should be the Standard Print Job - format - - - true - - - - - - - Contains settings specifying if a XML package is added to the - applications binary files. - - - - - - - Defines if a XML package is added to the Writer binary - files. - - - - - - - - Defines if a XML package is added to the Calc binary - files. - - - - - - - - Defines if a XML package is added to the Impress binary - files. - - - - - - - - Defines if a XML package is added to the Draw binary - files. - - - - - - Contains settings that specify the common help settings. - - - - Determines wether basic help should be shown. - - true - - - - Determines the locale for the help pages. - - - - - - - Determines the operating system on which the help system is - displayed. - - - - - - - - - Activates the Tip help. - - - true - - - - - - Activates the Extended help. - - - false - - - - Specifies the name of the stylesheet used to display help - content. - - Default - - - - Specifies the properties of the HelpAgent. - - - - Specifies whether the HelpAgent is enabled. - - - true - - - - Specifies the time-out value in seconds after which the - HelpAgent is closed automatically if ignored by the user. - - - 30 - - - - Specifies how often the user must ignore a given HelpAgent - topic until it is disregarded in the future (any requests for this - topic will be dropped silently). - - - 3 - - - - Contains the help URLs which have been ignored at least once - by the user, together with a counter of how often they have been - ignored. - - - - - - - Contains settings for the start center. - - - - Contains a string specifying the URL to be browsed for - additional features (e.g. extensions) - - - - - - Contains a string specifying the URL to be browsed for - information about the product - - - - - - Contains a string specifying the URL to be browsed for - additional template documents - - - - - - Contains a number deciding whether to show or hide buttons - with external links - - 0 - - - - - - Contains Java related settings. - - - - Contains Applet related settings. - - - - - - - Enables/disables Java applets in Office documents. - - - false - - - - - - Specifies the options related to the vectorization of - bitmaps. - - - - - - - Specifies the number of colors that are used to create a vector - graphic in Draw/Impress [UNIT=count]. - - - - - - Specifies that the lowest number that can be used to create - a vector graphic is 8. - - - - - Specifies that the lowest number that can be used to create - a vector graphic is 32. - - - - 8 - - - - - - - Specifies the number of pixels that you want to combine as a - single pixel when creating a vector graphic. - - - - - - Specifies the minimum value to reduce point is 0 - pixels. - - - - - Specifies the maximum value to reduce point is 32 - pixels. - - - - 0 - - - - - - - Indicates whether to create a tiled background before - vectorizing. - - - false - - - - - - - Specifies the extent of background tiles that are used for - vectorizing [UNIT=pixel]. - - - - - - Specifies that the minimum extent is 8 pixels. - - - - - Specifies that the maximum extent is 128 pixels. - - - - 32 - - - - - Specifies the options for images. - - - - - Specifies the color options for images. - - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 256 - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 10 - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 10 - - - - Specifies the RGB color options for images. - - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 10 - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 10 - - - - - - - - Deprecated. - - - - - - Deprecated. - - - - - Deprecated. - - - - 10 - - - - - - Specifies the effects options for images. - - - - - - - - - Deprecated. - - - - - - Deprecated - - - - - Deprecated - - - - - Deprecated - - - - - Deprecated - - - - 2 - - - - - - - - Deprecated. - - - false - - - - - - - - - Deprecated. - - - - - - Deprecated - - - - - Deprecated - - - - - Deprecated - - - - - Deprecated - - - - 2 - - - - - - - - Deprecated. - - - - - - Specifies that the minimum intensity is 0. - - - - - Specifies that the maximum intensity is 100. - - - - 10 - - - - - - Specifies settings for the date formats used. - - - - - - - Specifies the first year that can be entered using - two-digit-year date formats. - - - 1930 - - - - - Specifies default settings of Microsoft-, Graphic- and HTML - filters. - - - - Specifies default settings of Microsoft filters. - - - - Specifies default settings of Microsoft import filters. - - - - Specifies if convertible MathType OLE objects are converted - into Math objects. - - true - - - - Specifies if convertible WinWord OLE objects are converted - into Writer objects. - - true - - - - Specifies if convertible Excel OLE objects are converted - into Calc objects. - - true - - - - Specifies if convertible PowerPoint OLE objects are - converted into Impress objects. - - true - - - - Flag to control use of enhanced fields. - - true - - - - - Specifies default settings of Microsoft export filters. - - - - Specifies if embedded Math objects are converted into - MathType objects. - - true - - - - Specifies if embedded Writer objects are converted into - WinWord objects. - - true - - - - Specifies if embedded Calc objects are converted into Excel - objects. - - true - - - - Specifies if embedded Impress objects are converted into - PowerPoint objects. - - true - - - - Specifies if previews are created when saving PowerPoint - documents. - - true - - - - Specifies if previews are created when saving Excel - documents. - - false - - - - Specifies if previews are created when saving Word - documents. - - false - - - - - - Specifies default settings of graphic import and export - dialogs. - - - - Specifies default settings of graphic import dialogs. - - - - Specifies default settings of the PCD - Photo CD Base import - dialog. - - - - - - Specifies import resolution of PCD graphics. - - - - - - PCD-Base16, 192*128 PCD graphic. - - - - - PCD-Base4, 384*256 PCD graphic. - - - - - PCD-Base, 768*512 PCD graphic. - - - - 2 - - - - - - Specifies default settings of graphic export dialogs. - - - - Specifies the unit default that is used in the graphic - export dialog if exporting pixel graphics. - - - - - inches - - - - - cm - - - - - mm - - - - - points - - - - - pica - - - - - pixels - - - - - default (depends to the metric settings in - tools/options) - - - - -1 - - - - Specifies the unit default for the resolution that is used - in the graphic export dialog if exporting pixel - graphics. - - - - - pixels/inch - - - - - pixels/cm - - - - - pixels/meter - - - - 0 - - - - Specifies the logical width of a graphic. - [UNIT=1/100 mm]. - - - - - Represents the lowest value that can be entered in the - dialog. - - - - 96 - - - - Specifies the maximum raw graphic size in bytes up to which - the realtime preview is enabled, for fast computers this value may - be enlarged - - 4000000 - - - - Specifies the unit default that is used in the graphic - export dialog if exporting vector graphics. - - - - - inches - - - - - cm - - - - - mm - - - - - points - - - - - pica - - - - - default (depends to the metric settings in - tools/options) - - - - -1 - - - - Specifies default settings of the Windows Bitmap export - dialog. - - - - - - Specifies the number of colors that are to be used for the - export. - - - - - - Original - - - - - 1 bit, 1 bit threshold - - - - - 1 bit, 1 bit dithered - - - - - 4 bit, 4 bit grayscale - - - - - 4 bit, 4 bit color palette - - - - - 8 bit, 8 bit grayscale color - - - - - 8 bit, 8 bit color palette - - - - - 24 bit, 24 bit true color - - - - 0 - - - - - - - Specifies if Run-Length-Encoding should be used in the - export. - - - true - - - - - - - Specifies default settings of the EPS - Encapsulated - Postscript export dialog. - - - - Specifies if a preview graphic should be exported together - with the Encapsulated PostScript file. Due to the fact that most - programs can't render eps graphics, it is useful to provide a - preview that can be displayed as replacement. The preview - graphic will also be printed if the printer is not capable of - Postscript. - - - - - - None - - - - - TIFF - - - - - Interchange (EPSI) - 1 bit color resolution - - - - - TIFF and EPSI - - - - 0 - - - - Specifies the PostScript version that has to be used for - the EPS export. Because not every PostScript printer is capable - of version 2 PostScript, it is sometimes necessary to create - version 1 PostScript graphics. PostScript Level 1 does not - support color and bitmap compression. - - - - - - Version 1 PostScript - - - - - Version 2 PostScript - - - - 2 - - - - Specifies if color or grayscale format is used for the EPS - export. This option is not available for version 1 PostScript - files. - - - - - - Color format - - - - - Grayscale format - - - - 2 - - - - Specifies if bitmaps are exported by using the LZW (Lempel - - Ziv - Welch) compression algorithm. Compression is only - available for level 2 PostScript files. - - - - - - LZW compression - - - - - No compression - - - - 2 - - - - Specifies if glyph outlines are exported. They produce the - highest quality and it is the only possible way to create EPS - files that are CJK compliant. Not using glyphs will produce - smaller files, but it might lead to problems if not all fonts - are available during printing. - - - - - - Glyph outlines - - - - - No glyph outlines - - - - 0 - - - - - Specifies default settings of the GIF - Graphics Interchange - export dialog. - - - - - - - Specifies if graphics should be exported using interlace. - It is recommended for big pictures to activate interlace, so the - content can be displayed immediately when loading the - picture. - - - - - Deactivate - - - - - Activate - - - - 1 - - - - - - - Specifies if the graphic background is stored as - transparent. - - - - - No transparency - - - - - Transparency - - - - 1 - - - - - Specifies default settings of the JPEG - Joint Photographic - Experts Group export dialog. - - - - - - - Specifies quality of the JPG export. A higher value - results in higher quality and file size. - - - - - Represents lowest value that can be used. The lower - the value, the less good is the compression quality and the - bigger is be the file size. - - - - - Represents highest value that can be used. The higher - the value, the better is the compression quality and the - smaller is the file size. - - - - 75 - - - - - - - Specifies if graphics are exported using true color or - grayscale. - - - - - True colors - - - - - Grayscale - - - - 0 - - - - - Specifies default settings of the PBM - Portable Bitmap - export dialog. - - - - - - - Specifies if graphics are exported to binary- or ASCII - format. - - - - - Binary - - - - - ASCII - - - - 1 - - - - - Specifies default settings of the PGM - Portable Graymap - export dialog. - - - - - - - Specifies if graphics are exported to a binary- or ASCII - format. - - - - - Binary - - - - - ASCII - - - - 1 - - - - - Specifies default settings of the PPM - Portable Pixelmap - export dialog. - - - - - - - Specifies if graphics are exported to a binary- or ASCII - format. - - - - - Binary - - - - - ASCII - - - - 1 - - - - - Specifies default settings of the PNG - Portable Network - Graphic export dialog. - - - - - - - Specifies export compression settings which ranges from 0 - (no compression) to 9 (maximum compression). The calculating - time increases with an ascending compression value. - - - - - Represents lowest value that can be used. The lower - the value, the lower the compression quality and the larger - the file size. - - - - - Represents the highest value that can be used. The - higher the value, the higher the compression quality and the - smaller the file size. - - - - 6 - - - - - - - Specifies if graphics should be exported using interlace. - It is recommended for big pictures to activate interlace, so the - content can be displayed immediately when loading the - picture. - - - - - Deactivate interlace mode - - - - - Activate interlace mode - - - - 1 - - - - - Specifies default settings of SVG export dialog. - - - - Specifies if SVG Tiny profile should be used for - export. - - false - - - - Specifies if fonts should be embedded into SVG - file. - - true - - - - Specifies if text decoration like underlining and - strike-through be drawm by using SVG attributes (true) or by - drawing SVG primitives (false). - - true - - - - - - - Contains settings for HTML import/export. - - - - Contains settings for HTML import. - - - - - Specifies if numbers should be parsed according to the en-US - locale instead of the user's locale. - - - false - - - - - - - Specifies if unknown tags should be imported as - fields. - - - false - - - - - - - Specifies if font settings should be ignored when - importing. - - - false - - - - Specifies font size for HTML. - - - - - - - Specifies font size for HTML as Token Font 1. - - - 7 - - - - - - - Specifies font size for HTML as Token Font 2. - - - 10 - - - - - - - Specifies font size for HTML as Token Font 3. - - - 12 - - - - - - - Specifies font size for HTML as Token Font 4. - - - 14 - - - - - - - Specifies font size for HTML as Token Font 5. - - - 18 - - - - - - - Specifies font size for HTML as Token Font 6. - - - 24 - - - - - - - Specifies font size for HTML as Token Font 7. - - - 36 - - - - - - Contains settings for HTML export. - - - - - - - Specifies the browser for which the HTML export should be - optimized - - - - - - Html 3.2 - - - - - MSIE 4.0 - - - - - Netscape 3.0 - - - - - Writer - - - - - Netscape 4.0 - - - - 4 - - - - - - - Specifies if Office Basic instructions are considered when - exporting in HTML format. - - - false - - - - - - - Specifies if the print layout of the current document should - also be exported. - - - false - - - - - - - Specifies if graphics are copied to the Internet server when - uploading via FTP. - - - true - - - - - - - Specifies if a warning should be displayed to point out that - the available Basic macros will be lost when exporting in HTML - format. - - - true - - - - - Specifies the mimetype for the text encoding. - - - - - - - - Specifies default settings of PDF export dialog. - - - - - Specifies default settings of PDF export dialog. - - - - Use following properties instead: - UseLosslessCompression, Quality, UseResolutionReduction, - ResolutionReduction - Deprecated. - - 1 - - - - Specifies if graphics are exported to PDF using a lossless - compression eg. PNG or if they are compressed using the JPEG - format. - - false - - - - Specifies quality of the JPG export. A higher value results - in higher quality and file size. - - - - - Represents lowest value that can be used. The lower the - value, the less good is the compression quality and the bigger - is be the file size. - - - - - Represents highest value that can be used. The higher - the value, the better is the compression quality and the - smaller is the file size. - - - - 90 - - - - Specifies if the resolution of each image is reduced to the - resolution specified by the property MaxImageResolution. - - false - - - - If the property ReduceImageResolution is set to true all - images will be reduced to the given value in DPI. - - - - - 75 - - - - - 150 - - - - - 300 - - - - - 600 - - - - - 1200 - - - - 300 - - - - Determines if PDF are created by using special tags also - known as Tagged PDF. - - false - - - - Specifies if notes are exported to PDF. - - false - - - - Specifies if PDF automatically opens after export. - - false - - - - Specifies if bookmarks are exported to PDF. - - true - - - - Specifies how many bookmark levels should be opened in the - reader application when the PDF gets opened. - - -1 - - - - Specifies if notes pages are exported to PDF. (Notes pages - are available in Impress documents only). - - false - - - - Specifies slide transitions are exported to PDF. This option - is active only if storing Impress documents. - - true - - - - Specifies whether form fields are exported as widgets or - only their fixed print representation is exported. - - true - - - - Specifies the submitted format of a PDF form. - - - - - Specifies that forms type FDF is used. - - - - - Specifies that forms type PDF is used. - - - - - Specifies that forms type HTML is used. - - - - - Specifies that forms type XML is used. - - - - 0 - - - - Specifies whether multiple form fields exported are allowed - to have the same field name. - - false - - - - Specifies that automatically inserted empty pages are - suppressed. This option is active only if storing Writer - documents. - - true - - - - Specifies that a stream is inserted to the PDF file which - contains the original document for archiving purposes. - - false - - - - Specifies whether to hide the PDF viewer menubar when the - document is active. - - false - - - - Specifies whether to hide the PDF viewer toolbar when the - document is active. - - false - - - - Specifies whether to hide the PDF viewer controls when the - document is active. - - false - - - - Specifies that the PDF viewer window is opened full screen - when the document is opened. - - false - - - - Specifies that the PDF viewer window is centered to the - screen when the PDF document is opened. - - false - - - - Specifies that the PDF viewer window is opened full screen, - on top of all windows.. - - false - - - - Specifies that the title of the document, if present in the - document properties, is displayed in the PDF viewer window title - bar. - - true - - - - Specifies how the PDF document should be displayed when - opened. - - - - - Select the default viewer mode, neither outlines or - thumbnails. - - - - - The document is opened with outline pane opened - - - - - The document is opened with thumbnail pane opened - - - - 0 - - - - Specifies the action to be performed when the PDF document - is opened. - - - - - Opens with default zoom magnification. - - - - - Opens magnified to fit the entire page within the - window. - - - - - Opens magnified to fit the entire page width within the - window. - - - - - Opens magnified to fit the entire width of its boundig - box within the window (cuts out margins). - - - - - Opens with the zoom level specified in the Zoom - property. - - - - 0 - - - - specifies the zoom level a PDF document is opened with. Only - valid if "Magnification" is set to "4". - - 100 - - - - Specifies the page on which a PDF document should be opened - in the viewer application. - - 1 - - - - Specifies the page layout to be used when the document is - opened. - - - - - Display the pages according to the reader - configuration. - - - - - Display one page at a time. - - - - - Display the pages in one column. - - - - - Display the pages in two columns odd pages on the right, - to have the odd pages on the left the FirstPageOnLeft property - should be used as well. - - - - 0 - - - - Used with the value 3 of the PageLayout property above, true - if the first page (odd) should be on the left side of the - screen. - - false - - - - - Specifies what printing is allowed. - - - - - The document cannot be printed. - - - - - The document can be printed at low resolution - only. - - - - - The document can be printed at maximum - resolution. - - - - 2 - - - - Specifies the change allowed to the document. - - - - - The document cannot be changed. - - - - - Inserting deleting and rotating pages is allowed. - - - - - Filling of form field is allowed. - - - - - Both filling of form field and commenting is - allowed. - - - - - All the changes of the previous selections are - permitted, with the only exclusion of page extraction - (copy). - - - - 4 - - - - Specifies that the pages and the document content can be - extracted to be used in other documents (copy and paste). - - true - - - - Specifies that the document content can be extracted to be - used in accessibility applications. - - true - - - - - - Specifies the version of PDF to emit. - - - - - PDF 1.4 (default selection). - - - - - PDF/A-1 (ISO 19005-1:2005) - - - - 0 - - - - - - Specifies that the file system related hyperlinks (file:// - protocol) present in the document will be exported as relative to - the source document location. - - false - - - - Specifies the way the exported PDF will be viewed - (experienced) by the user. - - - - - Specifies that the PDF will be exported with all the - links external to the document treated as URI. This is the - Default - - - - - Specifies that the PDF will be exported in order to be - viewed through a PDF reader application only. Valid only if - not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to - 1). - - - - - Specifies that the PDF will be exported in order to be - viewed through an Internet browser, using the PDF plug-in - provided with it. The bookmark of the URI will be rendered - compatible with the target bookmark generated with OOo PDF - Export feature (see ExportBookmarksToPDFDestination, - below). - - - - 0 - - - - Specifies that the target documents with .od[tpgs] - extension, will have that extension changed to .pdf when the link - is exported to PDF. The source document remains untouched. - - false - - - - Specifies that the bookmarks contained in the source - OpenOffice.org file should be exported to the PDF file as Named - Destination (see PDF 1.4 section 8.2.1). - - false - - - - - - - - Determines the miscellaneous entries for the common group. - - - - Determines the maximum count of documents, which are allowed to - be open at the same time. NIL will be interpreted as infinite! - - - - - - - - Enables/Disables Plugins. - - - true - - - - Determines if the system's file and folder pickers should be - used. If false, the proprietary file/folder picker implementations - will be used. Relevant on platforms where file/folder picker - integration is implemented. - - true - - - - Allows to specify whether the OOo document file locking - mechanics should use the system file locking. - - true - - - - Allows to specify whether the OOo document file locking - mechanics should use the lock file for locking. - - true - - - - Allows to specify whether locking should be used at all. - Use this setting only for debugging purpose. - - true - - - - Determines if a warning dialog should be - displayed when a user checks the link checkbox in - the insert graphics dialog. - - true - - - - Determines if the system's print dialog should be used. If - false, the platform independent print dialog implementation will be - used. Relevant on platforms where print dialog integration is - implemented. - - false - - - - Disables the customization of the UI elements. - - false - - - - Determines if the user can save the document even when it's not - modified. - - false - - - - Determines if various experimental, and potentially unstable - features should be enabled in the user interface. - - false - - - - Determines if the experimental sidebar UI change should be enabled. - - false - - - - Determins if the limited, and awkward code producing - macro recorder should be enabled in the user interface. - - false - - - - - Specifies which size of the symbols is used for the - toolbars. - - - - - 16x16 pixel icons - - - - - larger icons - - - - 2 - - - - - Specifies which style of the symbols is used for the toolbars, - menus, etc. - - - - - Automatic, chosen according to the desktop - - - - - Default - the OpenOffice.org default theme - - - - - HiContrast - - - - - Industrial - - - - - Crystal - the KDE default theme - - - - - Tango - the Gnome default theme - - - - - Classic - the OpenOffice.org 2.0 default theme - - - - - Human - the Gnome default theme for Ubuntu - - - - - Tango Testing - used for testing by the design team - - - - - Sifr - an adaptation of the Gnome symbolic theme - - - - auto - - - - - Specifies whether we should use a Firefox Persona, ie. a - picture under the menu, toolbar, and status bar. - - - - - No - the user wants just the themed look, no Persona. - - - - - Default - the LibreOffice default Persona. - - - - - The user installed an own Persona, and wants to use that. - - - - default - - - - - Names of the header and footer images, and colors for text and - accent. When set, the value has form - "header.jpg;footer.jpg;#RGBTXT;#RGBACC". - - - - - - - Specifies which button style the toolbars should use. - - - - - 3D style - - - - - Flat style - - - - 1 - - - - Enables/Disables the usage of AutoPilots for form - controls. - - true - - - - Specifies if the office has never before been started. - - - true - - - - List of template repositories URLs bookmarked in the template manager dialog. - - - - - List of template repositories names bookmarked in the template manager dialog. - - - - - List of URLs of the places the user bookmarked in the file picker dialog. - - - - - List of names of the places the user bookmarked in the file picker dialog. - - - - - List of sample URLs of the CMIS servers in the place edition dialog. - - - - - List of names of the CMIS servers in the place edition dialog. - - - - - - contains settings for the form layer of the applications. - - - - specifies certain default layout settings for form controls. All - those settings can be overruled in concrete documents, they specify - creation-time defaults only. - - - - specifies certain default layout settings for form controls in - text documents - - - - - specifies certain default layout settings for form controls in - web pages - - - - - specifies certain default layout settings for form controls in - spreadsheet documents - - - - - specifies certain default layout settings for form controls in - drawing documents - - - - - specifies certain default layout settings for form controls in - presentation documents - - - - - specifies certain default layout settings for form controls in - XML form documents - - - - - specifies certain default layout settings for form controls in - database form documents - - - - - specifies certain default layout settings for form controls in - database text report documents. - - - - - - specifies settings for the property browser used for forms and - form controls. - - - - Enables or disables the property browser's access to - form/control properties which are not officially supported. - - false - - - - Enables or disables a help section at the bottom of the - property browser, which shows the help of the currently active - property. - - false - - - - - - Contains layout specific settings for Asian languages. - - - - - - - Determines the kerning of western text and/or punctuation inside - of Asian text. - - - true - - - - - - - Determines the type of character distance compression in Asian - text: 0 - no compression; 1 - compress punctuation only; 2 - compress - interpunction an japanese kana. - - - 0 - - - - Contains the characters at which lines are not allowed to begin - or to end. For each locale there is a separate entry with the locale - as its node name. - - - - - - - Contains all options for search. - - - - - - - Specifies search for whole words only. - - false - - - - - - - Specifies search backwards. - - false - - - - - - - Specifies search with the use of regular expressions. - - false - - - - - - - Specifies search for styles only. - - false - - - - - - - Specifies search with similarity. - - false - - - - - - - Specifies search as case sensitive. - - false - - - - - - - Specifies search with the use of CTL option. - - true - - - - - - - Specifies search with the use of Asian options. - - false - - - - - Specifies the divider label in case of a component-based search - extension. - - - - - - Specifies the label of the first component-based search - command. - - - - - - Specifies the label of the second component-based search - command. - - - - - - Specifies if search includes comments(SwPostItFields) - - false - - - - Contains search options for the Japanese language. - - - - - - - Does not distinguish between full-width and half-width - characters. - - true - - - - - - - Does not distinguish between hiragana and katakana - characters. - - true - - - - - - - Specifies search without distinguishing between characters - with diphthongs and double consonants and plain characters. - - true - - - - - - - Specifies search without distinguishing between minus signs, - dashes, and long vowel sounds. - - true - - - - - - - Specifies search without distinguishing between repeat - character marks. - - true - - - - - - - Specifies search without distinguishing between standard and - nonstandard ideography. - - true - - - - - - - Specifies search without distinguishing between standard and - nonstandard ideography. - - true - - - - - - - Specifies search without distinguishing between 'Di' and 'Zi' - or 'Du' and 'Zu'. - - true - - - - - - - Specifies search without distinguishing between 'Ba' and 'Va' - or 'Ha' and 'Fa'. - - true - - - - - - - Specifies search without distinguishing between 'Tsi', 'Thi' - and 'Chi' or 'Dhi' and 'Zi'. - - true - - - - - - - Specifies search without distinguishing between 'Hyu' and - 'Fyu' or 'Byu' and 'Vyu'. - - true - - - - - - - Specifies search without distinguishing between 'Se' and 'She' - or 'Ze' and 'Je'. - - true - - - - - - - Specifies search without distinguishing between 'Ia' and - 'Iya'. - - true - - - - - - - Specifies search without distinguishing between 'Ki' and - 'Ku'. - - true - - - - - - - Specifies search without distinguishing between punctuation - characters. - - true - - - - - - - Specifies search without distinguishing between characters - used as blank spaces, such as full-width spaces, half-width spaces, - and tabs. - - true - - - - - - - Specifies search without distinguishing between prolonged - sound marks. - - true - - - - - - - Specifies search without distinguishing between normal dots - and middle dots. - - true - - - - - - Specifies settings for the accessibility options. - - - - Enables the automatic detection of a high contrast mode set for - your desktop. Some OS' do not provide this option explicitly, but - allow the user to choose a color scheme that is HC-compliant - implicitly, which is recognized if the option is set. - - - false - - - - Enables the use of high contrast colors, instead of displaying - the normal/original WYSIWYG colors. - - - true - - - - Enables or disables the automatic time out of help tips. You can - specify a duration (n) of 1 to 99 seconds. If this option is - disabled, press the Esc key to dismiss the help tip. - - - true - - - - Enables or disables the automatic time out of help tips. You - can specify a duration (n) of 1 to 99 seconds. If this option is - disabled, press the Esc key to dismiss the help tip. - - - - - - Specifies the number of seconds to wait before displaying a - help tip. - - - - - Specifies the number of seconds to display a help - tip. - - - - 4 - - - - Indicates whether to allow the graphical animation in all SO/OO - applications (i.e. animated GIFs and objects in Impress during - presentation, animated graphical previews (Gallery, - Insert-Graphics-From File, Animation Tool in Impress.) - - - true - - - - Indicates whether to allow all textual animation like blinking - and scrolling in all SO/OO applications. - - - true - - - - Overrides all text color attributes set in a SO/OO document for - display only. - - - false - - - - Allows the user to change the UI font to the system - default. - - - true - - - - Indicates whether the cursor is displayed in read-only - texts. - - - false - - - - ALG - - Option to use EdgeBlending for previews in the UI (for ColorValueSet, ColorDropDown, FillStyle/LineStyle - previews, etc...). EdgeBlending will visualize a one pixel border on the preview object with interpolated - colors (default: TopLeft White, BottomRight Black) so that a nice 3D effect is shown. It is a percent - value describing how strong the effect shall be. The value 0% switches it off, while the value 100% will - cover the preview object's border completely with one pixel. Values in-between vill be alpha-blended with - the original preview image. - - - - 35 - - - - ALG - - This option controls how many lines of a ListBox will be shown as a maximum. If the ListBox has less lines, - all lines will be shown when opening the drop down content. If it has more lines, the visible number of - lines will be limited to this number. The value 0 disables this feature, negative values are not allowed. - This feature may not be used automatically by all ListBox implementations, - but it gives a central hint value to use if an implementation wants to adapt to something useful. - - - - 25 - - - - ALG - - This option controls how many columns the ColorValueSets (the matrix-organized dialogs for color select) - will have. The default is 12 and this is aligned with the layout of the standard color palette. thus, when you - change this value, you should know what you do. This setting also influences some width-oriented layouts in - dialogs where this ColorValueSets are used, e.g. FillStyle dialog. - - - - 12 - - - - ALG - - This option allows to make previews (e.g. UI previews for object attirbutes) show the content with a checkeded - background to allow simple identification and better preview of transparent content, e.g. when a draw object - is filled with a transparent graphic (SVG or bitmap) the preview will show the checkered background shine - through, so the user can identify that the fill has transparency with a single look. - - - - false - - - - - Without replacement. - Specifies external helper applications / protocol handlers. - - - - - Specifies an external mail application to be used for Send as - email. - - - - Specifies the external mail application to be used. - - - - - - - Contains various language/localization specific settings. - - - - Contains settings for (language/localization specific) input - methods. - - - - Controls the behavior of the IIIMP status window on Unix. If - true, the status window is always displayed. If false, the status - window is never displayed. If nil (the default), the status window - is displayed depending on the current locale. - - - - - - Contains settings for the Asian languages (Chinese, Japanese, - Korean,...) layout. - - - - - Specifies, whether CJK font settings are available (true) or - not (false). - - false - - - - - Specifies, whether vertical text is available (true) or not - (false). - - false - - - - - Specifies, whether Asian typography options like compression - and forbidden characters are available (true) or not (false). - - false - - - - - Specifies, whether Japanese find options are selectable for - search and replace (true) or not (false). - - false - - - - - Specifies whether Rubys are available (true) or not - (false). - - false - - - - - Specifies whether case mapping to half and full width, - hiragana and katagana are available (true) or not (false). - - false - - - - - Specifies whether writing in double lines is available (true) - or not (false). - - false - - - - - Specifies whether emphasis marks are available (true) or not - (false). - - false - - - - - Specifies whether vertical call out objects are available - (true) or not (false). - - false - - - - - Contains settings for the languages with complex text layout - (Hebrew, Arabic, Thai,...). - - - - - Specifies whether CTL font settings are available (true) or - not (false). - - false - - - - - Specifies whether CTL strings are checked for the correct - input sequence(true) or not (false). - - false - - - - - Specifies whether CTL strings are checked restricted for the - correct input sequence(true) or not (false). Is only effective when - CTLSequenceChecking is true. - - false - - - - - Specifies whether CTL input sequences are corrected while - typing. Is only effective when CTLSequenceChecking is true. - - false - - - - - Specifies the type of text cursor movement (logical (0) or - visual (1)) within mixed text (RTL and LTR). - - 0 - - - - - Specifies the type of numerals (Arabic (0), Hindi (1), system - settings (2) or Context(3)) is used per default in all - applications. - - 0 - - - - Specifies whether the whole user interface (UI) will be - mirrored. If true, the UI will be right-to-left. If false, the UI - will be left-to-right. If nil (the default), the UI will be mirrored - depending on the office locale. - - - - - - - Use cfg package Jobs instead of this. - Uses cfg package Jobs instead of this component. - - - - Use cfg package Jobs instead of this. - Uses cfg package Jobs instead of this component. - - - - - Use cfg package Jobs instead of this. - Uses cfg package Jobs instead of this component. - - - - - - Contains settings for smart tags. - - - - Contains Writer specific settings for smart tags. - - - - Specifies whether smart tag recognization is enabled. - - true - - - - A list of excluded smart tag types. - - - - - - diff --git a/wizards/source/configshare/dialog.xlc b/wizards/source/configshare/dialog.xlc index 297b562dec80..60ab31e7d743 100644 --- a/wizards/source/configshare/dialog.xlc +++ b/wizards/source/configshare/dialog.xlc @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/wizards/source/configshare/dialog.xlc.in b/wizards/source/configshare/dialog.xlc.in deleted file mode 100644 index 256461658603..000000000000 --- a/wizards/source/configshare/dialog.xlc.in +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/wizards/source/configshare/script.xlc b/wizards/source/configshare/script.xlc index 13330d288e20..a88496229958 100644 --- a/wizards/source/configshare/script.xlc +++ b/wizards/source/configshare/script.xlc @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/wizards/source/configshare/script.xlc.in b/wizards/source/configshare/script.xlc.in deleted file mode 100644 index ac22172d1296..000000000000 --- a/wizards/source/configshare/script.xlc.in +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - -- cgit v1.2.3