[Libreoffice-commits] help.git: AllLangHelp_scalc.mk source/auxiliary source/text

Yousuf Philips philipz85 at hotmail.com
Mon Sep 7 06:00:13 PDT 2015


 AllLangHelp_scalc.mk            |    1 +
 source/auxiliary/scalc.tree     |    3 ++-
 source/text/scalc/main0100.xhp  |   17 +++++++++--------
 source/text/scalc/main0101.xhp  |    2 +-
 source/text/scalc/main0102.xhp  |    2 +-
 source/text/scalc/main0103.xhp  |    2 +-
 source/text/scalc/main0104.xhp  |    4 ++--
 source/text/scalc/main0106.xhp  |    2 +-
 source/text/scalc/main0107.xhp  |    2 +-
 source/text/scalc/main0112.xhp  |    2 +-
 source/text/scalc/main0116.xhp  |   36 ++++++++++++++++++++++++++++++++++++
 source/text/shared/main0108.xhp |    2 +-
 12 files changed, 57 insertions(+), 18 deletions(-)

New commits:
commit 7ab770081ca955ae0da5d6c98f4badefd1f8f064
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Sep 6 08:27:30 2015 +0400

    tdf#92825 Fix calc's main menubar entries
    
    Change-Id: I573b25efe928883f140bdeb127aaa9b7c7436bbc
    Reviewed-on: https://gerrit.libreoffice.org/18356
    Reviewed-by: Olivier Hallot <olivier.hallot at edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 9987151..9afb052 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -330,6 +330,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/main0106 \
     helpcontent2/source/text/scalc/main0107 \
     helpcontent2/source/text/scalc/main0112 \
+    helpcontent2/source/text/scalc/main0116 \
     helpcontent2/source/text/scalc/main0200 \
     helpcontent2/source/text/scalc/main0202 \
     helpcontent2/source/text/scalc/main0203 \
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree
index 0438e7b..c579d85 100644
--- a/source/auxiliary/scalc.tree
+++ b/source/auxiliary/scalc.tree
@@ -35,9 +35,10 @@
 <topic id="scalc/text/scalc/main0103.xhp">View</topic>
 <topic id="scalc/text/scalc/main0104.xhp">Insert</topic>
 <topic id="scalc/text/scalc/main0105.xhp">Format</topic>
+<topic id="scalc/text/scalc/main0116.xhp">Sheet</topic>
+<topic id="scalc/text/scalc/main0112.xhp">Data</topic>
 <topic id="scalc/text/scalc/main0106.xhp">Tools</topic>
 <topic id="scalc/text/scalc/main0107.xhp">Window</topic>
-<topic id="scalc/text/scalc/main0112.xhp">Data</topic>
 <topic id="shared/text/shared/main0108.xhp">Help</topic>
 			</node>
 			<node id="080202" title="Toolbars">
diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp
index 65c0e36..6fb9646 100644
--- a/source/text/scalc/main0100.xhp
+++ b/source/text/scalc/main0100.xhp
@@ -37,14 +37,15 @@
 <paragraph role="paragraph" id="par_id3154760" xml-lang="en-US" l10n="U" oldref="2">The following menu commands are available for spreadsheets.</paragraph>
 </section>
 <embed href="text/shared/00/00000011.xhp#kontexthidden"/>
-<embed href="text/scalc/main0101.xhp#datei"/>
-<embed href="text/scalc/main0102.xhp#bearbeiten"/>
-<embed href="text/scalc/main0103.xhp#ansicht"/>
-<embed href="text/scalc/main0104.xhp#einfuegen"/>
+<embed href="text/scalc/main0101.xhp#file"/>
+<embed href="text/scalc/main0102.xhp#edit"/>
+<embed href="text/scalc/main0103.xhp#view"/>
+<embed href="text/scalc/main0104.xhp#insert"/>
 <embed href="text/scalc/main0105.xhp#format"/>
-<embed href="text/scalc/main0106.xhp#extras"/>
-<embed href="text/scalc/main0112.xhp#daten"/>
-<embed href="text/scalc/main0107.xhp#fenster"/>
-<embed href="text/shared/main0108.xhp#hilfe"/>
+<embed href="text/scalc/main0116.xhp#sheet"/>
+<embed href="text/scalc/main0112.xhp#data"/>
+<embed href="text/scalc/main0106.xhp#tools"/>
+<embed href="text/scalc/main0107.xhp#window"/>
+<embed href="text/shared/main0108.xhp#help"/>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/main0101.xhp b/source/text/scalc/main0101.xhp
index 5a2252c..3ef15e8 100644
--- a/source/text/scalc/main0101.xhp
+++ b/source/text/scalc/main0101.xhp
@@ -29,7 +29,7 @@
 </topic>
 </meta>
 <body>
-<section id="datei">
+<section id="file">
 <bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id3151341" localize="false"/><paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0101.xhp" name="File">File</link></paragraph>
 <paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">These commands apply to the current document, open a new document, or close the application.</ahelp></paragraph>
 </section>
diff --git a/source/text/scalc/main0102.xhp b/source/text/scalc/main0102.xhp
index 39d57e8..7974b0e 100644
--- a/source/text/scalc/main0102.xhp
+++ b/source/text/scalc/main0102.xhp
@@ -27,7 +27,7 @@
 </topic>
 </meta>
 <body>
-<section id="bearbeiten">
+<section id="edit">
 <bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id1586962" localize="false"/>
 <paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0102.xhp" name="Edit">Edit</link></paragraph>
 <paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph>
diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp
index 88bd0a2..268f957 100644
--- a/source/text/scalc/main0103.xhp
+++ b/source/text/scalc/main0103.xhp
@@ -27,7 +27,7 @@
 </topic>
 </meta>
 <body>
-<section id="ansicht">
+<section id="view">
 <bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id5569933" localize="false"/>
 <paragraph role="heading" id="hd_id3151112" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0103.xhp" name="View">View</link></paragraph>
 <paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">This menu contains commands for controlling the on-screen display of the document.</ahelp></paragraph>
diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 04def89..d0597dc 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -27,7 +27,7 @@
       </topic>
    </meta>
    <body>
-      <section id="einfuegen">
+      <section id="insert">
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id8230842" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3157909" role="heading" level="1" l10n="U" oldref="1"><link href="text/scalc/main0104.xhp" name="Insert">Insert</link></paragraph>
          <paragraph xml-lang="en-US" id="par_id3153896" role="paragraph" l10n="CHG" oldref="2"><ahelp hid=".">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp></paragraph>
@@ -65,4 +65,4 @@
                  oldref="10"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph>
       <embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
    </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/source/text/scalc/main0106.xhp b/source/text/scalc/main0106.xhp
index 0a73b9f..e452089 100644
--- a/source/text/scalc/main0106.xhp
+++ b/source/text/scalc/main0106.xhp
@@ -27,7 +27,7 @@
 </topic>
 </meta>
 <body>
-<section id="extras">
+<section id="tools">
 <bookmark xml-lang="en-US" branch="hid/.uno:ToolsMenu" id="bm_id9563890" localize="false"/>
 <paragraph role="heading" id="hd_id3150769" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0106.xhp" name="Tools">Tools</link></paragraph>
 <paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp></paragraph>
diff --git a/source/text/scalc/main0107.xhp b/source/text/scalc/main0107.xhp
index 0e2aa8b..aed8939 100644
--- a/source/text/scalc/main0107.xhp
+++ b/source/text/scalc/main0107.xhp
@@ -29,7 +29,7 @@
 </topic>
 </meta>
 <body>
-<section id="fenster">
+<section id="window">
 <bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id6907559" localize="false"/><paragraph role="heading" id="hd_id3154758" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0107.xhp" name="Window">Window</link></paragraph>
 <paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".uno:WindowList">Contains commands for manipulating and displaying document windows.</ahelp></paragraph>
 </section>
diff --git a/source/text/scalc/main0112.xhp b/source/text/scalc/main0112.xhp
index c87b1e3..c19c02c 100644
--- a/source/text/scalc/main0112.xhp
+++ b/source/text/scalc/main0112.xhp
@@ -29,7 +29,7 @@
 </topic>
 </meta>
 <body>
-<section id="daten">
+<section id="data">
 <bookmark xml-lang="en-US" branch="hid/.uno:DataMenu" id="bm_id9612414" localize="false"/><paragraph role="heading" id="hd_id3153254" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0112.xhp" name="Data">Data</link></paragraph>
 <paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp></paragraph>
 </section>
diff --git a/source/text/scalc/main0116.xhp b/source/text/scalc/main0116.xhp
new file mode 100644
index 0000000..dfd601f
--- /dev/null
+++ b/source/text/scalc/main0116.xhp
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+<!--
+ * 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 .
+-->
+
+<meta>
+  <topic id="textscalcmain0116xml">
+    <title xml-lang="en-US" id="tit">Sheet</title>
+    <filename>/text/scalc/main0116.xhp</filename>
+  </topic>
+</meta>
+
+<body>
+ <section id="sheet">
+  <bookmark xml-lang="en-US" branch="hid/.uno:SheetMenu" id="bm_id0906201507425254" localize="false"/>
+  <paragraph id="hd_id0906201507390173" role="heading" xml-lang="en-US" level="1"><link href="text/scalc/main0116.xhp">Sheet</link></paragraph>
+  <paragraph id="par_id0906201507414091" role="paragraph" xml-lang="en-US">This menu contains commands to modify and manage a sheet and its elements.</paragraph>
+ </section>
+</body>
+
+</helpdocument>
diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp
index 7a9b1e9..c3945d7 100644
--- a/source/text/shared/main0108.xhp
+++ b/source/text/shared/main0108.xhp
@@ -29,11 +29,11 @@
 </meta>
 <body>
 <section id="help">
-</section>
 <section id="hilfe">
 <bookmark xml-lang="en-US" branch="hid/.uno:HelpMenu" id="bm_id3153539" localize="false"/><paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/main0108.xhp" name="Help">Help</link></paragraph>
 <paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:HelpMenu">The Help menu allows you to start and control the $[officename] Help system.</ahelp></paragraph>
 </section>
+</section>
 <section id="helpcommand">
 <bookmark xml-lang="en-US" branch="hid/.uno:HelpIndex" id="bm_id3149178" localize="false"/><paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="2" l10n="CHG" oldref="5">$[officename] Help</paragraph>
 <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid=".uno:HelpIndex">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text.</paragraph>


More information about the Libreoffice-commits mailing list