diff options
author | Muhammad Haggag <mhaggag@gmail.com> | 2012-05-25 20:26:59 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-01 15:32:46 +0100 |
commit | 732978e854aaf0b85e013b8c438983f6ab7804de (patch) | |
tree | 2c42d0040138b52ce4fa44dbeafcb51977b5c42c /helpcontent2/source/text/swriter | |
parent | abbbe57b0f8bd5c5b306a76d5d916da1d02cbc27 (diff) |
Added help content for fdo#34772: Word count in the status bar
libreoffice-3-6-branch-point
Change-Id: I4ba6406f1a35b5794d719a84997081f62fe291f4
Diffstat (limited to 'helpcontent2/source/text/swriter')
-rw-r--r-- | helpcontent2/source/text/swriter/02/makefile.mk | 3 | ||||
-rw-r--r-- | helpcontent2/source/text/swriter/02/word_count_stb.xhp | 29 | ||||
-rw-r--r-- | helpcontent2/source/text/swriter/guide/words_count.xhp | 5 |
3 files changed, 35 insertions, 2 deletions
diff --git a/helpcontent2/source/text/swriter/02/makefile.mk b/helpcontent2/source/text/swriter/02/makefile.mk index d7378c2908..0487703369 100644 --- a/helpcontent2/source/text/swriter/02/makefile.mk +++ b/helpcontent2/source/text/swriter/02/makefile.mk @@ -90,7 +90,8 @@ XHPFILES = \ 19020000.xhp \ 19030000.xhp \ 19040000.xhp \ - 19050000.xhp + 19050000.xhp \ + word_count_stb.xhp # --- Targets ------------------------------------------------------ diff --git a/helpcontent2/source/text/swriter/02/word_count_stb.xhp b/helpcontent2/source/text/swriter/02/word_count_stb.xhp new file mode 100644 index 0000000000..afa97f86c2 --- /dev/null +++ b/helpcontent2/source/text/swriter/02/word_count_stb.xhp @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<!-- +/* + * Copyright 2012 LibreOffice contributors. + * + * 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/. + *--> +<helpdocument version="1.0"> +<meta> +<topic id="textswriter_word_count_stb" indexer="include" status="PUBLISH"> +<title id="title" xml-lang="en-US">Word Count Status Bar Field</title> +<filename>/text/swriter/02/word_count_stb.xhp</filename> +</topic> +<history> +<created date="2012-05-25T18:43:00">Muhammad Haggag.</created> +</history> +</meta> +<body> +<section id="section"> +<bookmark xml-lang="en-US" branch="hid/.uno:StateWordCount" id="bm_word_count" localize="false"/> +<paragraph role="heading" id="page_heading" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/02/word_count_stb.xhp" name="Word Count Status Bar Field">Word Count Status Bar Field</link></paragraph> +<paragraph role="paragraph" id="hd_id3149687" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:StateWordCount">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href="text/swriter/01/06040000.xhp" name="Word Count">word count dialog</link>, which shows extra document statistics.</ahelp></paragraph> +</section> +</body> +</helpdocument> diff --git a/helpcontent2/source/text/swriter/guide/words_count.xhp b/helpcontent2/source/text/swriter/guide/words_count.xhp index 55ac85c5bd..03d07c4f49 100644 --- a/helpcontent2/source/text/swriter/guide/words_count.xhp +++ b/helpcontent2/source/text/swriter/guide/words_count.xhp @@ -51,10 +51,13 @@ </variable></paragraph> <list type="ordered"> <listitem> + <paragraph xml-lang="en-US" id="par_idN105D1" role="listitem" l10n="NEW">Word count is shown in the status bar, and is kept up to date as you edit.</paragraph> + </listitem> + <listitem> <paragraph xml-lang="en-US" id="par_idN106D1" role="listitem" l10n="NEW">If you want to count only some text of your document, select the text.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3149821" role="listitem" l10n="CHG" oldref="5">Choose <emph>Tools - Word Count</emph>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3149821" role="listitem" l10n="CHG" oldref="5">To display extended statistics such as character count, double click the word count in the status bar, or choose <emph>Tools - Word Count</emph>.</paragraph> </listitem> </list> <section id="how"> |