diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index 075f7a6..ab66d5b 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 5524de8..981b12c 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 ed8cf21..25898a5 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 858fd53..a09ce72 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