summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/auxiliary/si
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--helpcontent2/source/auxiliary/si/default.css108
-rw-r--r--helpcontent2/source/auxiliary/si/highcontrast1.css109
-rw-r--r--helpcontent2/source/auxiliary/si/highcontrast2.css109
-rw-r--r--helpcontent2/source/auxiliary/si/highcontrastblack.css109
-rw-r--r--helpcontent2/source/auxiliary/si/highcontrastwhite.css109
-rw-r--r--helpcontent2/source/auxiliary/si/sbasic.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/scalc.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/schart.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/sdatabase.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/sdraw.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/simpress.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/smath.cfg25
-rw-r--r--helpcontent2/source/auxiliary/si/swriter.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/default.css108
-rw-r--r--helpcontent2/source/auxiliary/sid/highcontrast1.css109
-rw-r--r--helpcontent2/source/auxiliary/sid/highcontrast2.css109
-rw-r--r--helpcontent2/source/auxiliary/sid/highcontrastblack.css109
-rw-r--r--helpcontent2/source/auxiliary/sid/highcontrastwhite.css109
-rw-r--r--helpcontent2/source/auxiliary/sid/sbasic.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/scalc.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/schart.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sid/sdatabase.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/sdraw.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/simpress.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/smath.cfg25
-rw-r--r--helpcontent2/source/auxiliary/sid/swriter.cfg25
-rw-r--r--helpcontent2/source/auxiliary/simpress.tree134
27 files changed, 1623 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/si/default.css b/helpcontent2/source/auxiliary/si/default.css
new file mode 100644
index 000000000..6026b205e
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/default.css
@@ -0,0 +1,108 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ DEFAULT STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold; }
+
+.related
+ { font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
+
+h1
+ { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.howtoget
+ { background:#EEEEEE;}
+
+.howtogetbody
+ { background:#EEEEEE; margin: 0px;}
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+.debug
+ { border: 1px solid black; padding: 3px; display: none;}
+
+/* Basic code syntax highlight */
+.identifier, .unknown
+ { color: green;}
+
+.keyword
+ { color: blue;}
+
+.comment
+ { color: gray;}
+
+.number, .string
+ { color: red;}
+
+.operator, .parameter
+ { color: black;}
+
diff --git a/helpcontent2/source/auxiliary/si/highcontrast1.css b/helpcontent2/source/auxiliary/si/highcontrast1.css
new file mode 100644
index 000000000..b5e23c0b0
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/highcontrast1.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST #1 STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #FFFF00;}
+
+.related
+ { border-top: 1px solid #FFFF00; }
+
+.howtogetheader
+ {border: 1px solid #EFEFEF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #FFFF00; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #FFFF00; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/si/highcontrast2.css b/helpcontent2/source/auxiliary/si/highcontrast2.css
new file mode 100644
index 000000000..5771606a1
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/highcontrast2.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST #2 STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #00FF00;}
+
+.related
+ { border-top: 1px solid #00FF00; }
+
+.howtogetheader
+ {border: 1px solid #EFEFEF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #00FF00; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #00FF00; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/si/highcontrastblack.css b/helpcontent2/source/auxiliary/si/highcontrastblack.css
new file mode 100644
index 000000000..9e714cc4a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/highcontrastblack.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST BLACK STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #FFFFFF;}
+
+.related
+ { border-top: 1px solid #FFFFFF; }
+
+.howtogetheader
+ {border: 1px solid #FFFFFF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #FFFFFF; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #FFFFFF; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/si/highcontrastwhite.css b/helpcontent2/source/auxiliary/si/highcontrastwhite.css
new file mode 100644
index 000000000..571ed586a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/highcontrastwhite.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST WHITE STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #FFFFFF; color: #000000;}
+
+.related
+ { border-top: 1px solid #000000; }
+
+.howtogetheader
+ {border: 1px solid #000000; background: #FFFFFF;}
+
+h1
+ { border-bottom: 1px solid #000000; ]
+
+.howtoget
+ { background:#FFFFFF;}
+
+.howtogetbody
+ { background:#FFFFFF;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #000000; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/si/sbasic.cfg b/helpcontent2/source/auxiliary/si/sbasic.cfg
new file mode 100644
index 000000000..5ef6430b6
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/sbasic.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Basic
+
+Language=si
+Order=7
+Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
+Heading=headingheading
+Program=BASIC
diff --git a/helpcontent2/source/auxiliary/si/scalc.cfg b/helpcontent2/source/auxiliary/si/scalc.cfg
new file mode 100644
index 000000000..48ab8f3a0
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/scalc.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Calc
+
+Language=si
+Order=3
+Start=text%2Fscalc%2Fmain0000.xhp
+Heading=headingheading
+Program=CALC
diff --git a/helpcontent2/source/auxiliary/si/schart.cfg b/helpcontent2/source/auxiliary/si/schart.cfg
new file mode 100644
index 000000000..81119caaa
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/schart.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+Title=%PRODUCTNAME Chart
+
+Language=si
+Order=4
+Start=text%2Fschart%2Fmain0000.xhp
+Heading=headingheading
+Program=CHART
+
diff --git a/helpcontent2/source/auxiliary/si/sdatabase.cfg b/helpcontent2/source/auxiliary/si/sdatabase.cfg
new file mode 100644
index 000000000..69fbf50dd
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/sdatabase.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Base
+
+Language=si
+Order=7
+Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
+Heading=headingheading
+Program=DATABASE
diff --git a/helpcontent2/source/auxiliary/si/sdraw.cfg b/helpcontent2/source/auxiliary/si/sdraw.cfg
new file mode 100644
index 000000000..87c5ef081
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/sdraw.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Draw
+
+Language=si
+Order=4
+Start=text%2Fsdraw%2Fmain0000.xhp
+Heading=headingheading
+Program=DRAW
diff --git a/helpcontent2/source/auxiliary/si/simpress.cfg b/helpcontent2/source/auxiliary/si/simpress.cfg
new file mode 100644
index 000000000..5d631bcf7
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/simpress.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Impress
+
+Language=si
+Order=5
+Start=text%2Fsimpress%2Fmain0000.xhp
+Heading=headingheading
+Program=IMPRESS
diff --git a/helpcontent2/source/auxiliary/si/smath.cfg b/helpcontent2/source/auxiliary/si/smath.cfg
new file mode 100644
index 000000000..ca3ca809b
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/smath.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Math
+
+Language=si
+Order=6
+Start=text%2Fsmath%2Fmain0000.xhp
+Heading=headingheading
+Program=MATH
diff --git a/helpcontent2/source/auxiliary/si/swriter.cfg b/helpcontent2/source/auxiliary/si/swriter.cfg
new file mode 100644
index 000000000..953be82ff
--- /dev/null
+++ b/helpcontent2/source/auxiliary/si/swriter.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Writer
+
+Language=si
+Order=2
+Start=text%2Fswriter%2Fmain0000.xhp
+Heading=headingheading
+Program=WRITER
diff --git a/helpcontent2/source/auxiliary/sid/default.css b/helpcontent2/source/auxiliary/sid/default.css
new file mode 100644
index 000000000..6026b205e
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/default.css
@@ -0,0 +1,108 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ DEFAULT STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold; }
+
+.related
+ { font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
+
+h1
+ { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.howtoget
+ { background:#EEEEEE;}
+
+.howtogetbody
+ { background:#EEEEEE; margin: 0px;}
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+.debug
+ { border: 1px solid black; padding: 3px; display: none;}
+
+/* Basic code syntax highlight */
+.identifier, .unknown
+ { color: green;}
+
+.keyword
+ { color: blue;}
+
+.comment
+ { color: gray;}
+
+.number, .string
+ { color: red;}
+
+.operator, .parameter
+ { color: black;}
+
diff --git a/helpcontent2/source/auxiliary/sid/highcontrast1.css b/helpcontent2/source/auxiliary/sid/highcontrast1.css
new file mode 100644
index 000000000..b5e23c0b0
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/highcontrast1.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST #1 STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #FFFF00;}
+
+.related
+ { border-top: 1px solid #FFFF00; }
+
+.howtogetheader
+ {border: 1px solid #EFEFEF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #FFFF00; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #FFFF00; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/sid/highcontrast2.css b/helpcontent2/source/auxiliary/sid/highcontrast2.css
new file mode 100644
index 000000000..5771606a1
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/highcontrast2.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST #2 STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #00FF00;}
+
+.related
+ { border-top: 1px solid #00FF00; }
+
+.howtogetheader
+ {border: 1px solid #EFEFEF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #00FF00; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #00FF00; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/sid/highcontrastblack.css b/helpcontent2/source/auxiliary/sid/highcontrastblack.css
new file mode 100644
index 000000000..9e714cc4a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/highcontrastblack.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST BLACK STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #000000; color: #FFFFFF;}
+
+.related
+ { border-top: 1px solid #FFFFFF; }
+
+.howtogetheader
+ {border: 1px solid #FFFFFF; background: #000000;}
+
+h1
+ { border-bottom: 1px solid #FFFFFF; ]
+
+.howtoget
+ { background:#000000;}
+
+.howtogetbody
+ { background:#000000;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #FFFFFF; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/sid/highcontrastwhite.css b/helpcontent2/source/auxiliary/sid/highcontrastwhite.css
new file mode 100644
index 000000000..571ed586a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/highcontrastwhite.css
@@ -0,0 +1,109 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ OPENOFFICE.ORG 2.0 HELP +
++ HIGH CONTRAST WHITE STYLESHEET +
++ WESTERN LANGUAGES +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ LAST CHANGES: 15-NOV-2004 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
+
+pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
+
+.acronym
+ { font-weight: bold;}
+
+.related
+ { font-weight: bold; margin-top:20pt;}
+
+.emph, .menuitem, .keycode
+ { font-weight: bold; }
+
+.tablehead, .tableheadintable
+ { font-weight: bold; margin-top: 0px;}
+
+.howtogetheader
+ { font-weight: bold; padding: 3px;}
+
+h1, h2, h3, h4, h5, h6
+ { margin-bottom: 5pt; }
+
+p, td
+ { font-size: 11pt; }
+
+h1
+ { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
+
+h2
+ { font-size: 14pt; }
+
+h3
+ { font-size: 12pt; }
+
+h4, h5, h6
+ { font-size: 11pt; }
+
+.relatedtopics
+ { font-weight: normal; }
+
+.relatedbody
+ { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
+
+.wide
+ { width: 100%; }
+
+.topalign
+ { vertical-align: top; border: 1px;}
+
+.bug
+ { color: red; border: 1px solid red;}
+
+
+/* HIGH CONTRAST SPECIFIC SETTINGS */
+
+body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
+ { background: #FFFFFF; color: #000000;}
+
+.related
+ { border-top: 1px solid #000000; }
+
+.howtogetheader
+ {border: 1px solid #000000; background: #FFFFFF;}
+
+h1
+ { border-bottom: 1px solid #000000; ]
+
+.howtoget
+ { background:#FFFFFF;}
+
+.howtogetbody
+ { background:#FFFFFF;}
+
+.debug
+ { border: 1px solid red; padding: 3px; display: none;}
+
+a
+ { color: #000000; } \ No newline at end of file
diff --git a/helpcontent2/source/auxiliary/sid/sbasic.cfg b/helpcontent2/source/auxiliary/sid/sbasic.cfg
new file mode 100644
index 000000000..55b6cd90b
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/sbasic.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Basic
+
+Language=sid
+Order=7
+Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
+Heading=headingheading
+Program=BASIC
diff --git a/helpcontent2/source/auxiliary/sid/scalc.cfg b/helpcontent2/source/auxiliary/sid/scalc.cfg
new file mode 100644
index 000000000..9463a1486
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/scalc.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Calc
+
+Language=sid
+Order=3
+Start=text%2Fscalc%2Fmain0000.xhp
+Heading=headingheading
+Program=CALC
diff --git a/helpcontent2/source/auxiliary/sid/schart.cfg b/helpcontent2/source/auxiliary/sid/schart.cfg
new file mode 100644
index 000000000..aa1f3d304
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/schart.cfg
@@ -0,0 +1,26 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Chart
+
+Language=sid
+Order=4
+Start=text%2Fschart%2Fmain0000.xhp
+Heading=headingheading
+Program=CHART
+
diff --git a/helpcontent2/source/auxiliary/sid/sdatabase.cfg b/helpcontent2/source/auxiliary/sid/sdatabase.cfg
new file mode 100644
index 000000000..51ae109af
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/sdatabase.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Base
+
+Language=sid
+Order=7
+Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
+Heading=headingheading
+Program=DATABASE
diff --git a/helpcontent2/source/auxiliary/sid/sdraw.cfg b/helpcontent2/source/auxiliary/sid/sdraw.cfg
new file mode 100644
index 000000000..0aebdbced
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/sdraw.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Draw
+
+Language=sid
+Order=4
+Start=text%2Fsdraw%2Fmain0000.xhp
+Heading=headingheading
+Program=DRAW
diff --git a/helpcontent2/source/auxiliary/sid/simpress.cfg b/helpcontent2/source/auxiliary/sid/simpress.cfg
new file mode 100644
index 000000000..bc338975d
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/simpress.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Impress
+
+Language=sid
+Order=5
+Start=text%2Fsimpress%2Fmain0000.xhp
+Heading=headingheading
+Program=IMPRESS
diff --git a/helpcontent2/source/auxiliary/sid/smath.cfg b/helpcontent2/source/auxiliary/sid/smath.cfg
new file mode 100644
index 000000000..228d4ad07
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/smath.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Math
+
+Language=sid
+Order=6
+Start=text%2Fsmath%2Fmain0000.xhp
+Heading=headingheading
+Program=MATH
diff --git a/helpcontent2/source/auxiliary/sid/swriter.cfg b/helpcontent2/source/auxiliary/sid/swriter.cfg
new file mode 100644
index 000000000..9fc25d4c1
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sid/swriter.cfg
@@ -0,0 +1,25 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+Title=%PRODUCTNAME Writer
+
+Language=sid
+Order=2
+Start=text%2Fswriter%2Fmain0000.xhp
+Heading=headingheading
+Program=WRITER
diff --git a/helpcontent2/source/auxiliary/simpress.tree b/helpcontent2/source/auxiliary/simpress.tree
new file mode 100644
index 000000000..094fe7a40
--- /dev/null
+++ b/helpcontent2/source/auxiliary/simpress.tree
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+-->
+<tree_view version="24-Aug-2004">
+ <help_section application="simpress" id="04" title="Presentations (Impress)">
+ <node id="0401" title="General Information and User Interface Usage">
+ <topic id="simpress/text/simpress/main0000.xhp">Welcome to the %PRODUCTNAME Impress Help</topic>
+ <topic id="simpress/text/simpress/main0503.xhp">%PRODUCTNAME Impress Features</topic>
+ <topic id="simpress/text/simpress/guide/keyboard.xhp">Using Shortcut Keys in %PRODUCTNAME Impress </topic>
+ <topic id="simpress/text/simpress/04/01020000.xhp">Shortcut Keys for %PRODUCTNAME Impress</topic>
+ <topic id="simpress/text/simpress/04/presenter.xhp">Presenter Console Keyboard Shortcuts</topic>
+ <topic id="simpress/text/simpress/guide/main.xhp">Instructions for Using %PRODUCTNAME Impress</topic>
+ </node>
+ <node id="0402" title="Command and Menu Reference">
+ <node id="04020101" title="Menus">
+ <topic id="simpress/text/simpress/main0100.xhp">Menus</topic>
+ <topic id="simpress/text/simpress/main0101.xhp">File</topic>
+ <topic id="simpress/text/simpress/main_edit.xhp">Edit</topic>
+ <topic id="simpress/text/simpress/main0103.xhp">View</topic>
+ <topic id="simpress/text/simpress/main0104.xhp">Insert</topic>
+ <topic id="simpress/text/simpress/main_format.xhp">Format</topic>
+ <topic id="simpress/text/simpress/main_slide.xhp">Slide</topic>
+ <topic id="simpress/text/simpress/main0114.xhp">Slide Show</topic>
+ <topic id="simpress/text/simpress/main_tools.xhp">Tools</topic>
+ <topic id="simpress/text/simpress/main0107.xhp">Window</topic>
+ <topic id="shared/text/shared/main0108.xhp">Help</topic>
+ </node>
+ <node id="04020102" title="Toolbars">
+ <topic id="simpress/text/simpress/main0200.xhp">Toolbars</topic>
+ <topic id="simpress/text/simpress/main0210.xhp">Drawing Bar</topic>
+ <topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic>
+ <topic id="shared/text/shared/find_toolbar.xhp">Find Bar</topic>
+ <topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
+ <topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
+ <topic id="simpress/text/simpress/main0214.xhp">Image Bar</topic>
+ <topic id="simpress/text/simpress/main0202.xhp">Line and Filling Bar</topic>
+ <topic id="simpress/text/simpress/main0213.xhp">Options Bar</topic>
+ <topic id="simpress/text/simpress/main0211.xhp">Outline Bar</topic>
+ <topic id="simpress/text/simpress/main0209.xhp">Rulers</topic>
+ <topic id="simpress/text/simpress/main0212.xhp">Slide Sorter Bar</topic>
+ <topic id="simpress/text/simpress/main0204.xhp">Slide View Bar</topic>
+ <topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
+ <topic id="simpress/text/simpress/main0206.xhp">Status Bar</topic>
+ <topic id="shared/text/shared/main0204.xhp">Table Bar</topic>
+ <topic id="simpress/text/simpress/main0203.xhp">Text Formatting Bar</topic>
+ </node>
+ </node>
+ <node id="0403" title="Loading, Saving, Importing, Exporting and Redacting">
+ <topic id="simpress/text/simpress/guide/html_export.xhp">Saving a Presentation in HTML Format</topic>
+ <topic id="simpress/text/simpress/guide/html_import.xhp">Importing HTML Pages Into Presentations </topic>
+ <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
+ <topic id="simpress/text/simpress/guide/animated_gif_save.xhp">Exporting Animations in GIF Format</topic>
+ <topic id="simpress/text/simpress/guide/table_insert.xhp">Including Spreadsheets in Slides</topic>
+ <topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic>
+ <topic id="simpress/text/simpress/guide/page_copy.xhp">Copying Slides From Other Presentations</topic>
+ <topic id="shared/text/shared/guide/redaction.xhp">Redacting a Presentation</topic>
+ <topic id="shared/text/shared/guide/auto_redact.xhp">Automatic Redaction</topic>
+ </node>
+ <node id="0404" title="Formatting">
+ <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
+ <topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic>
+ <topic id="sdraw/text/sdraw/guide/color_define.xhp">Defining Custom Colors</topic>
+ <topic id="sdraw/text/sdraw/guide/gradient.xhp">Creating Gradient Fills</topic>
+ <topic id="sdraw/text/sdraw/guide/eyedropper.xhp">Replacing Colors</topic>
+ <topic id="sdraw/text/sdraw/guide/align_arrange.xhp">Arranging, Aligning and Distributing Objects</topic>
+ <topic id="simpress/text/simpress/guide/background.xhp">Changing the Slide Background Fill</topic>
+ <topic id="simpress/text/simpress/guide/footer.xhp">Adding a Header or a Footer to All Slides</topic>
+ <topic id="simpress/text/simpress/guide/masterpage.xhp">Applying a Slide Design to a Master Slide</topic>
+ <topic id="simpress/text/simpress/guide/move_object.xhp">Moving Objects</topic>
+ </node>
+ <node id="0405" title="Printing">
+ <topic id="simpress/text/simpress/guide/printing.xhp">Printing Presentations</topic>
+ <topic id="simpress/text/simpress/guide/print_tofit.xhp">Printing a Slide to Fit a Paper Size</topic>
+ </node>
+ <node id="0406" title="Effects">
+ <topic id="simpress/text/simpress/guide/animated_gif_save.xhp">Exporting Animations in GIF Format</topic>
+ <topic id="simpress/text/simpress/guide/animated_objects.xhp">Animating Objects in Presentation Slides</topic>
+ <topic id="simpress/text/simpress/guide/animated_slidechange.xhp">Animating Slide Transitions</topic>
+ <topic id="sdraw/text/sdraw/guide/cross_fading.xhp">Cross-Fading Two Objects</topic>
+ <topic id="simpress/text/simpress/guide/animated_gif_create.xhp">Creating Animated GIF Images</topic>
+ </node>
+ <node id="0407" title="Objects, Graphics, and Bitmaps">
+ <topic id="sdraw/text/sdraw/guide/combine_etc.xhp">Combining Objects and Constructing Shapes</topic>
+ <topic id="sdraw/text/sdraw/guide/groups.xhp">Grouping Objects</topic>
+ <topic id="sdraw/text/sdraw/guide/draw_sector.xhp">Drawing Sectors and Segments</topic>
+ <topic id="sdraw/text/sdraw/guide/duplicate_object.xhp">Duplicating Objects</topic>
+ <topic id="simpress/text/simpress/02/10030000.xhp">Object Transformations</topic>
+ <topic id="sdraw/text/sdraw/guide/rotate_object.xhp">Rotating Objects</topic>
+ <topic id="sdraw/text/sdraw/guide/join_objects3d.xhp">Assembling 3D Objects</topic>
+ <topic id="sdraw/text/sdraw/guide/join_objects.xhp">Connecting Lines</topic>
+ <topic id="simpress/text/simpress/guide/text2curve.xhp">Converting Text Characters into Drawing Objects</topic>
+ <topic id="simpress/text/simpress/guide/vectorize.xhp">Converting Bitmap Images into Vector Graphics</topic>
+ <topic id="simpress/text/simpress/guide/3d_create.xhp">Converting 2D Objects to Curves, Polygons, and 3D Objects</topic>
+ <topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic>
+ <topic id="simpress/text/simpress/guide/line_draw.xhp">Drawing Curves</topic>
+ <topic id="simpress/text/simpress/guide/line_edit.xhp">Editing Curves</topic>
+ <topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic>
+ <topic id="simpress/text/simpress/guide/table_insert.xhp">Including Spreadsheets in Slides</topic>
+ <topic id="simpress/text/simpress/guide/move_object.xhp">Moving Objects</topic>
+ <topic id="simpress/text/simpress/guide/select_object.xhp">Selecting Underlying Objects</topic>
+ <topic id="simpress/text/simpress/guide/orgchart.xhp">Creating a Flowchart</topic>
+ </node>
+ <node id="0409" title="Text in Presentations">
+ <topic id="sdraw/text/sdraw/guide/text_enter.xhp">Adding Text</topic>
+ <topic id="simpress/text/simpress/guide/text2curve.xhp">Converting Text Characters into Drawing Objects</topic>
+ </node>
+ <node id="0410" title="Viewing">
+ <topic id="simpress/text/simpress/guide/arrange_slides.xhp">Changing the Slide Order</topic>
+ <topic id="simpress/text/simpress/guide/change_scale.xhp">Zooming With the Keypad</topic>
+ </node>
+ <node id="0411" title="Slide Shows">
+ <topic id="simpress/text/simpress/guide/show.xhp">Showing a Slide Show</topic>
+ <topic id="simpress/text/simpress/guide/presenter_console.xhp">The Presenter Console</topic>
+ <topic id="simpress/text/simpress/guide/impress_remote.xhp">Slide Show Remote Control - Impress Remote</topic>
+ <topic id="simpress/text/simpress/guide/individual.xhp">Creating a Custom Slide Show</topic>
+ <topic id="simpress/text/simpress/guide/rehearse_timings.xhp">Rehearse Timings of Slide Changes</topic>
+ </node>
+ </help_section>
+</tree_view>