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/helpers/help_hid.lst | 1 + helpcontent2/helpers/longnames_commands.csv | 1 + helpcontent2/helpers/uno-commands.csv | 1 + helpcontent2/helpers/uno_hid.lst | 1 + 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 +++- helpcontent2/util/swriter/makefile.mk | 1 + 8 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 helpcontent2/source/text/swriter/02/word_count_stb.xhp diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index 075f7a6814..ab66d5b01a 100644 --- a/helpcontent2/helpers/help_hid.lst +++ b/helpcontent2/helpers/help_hid.lst @@ -425,6 +425,7 @@ FN_STAT_PAGE,21181,.uno:StatePageNumber FN_STAT_SELMODE,21185,.uno:SelectionMode FN_STAT_TEMPLATE,21182,.uno:PageStyleName FN_STAT_ZOOM,21183,.uno:StateZoom +FN_STAT_ZOOM,21184,.uno:StateWordCount FN_SYNC_LABELS,21743,.uno:SynchronizeLabelsDlg FN_TABLE_ADJUST_CELLS,20521,.uno:SetOptimalColumnWidth FN_TABLE_AUTOSUM,20595,.uno:AutoSum diff --git a/helpcontent2/helpers/longnames_commands.csv b/helpcontent2/helpers/longnames_commands.csv index 5524de8b08..981b12c6a3 100644 --- a/helpcontent2/helpers/longnames_commands.csv +++ b/helpcontent2/helpers/longnames_commands.csv @@ -400,6 +400,7 @@ FN_STAT_PAGE,.uno:StatePageNumber FN_STAT_SELMODE,.uno:SelectionMode FN_STAT_TEMPLATE,.uno:PageStyleName FN_STAT_ZOOM,.uno:StateZoom +FN_STAT_WORDCOUNT,.uno:StateWordCount FN_SYNC_LABELS,.uno:SynchronizeLabelsDlg FN_TABLE_ADJUST_CELLS,.uno:SetOptimalColumnWidth FN_TABLE_AUTOSUM,.uno:AutoSum diff --git a/helpcontent2/helpers/uno-commands.csv b/helpcontent2/helpers/uno-commands.csv index ed8cf217fa..25898a579c 100644 --- a/helpcontent2/helpers/uno-commands.csv +++ b/helpcontent2/helpers/uno-commands.csv @@ -1506,6 +1506,7 @@ .uno:StartOfLineSel .uno:StartOfParaSel .uno:StatePageNumber +.uno:StateWordCount .uno:StateTableCell .uno:StatusBarVisible .uno:StatusDocPos diff --git a/helpcontent2/helpers/uno_hid.lst b/helpcontent2/helpers/uno_hid.lst index 858fd53343..a09ce727da 100644 --- a/helpcontent2/helpers/uno_hid.lst +++ b/helpcontent2/helpers/uno_hid.lst @@ -400,6 +400,7 @@ FN_STAT_PAGE,21181,.uno:StatePageNumber FN_STAT_SELMODE,21185,.uno:SelectionMode FN_STAT_TEMPLATE,21182,.uno:PageStyleName FN_STAT_ZOOM,21183,.uno:StateZoom +FN_STAT_WORDCOUNT,21184,.uno:StateWordCount FN_SYNC_LABELS,21743,.uno:SynchronizeLabelsDlg FN_TABLE_ADJUST_CELLS,20521,.uno:SetOptimalColumnWidth FN_TABLE_AUTOSUM,20595,.uno:AutoSum 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.
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index b9035bf1e5..446f66381a 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -290,6 +290,7 @@ LINKLINKFILES= \ text$/swriter$/02$/19030000.xhp \ text$/swriter$/02$/19040000.xhp \ text$/swriter$/02$/19050000.xhp \ + text$/swriter$/02$/word_count_stb.xhp \ text$/swriter$/04$/01020000.xhp \ text$/swriter$/guide$/anchor_object.xhp \ text$/swriter$/guide$/arrange_chapters.xhp \ -- cgit