summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpcontent2/helpers/help_hid.lst1
-rw-r--r--helpcontent2/helpers/longnames_commands.csv1
-rw-r--r--helpcontent2/helpers/uno-commands.csv1
-rw-r--r--helpcontent2/helpers/uno_hid.lst1
-rw-r--r--helpcontent2/source/text/swriter/02/makefile.mk3
-rw-r--r--helpcontent2/source/text/swriter/02/word_count_stb.xhp29
-rw-r--r--helpcontent2/source/text/swriter/guide/words_count.xhp5
-rw-r--r--helpcontent2/util/swriter/makefile.mk1
8 files changed, 40 insertions, 2 deletions
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 @@
+<?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">
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 \
reoffice-7-2-3'>libreoffice-7-2-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/config
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in sfx2Noel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-31these can be stack allocatedNoel Grandin
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-07-30Fix typosAndrea Gelmini
2019-07-20loplugin:referencecasting in sfx2Noel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-02-05simplify SfxEventNamesListNoel Grandin
2019-01-12use unique_ptr in SfxEventConfiguration::ConvertToMacroNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-02loplugin:useuniqueptr in SfxEventNamesListNoel Grandin
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin
2017-10-31loplugin:constantparam in sfx2Noel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-08-07Removing unused SfxItemPool serialisation from sfx2Varun Dhall
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-24loplugin:unusedfields in include/framework/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-09-17boost->stdCaolán McNamara
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann