Change-Id: I5d454f184d5787eccdff2f732a43eac056c9ad49
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110679
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
Olivier Hallot
2021-02-10 18:14:10 +01:00
parent dd6644f728
commit 0ba09fdc2f
8 changed files with 14 additions and 12 deletions

View File

@ -1046,14 +1046,14 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEWENN" id="bm_id3151969" localize="false"/>
<h2 id="hd_id3151957"><variable id="sumif_head"><link href="text/scalc/01/04060106.xhp#Section15">SUMIF</link></variable></h2>
<paragraph id="par_id3151986" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_SUMMEWENN">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value.</paragraph>
<paragraph id="par_id3151986" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_SUMMEWENN">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value.</paragraph>
<embed href="text/shared/00/00000001.xhp#regulaer"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id3152028" role="code" xml-lang="en-US">SUMIF(Range; Criteria [; SumRange])</paragraph>
<paragraph id="par_id3152043" role="paragraph" xml-lang="en-US"><emph>Range</emph> is the range to which the criteria are to be applied.</paragraph>
<paragraph id="par_id3152062" role="paragraph" xml-lang="en-US"><emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes.</paragraph>
<paragraph id="par_id3152028" role="code" xml-lang="en-US">SUMIF(Range; Criterion [; SumRange])</paragraph>
<paragraph id="par_id3152043" role="paragraph" xml-lang="en-US"><emph>Range</emph> is the range to which the criterion is to be applied.</paragraph>
<paragraph id="par_id3152062" role="paragraph" xml-lang="en-US"><emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes.</paragraph>
<paragraph id="par_id3152083" role="paragraph" xml-lang="en-US"><emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed.</paragraph>
<note id="par_id8347422">SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given.</note>
<note id="par_id8347422">SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given.</note>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3152148" role="paragraph" xml-lang="en-US">To sum up only negative numbers: <item type="input">=SUMIF(A1:A10;"&lt;0")</item></paragraph>

View File

@ -65,6 +65,6 @@
<paragraph role="paragraph" id="par_idN105C1" xml-lang="en-US"><ahelp hid="modules/scalc/ui/datafieldoptionsdialog/hideitems">Select the items that you want to hide from the calculations.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/datafieldoptionsdialog/hierarchy" id="bm_id6507461" localize="false"/><paragraph role="heading" id="par_idN105C4" xml-lang="en-US" level="3">Hierarchy</paragraph>
<paragraph role="paragraph" id="par_idN105C8" xml-lang="en-US"><ahelp hid="modules/scalc/ui/datafieldoptionsdialog/hierarchy">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp></paragraph>
<note id="par_id681598453957935">Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details".</note>
<note id="par_id681598453957935">Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details.</note>
</body>
</helpdocument>

View File

@ -27,7 +27,7 @@
<paragraph xml-lang="en-US" role="paragraph" id="par_id741607810664944">Images can be anchored in three different ways:</paragraph>
<list type="unordered">
<listitem>
<paragraph xml-lang="en-US" role="listitem" id="par_id351607809926451"><emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before.</paragraph>
<paragraph xml-lang="en-US" role="listitem" id="par_id351607809926451"><emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor.</paragraph>
</listitem>
<listitem><paragraph xml-lang="en-US" role="listitem" id="par_id871607809971823"><emph>To Cell(resize with cell):</emph> the image will move along with the cell. In addition, the image height and width will be resized if the cell holding the anchor is later resized. The aspect ratio of the image follows the later aspect ratio of the cell holding the anchor.</paragraph>
</listitem>

View File

@ -189,7 +189,7 @@
<h3 id="hd_id3166980">Additional separators</h3>
<paragraph id="par_id3166985" role="paragraph" xml-lang="en-US">Specifies the characters that are considered as word separators when counting words, in addition to spaces, tabs and line and paragraph breaks.</paragraph>
<h3 id="hd_id691599000315902">Show standardized page count</h3>
<paragraph role="paragraph" id="par_id581599002628645">Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages.</paragraph>
<paragraph role="paragraph" id="par_id581599002628645">Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages.</paragraph>
<h3 id="hd_id511599000321915">Characters per standardized page</h3>
<paragraph role="paragraph" id="par_id271599002636069">Set the number of characters for the standardized page.</paragraph>
</body>

View File

@ -79,7 +79,7 @@
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3145356" xml-lang="en-US">In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list.</paragraph>
<paragraph id="par_id3150757" role="note">If you want to use a custom image for the <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list.</paragraph>
<note id="par_id3150757">To use a custom image for the <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list.</note>
</listitem>
<listitem>
<paragraph role="paragraph" id="par_id3153151" xml-lang="en-US">Do one of the following:</paragraph>

View File

@ -39,7 +39,9 @@
<h3 id="hd_id3155443">To insert text from a file into a slide:</h3>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_id3146313" xml-lang="en-US">In the slide where you want to insert the text, choose <switchinline select="appl"><caseinline select="IMPRESS"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>.</paragraph>
<paragraph role="listitem" id="par_id3146313" xml-lang="en-US">In the place where you want to insert the text,
choose <switchinline select="appl"><caseinline select="IMPRESS"><menuitem>Slide - Insert Slide from File</menuitem></caseinline>
<defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3150207" xml-lang="en-US">Select "Text" or "HTML Document" as the <emph>File type</emph>.</paragraph>

View File

@ -48,7 +48,7 @@
<paragraph role="listitem" id="par_id3153966" xml-lang="en-US">Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3150249" xml-lang="en-US">Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>&gt;&gt;</widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides.</paragraph>
<paragraph role="listitem" id="par_id3150249" xml-lang="en-US">Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>&gt;&gt;</widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides.</paragraph>
</listitem>
</list>
<paragraph role="listitem" id="par_id3153916" xml-lang="en-US">You can change the order of the slides in your custom slide show, by dragging and dropping the slides under <emph>Selected Slides</emph>.</paragraph>

View File

@ -77,7 +77,7 @@
<paragraph role="listitem" id="par_id3155987" xml-lang="en-US">Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3147171" xml-lang="en-US">Navigate to the slide where you want to move the slide, and then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>.</paragraph>
<paragraph role="listitem" id="par_id3147171" xml-lang="en-US">Position the cursor where you want to move the slide, and then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3083282" xml-lang="en-US">Select <emph>Before </emph>or <emph>After</emph> the current slide, and then click <emph>OK</emph>.</paragraph>