From 847d925a437f5a3c089978c7d0b8f175a1a19176 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 7 Dec 2023 22:21:34 -0300 Subject: tdf#155876 UI cmds Calc-Format menu (25) + Style menu for Calc + refactoring Change-Id: Iff39af1811013b12f6d46aebc77fbf9f8b652a4d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160449 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_shared.mk | 1 + AllLangHelp_swriter.mk | 1 - source/text/scalc/main0100.xhp | 1 + source/text/shared/menu/style_menu.xhp | 114 +++++++++++++++++++++++++++++++++ source/text/swriter/main0100.xhp | 2 +- source/text/swriter/main0115.xhp | 69 -------------------- 6 files changed, 117 insertions(+), 71 deletions(-) create mode 100644 source/text/shared/menu/style_menu.xhp delete mode 100644 source/text/swriter/main0115.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 5dfb8e87fc..64888b0d18 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -840,6 +840,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/menu/submenu_rotateflip \ helpcontent2/source/text/shared/menu/submenu_spacing \ helpcontent2/source/text/shared/menu/submenu_text \ + helpcontent2/source/text/shared/menu/style_menu \ helpcontent2/source/text/shared/need_help \ helpcontent2/source/text/shared/optionen/01000000 \ helpcontent2/source/text/shared/optionen/01010000 \ diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index a0707a9c4f..884fd071a5 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -419,7 +419,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/main0105 \ helpcontent2/source/text/swriter/main0107 \ helpcontent2/source/text/swriter/main0110 \ - helpcontent2/source/text/swriter/main0115 \ helpcontent2/source/text/swriter/main0120 \ helpcontent2/source/text/swriter/main0200 \ helpcontent2/source/text/swriter/main0202 \ diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp index 1412ec6141..9cdffd7c2f 100644 --- a/source/text/scalc/main0100.xhp +++ b/source/text/scalc/main0100.xhp @@ -38,6 +38,7 @@ + diff --git a/source/text/shared/menu/style_menu.xhp b/source/text/shared/menu/style_menu.xhp new file mode 100644 index 0000000000..4367bc3da0 --- /dev/null +++ b/source/text/shared/menu/style_menu.xhp @@ -0,0 +1,114 @@ + + + + + + + Styles (menu) + /text/shared/menu/style_menu.xhp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Styles

+ + + Contains commands to apply, create, edit, update, load, and manage styles in a text document. + + + Contains commands to apply, create, edit, update, load, and manage styles in a spreadsheet document. + + +
+
+ + Choose Styles. +
+ + +

Text styles entries

+ The entries includes most common paragraph, character and list styles. Click on the style to apply. +
+ +

Cell styles entries

+ The entries includes most common cell styles. Click on the style to apply. +
+ + + + + + +
+ + You can customize the list of styles entries using menu Tools - Customize. Because custom styles belongs to the actual document, remember to store the customized menu in the document scope. + + + + + + + + + + + + + + +
+ + +
+ +
diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp index e05f77ca99..32b730346c 100644 --- a/source/text/swriter/main0100.xhp +++ b/source/text/swriter/main0100.xhp @@ -41,7 +41,7 @@ - + diff --git a/source/text/swriter/main0115.xhp b/source/text/swriter/main0115.xhp deleted file mode 100644 index f4a7cf4892..0000000000 --- a/source/text/swriter/main0115.xhp +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - Styles (menu) - /text/swriter/main0115.xhp - - - - - - - - - - - - - - - - - - - - - - - -
-

Styles

- Contains commands to apply, create, edit, update, load, and manage styles in a text document. -
-
- - Choose Styles. -
-

Text styles entries

- The entries includes most common paragraph, character and list styles. Click on the style to apply. - You can customize the list of styles entries using menu Tools - Customize. Because custom styles belongs to the actual document, remember to store the customized menu in the document scope. - - - - - -
- - -
- -
-- cgit