From 732978e854aaf0b85e013b8c438983f6ab7804de Mon Sep 17 00:00:00 2001 From: Muhammad Haggag Date: Fri, 25 May 2012 20:26:59 +0200 Subject: Added help content for fdo#34772: Word count in the status bar Change-Id: I4ba6406f1a35b5794d719a84997081f62fe291f4 --- helpcontent2/source/text/swriter/02/makefile.mk | 3 ++- .../source/text/swriter/02/word_count_stb.xhp | 29 ++++++++++++++++++++++ .../source/text/swriter/guide/words_count.xhp | 5 +++- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 helpcontent2/source/text/swriter/02/word_count_stb.xhp (limited to 'helpcontent2/source/text/swriter') 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 @@ + + + + + + + +Word Count Status Bar Field +/text/swriter/02/word_count_stb.xhp + + +Muhammad Haggag. + + + +
+ +Word Count Status Bar Field +The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the word count dialog, which shows extra document statistics. +
+ +
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 @@ -50,11 +50,14 @@ Counting Words + + Word count is shown in the status bar, and is kept up to date as you edit. + If you want to count only some text of your document, select the text. - Choose Tools - Word Count. + To display extended statistics such as character count, double click the word count in the status bar, or choose Tools - Word Count.
-- cgit