summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/auxiliary/sd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--helpcontent2/source/auxiliary/sd/default.css108
-rw-r--r--helpcontent2/source/auxiliary/sd/highcontrast1.css109
-rw-r--r--helpcontent2/source/auxiliary/sd/highcontrast2.css109
-rw-r--r--helpcontent2/source/auxiliary/sd/highcontrastblack.css109
-rw-r--r--helpcontent2/source/auxiliary/sd/highcontrastwhite.css109
-rw-r--r--helpcontent2/source/auxiliary/sd/sbasic.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/scalc.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/schart.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/sdatabase.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/sdraw.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/simpress.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/smath.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sd/swriter.cfg26
-rw-r--r--helpcontent2/source/auxiliary/sdatabase.tree34
-rw-r--r--helpcontent2/source/auxiliary/sdraw.tree104
15 files changed, 890 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/sd/default.css b/helpcontent2/source/auxiliary/sd/default.css
new file mode 100644
index 000000000..6026b205e
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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/sd/highcontrast1.css b/helpcontent2/source/auxiliary/sd/highcontrast1.css
new file mode 100644
index 000000000..b5e23c0b0
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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/sd/highcontrast2.css b/helpcontent2/source/auxiliary/sd/highcontrast2.css
new file mode 100644
index 000000000..5771606a1
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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/sd/highcontrastblack.css b/helpcontent2/source/auxiliary/sd/highcontrastblack.css
new file mode 100644
index 000000000..9e714cc4a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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/sd/highcontrastwhite.css b/helpcontent2/source/auxiliary/sd/highcontrastwhite.css
new file mode 100644
index 000000000..571ed586a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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/sd/sbasic.cfg b/helpcontent2/source/auxiliary/sd/sbasic.cfg
new file mode 100644
index 000000000..f4258db2a
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/sbasic.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 Basic
+
+Language=sd
+Order=7
+Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
+Heading=headingheading
+Program=BASIC
diff --git a/helpcontent2/source/auxiliary/sd/scalc.cfg b/helpcontent2/source/auxiliary/sd/scalc.cfg
new file mode 100644
index 000000000..5a5fb78dc
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/scalc.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 Calc
+
+Language=sd
+Order=3
+Start=text%2Fscalc%2Fmain0000.xhp
+Heading=headingheading
+Program=CALC
diff --git a/helpcontent2/source/auxiliary/sd/schart.cfg b/helpcontent2/source/auxiliary/sd/schart.cfg
new file mode 100644
index 000000000..b9e862346
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/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=sd
+Order=4
+Start=text%2Fschart%2Fmain0000.xhp
+Heading=headingheading
+Program=CHART
+
diff --git a/helpcontent2/source/auxiliary/sd/sdatabase.cfg b/helpcontent2/source/auxiliary/sd/sdatabase.cfg
new file mode 100644
index 000000000..631737497
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/sdatabase.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 Base
+
+Language=sd
+Order=7
+Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
+Heading=headingheading
+Program=DATABASE
diff --git a/helpcontent2/source/auxiliary/sd/sdraw.cfg b/helpcontent2/source/auxiliary/sd/sdraw.cfg
new file mode 100644
index 000000000..32d36db77
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/sdraw.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 Draw
+
+Language=sd
+Order=4
+Start=text%2Fsdraw%2Fmain0000.xhp
+Heading=headingheading
+Program=DRAW
diff --git a/helpcontent2/source/auxiliary/sd/simpress.cfg b/helpcontent2/source/auxiliary/sd/simpress.cfg
new file mode 100644
index 000000000..194f957e7
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/simpress.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 Impress
+
+Language=sd
+Order=5
+Start=text%2Fsimpress%2Fmain0000.xhp
+Heading=headingheading
+Program=IMPRESS
diff --git a/helpcontent2/source/auxiliary/sd/smath.cfg b/helpcontent2/source/auxiliary/sd/smath.cfg
new file mode 100644
index 000000000..080036c08
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/smath.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 Math
+
+Language=sd
+Order=6
+Start=text%2Fsmath%2Fmain0000.xhp
+Heading=headingheading
+Program=MATH
diff --git a/helpcontent2/source/auxiliary/sd/swriter.cfg b/helpcontent2/source/auxiliary/sd/swriter.cfg
new file mode 100644
index 000000000..127770d44
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sd/swriter.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 Writer
+
+Language=sd
+Order=2
+Start=text%2Fswriter%2Fmain0000.xhp
+Heading=headingheading
+Program=WRITER
diff --git a/helpcontent2/source/auxiliary/sdatabase.tree b/helpcontent2/source/auxiliary/sdatabase.tree
new file mode 100644
index 000000000..9716ced03
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sdatabase.tree
@@ -0,0 +1,34 @@
+<?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="sbase" id="09" title="Database Functionality (Base)">
+ <node id="0901" title="General Information">
+ <topic id="sdatabase/text/sdatabase/main.xhp">%PRODUCTNAME Database</topic>
+ <topic id="shared/text/shared/guide/database_main.xhp">Database Overview</topic>
+ <topic id="shared/text/shared/guide/data_new.xhp">Creating a New Database</topic>
+ <topic id="shared/text/shared/guide/data_tables.xhp">Working with Tables</topic>
+ <topic id="shared/text/shared/guide/data_queries.xhp">Working with Queries</topic>
+ <topic id="shared/text/shared/guide/data_forms.xhp">Working with Forms</topic>
+ <topic id="shared/text/shared/guide/data_reports.xhp">Creating Reports </topic>
+ <topic id="shared/text/shared/guide/data_register.xhp">Registering and Deleting a Database </topic>
+ <topic id="shared/text/shared/guide/data_im_export.xhp">Importing and Exporting Data in Base </topic>
+ <topic id="shared/text/shared/guide/data_enter_sql.xhp">Executing SQL Commands</topic>
+ </node>
+ </help_section>
+</tree_view>
diff --git a/helpcontent2/source/auxiliary/sdraw.tree b/helpcontent2/source/auxiliary/sdraw.tree
new file mode 100644
index 000000000..853b26f25
--- /dev/null
+++ b/helpcontent2/source/auxiliary/sdraw.tree
@@ -0,0 +1,104 @@
+<?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/.
+ *
+-->
+<tree_view version="24-Aug-2004">
+ <help_section application="sdraw" id="11" title="Drawings (Draw)">
+ <node id="1101" title="General Information and User Interface Usage">
+ <topic id="sdraw/text/sdraw/main0000.xhp">Welcome to the %PRODUCTNAME Draw Help</topic>
+ <topic id="sdraw/text/sdraw/main0503.xhp">%PRODUCTNAME Draw Features</topic>
+ <topic id="sdraw/text/sdraw/guide/keyboard.xhp">Shortcut Keys for Drawing Objects</topic>
+ <topic id="sdraw/text/sdraw/04/01020000.xhp">Shortcut Keys for Drawings</topic>
+ <topic id="sdraw/text/sdraw/guide/main.xhp">Instructions for Using %PRODUCTNAME Draw</topic>
+ </node>
+ <node id="1102" title="Command and Menu Reference">
+ <node id="11020201" title="Menus">
+ <topic id="sdraw/text/sdraw/main0100.xhp">Menus</topic>
+ <topic id="sdraw/text/sdraw/main0101.xhp">File</topic>
+ <topic id="sdraw/text/sdraw/main_edit.xhp">Edit</topic>
+ <topic id="sdraw/text/sdraw/main0103.xhp">View</topic>
+ <topic id="sdraw/text/sdraw/main_insert.xhp">Insert</topic>
+ <topic id="sdraw/text/sdraw/main_format.xhp">Format</topic>
+ <topic id="sdraw/text/sdraw/main_page.xhp">Page</topic>
+ <topic id="sdraw/text/sdraw/main_shape.xhp">Shape</topic>
+ <topic id="sdraw/text/sdraw/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="11020202" title="Toolbars">
+ <topic id="sdraw/text/sdraw/main0200.xhp">Toolbars</topic>
+ <topic id="sdraw/text/sdraw/01/3dsettings_toolbar.xhp">3D Settings Toolbar</topic>
+ <topic id="sdraw/text/sdraw/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="sdraw/text/sdraw/main0213.xhp">Options Bar</topic>
+ <topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
+ <topic id="shared/text/shared/main0204.xhp">Table Bar</topic>
+ </node>
+ </node>
+ <node id="1103" title="Loading, Saving, Importing, and Exporting">
+ <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
+ <topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic>
+ </node>
+ <node id="1104" 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 Page Background Fill</topic>
+ <topic id="simpress/text/simpress/guide/masterpage.xhp">Applying a Page Design to a Master Page</topic>
+ <topic id="simpress/text/simpress/guide/move_object.xhp">Moving Objects</topic>
+ </node>
+ <node id="1105" title="Printing">
+ <topic id="simpress/text/simpress/guide/printing.xhp">Printing Drawings</topic>
+ <topic id="simpress/text/simpress/guide/print_tofit.xhp">Printing a Page to Fit a Paper Size</topic>
+ </node>
+ <node id="1106" title="Effects">
+ <topic id="sdraw/text/sdraw/guide/cross_fading.xhp">Cross-Fading Two Objects</topic>
+ <topic id="shared/text/shared/01/05350000.xhp">3D Effects</topic>
+ <topic id="simpress/text/simpress/02/10030000.xhp">Object Transformations</topic>
+ </node>
+ <node id="1107" 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/draw_sector.xhp">Drawing Sectors and Segments</topic>
+ <topic id="sdraw/text/sdraw/guide/duplicate_object.xhp">Duplicating Objects</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 Pages</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="1108" title="Groups and Layers">
+ <topic id="sdraw/text/sdraw/guide/groups.xhp">Grouping Objects</topic>
+ <topic id="simpress/text/sdraw/guide/layers.xhp">About Layers</topic>
+ <topic id="simpress/text/sdraw/guide/layer_new.xhp">Inserting Layers</topic>
+ <topic id="simpress/text/sdraw/guide/layer_tipps.xhp">Working With Layers</topic>
+ <topic id="simpress/text/sdraw/guide/layer_move.xhp">Moving Objects to a Different Layer</topic>
+ </node>
+ <node id="1109" title="Text in Drawings">
+ <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="1110" title="Viewing">
+ <topic id="simpress/text/simpress/guide/change_scale.xhp">Zooming With the Keypad</topic>
+ </node>
+ </help_section>
+</tree_view>