From b41eeeaaa91ed78e387cfed551400984836164af Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 26 Oct 2023 20:34:06 -0300 Subject: tdf#155876 UI cmds Calc-View menu (06) + refactoring Change-Id: Ic6a1cf590f8952ef82e540459603a0a499732ecf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158518 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/00/00000403.xhp | 69 ++++++++++++++++++++++++++++++--- source/text/scalc/01/03090000.xhp | 24 ++++++------ source/text/scalc/01/03100000.xhp | 26 ++++++------- source/text/scalc/01/NormalViewMode.xhp | 33 ++++++++++++++++ source/text/scalc/main0103.xhp | 21 +++++----- 5 files changed, 129 insertions(+), 44 deletions(-) create mode 100644 source/text/scalc/01/NormalViewMode.xhp (limited to 'source') diff --git a/source/text/scalc/00/00000403.xhp b/source/text/scalc/00/00000403.xhp index b58a32ebb2..4a4fb2b360 100644 --- a/source/text/scalc/00/00000403.xhp +++ b/source/text/scalc/00/00000403.xhp @@ -20,16 +20,73 @@ - View Menu + View Menu /text/scalc/00/00000403.xhp

View Menu

-Choose View - Column & Row Headers. -Choose View - Value Highlighting. -Choose View - Formula Bar. -Choose View - Page Break. -Choose View - Function List. +Choose View - Column & Row Headers. +Choose View - Value Highlighting. + +
+ + Choose View - Formula Bar. + + Choose View - Formula Bar + On the View menu of the View tab, choose Formula Bar. + + + + + Icon Formula Bar + + + Formula Bar + + +
+
+ +
+ + Choose View - Page Break. + + Choose View - Page Break + On the View menu of the View tab, choose Page Break. + + + + + Icon Page Break + + + Page Break + + +
+
+ +
+ + Choose View - Normal + + Choose View - Normal View + Choose Layout - Normal View + On the View menu of the View tab, choose Normal. + + + + + Icon Normal View + + + Normal View + + +
+
+ +Choose View - Function List. diff --git a/source/text/scalc/01/03090000.xhp b/source/text/scalc/01/03090000.xhp index c925dc7f5d..f914a428e9 100644 --- a/source/text/scalc/01/03090000.xhp +++ b/source/text/scalc/01/03090000.xhp @@ -20,31 +20,29 @@ - Formula Bar + Formula Bar /text/scalc/01/03090000.xhp - - -
- + formula bar;spreadsheets spreadsheets; formula bar - - - + +

Formula Bar

-Shows or hides the Formula Bar, which is used for entering and editing formulas. The Formula Bar is the most important tool when working with spreadsheets. +Shows or hides the Formula Bar, which is used for entering and editing formulas. The Formula Bar is the most important tool when working with spreadsheets.
-To hide the Formula Bar, unmark the menu item. +To hide the Formula Bar, unmark the menu item.
- + +
+If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode. +
+
-If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode. - diff --git a/source/text/scalc/01/03100000.xhp b/source/text/scalc/01/03100000.xhp index 442711931c..84437f4e13 100644 --- a/source/text/scalc/01/03100000.xhp +++ b/source/text/scalc/01/03100000.xhp @@ -20,34 +20,34 @@ - Page Break View + Page Break View /text/scalc/01/03100000.xhp - - +
- - -

Page Break View

-Display the page breaks and print ranges in the sheet. Choose View - Normal to switch this mode off. +

Page Break

+Display the page breaks and print ranges in the sheet.
+Choose View - Normal to switch this mode off.
- +
-The context menu of the page break preview contains functions for editing page breaks, including the following options: - +The context menu of the page break preview contains functions for editing page breaks, including the following options: +

Delete Page Breaks

-Deletes all manual breaks in the current sheet. +Deletes all manual breaks in the current sheet.

Add Print Range

-Adds the selected cells to print ranges. +Adds the selected cells to print ranges. +
+ +
- diff --git a/source/text/scalc/01/NormalViewMode.xhp b/source/text/scalc/01/NormalViewMode.xhp new file mode 100644 index 0000000000..7d56a414b0 --- /dev/null +++ b/source/text/scalc/01/NormalViewMode.xhp @@ -0,0 +1,33 @@ + + + + + + + Normal View + /text/scalc/01/NormalViewMode.xhp + + + + + +
+

Normal View

+Displays the normal layout view of the sheet. +
+ +
+ +
+
+ +
+ +
diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp index 3d0093ca4f..d3545cd41c 100644 --- a/source/text/scalc/main0103.xhp +++ b/source/text/scalc/main0103.xhp @@ -20,23 +20,20 @@ - View + View /text/scalc/main0103.xhp -
- -

View

-This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels. + +
+

View

+This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.
- - -

Normal

-Displays the normal layout view of the sheet. -

Page Break

+ + @@ -45,14 +42,14 @@

View Grid lines

-Toggle the visibility of grid lines for the current sheet. +Toggle the visibility of grid lines for the current sheet.

Show Formula

-Display the cell formula expression instead of the calculated result. +Display the cell formula expression instead of the calculated result.

Comments

Display the cell comments for the current spreadsheet document. -- cgit