From 0615e893e70bfb8a0f3fe9d86361da5faaa3dd72 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Sat, 27 Apr 2019 22:37:51 +0300 Subject: Rename some menu-related help files for Impress and Draw The renamed files are in the process of heavy editing, so might as well move from obfuscated names to human-readable ones. Change-Id: I2df6470eefc3b8bb381de77471c688d9498854cf Reviewed-on: https://gerrit.libreoffice.org/71436 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_sdraw.mk | 6 +-- AllLangHelp_simpress.mk | 10 ++--- source/text/sdraw/main0100.xhp | 6 +-- source/text/sdraw/main0102.xhp | 61 ------------------------- source/text/sdraw/main0105.xhp | 59 ------------------------ source/text/sdraw/main0106.xhp | 50 --------------------- source/text/sdraw/main_edit.xhp | 61 +++++++++++++++++++++++++ source/text/sdraw/main_format.xhp | 59 ++++++++++++++++++++++++ source/text/sdraw/main_tools.xhp | 50 +++++++++++++++++++++ source/text/shared/00/edit_menu.xhp | 2 +- source/text/simpress/01/01180000.xhp | 41 ----------------- source/text/simpress/01/slide_properties.xhp | 41 +++++++++++++++++ source/text/simpress/main0100.xhp | 8 ++-- source/text/simpress/main0102.xhp | 67 ---------------------------- source/text/simpress/main0105.xhp | 67 ---------------------------- source/text/simpress/main0106.xhp | 56 ----------------------- source/text/simpress/main0117.xhp | 41 ----------------- source/text/simpress/main_edit.xhp | 67 ++++++++++++++++++++++++++++ source/text/simpress/main_format.xhp | 67 ++++++++++++++++++++++++++++ source/text/simpress/main_slide.xhp | 41 +++++++++++++++++ source/text/simpress/main_tools.xhp | 56 +++++++++++++++++++++++ 21 files changed, 458 insertions(+), 458 deletions(-) delete mode 100644 source/text/sdraw/main0102.xhp delete mode 100644 source/text/sdraw/main0105.xhp delete mode 100644 source/text/sdraw/main0106.xhp create mode 100644 source/text/sdraw/main_edit.xhp create mode 100644 source/text/sdraw/main_format.xhp create mode 100644 source/text/sdraw/main_tools.xhp delete mode 100644 source/text/simpress/01/01180000.xhp create mode 100644 source/text/simpress/01/slide_properties.xhp delete mode 100644 source/text/simpress/main0102.xhp delete mode 100644 source/text/simpress/main0105.xhp delete mode 100644 source/text/simpress/main0106.xhp delete mode 100644 source/text/simpress/main0117.xhp create mode 100644 source/text/simpress/main_edit.xhp create mode 100644 source/text/simpress/main_format.xhp create mode 100644 source/text/simpress/main_slide.xhp create mode 100644 source/text/simpress/main_tools.xhp diff --git a/AllLangHelp_sdraw.mk b/AllLangHelp_sdraw.mk index 410fc574aa..0b49ed98bb 100644 --- a/AllLangHelp_sdraw.mk +++ b/AllLangHelp_sdraw.mk @@ -38,11 +38,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\ helpcontent2/source/text/sdraw/main0000 \ helpcontent2/source/text/sdraw/main0100 \ helpcontent2/source/text/sdraw/main0101 \ - helpcontent2/source/text/sdraw/main0102 \ + helpcontent2/source/text/sdraw/main_edit \ helpcontent2/source/text/sdraw/main0103 \ helpcontent2/source/text/sdraw/main0104 \ - helpcontent2/source/text/sdraw/main0105 \ - helpcontent2/source/text/sdraw/main0106 \ + helpcontent2/source/text/sdraw/main_format \ + helpcontent2/source/text/sdraw/main_tools \ helpcontent2/source/text/sdraw/main0200 \ helpcontent2/source/text/sdraw/main0202 \ helpcontent2/source/text/sdraw/main0210 \ diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk index 5aa53b9d66..35eed8e684 100644 --- a/AllLangHelp_simpress.mk +++ b/AllLangHelp_simpress.mk @@ -29,7 +29,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\ helpcontent2/source/text/simpress/00/00000413 \ helpcontent2/source/text/simpress/00/slide_menu \ helpcontent2/source/text/simpress/01/01170000 \ - helpcontent2/source/text/simpress/01/01180000 \ + helpcontent2/source/text/simpress/01/slide_properties \ helpcontent2/source/text/simpress/01/01180001 \ helpcontent2/source/text/simpress/01/01180002 \ helpcontent2/source/text/simpress/01/02110000 \ @@ -202,15 +202,15 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\ helpcontent2/source/text/simpress/main0000 \ helpcontent2/source/text/simpress/main0100 \ helpcontent2/source/text/simpress/main0101 \ - helpcontent2/source/text/simpress/main0102 \ + helpcontent2/source/text/simpress/main_edit \ helpcontent2/source/text/simpress/main0103 \ helpcontent2/source/text/simpress/main0104 \ - helpcontent2/source/text/simpress/main0105 \ - helpcontent2/source/text/simpress/main0106 \ + helpcontent2/source/text/simpress/main_format \ + helpcontent2/source/text/simpress/main_tools \ helpcontent2/source/text/simpress/main0107 \ helpcontent2/source/text/simpress/main0113 \ helpcontent2/source/text/simpress/main0114 \ - helpcontent2/source/text/simpress/main0117 \ + helpcontent2/source/text/simpress/main_slide \ helpcontent2/source/text/simpress/main0200 \ helpcontent2/source/text/simpress/main0202 \ helpcontent2/source/text/simpress/main0203 \ diff --git a/source/text/sdraw/main0100.xhp b/source/text/sdraw/main0100.xhp index 09c2f1d46d..f791895a6c 100644 --- a/source/text/sdraw/main0100.xhp +++ b/source/text/sdraw/main0100.xhp @@ -39,11 +39,11 @@ - + - - + + diff --git a/source/text/sdraw/main0102.xhp b/source/text/sdraw/main0102.xhp deleted file mode 100644 index bd3259ad87..0000000000 --- a/source/text/sdraw/main0102.xhp +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - -Edit -/text/sdraw/main0102.xhp - - - -
-Edit -The commands in this menu are used to edit Draw documents (for example, copying and pasting). -
- - - - - -Paste Special - - -Find & Replace - -Points -Enables you to edit points on your drawing. -Glue points -Enables you to edit glue points on your drawing. -Duplicate - -Cross-fading - -Fields - -UFI removed Layer command (as I did in zillion CWSs before...) -Links - - -Hyperlink - - -
diff --git a/source/text/sdraw/main0105.xhp b/source/text/sdraw/main0105.xhp deleted file mode 100644 index 6c36781b54..0000000000 --- a/source/text/sdraw/main0105.xhp +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - -Format -/text/sdraw/main0105.xhp - - -Sun Microsystems, Inc. - - - -
-Format -Contains commands for formatting the layout and the contents of your document. -
- -Character - -Paragraph - -Bullets and Numbering - -Page - - -Position and Size - -Line - -Area - -Text - -Layer - - - -
diff --git a/source/text/sdraw/main0106.xhp b/source/text/sdraw/main0106.xhp deleted file mode 100644 index 2773aa90b6..0000000000 --- a/source/text/sdraw/main0106.xhp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - -Tools -/text/sdraw/main0106.xhp - - - -
-Tools -This menu provides tools for $[officename] Draw as well as access to language and system settings. -
- - - -ImageMap - - - - - - -AutoCorrect Options - -Customize - - - -
diff --git a/source/text/sdraw/main_edit.xhp b/source/text/sdraw/main_edit.xhp new file mode 100644 index 0000000000..2c40a115b6 --- /dev/null +++ b/source/text/sdraw/main_edit.xhp @@ -0,0 +1,61 @@ + + + + + + + + +Edit +/text/sdraw/main_edit.xhp + + + +
+Edit +The commands in this menu are used to edit Draw documents (for example, copying and pasting). +
+ + + + + +Paste Special + + +Find & Replace + +Points +Enables you to edit points on your drawing. +Glue points +Enables you to edit glue points on your drawing. +Duplicate + +Cross-fading + +Fields + +UFI removed Layer command (as I did in zillion CWSs before...) +Links + + +Hyperlink + + +
diff --git a/source/text/sdraw/main_format.xhp b/source/text/sdraw/main_format.xhp new file mode 100644 index 0000000000..95c60f130e --- /dev/null +++ b/source/text/sdraw/main_format.xhp @@ -0,0 +1,59 @@ + + + + + + + + +Format +/text/sdraw/main_format.xhp + + +Sun Microsystems, Inc. + + + +
+Format +Contains commands for formatting the layout and the contents of your document. +
+ +Character + +Paragraph + +Bullets and Numbering + +Page + + +Position and Size + +Line + +Area + +Text + +Layer + + + +
diff --git a/source/text/sdraw/main_tools.xhp b/source/text/sdraw/main_tools.xhp new file mode 100644 index 0000000000..0c98b8b90d --- /dev/null +++ b/source/text/sdraw/main_tools.xhp @@ -0,0 +1,50 @@ + + + + + + + + +Tools +/text/sdraw/main_tools.xhp + + + +
+Tools +This menu provides tools for $[officename] Draw as well as access to language and system settings. +
+ + + +ImageMap + + + + + + +AutoCorrect Options + +Customize + + + +
diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index ca75fec67c..fa8a562018 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -21,7 +21,7 @@ - + Edit Menu /text/shared/00/edit_menu.xhp diff --git a/source/text/simpress/01/01180000.xhp b/source/text/simpress/01/01180000.xhp deleted file mode 100644 index d310b953c6..0000000000 --- a/source/text/simpress/01/01180000.xhp +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - Page - /text/simpress/01/01180000.xhp - - - Sun Microsystems, Inc. - - - - - Page - Sets page orientation, page margins, background and other layout options. -
- -
- - - - To change the background of all of the pages in the active file, select a background, click OK and click Yes in the Page Setup dialog. - -
diff --git a/source/text/simpress/01/slide_properties.xhp b/source/text/simpress/01/slide_properties.xhp new file mode 100644 index 0000000000..095e3b6905 --- /dev/null +++ b/source/text/simpress/01/slide_properties.xhp @@ -0,0 +1,41 @@ + + + + + + Page + /text/simpress/01/slide_properties.xhp + + + Sun Microsystems, Inc. + + + + + Page + Sets page orientation, page margins, background and other layout options. +
+ +
+ + + + To change the background of all of the pages in the active file, select a background, click OK and click Yes in the Page Setup dialog. + +
diff --git a/source/text/simpress/main0100.xhp b/source/text/simpress/main0100.xhp index 4ed40c5e8d..d97b98e6f2 100644 --- a/source/text/simpress/main0100.xhp +++ b/source/text/simpress/main0100.xhp @@ -35,13 +35,13 @@ - + - - + + - + diff --git a/source/text/simpress/main0102.xhp b/source/text/simpress/main0102.xhp deleted file mode 100644 index a0aefd6db1..0000000000 --- a/source/text/simpress/main0102.xhp +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - Edit - /text/simpress/main0102.xhp - - - - - - -
- - -Edit -This menu contains commands for editing the contents of the current document. -
- - - - - - - - - - - - -Points -Switches the Edit Points mode on and off. - -Glue Points -Switches the Edit Glue Points mode on and off. - - -Fields - - - -Links - - -Object - - - -
diff --git a/source/text/simpress/main0105.xhp b/source/text/simpress/main0105.xhp deleted file mode 100644 index a90824393d..0000000000 --- a/source/text/simpress/main0105.xhp +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - Format - /text/simpress/main0105.xhp - - - -
- - - Format - Contains commands for formatting the layout and the contents of your document. -
- - - Character - - - Paragraph - - - Bullets and Numbering - - - - - Position and Size - - - Line - - - Area - - - Text - - - Slide Design - - - Slide Layout - - - - - -
diff --git a/source/text/simpress/main0106.xhp b/source/text/simpress/main0106.xhp deleted file mode 100644 index 57f0536991..0000000000 --- a/source/text/simpress/main0106.xhp +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - Tools - /text/simpress/main0106.xhp - - - - - - -
- - -Tools -Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences. -
- - - -ImageMap - - - - - - - -AutoCorrect Options - - -Customize - - - - -
diff --git a/source/text/simpress/main0117.xhp b/source/text/simpress/main0117.xhp deleted file mode 100644 index 72dac41897..0000000000 --- a/source/text/simpress/main0117.xhp +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - Slide - /text/simpress/main0117.xhp - - - - - - -
- - -Slide -This menu provides slide management and navigation commands. -
-New Page/Slide - - - -
\ No newline at end of file diff --git a/source/text/simpress/main_edit.xhp b/source/text/simpress/main_edit.xhp new file mode 100644 index 0000000000..5ebbd86432 --- /dev/null +++ b/source/text/simpress/main_edit.xhp @@ -0,0 +1,67 @@ + + + + + + + Edit + /text/simpress/main_edit.xhp + + + + + + +
+ + +Edit +This menu contains commands for editing the contents of the current document. +
+ + + + + + + + + + + + +Points +Switches the Edit Points mode on and off. + +Glue Points +Switches the Edit Glue Points mode on and off. + + +Fields + + + +Links + + +Object + + + +
diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp new file mode 100644 index 0000000000..816c677a02 --- /dev/null +++ b/source/text/simpress/main_format.xhp @@ -0,0 +1,67 @@ + + + + + + Format + /text/simpress/main_format.xhp + + + +
+ + + Format + Contains commands for formatting the layout and the contents of your document. +
+ + + Character + + + Paragraph + + + Bullets and Numbering + + + + + Position and Size + + + Line + + + Area + + + Text + + + Slide Design + + + Slide Layout + + + + + +
diff --git a/source/text/simpress/main_slide.xhp b/source/text/simpress/main_slide.xhp new file mode 100644 index 0000000000..86669a1ece --- /dev/null +++ b/source/text/simpress/main_slide.xhp @@ -0,0 +1,41 @@ + + + + + + + Slide + /text/simpress/main_slide.xhp + + + + + + +
+ + +Slide +This menu provides slide management and navigation commands. +
+New Page/Slide + + + +
diff --git a/source/text/simpress/main_tools.xhp b/source/text/simpress/main_tools.xhp new file mode 100644 index 0000000000..da26e7d5de --- /dev/null +++ b/source/text/simpress/main_tools.xhp @@ -0,0 +1,56 @@ + + + + + + + Tools + /text/simpress/main_tools.xhp + + + + + + +
+ + +Tools +Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences. +
+ + + +ImageMap + + + + + + + +AutoCorrect Options + + +Customize + + + + +
-- cgit