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/helpers | |
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/helpers')
-rw-r--r-- | helpcontent2/helpers/help_hid.lst | 1 | ||||
-rw-r--r-- | helpcontent2/helpers/longnames_commands.csv | 1 | ||||
-rw-r--r-- | helpcontent2/helpers/uno-commands.csv | 1 | ||||
-rw-r--r-- | helpcontent2/helpers/uno_hid.lst | 1 |
4 files changed, 4 insertions, 0 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 |