From 7e42394ecbf921ee53160b495aa12c1cba158604 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 6 Dec 2022 14:05:20 +0200 Subject: tdf#152323 drop name attribute from elements Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that gets turned into during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- source/text/simpress/01/01170000.xhp | 10 +++++----- source/text/simpress/01/02110000.xhp | 8 ++++---- source/text/simpress/01/02120000.xhp | 2 +- source/text/simpress/01/02130000.xhp | 2 +- source/text/simpress/01/02150000.xhp | 2 +- source/text/simpress/01/03050000.xhp | 2 +- source/text/simpress/01/03060000.xhp | 4 ++-- source/text/simpress/01/03070000.xhp | 8 ++++---- source/text/simpress/01/03080000.xhp | 2 +- source/text/simpress/01/03090000.xhp | 4 ++-- source/text/simpress/01/03100000.xhp | 2 +- source/text/simpress/01/03110000.xhp | 2 +- source/text/simpress/01/03120000.xhp | 2 +- source/text/simpress/01/03130000.xhp | 4 ++-- source/text/simpress/01/03150000.xhp | 2 +- source/text/simpress/01/03150100.xhp | 2 +- source/text/simpress/01/03150300.xhp | 2 +- source/text/simpress/01/03151000.xhp | 2 +- source/text/simpress/01/03180000.xhp | 2 +- source/text/simpress/01/04030000.xhp | 6 +++--- source/text/simpress/01/04030000m.xhp | 2 +- source/text/simpress/01/04030100.xhp | 2 +- source/text/simpress/01/04040000m.xhp | 2 +- source/text/simpress/01/04110100.xhp | 2 +- source/text/simpress/01/04120000.xhp | 2 +- source/text/simpress/01/04130000.xhp | 2 +- source/text/simpress/01/04140000.xhp | 2 +- source/text/simpress/01/04990000.xhp | 2 +- source/text/simpress/01/04990100.xhp | 4 ++-- source/text/simpress/01/04990200.xhp | 2 +- source/text/simpress/01/04990300.xhp | 2 +- source/text/simpress/01/04990400.xhp | 2 +- source/text/simpress/01/04990500.xhp | 2 +- source/text/simpress/01/04990600.xhp | 4 ++-- source/text/simpress/01/04990700.xhp | 2 +- source/text/simpress/01/05100000.xhp | 6 +++--- source/text/simpress/01/05110500m.xhp | 2 +- source/text/simpress/01/05120000.xhp | 8 ++++---- source/text/simpress/01/05120500m.xhp | 2 +- source/text/simpress/01/05130000.xhp | 2 +- source/text/simpress/01/05150000.xhp | 8 ++++---- source/text/simpress/01/05170000.xhp | 4 ++-- source/text/simpress/01/05250000.xhp | 2 +- source/text/simpress/01/05250500.xhp | 2 +- source/text/simpress/01/05250600.xhp | 2 +- source/text/simpress/01/05250700.xhp | 2 +- source/text/simpress/01/06030000.xhp | 2 +- source/text/simpress/01/06040000.xhp | 4 ++-- source/text/simpress/01/06050000.xhp | 2 +- source/text/simpress/01/06060000.xhp | 2 +- source/text/simpress/01/06070000.xhp | 2 +- source/text/simpress/01/06080000.xhp | 2 +- source/text/simpress/01/06100000.xhp | 6 +++--- source/text/simpress/01/13050000.xhp | 2 +- source/text/simpress/01/13050100.xhp | 2 +- source/text/simpress/01/13050200.xhp | 4 ++-- source/text/simpress/01/13050300.xhp | 4 ++-- source/text/simpress/01/13050400.xhp | 2 +- source/text/simpress/01/13050500.xhp | 4 ++-- source/text/simpress/01/13050600.xhp | 4 ++-- source/text/simpress/01/13050700.xhp | 2 +- source/text/simpress/01/13140000.xhp | 4 ++-- source/text/simpress/01/13150000.xhp | 4 ++-- source/text/simpress/01/13160000.xhp | 2 +- source/text/simpress/01/13170000.xhp | 2 +- source/text/simpress/01/13180000.xhp | 2 +- source/text/simpress/01/13180100.xhp | 2 +- source/text/simpress/01/13180200.xhp | 2 +- source/text/simpress/01/13180300.xhp | 2 +- source/text/simpress/01/bulletandposition.xhp | 2 +- source/text/simpress/01/new_slide.xhp | 2 +- source/text/simpress/01/remoteconnections.xhp | 4 ++-- source/text/simpress/02/04010000.xhp | 2 +- source/text/simpress/02/04020000.xhp | 2 +- source/text/simpress/02/04030000.xhp | 2 +- source/text/simpress/02/04060000.xhp | 2 +- source/text/simpress/02/04070000.xhp | 4 ++-- source/text/simpress/02/08020000.xhp | 4 ++-- source/text/simpress/02/08060000.xhp | 2 +- source/text/simpress/02/10020000.xhp | 2 +- source/text/simpress/02/10030000.xhp | 2 +- source/text/simpress/02/10030200.xhp | 2 +- source/text/simpress/02/10050000.xhp | 2 +- source/text/simpress/02/10060000.xhp | 2 +- source/text/simpress/02/10070000.xhp | 2 +- source/text/simpress/02/10080000.xhp | 2 +- source/text/simpress/02/10090000.xhp | 4 ++-- source/text/simpress/02/10100000.xhp | 4 ++-- source/text/simpress/02/10110000.xhp | 14 +++++++------- source/text/simpress/02/10120000.xhp | 4 ++-- source/text/simpress/02/11060000.xhp | 4 ++-- source/text/simpress/02/11070000.xhp | 4 ++-- source/text/simpress/02/11080000.xhp | 4 ++-- source/text/simpress/02/11090000.xhp | 4 ++-- source/text/simpress/02/11100000.xhp | 2 +- source/text/simpress/02/11110000.xhp | 2 +- source/text/simpress/02/13010000.xhp | 4 ++-- source/text/simpress/02/13020000.xhp | 2 +- source/text/simpress/02/13030000.xhp | 2 +- source/text/simpress/02/13040000.xhp | 2 +- source/text/simpress/02/13050000.xhp | 2 +- source/text/simpress/02/13060000.xhp | 2 +- source/text/simpress/02/13090000.xhp | 2 +- source/text/simpress/02/13100000.xhp | 2 +- source/text/simpress/02/13140000.xhp | 2 +- source/text/simpress/02/13150000.xhp | 2 +- source/text/simpress/02/13160000.xhp | 2 +- source/text/simpress/02/13170000.xhp | 2 +- source/text/simpress/02/13180000.xhp | 2 +- source/text/simpress/02/13190000.xhp | 2 +- source/text/simpress/04/01020000.xhp | 6 +++--- source/text/simpress/format_submenu_lists.xhp | 2 +- source/text/simpress/guide/3d_create.xhp | 2 +- source/text/simpress/guide/animated_gif_create.xhp | 2 +- source/text/simpress/guide/animated_gif_save.xhp | 2 +- source/text/simpress/guide/animated_objects.xhp | 2 +- source/text/simpress/guide/animated_slidechange.xhp | 4 ++-- source/text/simpress/guide/arrange_slides.xhp | 4 ++-- source/text/simpress/guide/background.xhp | 2 +- source/text/simpress/guide/change_scale.xhp | 4 ++-- source/text/simpress/guide/footer.xhp | 4 ++-- source/text/simpress/guide/html_export.xhp | 6 +++--- source/text/simpress/guide/html_import.xhp | 2 +- source/text/simpress/guide/impress_remote.xhp | 6 +++--- source/text/simpress/guide/individual.xhp | 2 +- source/text/simpress/guide/keyboard.xhp | 4 ++-- source/text/simpress/guide/line_arrow_styles.xhp | 4 ++-- source/text/simpress/guide/line_draw.xhp | 2 +- source/text/simpress/guide/line_edit.xhp | 4 ++-- source/text/simpress/guide/main.xhp | 2 +- source/text/simpress/guide/masterpage.xhp | 4 ++-- source/text/simpress/guide/move_object.xhp | 2 +- source/text/simpress/guide/orgchart.xhp | 8 ++++---- source/text/simpress/guide/page_copy.xhp | 2 +- source/text/simpress/guide/presenter_console.xhp | 2 +- source/text/simpress/guide/print_tofit.xhp | 2 +- source/text/simpress/guide/printing.xhp | 2 +- source/text/simpress/guide/rehearse_timings.xhp | 4 ++-- source/text/simpress/guide/select_object.xhp | 2 +- source/text/simpress/guide/show.xhp | 2 +- source/text/simpress/guide/table_insert.xhp | 6 +++--- source/text/simpress/guide/text2curve.xhp | 2 +- source/text/simpress/guide/vectorize.xhp | 6 +++--- source/text/simpress/main0100.xhp | 2 +- source/text/simpress/main0101.xhp | 2 +- source/text/simpress/main0103.xhp | 4 ++-- source/text/simpress/main0104.xhp | 12 ++++++------ source/text/simpress/main0107.xhp | 2 +- source/text/simpress/main0113.xhp | 14 +++++++------- source/text/simpress/main0114.xhp | 8 ++++---- source/text/simpress/main0200.xhp | 2 +- source/text/simpress/main0202.xhp | 10 +++++----- source/text/simpress/main0203.xhp | 10 +++++----- source/text/simpress/main0204.xhp | 2 +- source/text/simpress/main0206.xhp | 2 +- source/text/simpress/main0209.xhp | 6 +++--- source/text/simpress/main0210.xhp | 12 ++++++------ source/text/simpress/main0211.xhp | 2 +- source/text/simpress/main0212.xhp | 4 ++-- source/text/simpress/main0213.xhp | 20 ++++++++++---------- source/text/simpress/main0214.xhp | 2 +- source/text/simpress/main0503.xhp | 2 +- source/text/simpress/main_edit.xhp | 12 ++++++------ source/text/simpress/main_format.xhp | 10 +++++----- source/text/simpress/main_tools.xhp | 8 ++++---- source/text/simpress/submenu_object_shape.xhp | 2 +- 166 files changed, 292 insertions(+), 292 deletions(-) (limited to 'source/text/simpress') diff --git a/source/text/simpress/01/01170000.xhp b/source/text/simpress/01/01170000.xhp index 2d39e594ae..d47aebdd53 100644 --- a/source/text/simpress/01/01170000.xhp +++ b/source/text/simpress/01/01170000.xhp @@ -34,7 +34,7 @@ Presentation HTML export Drawing HTML export exporting;to HTML format -Export +Export Exports your presentation or drawing and sets the export options. @@ -42,11 +42,11 @@ The following file formats present you with additional export options after you click Save: -HTML Document, JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM. -If you choose "HTML Document" as your file format, the HTML Export Wizard appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format. +HTML Document, JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM. +If you choose "HTML Document" as your file format, the HTML Export Wizard appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format.
-Export dialog -Information on Import and Export Filters +Export dialog +Information on Import and Export Filters
diff --git a/source/text/simpress/01/02110000.xhp b/source/text/simpress/01/02110000.xhp index 48e2c9927f..1f36c37743 100644 --- a/source/text/simpress/01/02110000.xhp +++ b/source/text/simpress/01/02110000.xhp @@ -36,10 +36,10 @@ -Navigator +Navigator Opens the Navigator, where you can quickly jump to other slides or move between open files. -You can dock the Navigator to the edge of your workspace. +You can dock the Navigator to the edge of your workspace.
@@ -152,9 +152,9 @@ Insert as hyperlink -Inserts slides as a hyperlink (URL) into the active slide. +Inserts slides as a hyperlink (URL) into the active slide. Insert as link -Inserts slides as a link into the active slide. +Inserts slides as a link into the active slide. Insert as copy Inserts a copy of a slide or named object into the active slide. Show Shapes diff --git a/source/text/simpress/01/02120000.xhp b/source/text/simpress/01/02120000.xhp index 372c3ab0ce..275c37d969 100644 --- a/source/text/simpress/01/02120000.xhp +++ b/source/text/simpress/01/02120000.xhp @@ -29,7 +29,7 @@ -

Duplicate

+

Duplicate

Makes one or more copies of a selected object.
diff --git a/source/text/simpress/01/02130000.xhp b/source/text/simpress/01/02130000.xhp index 6e7740ca62..552ae31bb4 100644 --- a/source/text/simpress/01/02130000.xhp +++ b/source/text/simpress/01/02130000.xhp @@ -35,7 +35,7 @@ slides;deleting -Delete Slide +Delete Slide Deletes the current slide or page.
diff --git a/source/text/simpress/01/02150000.xhp b/source/text/simpress/01/02150000.xhp index e773b4de39..f2cc43213e 100644 --- a/source/text/simpress/01/02150000.xhp +++ b/source/text/simpress/01/02150000.xhp @@ -36,7 +36,7 @@ Cross-fading Creates shapes and distributes them by uniform increments between two drawing objects. -$[officename] draws a series of intermediate shapes between two selected objects and groups the result. +$[officename] draws a series of intermediate shapes between two selected objects and groups the result.
diff --git a/source/text/simpress/01/03050000.xhp b/source/text/simpress/01/03050000.xhp index 483d499e11..7bdd68d272 100644 --- a/source/text/simpress/01/03050000.xhp +++ b/source/text/simpress/01/03050000.xhp @@ -31,7 +31,7 @@
-Option Barto be deleted +Option Barto be deleted
diff --git a/source/text/simpress/01/03060000.xhp b/source/text/simpress/01/03060000.xhp index e22a4c8b93..cd6432550a 100644 --- a/source/text/simpress/01/03060000.xhp +++ b/source/text/simpress/01/03060000.xhp @@ -31,14 +31,14 @@
-Rulers +Rulers Displays or hides rulers at the top and left or right edges of the workspace.
-You can use rulers to position objects in the workspace, to set paragraph indents or to drag guides onto the page. +You can use rulers to position objects in the workspace, to set paragraph indents or to drag guides onto the page. diff --git a/source/text/simpress/01/03070000.xhp b/source/text/simpress/01/03070000.xhp index 67b4b0c5a2..b567385b1b 100644 --- a/source/text/simpress/01/03070000.xhp +++ b/source/text/simpress/01/03070000.xhp @@ -29,17 +29,17 @@
-Presentation +Presentation Common commands for slides.
-Slide +Slide -Slide Layout +Slide Layout -

Change Slide Master

+

Change Slide Master

diff --git a/source/text/simpress/01/03080000.xhp b/source/text/simpress/01/03080000.xhp index 8d1d7cc90a..b6c852fe26 100644 --- a/source/text/simpress/01/03080000.xhp +++ b/source/text/simpress/01/03080000.xhp @@ -37,7 +37,7 @@ - Normal + Normal Switches to normal view, where you can create and edit your slides. diff --git a/source/text/simpress/01/03090000.xhp b/source/text/simpress/01/03090000.xhp index a902a198ea..8cdeac41ef 100644 --- a/source/text/simpress/01/03090000.xhp +++ b/source/text/simpress/01/03090000.xhp @@ -37,14 +37,14 @@ -Outline +Outline Switches to outline view, where you can add, edit and reorganize slide titles and headings.
-The Text Formatting bar contains the following icons for slide titles:Promote, Demote, Move Up and Move Down. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab. +The Text Formatting bar contains the following icons for slide titles:Promote, Demote, Move Up and Move Down. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab. The upper outline level corresponds to slide titles, and the lower levels correspond to the headings on a slides. diff --git a/source/text/simpress/01/03100000.xhp b/source/text/simpress/01/03100000.xhp index e02967aa00..a272228c28 100644 --- a/source/text/simpress/01/03100000.xhp +++ b/source/text/simpress/01/03100000.xhp @@ -32,7 +32,7 @@ -Slide Sorter +Slide Sorter Displays miniature versions of the slides so they can easily be rearranged. diff --git a/source/text/simpress/01/03110000.xhp b/source/text/simpress/01/03110000.xhp index e9ea9603a4..035127501c 100644 --- a/source/text/simpress/01/03110000.xhp +++ b/source/text/simpress/01/03110000.xhp @@ -38,7 +38,7 @@ -Notes +Notes Switches to notes view, where you can add notes to your slides. Notes are hidden from the audience when you give your presentation. diff --git a/source/text/simpress/01/03120000.xhp b/source/text/simpress/01/03120000.xhp index 62c16da0d2..0070cd858a 100644 --- a/source/text/simpress/01/03120000.xhp +++ b/source/text/simpress/01/03120000.xhp @@ -32,7 +32,7 @@ -Handout Page +Handout Page Switches to the handout page view, where you can scale several slides to fit on one printed page. To modify the number of slides you can print on a page, open the Properties sidebar deck and double-click a layout on the Layout content panel. diff --git a/source/text/simpress/01/03130000.xhp b/source/text/simpress/01/03130000.xhp index f5e1a15b26..16c7c703d3 100644 --- a/source/text/simpress/01/03130000.xhp +++ b/source/text/simpress/01/03130000.xhp @@ -32,13 +32,13 @@
MW transferred three index entries to the guide show.xhp -Slide Show +Slide Show Starts your slide show.
-You can specify settings for running a slide show in Slide Show - Slide Show Settings. +You can specify settings for running a slide show in Slide Show - Slide Show Settings. Specify whether a slide show starts with the current slide or with the first slide on %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Impress - General. To start a slide show, do one of the following: diff --git a/source/text/simpress/01/03150000.xhp b/source/text/simpress/01/03150000.xhp index dc8a7b8ffb..f6917b03ac 100644 --- a/source/text/simpress/01/03150000.xhp +++ b/source/text/simpress/01/03150000.xhp @@ -33,7 +33,7 @@ master views -Master +Master Switches to one of several master views, where you can add elements that you want to appear on all of the slides in your show.
diff --git a/source/text/simpress/01/03150100.xhp b/source/text/simpress/01/03150100.xhp index 6519c54c41..1bbdc7a647 100644 --- a/source/text/simpress/01/03150100.xhp +++ b/source/text/simpress/01/03150100.xhp @@ -38,7 +38,7 @@ -Master Slide +Master Slide Switches to master slide view, where you can add elements that you want to appear on all of the slides that use the same master slide.
diff --git a/source/text/simpress/01/03150300.xhp b/source/text/simpress/01/03150300.xhp index 246a7ea676..7f8682d558 100644 --- a/source/text/simpress/01/03150300.xhp +++ b/source/text/simpress/01/03150300.xhp @@ -37,7 +37,7 @@ -Master Notes +Master Notes Displays the master notes, where you can set the default formatting for notes. diff --git a/source/text/simpress/01/03151000.xhp b/source/text/simpress/01/03151000.xhp index 0e125a8cc8..fd173561b1 100644 --- a/source/text/simpress/01/03151000.xhp +++ b/source/text/simpress/01/03151000.xhp @@ -36,7 +36,7 @@
-Master Elements +Master Elements Add header, footer, date, and slide number placeholders to the master slide.
diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp index 543fdbfd91..da39eb1872 100644 --- a/source/text/simpress/01/03180000.xhp +++ b/source/text/simpress/01/03180000.xhp @@ -36,7 +36,7 @@ black and white display grayscale display
-Color/Grayscale +Color/Grayscale Shows slides in color, grayscale, or black and white.
diff --git a/source/text/simpress/01/04030000.xhp b/source/text/simpress/01/04030000.xhp index 4e9b0cd005..76e059d6e1 100644 --- a/source/text/simpress/01/04030000.xhp +++ b/source/text/simpress/01/04030000.xhp @@ -33,7 +33,7 @@ -

Snap Point/Line

+

Snap Point/Line

Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects. Snap points and snap lines do not appear in printed output.
@@ -42,8 +42,8 @@ You can drag a snap line from the rulers and drop them on the page. To delete a snap line, drag it back to the ruler. Draw or move an object near a snap point or snap line to snap it in place. -To set the snap range, choose %PRODUCTNAME Draw - Grid -%PRODUCTNAME Impress - Grid in the Options dialog box. +To set the snap range, choose %PRODUCTNAME Draw - Grid +%PRODUCTNAME Impress - Grid in the Options dialog box.

Position

Sets the position of a selected snap point or line relative to the top left corner of the page. diff --git a/source/text/simpress/01/04030000m.xhp b/source/text/simpress/01/04030000m.xhp index c1df276042..a179a84dee 100644 --- a/source/text/simpress/01/04030000m.xhp +++ b/source/text/simpress/01/04030000m.xhp @@ -31,7 +31,7 @@ inserting; rows
-Rows +Rows Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.
In the context menu of a cell, choose Insert - Rows diff --git a/source/text/simpress/01/04030100.xhp b/source/text/simpress/01/04030100.xhp index 924449ec74..dcedd8bf6a 100644 --- a/source/text/simpress/01/04030100.xhp +++ b/source/text/simpress/01/04030100.xhp @@ -33,7 +33,7 @@ editing; guides and snap points -

Edit Snap Line / Point

+

Edit Snap Line / Point

Sets the position of the selected snap point or snap line relative to the top left corner of the page. well, relative to the origin, which can easily be dragged away from that corner
diff --git a/source/text/simpress/01/04040000m.xhp b/source/text/simpress/01/04040000m.xhp index fdb6af0b5d..5f7870419d 100644 --- a/source/text/simpress/01/04040000m.xhp +++ b/source/text/simpress/01/04040000m.xhp @@ -31,7 +31,7 @@ columns; inserting -Columns +Columns Inserts a new column to the left of the active cell. The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right.
In the context menu of a cell, choose Insert - Columns diff --git a/source/text/simpress/01/04110100.xhp b/source/text/simpress/01/04110100.xhp index 829e5e1c14..940c9bf18c 100644 --- a/source/text/simpress/01/04110100.xhp +++ b/source/text/simpress/01/04110100.xhp @@ -33,7 +33,7 @@ backgrounds; deleting unused
-

Insert SlidePage/Objects from File

+

Insert SlidePage/Objects from File

Allows you to insert the entire file or specific elements in the file.
diff --git a/source/text/simpress/01/04120000.xhp b/source/text/simpress/01/04120000.xhp index 67f1b5c100..3e3b871594 100644 --- a/source/text/simpress/01/04120000.xhp +++ b/source/text/simpress/01/04120000.xhp @@ -34,7 +34,7 @@
-Duplicate Slide +Duplicate Slide Inserts a copy of the current slide after the current slide.
diff --git a/source/text/simpress/01/04130000.xhp b/source/text/simpress/01/04130000.xhp index 7e709b0689..be6120efa2 100644 --- a/source/text/simpress/01/04130000.xhp +++ b/source/text/simpress/01/04130000.xhp @@ -36,7 +36,7 @@
- Expand Slide + Expand Slide Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide. Outline pointspoints? below the top level on the original slide are moved up one level on the new slide.
diff --git a/source/text/simpress/01/04140000.xhp b/source/text/simpress/01/04140000.xhp index 9ff44b9387..ab68148651 100644 --- a/source/text/simpress/01/04140000.xhp +++ b/source/text/simpress/01/04140000.xhp @@ -33,7 +33,7 @@ summary slide
- Summary Slide + Summary Slide Creates a new slide that contains an unordered list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.
diff --git a/source/text/simpress/01/04990000.xhp b/source/text/simpress/01/04990000.xhp index c72e0f3b0d..3bcbc9e5b8 100644 --- a/source/text/simpress/01/04990000.xhp +++ b/source/text/simpress/01/04990000.xhp @@ -33,7 +33,7 @@
- fields;in slidesFields + fields;in slidesFields Lists common fields that you can insert into your slide.
If you want to edit a field in your slide, select it and choose Edit – Fields. diff --git a/source/text/simpress/01/04990100.xhp b/source/text/simpress/01/04990100.xhp index f7f9f13a75..fa46c8329f 100644 --- a/source/text/simpress/01/04990100.xhp +++ b/source/text/simpress/01/04990100.xhp @@ -35,13 +35,13 @@ fields; dates (fixed) -Date (fixed) +Date (fixed) Inserts the current date into your slide as a fixed field. The date is not automatically updated.
-To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose Edit - Fields. +To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose Edit - Fields. diff --git a/source/text/simpress/01/04990200.xhp b/source/text/simpress/01/04990200.xhp index 34bea3c57d..2321d4ff6f 100644 --- a/source/text/simpress/01/04990200.xhp +++ b/source/text/simpress/01/04990200.xhp @@ -35,7 +35,7 @@ fields; dates (variable)
-Date (variable) +Date (variable) Inserts the current date into your slide as a variable field. The date is automatically updated when you reload the file.
diff --git a/source/text/simpress/01/04990300.xhp b/source/text/simpress/01/04990300.xhp index e1bc18bd5b..587a30814a 100644 --- a/source/text/simpress/01/04990300.xhp +++ b/source/text/simpress/01/04990300.xhp @@ -35,7 +35,7 @@ fields; times (fixed) -Time (fixed) +Time (fixed) Inserts the current time into your slide as a fixed field. The time is not automatically updated.
diff --git a/source/text/simpress/01/04990400.xhp b/source/text/simpress/01/04990400.xhp index 9607cb2a10..08ff2ee883 100644 --- a/source/text/simpress/01/04990400.xhp +++ b/source/text/simpress/01/04990400.xhp @@ -35,7 +35,7 @@ fields;times (variable) -Time (variable) +Time (variable) Inserts the current time into your slide as a variable field. The time is automatically updated when you reload the file.
diff --git a/source/text/simpress/01/04990500.xhp b/source/text/simpress/01/04990500.xhp index f55aae00a1..5052c86c8e 100644 --- a/source/text/simpress/01/04990500.xhp +++ b/source/text/simpress/01/04990500.xhp @@ -37,7 +37,7 @@ presentations; numbering slides in -Page Number +Page Number Inserts the page number into the current slide or page. If you want to add a page number to every slide, choose View - Master Slide and insert the page number field. To change the number format, choose SlidePage - Properties - Page tab and then select a format from the list in the Layout Settings area.
diff --git a/source/text/simpress/01/04990600.xhp b/source/text/simpress/01/04990600.xhp index 8629d2ae96..05fe79d320 100644 --- a/source/text/simpress/01/04990600.xhp +++ b/source/text/simpress/01/04990600.xhp @@ -32,10 +32,10 @@ fields; authors -Author +Author Inserts the first and last names listed in the $[officename] user data into the active slide.
-To edit the name, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. +To edit the name, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data.
diff --git a/source/text/simpress/01/04990700.xhp b/source/text/simpress/01/04990700.xhp index 7da4f39e67..d7d53a88b9 100644 --- a/source/text/simpress/01/04990700.xhp +++ b/source/text/simpress/01/04990700.xhp @@ -34,7 +34,7 @@ fields; file names -File name +File name Inserts the name of the active file. The name only appears after you save the file.
diff --git a/source/text/simpress/01/05100000.xhp b/source/text/simpress/01/05100000.xhp index c3b65636d7..e97d3ca422 100644 --- a/source/text/simpress/01/05100000.xhp +++ b/source/text/simpress/01/05100000.xhp @@ -37,7 +37,7 @@ -

Styles

+

Styles

Opens the Styles deck of the Sidebar, which lists the available graphic and presentation styles for applying and editing.
@@ -46,7 +46,7 @@
-When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new master slide for the slide. +When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new master slide for the slide.

Presentation Styles

@@ -98,7 +98,7 @@

New Style from Selection

-Creates a new style using the format attributes of a selected object. +Creates a new style using the format attributes of a selected object. diff --git a/source/text/simpress/01/05110500m.xhp b/source/text/simpress/01/05110500m.xhp index a9f74ed240..dcc5160fa6 100644 --- a/source/text/simpress/01/05110500m.xhp +++ b/source/text/simpress/01/05110500m.xhp @@ -28,7 +28,7 @@ -Delete +Delete Deletes the selected row(s) from the table.
diff --git a/source/text/simpress/01/05120000.xhp b/source/text/simpress/01/05120000.xhp index 348c005d06..11d244ab81 100644 --- a/source/text/simpress/01/05120000.xhp +++ b/source/text/simpress/01/05120000.xhp @@ -31,13 +31,13 @@
-

Master Page

+

Master Page

Displays the Available Master Slides dialog, where you can select a layout scheme for the current page. Any objects in the page design are inserted behind objects in the current page.
-

Change Slide Master

+

Change Slide Master

Displays the Available Master Slides dialog, where you can select a layout scheme for the current slide. Any objects in the slide design are inserted behind objects in the current slide.
@@ -65,10 +65,10 @@

Load

- Displays the Load Master Page dialog, where you can select additional page designs. + Displays the Load Master Page dialog, where you can select additional page designs. - Displays the Load Master Slide dialog, where you can select additional slide designs. + Displays the Load Master Slide dialog, where you can select additional slide designs. diff --git a/source/text/simpress/01/05120500m.xhp b/source/text/simpress/01/05120500m.xhp index f5a6fa2dae..b3af9ec765 100644 --- a/source/text/simpress/01/05120500m.xhp +++ b/source/text/simpress/01/05120500m.xhp @@ -28,7 +28,7 @@ -Delete +Delete Deletes the selected column(s) from the table. This command is only available if the cursor is in a table. diff --git a/source/text/simpress/01/05130000.xhp b/source/text/simpress/01/05130000.xhp index c3e2c8c7ed..43975816e2 100644 --- a/source/text/simpress/01/05130000.xhp +++ b/source/text/simpress/01/05130000.xhp @@ -30,7 +30,7 @@
- Layout + Layout Opens a submenu with slide layouts.
diff --git a/source/text/simpress/01/05150000.xhp b/source/text/simpress/01/05150000.xhp index 7b296fb3c4..5b9b25a335 100644 --- a/source/text/simpress/01/05150000.xhp +++ b/source/text/simpress/01/05150000.xhp @@ -32,15 +32,15 @@ -Dimensioning -Changes the length, measurement and guide properties of the selected dimension line. +Dimensioning +Changes the length, measurement and guide properties of the selected dimension line. -If you want to modify the line style or the arrow style of a dimension line, choose Format - Line. +If you want to modify the line style or the arrow style of a dimension line, choose Format - Line.
-A Dimension Line is always inserted on the layer called Dimension Lines. If you set that layer to invisible, you will not see any Dimension Line in your drawing. +A Dimension Line is always inserted on the layer called Dimension Lines. If you set that layer to invisible, you will not see any Dimension Line in your drawing. Line Sets the distance properties of the dimension line and the guides with respect to each other and to the baseline. diff --git a/source/text/simpress/01/05170000.xhp b/source/text/simpress/01/05170000.xhp index 932d22a3f8..097e20c486 100644 --- a/source/text/simpress/01/05170000.xhp +++ b/source/text/simpress/01/05170000.xhp @@ -32,7 +32,7 @@ -

Connectors

+

Connectors

Sets the properties of a connector.

Type

@@ -64,7 +64,7 @@ Enter the amount of vertical space you want at the end of the connector.

Reset line skew

- Resets the line skew values to the default. (This command is only accessible through the context menu). + Resets the line skew values to the default. (This command is only accessible through the context menu).
diff --git a/source/text/simpress/01/05250000.xhp b/source/text/simpress/01/05250000.xhp index 6d5729e6f2..58f43d7f30 100644 --- a/source/text/simpress/01/05250000.xhp +++ b/source/text/simpress/01/05250000.xhp @@ -29,7 +29,7 @@ -
mw deleted one index entryArrange +
mw deleted one index entryArrange Changes the stacking order of a selected object.
diff --git a/source/text/simpress/01/05250500.xhp b/source/text/simpress/01/05250500.xhp index ee62d6e1c2..ccf8a90863 100644 --- a/source/text/simpress/01/05250500.xhp +++ b/source/text/simpress/01/05250500.xhp @@ -35,7 +35,7 @@ in front of object command -In Front of Object +In Front of Object Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.
diff --git a/source/text/simpress/01/05250600.xhp b/source/text/simpress/01/05250600.xhp index c53e68f5f3..9d6d7ca4ea 100644 --- a/source/text/simpress/01/05250600.xhp +++ b/source/text/simpress/01/05250600.xhp @@ -35,7 +35,7 @@ behind object command -Behind Object +Behind Object Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.
diff --git a/source/text/simpress/01/05250700.xhp b/source/text/simpress/01/05250700.xhp index 81976503bf..cf35c1fa66 100644 --- a/source/text/simpress/01/05250700.xhp +++ b/source/text/simpress/01/05250700.xhp @@ -37,7 +37,7 @@ objects; reversing -Reverse +Reverse Reverses the stacking order of the selected objects.
diff --git a/source/text/simpress/01/06030000.xhp b/source/text/simpress/01/06030000.xhp index e2af6d8437..a65b8e7572 100644 --- a/source/text/simpress/01/06030000.xhp +++ b/source/text/simpress/01/06030000.xhp @@ -33,7 +33,7 @@ -Hyphenation +Hyphenation Turns hyphenation option for text objects on or off. You can turn hyphenation on or off for each paragraph.
diff --git a/source/text/simpress/01/06040000.xhp b/source/text/simpress/01/06040000.xhp index fee32eee14..83c912c372 100644 --- a/source/text/simpress/01/06040000.xhp +++ b/source/text/simpress/01/06040000.xhp @@ -38,13 +38,13 @@
- Slide Transition + Slide Transition Defines the special effect that plays when you display a slide during a slide show.
-To apply the same transition effect to more than one slide, switch to the Slide Sorter, select the slides, and then choose Slide - Slide Transition. +To apply the same transition effect to more than one slide, switch to the Slide Sorter, select the slides, and then choose Slide - Slide Transition. Slide Transition diff --git a/source/text/simpress/01/06050000.xhp b/source/text/simpress/01/06050000.xhp index 5170c0e108..dc4e3692d3 100644 --- a/source/text/simpress/01/06050000.xhp +++ b/source/text/simpress/01/06050000.xhp @@ -31,7 +31,7 @@ -

Animation

+

Animation

Creates a custom animation on the current slide. You can only use existing objects to create an animation.
diff --git a/source/text/simpress/01/06060000.xhp b/source/text/simpress/01/06060000.xhp index 5a0cf4ce6a..705dc4e6ac 100644 --- a/source/text/simpress/01/06060000.xhp +++ b/source/text/simpress/01/06060000.xhp @@ -41,7 +41,7 @@ -Animation Pane +Animation Pane Assigns effects to selected objects.
diff --git a/source/text/simpress/01/06070000.xhp b/source/text/simpress/01/06070000.xhp index f2aa0c0bd9..3f6d8a8212 100644 --- a/source/text/simpress/01/06070000.xhp +++ b/source/text/simpress/01/06070000.xhp @@ -35,7 +35,7 @@
-

Interaction

+

Interaction

Defines how the selected object behaves when you click on it during a slide show.UFI: Deleted many paras, see #60550
diff --git a/source/text/simpress/01/06080000.xhp b/source/text/simpress/01/06080000.xhp index c34eca1ed9..e635eb2ee1 100644 --- a/source/text/simpress/01/06080000.xhp +++ b/source/text/simpress/01/06080000.xhp @@ -60,7 +60,7 @@

Custom Slide Show

-Runs a custom slide show in the order that you defined in Slide Show - Custom Slide Show. +Runs a custom slide show in the order that you defined in Slide Show - Custom Slide Show.

Presentation Mode

Select the slide show type. diff --git a/source/text/simpress/01/06100000.xhp b/source/text/simpress/01/06100000.xhp index eda46db91e..c5e5731adc 100644 --- a/source/text/simpress/01/06100000.xhp +++ b/source/text/simpress/01/06100000.xhp @@ -28,7 +28,7 @@ -

Custom Slide Shows

+

Custom Slide Shows

Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.
@@ -51,11 +51,11 @@ -

New

+

New

Edit

- Add, remove or reorder slides as well as change the name of the selected custom slide show. + Add, remove or reorder slides as well as change the name of the selected custom slide show.

Copy

diff --git a/source/text/simpress/01/13050000.xhp b/source/text/simpress/01/13050000.xhp index f956fecf0e..262593513d 100644 --- a/source/text/simpress/01/13050000.xhp +++ b/source/text/simpress/01/13050000.xhp @@ -33,7 +33,7 @@
- Convert + Convert Options for converting the selected object.
diff --git a/source/text/simpress/01/13050100.xhp b/source/text/simpress/01/13050100.xhp index fd7ec4bd61..1f73e0b3fa 100644 --- a/source/text/simpress/01/13050100.xhp +++ b/source/text/simpress/01/13050100.xhp @@ -32,7 +32,7 @@
-To Curve +To Curve Converts the selected object to a Bézier curve.
diff --git a/source/text/simpress/01/13050200.xhp b/source/text/simpress/01/13050200.xhp index fa772fd9f8..340d7494a5 100644 --- a/source/text/simpress/01/13050200.xhp +++ b/source/text/simpress/01/13050200.xhp @@ -31,8 +31,8 @@ -

To Polygon

-Converts the selected object to a polygon (a closed object bounded by straight lines). The appearance of the object does not change. If you want, you can right-click and choose Edit Points to view the changes. +

To Polygon

+Converts the selected object to a polygon (a closed object bounded by straight lines). The appearance of the object does not change. If you want, you can right-click and choose Edit Points to view the changes.
diff --git a/source/text/simpress/01/13050300.xhp b/source/text/simpress/01/13050300.xhp index 68e6ebf4e8..35e747ba22 100644 --- a/source/text/simpress/01/13050300.xhp +++ b/source/text/simpress/01/13050300.xhp @@ -31,7 +31,7 @@
-Convert to 3D +Convert to 3D Converts the selected object to a three-dimensional (3D) object.
@@ -51,6 +51,6 @@ Press F3 to quickly enter a group and CommandCtrl+F3 to leave the group. You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D. Even drawing objects that contain text can be converted. -If you want, you can also apply a 3D Effect to the converted object. +If you want, you can also apply a 3D Effect to the converted object. diff --git a/source/text/simpress/01/13050400.xhp b/source/text/simpress/01/13050400.xhp index 30175485db..8e1e75dd30 100644 --- a/source/text/simpress/01/13050400.xhp +++ b/source/text/simpress/01/13050400.xhp @@ -32,7 +32,7 @@
-Convert to 3D Rotation Object +Convert to 3D Rotation Object Creates a three-dimensional shape by rotating the selected object around its vertical axis.
diff --git a/source/text/simpress/01/13050500.xhp b/source/text/simpress/01/13050500.xhp index efb6a56f22..ab1738948b 100644 --- a/source/text/simpress/01/13050500.xhp +++ b/source/text/simpress/01/13050500.xhp @@ -35,10 +35,10 @@ bitmaps; converting to -To Bitmap +To Bitmap Converts the selected object to a bitmap (a grid of pixels that represents an image).
-For more information, see the Glossary. +For more information, see the Glossary.
diff --git a/source/text/simpress/01/13050600.xhp b/source/text/simpress/01/13050600.xhp index 56bdd88387..4ede143a8e 100644 --- a/source/text/simpress/01/13050600.xhp +++ b/source/text/simpress/01/13050600.xhp @@ -35,10 +35,10 @@ metafiles; converting to -To metafile +To metafile Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.
-For more information on WMF, see the Glossary. +For more information on WMF, see the Glossary.
diff --git a/source/text/simpress/01/13050700.xhp b/source/text/simpress/01/13050700.xhp index 501e9ce74f..db047c54b1 100644 --- a/source/text/simpress/01/13050700.xhp +++ b/source/text/simpress/01/13050700.xhp @@ -35,7 +35,7 @@ contours; converting to -To Contour +To Contour Converts the selected object to a polygon, or a group of polygons. If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon.
diff --git a/source/text/simpress/01/13140000.xhp b/source/text/simpress/01/13140000.xhp index 7bbe6367a1..2463c3e595 100644 --- a/source/text/simpress/01/13140000.xhp +++ b/source/text/simpress/01/13140000.xhp @@ -32,8 +32,8 @@
-Combine -Combines two or more selected objects into a single shape. Unlike grouping, a combined object takes on the properties of the lowermost object in the stacking order. You can split apart combined objects, but the original object properties are lost. +Combine +Combines two or more selected objects into a single shape. Unlike grouping, a combined object takes on the properties of the lowermost object in the stacking order. You can split apart combined objects, but the original object properties are lost.
When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap.
diff --git a/source/text/simpress/01/13150000.xhp b/source/text/simpress/01/13150000.xhp index 3aed627a78..2e1f0b5a72 100644 --- a/source/text/simpress/01/13150000.xhp +++ b/source/text/simpress/01/13150000.xhp @@ -35,8 +35,8 @@ splitting; combinations -Split -Splits a combined object into individual objects. The resulting objects have the same line and fill properties as the combined object. +Split +Splits a combined object into individual objects. The resulting objects have the same line and fill properties as the combined object.
diff --git a/source/text/simpress/01/13160000.xhp b/source/text/simpress/01/13160000.xhp index fee6739411..37f1088131 100644 --- a/source/text/simpress/01/13160000.xhp +++ b/source/text/simpress/01/13160000.xhp @@ -34,7 +34,7 @@
-Connect +Connect Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line. Closed objects containing a fill are converted to lines and lose their fill.
diff --git a/source/text/simpress/01/13170000.xhp b/source/text/simpress/01/13170000.xhp index 886965ed84..ed3ab40d8e 100644 --- a/source/text/simpress/01/13170000.xhp +++ b/source/text/simpress/01/13170000.xhp @@ -35,7 +35,7 @@ breaking object connections -Break +Break Breaks apart lines joined with the Connect command.
You cannot apply a fill to closed shapes that have been broken apart with this command. diff --git a/source/text/simpress/01/13180000.xhp b/source/text/simpress/01/13180000.xhp index bf73f92a12..b33c4fb8ff 100644 --- a/source/text/simpress/01/13180000.xhp +++ b/source/text/simpress/01/13180000.xhp @@ -33,7 +33,7 @@
- Shapes + Shapes Creates a shape from two or more selected objects.
diff --git a/source/text/simpress/01/13180100.xhp b/source/text/simpress/01/13180100.xhp index 0858919a11..9f9ccb2a6a 100644 --- a/source/text/simpress/01/13180100.xhp +++ b/source/text/simpress/01/13180100.xhp @@ -34,7 +34,7 @@
-Merge +Merge Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.
diff --git a/source/text/simpress/01/13180200.xhp b/source/text/simpress/01/13180200.xhp index 82640fe679..d3f1da0a16 100644 --- a/source/text/simpress/01/13180200.xhp +++ b/source/text/simpress/01/13180200.xhp @@ -34,7 +34,7 @@
-Subtract +Subtract Subtracts the area of the selected objects from the area of the lowermost object.
diff --git a/source/text/simpress/01/13180300.xhp b/source/text/simpress/01/13180300.xhp index f60c98f9ef..edbe4f392d 100644 --- a/source/text/simpress/01/13180300.xhp +++ b/source/text/simpress/01/13180300.xhp @@ -34,7 +34,7 @@
-Intersect +Intersect Creates a shape from the overlapping area of the selected objects.
diff --git a/source/text/simpress/01/bulletandposition.xhp b/source/text/simpress/01/bulletandposition.xhp index a5a9b57a51..42a2e87b3e 100644 --- a/source/text/simpress/01/bulletandposition.xhp +++ b/source/text/simpress/01/bulletandposition.xhp @@ -29,7 +29,7 @@ unordered list;Draw -

Bullet and Position

+

Bullet and Position

diff --git a/source/text/simpress/01/new_slide.xhp b/source/text/simpress/01/new_slide.xhp index 82f8e28d8f..7e51bd33f7 100644 --- a/source/text/simpress/01/new_slide.xhp +++ b/source/text/simpress/01/new_slide.xhp @@ -34,7 +34,7 @@
- New Slide + New Slide Inserts a slide after the currently selected slide.
diff --git a/source/text/simpress/01/remoteconnections.xhp b/source/text/simpress/01/remoteconnections.xhp index 895da9e368..fb8d3d5169 100644 --- a/source/text/simpress/01/remoteconnections.xhp +++ b/source/text/simpress/01/remoteconnections.xhp @@ -23,8 +23,8 @@
- Remote Connections - List all Impress Remote available connections. + Remote Connections + List all Impress Remote available connections.
Initially, mark the Enable remote control checkbox in diff --git a/source/text/simpress/02/04010000.xhp b/source/text/simpress/02/04010000.xhp index 74ada0301a..a14e062b6c 100644 --- a/source/text/simpress/02/04010000.xhp +++ b/source/text/simpress/02/04010000.xhp @@ -32,7 +32,7 @@
-Show/Hide SlideUFI: menu and icon +Show/Hide SlideUFI: menu and icon Hides the selected slide so that it is not displayed during a slide show.
The number of a hidden slide is crossed out. To show a hidden slide, choose Slide Show - Show/Hide Slide again. diff --git a/source/text/simpress/02/04020000.xhp b/source/text/simpress/02/04020000.xhp index 09bfaeddee..02e01d1f53 100644 --- a/source/text/simpress/02/04020000.xhp +++ b/source/text/simpress/02/04020000.xhp @@ -32,7 +32,7 @@
-Slides Per Row +Slides Per Row Enter the number of slides to display on each row in the Slide Sorter.
diff --git a/source/text/simpress/02/04030000.xhp b/source/text/simpress/02/04030000.xhp index 45a626e1e2..f8c0099b65 100644 --- a/source/text/simpress/02/04030000.xhp +++ b/source/text/simpress/02/04030000.xhp @@ -31,7 +31,7 @@ -Slide Effects +Slide Effects Select the transition effect that appears before the current slide is shown. diff --git a/source/text/simpress/02/04060000.xhp b/source/text/simpress/02/04060000.xhp index ebeddc7aab..40085caa02 100644 --- a/source/text/simpress/02/04060000.xhp +++ b/source/text/simpress/02/04060000.xhp @@ -31,7 +31,7 @@ -Time +Time Enter the amount of time before the slide show automatically advances to the next slide. This option is only available for automatic transition. diff --git a/source/text/simpress/02/04070000.xhp b/source/text/simpress/02/04070000.xhp index 8e5312f905..f75dd1e975 100644 --- a/source/text/simpress/02/04070000.xhp +++ b/source/text/simpress/02/04070000.xhp @@ -33,7 +33,7 @@
-Rehearse Timings +Rehearse Timings Starts a slide show with a timer in the lower left corner.
@@ -53,6 +53,6 @@
-Slide Show Settings +Slide Show Settings diff --git a/source/text/simpress/02/08020000.xhp b/source/text/simpress/02/08020000.xhp index 1c5566dd0a..c7d3cb62f3 100644 --- a/source/text/simpress/02/08020000.xhp +++ b/source/text/simpress/02/08020000.xhp @@ -29,9 +29,9 @@
-Current Size +Current Size Displays the X and Y position of the cursor and the size of the selected object.
-This Status bar field uses the same measurement units as the rulers. You can define the units by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Impress - General. +This Status bar field uses the same measurement units as the rulers. You can define the units by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Impress - General. diff --git a/source/text/simpress/02/08060000.xhp b/source/text/simpress/02/08060000.xhp index 8b0d1e4a22..fef9d162c5 100644 --- a/source/text/simpress/02/08060000.xhp +++ b/source/text/simpress/02/08060000.xhp @@ -33,7 +33,7 @@
-Current Slide/Level +Current Slide/Level Displays the current slide number followed by the total number of slides.
In Layer Mode, the name of the layer containing the selected object is displayed. diff --git a/source/text/simpress/02/10020000.xhp b/source/text/simpress/02/10020000.xhp index 53d5955d84..301b4622bf 100644 --- a/source/text/simpress/02/10020000.xhp +++ b/source/text/simpress/02/10020000.xhp @@ -39,7 +39,7 @@ hand icon for moving slides
-Zoom +Zoom Reduces or enlarges the screen display of the current document. Click the arrow next to the icon to open the Zoom toolbar.
diff --git a/source/text/simpress/02/10030000.xhp b/source/text/simpress/02/10030000.xhp index ad9ff692d7..45b6d7412a 100644 --- a/source/text/simpress/02/10030000.xhp +++ b/source/text/simpress/02/10030000.xhp @@ -44,7 +44,7 @@ mw made "slanting;..." a one level entry
-

Transformations

+

Transformations

Modifies the shape, orientation or fill of the selected object(s).
diff --git a/source/text/simpress/02/10030200.xhp b/source/text/simpress/02/10030200.xhp index 51ff30e34b..c98972011b 100644 --- a/source/text/simpress/02/10030200.xhp +++ b/source/text/simpress/02/10030200.xhp @@ -31,7 +31,7 @@
Gluepoints Bar -Insert or modify the properties of a gluepoint. A gluepoint is a point where you can attach a connector line. By default, %PRODUCTNAME automatically places a gluepoint at the center of each side of the bounding rectangle for every object you create. +Insert or modify the properties of a gluepoint. A gluepoint is a point where you can attach a connector line. By default, %PRODUCTNAME automatically places a gluepoint at the center of each side of the bounding rectangle for every object you create.
diff --git a/source/text/simpress/02/10050000.xhp b/source/text/simpress/02/10050000.xhp index fd279bb1d3..0e008f6dc3 100644 --- a/source/text/simpress/02/10050000.xhp +++ b/source/text/simpress/02/10050000.xhp @@ -36,7 +36,7 @@ inserting; callouts in presentations -Text +Text The Text toolbar contains some icons to enter different types of text boxes.
diff --git a/source/text/simpress/02/10060000.xhp b/source/text/simpress/02/10060000.xhp index ce1290faff..438181720a 100644 --- a/source/text/simpress/02/10060000.xhp +++ b/source/text/simpress/02/10060000.xhp @@ -36,7 +36,7 @@ inserting;rectangles mw added "inserting;..." and made "rectangles;..." a one level entry -Rectangles +Rectangles Using Customize Toolbar, you can add the Legacy Rectangles toolbar. Rectangle diff --git a/source/text/simpress/02/10070000.xhp b/source/text/simpress/02/10070000.xhp index ae6b4fcd60..41947264b1 100644 --- a/source/text/simpress/02/10070000.xhp +++ b/source/text/simpress/02/10070000.xhp @@ -36,7 +36,7 @@ inserting; ellipses -Ellipse +Ellipse Using Customize Toolbar, you can add the Ellipse icon which opens the Legacy Circles and Ovals toolbar.i60204
Ellipse diff --git a/source/text/simpress/02/10080000.xhp b/source/text/simpress/02/10080000.xhp index fe48a8e973..fb338448be 100644 --- a/source/text/simpress/02/10080000.xhp +++ b/source/text/simpress/02/10080000.xhp @@ -40,7 +40,7 @@
-Curve +Curve The Curve icon on the Drawing bar opens the Lines toolbar, where you can add lines and shapes to the current slide.
If you hold the Shift key down, the movement of the mouse is limited to multiples of 45 degrees. If you hold down the OptionsAlt key, the new point will not be connected to the last point. This allows you to create objects that consist of curves that are not connected together. If you draw a smaller object while holding down the OptionAlt key into a larger object that you have not closed yet, the smaller object is subtracted from the larger one, thus appearing as a hole in the larger one. diff --git a/source/text/simpress/02/10090000.xhp b/source/text/simpress/02/10090000.xhp index 37ce7df756..450566f700 100644 --- a/source/text/simpress/02/10090000.xhp +++ b/source/text/simpress/02/10090000.xhp @@ -43,7 +43,7 @@
-3D Objects +3D Objects Opens the 3D Objects toolbar. The objects are three dimensional, with depth, illumination, and reflection. Each inserted object initially forms a 3D scene. You can press F3 to enter the scene. For these 3D objects, you can open the 3D Effects dialog to edit the properties.
@@ -128,7 +128,7 @@ Pyramid -Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the 3D Effects dialog and click the Geometry tab. In the Segments area, enter the number of sides for the polygon in the box labeled Horizontal, and then click the green checkmark. +Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the 3D Effects dialog and click the Geometry tab. In the Segments area, enter the number of sides for the polygon in the box labeled Horizontal, and then click the green checkmark.
diff --git a/source/text/simpress/02/10100000.xhp b/source/text/simpress/02/10100000.xhp index fc5d706000..7d394b2538 100644 --- a/source/text/simpress/02/10100000.xhp +++ b/source/text/simpress/02/10100000.xhp @@ -29,7 +29,7 @@
-Connectors +Connectors
@@ -61,7 +61,7 @@ -When you click a connector and move your mouse pointer over a filled object, or the edge of an unfilled object, gluepoints appear. A gluepoint is a fixed point where you can attach a connector line. You can add custom gluepoints to an object. +When you click a connector and move your mouse pointer over a filled object, or the edge of an unfilled object, gluepoints appear. A gluepoint is a fixed point where you can attach a connector line. You can add custom gluepoints to an object. To draw a connector line, click a gluepoint on an object, drag to a gluepoint on another object, and then release. You can also drag to an empty part of you document and click. The unattached end of the connector is locked in place, until you drag the end to a different location. To detach a connector, drag either end of the connector line to a different location. Connector diff --git a/source/text/simpress/02/10110000.xhp b/source/text/simpress/02/10110000.xhp index 0c36f287b8..f2242b9321 100644 --- a/source/text/simpress/02/10110000.xhp +++ b/source/text/simpress/02/10110000.xhp @@ -26,7 +26,7 @@
-

Insert

+

Insert

@@ -43,30 +43,30 @@
Open the Insert toolbar, where you can add objects, including charts, spreadsheets, and images, to your document. -

Slide

+

Slide

-

Floating Frame

+

Floating Frame

-

Spreadsheet

+

Spreadsheet

-

From File

+

From File

-

Formula

+

Formula

Chart

-

OLE Object

+

OLE Object

diff --git a/source/text/simpress/02/10120000.xhp b/source/text/simpress/02/10120000.xhp index c34eb8b46f..8c0356f8e0 100644 --- a/source/text/simpress/02/10120000.xhp +++ b/source/text/simpress/02/10120000.xhp @@ -35,7 +35,7 @@ dimension lines; drawing
-Arrows +Arrows Open the Arrows toolbar, where you can add straight lines, lines with arrows, and dimension lines to the current slide or page. If you want, you can add an arrow after you draw a line by choosing Format - Line, and then selecting an arrow style from the Style box. Line @@ -162,7 +162,7 @@ Draws a line that displays the dimension length bounded by guides. Dimension lines automatically calculate and display linear dimensions. To draw a dimension line, open the Arrows toolbar, and click the Dimension Line icon. Move your pointer to where you want the line to start and drag to draw the dimension line. Release when finished. If you want the dimension line to be the same length as the side of a nearby object, hold down the Command Ctrl key while dragging. To constrain the dimension line to 45 degrees, hold down the Shift key while dragging. -In %PRODUCTNAME Draw, a dimension line is always inserted on the layer called Dimension Lines. If you set that layer to invisible, you will not see any dimension line in your drawing. +In %PRODUCTNAME Draw, a dimension line is always inserted on the layer called Dimension Lines. If you set that layer to invisible, you will not see any dimension line in your drawing.
diff --git a/source/text/simpress/02/11060000.xhp b/source/text/simpress/02/11060000.xhp index a93fa2b4dd..3f9a31c67d 100644 --- a/source/text/simpress/02/11060000.xhp +++ b/source/text/simpress/02/11060000.xhp @@ -30,8 +30,8 @@
levels; hidinghiding; levels -

Show Only First Level

- Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the Show All Levels icon. +

Show Only First Level

+ Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the Show All Levels icon.
diff --git a/source/text/simpress/02/11070000.xhp b/source/text/simpress/02/11070000.xhp index f9a8bd73ed..8ace85fbef 100644 --- a/source/text/simpress/02/11070000.xhp +++ b/source/text/simpress/02/11070000.xhp @@ -30,8 +30,8 @@
levels; showingshowing; levels -

Show All Levels

- Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the Show Only First Level icon. +

Show All Levels

+ Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the Show Only First Level icon.
diff --git a/source/text/simpress/02/11080000.xhp b/source/text/simpress/02/11080000.xhp index 9510d0ad37..ce4235b67d 100644 --- a/source/text/simpress/02/11080000.xhp +++ b/source/text/simpress/02/11080000.xhp @@ -32,8 +32,8 @@
subpoints; hidinghiding; subpoints -

Hide Subpoints

- Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the Show Subpoints icon. +

Hide Subpoints

+ Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the Show Subpoints icon.
diff --git a/source/text/simpress/02/11090000.xhp b/source/text/simpress/02/11090000.xhp index 48aacc42bf..990be2444e 100644 --- a/source/text/simpress/02/11090000.xhp +++ b/source/text/simpress/02/11090000.xhp @@ -32,8 +32,8 @@
subpoints; showingshowing; subpoints -

Show Subpoints

- Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click Hide Subpoints icon. +

Show Subpoints

+ Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click Hide Subpoints icon.
diff --git a/source/text/simpress/02/11100000.xhp b/source/text/simpress/02/11100000.xhp index 8d76c03217..334d4fa19c 100644 --- a/source/text/simpress/02/11100000.xhp +++ b/source/text/simpress/02/11100000.xhp @@ -32,7 +32,7 @@ formatting;slides headings -

Show Formatting

+

Show Formatting

Shows or hides the character formatting of the slide headings. To change the character formatting of a heading, open the Styles window, right-click a style, and then choose Modify.
diff --git a/source/text/simpress/02/11110000.xhp b/source/text/simpress/02/11110000.xhp index c1999e4363..43a2835134 100644 --- a/source/text/simpress/02/11110000.xhp +++ b/source/text/simpress/02/11110000.xhp @@ -33,7 +33,7 @@ black and white view -

Black and White

+

Black and White

Shows your slides in black and white only.
diff --git a/source/text/simpress/02/13010000.xhp b/source/text/simpress/02/13010000.xhp index 14fe290377..6b1d1c5ba0 100644 --- a/source/text/simpress/02/13010000.xhp +++ b/source/text/simpress/02/13010000.xhp @@ -30,8 +30,8 @@ -

Gluepoints

- Insert or modify the properties of a gluepoint. A gluepoint is a custom connection point where you can attach a connector line. +

Gluepoints

+ Insert or modify the properties of a gluepoint. A gluepoint is a custom connection point where you can attach a connector line.
diff --git a/source/text/simpress/02/13020000.xhp b/source/text/simpress/02/13020000.xhp index 1a12f03940..efd8790382 100644 --- a/source/text/simpress/02/13020000.xhp +++ b/source/text/simpress/02/13020000.xhp @@ -34,7 +34,7 @@ rotation mode -Rotation Mode after Clicking Object +Rotation Mode after Clicking Object Changes the mouse-click behavior, so that rotation handles appear after you click an object, and then click it again. Drag a handle to rotate the object in the direction you want.
diff --git a/source/text/simpress/02/13030000.xhp b/source/text/simpress/02/13030000.xhp index e99ab972df..0c429d8eeb 100644 --- a/source/text/simpress/02/13030000.xhp +++ b/source/text/simpress/02/13030000.xhp @@ -34,7 +34,7 @@ effects; preview -Allow Effects +Allow Effects Plays a preview of an animation effect that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the OptionAlt key when you click.
diff --git a/source/text/simpress/02/13040000.xhp b/source/text/simpress/02/13040000.xhp index 8295ae4346..39a829a87a 100644 --- a/source/text/simpress/02/13040000.xhp +++ b/source/text/simpress/02/13040000.xhp @@ -34,7 +34,7 @@ allowing; interaction -Allow Interaction +Allow Interaction Runs a preview of the interaction that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the OptionAlt key when you click.
diff --git a/source/text/simpress/02/13050000.xhp b/source/text/simpress/02/13050000.xhp index dc3f7d9f0f..79163f4010 100644 --- a/source/text/simpress/02/13050000.xhp +++ b/source/text/simpress/02/13050000.xhp @@ -35,7 +35,7 @@ showing; guides -Show Snap Lines +Show Snap Lines Shows or hides snap lines so can you align objects on your slide. To remove a snap line, drag it off the slide.
diff --git a/source/text/simpress/02/13060000.xhp b/source/text/simpress/02/13060000.xhp index 88a86a1c08..91cdb5b8bf 100644 --- a/source/text/simpress/02/13060000.xhp +++ b/source/text/simpress/02/13060000.xhp @@ -32,7 +32,7 @@ -Double-Click to add Text +Double-Click to add Text Changes the mouse-click behavior, so that you can double-click an object to add or edit text.
diff --git a/source/text/simpress/02/13090000.xhp b/source/text/simpress/02/13090000.xhp index bced333af5..00b84e08e7 100644 --- a/source/text/simpress/02/13090000.xhp +++ b/source/text/simpress/02/13090000.xhp @@ -32,7 +32,7 @@ objects; with attributes -Modify Object with Attributes +Modify Object with Attributes If this icon on the Options bar is activated, objects are shown with their attributes, but with 50% transparency, while you move or draw them. If this icon is not activated, only a contour is shown while drawing, and the object is shown with all attributes when you release the mouse button.
diff --git a/source/text/simpress/02/13100000.xhp b/source/text/simpress/02/13100000.xhp index 29503e686d..3c085f4243 100644 --- a/source/text/simpress/02/13100000.xhp +++ b/source/text/simpress/02/13100000.xhp @@ -31,7 +31,7 @@
-

Exit all Groups

+

Exit all Groups

Exits all groups and returns to normal view.
diff --git a/source/text/simpress/02/13140000.xhp b/source/text/simpress/02/13140000.xhp index 526fa788ef..178d4a5132 100644 --- a/source/text/simpress/02/13140000.xhp +++ b/source/text/simpress/02/13140000.xhp @@ -25,7 +25,7 @@ -

Snap to Snap Guides

+

Snap to Snap Guides

diff --git a/source/text/simpress/02/13150000.xhp b/source/text/simpress/02/13150000.xhp index ee378dda4b..5a8ca7a992 100644 --- a/source/text/simpress/02/13150000.xhp +++ b/source/text/simpress/02/13150000.xhp @@ -29,7 +29,7 @@ -

Snap to Page Margins

+

Snap to Page Margins

diff --git a/source/text/simpress/02/13160000.xhp b/source/text/simpress/02/13160000.xhp index 597aaa8f27..2abeea70d1 100644 --- a/source/text/simpress/02/13160000.xhp +++ b/source/text/simpress/02/13160000.xhp @@ -24,7 +24,7 @@ -

Snap to Object Border

+

Snap to Object Border

diff --git a/source/text/simpress/02/13170000.xhp b/source/text/simpress/02/13170000.xhp index 8ae8f49648..8aa525628c 100644 --- a/source/text/simpress/02/13170000.xhp +++ b/source/text/simpress/02/13170000.xhp @@ -29,7 +29,7 @@ -

Snap to Object Points

+

Snap to Object Points

diff --git a/source/text/simpress/02/13180000.xhp b/source/text/simpress/02/13180000.xhp index 8a4dde2933..ae48041fa1 100644 --- a/source/text/simpress/02/13180000.xhp +++ b/source/text/simpress/02/13180000.xhp @@ -24,7 +24,7 @@ -

Allow Quick Editing

+

Allow Quick Editing

diff --git a/source/text/simpress/02/13190000.xhp b/source/text/simpress/02/13190000.xhp index 8aee1a1952..f5ceaed31a 100644 --- a/source/text/simpress/02/13190000.xhp +++ b/source/text/simpress/02/13190000.xhp @@ -29,7 +29,7 @@ -

Select Text Area Only

+

Select Text Area Only

diff --git a/source/text/simpress/04/01020000.xhp b/source/text/simpress/04/01020000.xhp index 2d8ba06041..883732a307 100644 --- a/source/text/simpress/04/01020000.xhp +++ b/source/text/simpress/04/01020000.xhp @@ -29,10 +29,10 @@ shortcut keys; in presentations presentations; shortcut keys -Shortcut Keys for $[officename] Impress +Shortcut Keys for $[officename] Impress The following is a list of shortcut keys for $[officename] Impress. -You can also use the general shortcut keys in $[officename]. +You can also use the general shortcut keys in $[officename].
Function Keys for $[officename] Impress @@ -702,7 +702,7 @@ Command -Ctrl+ drag (with Copy when moving option active) +Ctrl+ drag (with Copy when moving option active) Hold down Command diff --git a/source/text/simpress/format_submenu_lists.xhp b/source/text/simpress/format_submenu_lists.xhp index 60fbfa7277..78bbdbdf01 100644 --- a/source/text/simpress/format_submenu_lists.xhp +++ b/source/text/simpress/format_submenu_lists.xhp @@ -18,7 +18,7 @@
-

Lists

+

Lists

For the selected paragraphs, adds numbering or bullets, edit the outline levels and move them up or down in the slide.
diff --git a/source/text/simpress/guide/3d_create.xhp b/source/text/simpress/guide/3d_create.xhp index 279c762fa3..650c79142d 100644 --- a/source/text/simpress/guide/3d_create.xhp +++ b/source/text/simpress/guide/3d_create.xhp @@ -33,7 +33,7 @@ converting; to curves, polygons, 3D extrusion objects added 3D scenes, issue 109330 -Converting 2D Objects to Curves, Polygons, and 3D Objects +Converting 2D Objects to Curves, Polygons, and 3D Objects You can convert two-dimensional (2D) objects to create different shapes. $[officename] can convert 2D objects to the following object types: diff --git a/source/text/simpress/guide/animated_gif_create.xhp b/source/text/simpress/guide/animated_gif_create.xhp index a7a9c441ed..05e94dfe9f 100644 --- a/source/text/simpress/guide/animated_gif_create.xhp +++ b/source/text/simpress/guide/animated_gif_create.xhp @@ -34,7 +34,7 @@ GIF images; animating animated GIFs -Creating Animated GIF Images +Creating Animated GIF Images You can animate drawing objects, text objects, and graphic objects (images) on your slides to make your presentation more interesting. $[officename] Impress provides you with a simple animation editor where you can create animation images (frames) by assembling objects from your slide. The animation effect is achieved by rotating through the static frames that you create. If you create a bitmap animation (animated GIF), you can assign a delay time to each frame, and specify the number of times the animation is played. diff --git a/source/text/simpress/guide/animated_gif_save.xhp b/source/text/simpress/guide/animated_gif_save.xhp index b96fe17cef..fa58b31303 100644 --- a/source/text/simpress/guide/animated_gif_save.xhp +++ b/source/text/simpress/guide/animated_gif_save.xhp @@ -33,7 +33,7 @@ animations; saving as GIFs exporting; animations to GIF format -Exporting Animations in GIF Format +Exporting Animations in GIF Format diff --git a/source/text/simpress/guide/animated_objects.xhp b/source/text/simpress/guide/animated_objects.xhp index 8044cc5073..b2acf6f23e 100644 --- a/source/text/simpress/guide/animated_objects.xhp +++ b/source/text/simpress/guide/animated_objects.xhp @@ -38,7 +38,7 @@ custom animation MW deleted "applying;" -

Animating Objects in Presentation Slides +

Animating Objects in Presentation Slides

You can apply preset animation effects to objects on your slide.

To apply an animation effect to an object:

diff --git a/source/text/simpress/guide/animated_slidechange.xhp b/source/text/simpress/guide/animated_slidechange.xhp index b9a726d195..78d8b5a3a2 100644 --- a/source/text/simpress/guide/animated_slidechange.xhp +++ b/source/text/simpress/guide/animated_slidechange.xhp @@ -30,7 +30,7 @@ transition effects deleting; slide transition effects effects;animated slide transitions -MW changed "removing;..." to "deleting;..."

Animating Slide Transitions +MW changed "removing;..." to "deleting;..."

Animating Slide Transitions

You can apply a special effect that plays when you display a slide.

To apply a transition effect to a slide

@@ -72,7 +72,7 @@
-Slide Transition +Slide Transition
diff --git a/source/text/simpress/guide/arrange_slides.xhp b/source/text/simpress/guide/arrange_slides.xhp index d076ab3186..3adbc32662 100644 --- a/source/text/simpress/guide/arrange_slides.xhp +++ b/source/text/simpress/guide/arrange_slides.xhp @@ -33,7 +33,7 @@ arranging;slides ordering;slides -

Changing the Slide Order +

Changing the Slide Order

Do one of the following: @@ -44,7 +44,7 @@ Choose View - Outline, select a slide, and then drag the slide to another location. - Choose View - Normal or Notes, select the slide preview on the Slides Pane, and then drag the slide preview to another location. + Choose View - Normal or Notes, select the slide preview on the Slides Pane, and then drag the slide preview to another location. To temporarily remove a slide from your presentation, go to Slide Sorter, right-click the slide, and then choose Show/Hide Slide. The number of the hidden slide is crossed out. To show the slide, right-click the slide, and then choose Show/Hide Slide. diff --git a/source/text/simpress/guide/background.xhp b/source/text/simpress/guide/background.xhp index f76bce6742..c72511b2c2 100644 --- a/source/text/simpress/guide/background.xhp +++ b/source/text/simpress/guide/background.xhp @@ -35,7 +35,7 @@ - Changing the SlidePage Background Fill + Changing the SlidePage Background Fill diff --git a/source/text/simpress/guide/change_scale.xhp b/source/text/simpress/guide/change_scale.xhp index 77ef6bccaa..4273d6b8e6 100644 --- a/source/text/simpress/guide/change_scale.xhp +++ b/source/text/simpress/guide/change_scale.xhp @@ -32,7 +32,7 @@ zooming;keyboard keyboard; zooming -Zooming With the Keypad +Zooming With the Keypad You can use the keypad to quickly enlarge or reduce the view on your slide. @@ -45,6 +45,6 @@ If you are using a mouse with a scroll wheel, you can hold down CommandCtrl and turn the wheel to change the zoom factor in all main modules of %PRODUCTNAME. -Shortcut keys for presentations +Shortcut keys for presentations diff --git a/source/text/simpress/guide/footer.xhp b/source/text/simpress/guide/footer.xhp index d9825d29a1..1af5b06aa6 100644 --- a/source/text/simpress/guide/footer.xhp +++ b/source/text/simpress/guide/footer.xhp @@ -34,7 +34,7 @@ time and date on all slides mw changed "adding;" to "inserting;" -

Adding a Header or a Footer to All Slides +

Adding a Header or a Footer to All Slides

Every slide is based on a master slide. The text, pictures, tables, fields or other objects that you place on the master slide are visible as a background on all slides that are based on that master slide. Masters exist for slides, notes, and handouts. @@ -102,7 +102,7 @@ - Insert Fields + Insert Fields diff --git a/source/text/simpress/guide/html_export.xhp b/source/text/simpress/guide/html_export.xhp index 83f291bea9..e21d3235f4 100644 --- a/source/text/simpress/guide/html_export.xhp +++ b/source/text/simpress/guide/html_export.xhp @@ -37,7 +37,7 @@ presentations; exporting to HTML HTML; exporting from presentations -Saving a Presentation in HTML Format +Saving a Presentation in HTML Format @@ -59,8 +59,8 @@
-HTML Export Wizard -File - Export +HTML Export Wizard +File - Export
diff --git a/source/text/simpress/guide/html_import.xhp b/source/text/simpress/guide/html_import.xhp index 7bd6b6f73c..fb99279353 100644 --- a/source/text/simpress/guide/html_import.xhp +++ b/source/text/simpress/guide/html_import.xhp @@ -33,7 +33,7 @@ text documents;inserting in slides inserting; text in presentations mw moved "inserting;" from simpress/01/04110200.xhp -

Importing HTML Pages Into Presentations +

Importing HTML Pages Into Presentations

You can import any text file, including text in HTML documents, into a slide.

To insert text from a file into a slide:

diff --git a/source/text/simpress/guide/impress_remote.xhp b/source/text/simpress/guide/impress_remote.xhp index c7c99de2ab..8a3462a917 100644 --- a/source/text/simpress/guide/impress_remote.xhp +++ b/source/text/simpress/guide/impress_remote.xhp @@ -178,9 +178,9 @@
-Impress Remote in Google Play Store -Impress Remote in Apple iTunes Store -The Presenter Console +Impress Remote in Google Play Store +Impress Remote in Apple iTunes Store +The Presenter Console
diff --git a/source/text/simpress/guide/individual.xhp b/source/text/simpress/guide/individual.xhp index 8e214c987b..9c8c394007 100644 --- a/source/text/simpress/guide/individual.xhp +++ b/source/text/simpress/guide/individual.xhp @@ -35,7 +35,7 @@ showing;hidden slides hidden pages;showing -

Creating a Custom Slide Show +

Creating a Custom Slide Show

You can create custom slide shows to meet the needs of your audience using slides within the current presentation.

To create a custom slide show:

diff --git a/source/text/simpress/guide/keyboard.xhp b/source/text/simpress/guide/keyboard.xhp index 59c8b1c90f..1d75f4e1b8 100644 --- a/source/text/simpress/guide/keyboard.xhp +++ b/source/text/simpress/guide/keyboard.xhp @@ -29,10 +29,10 @@ accessibility; $[officename] Impress -

Using Shortcut Keys in $[officename] Impress +

Using Shortcut Keys in $[officename] Impress

-You can use the keyboard to access $[officename] Impress commands as well as to navigate through the workspace. $[officename] Impress uses the same shortcut keys as $[officename] Draw to create drawing objects. +You can use the keyboard to access $[officename] Impress commands as well as to navigate through the workspace. $[officename] Impress uses the same shortcut keys as $[officename] Draw to create drawing objects.

Selecting placeholders

$[officename] Impress AutoLayouts use placeholders for slide titles, text, and objects. To select a placeholder, press CommandCtrl+Enter. To move to the next placeholder, press CommandCtrl+Enter again. If you press CommandCtrl+Enter after you reach the last placeholder in a slide, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide. diff --git a/source/text/simpress/guide/line_arrow_styles.xhp b/source/text/simpress/guide/line_arrow_styles.xhp index 6d1ad74f71..685da740a2 100644 --- a/source/text/simpress/guide/line_arrow_styles.xhp +++ b/source/text/simpress/guide/line_arrow_styles.xhp @@ -33,7 +33,7 @@ styles;arrow and line styles loading;arrow and line styles mw changed "line ends;" to "lines;" -

Loading Line and Arrow Styles +

Loading Line and Arrow Styles

You can use styles to organize similar line and arrow types. $[officename] provides a few standard style files that you can load and use in your document. If you want, you can add or delete elements from a style file, or even create a custom style file.

To load a line styles file:

@@ -63,7 +63,7 @@ To save an arrow styles file, click the Save Arrow Styles button, enter a filename, and then click OK. - Format - Line + Format - Line diff --git a/source/text/simpress/guide/line_draw.xhp b/source/text/simpress/guide/line_draw.xhp index ecb9fc27af..5fabd6ed8d 100644 --- a/source/text/simpress/guide/line_draw.xhp +++ b/source/text/simpress/guide/line_draw.xhp @@ -36,7 +36,7 @@ corner points drawing;lines -Drawing Curves +Drawing Curves The Curve icon Icon diff --git a/source/text/simpress/guide/line_edit.xhp b/source/text/simpress/guide/line_edit.xhp index 64f51d9ab0..34d0b8e0ac 100644 --- a/source/text/simpress/guide/line_edit.xhp +++ b/source/text/simpress/guide/line_edit.xhp @@ -36,7 +36,7 @@ deleting;points converting;points points;adding/converting/deleting -MW deleted "adding;"Editing Curves +MW deleted "adding;"Editing Curves A curved line segment consists of two data points (endpoints) and two control points (handles). A control line connects a control point to a data point. You can change the shape of a curve by converting a data point to a different type, or by dragging the control points to a different location. You can also modify the properties of the line by selecting the line and choosing Format - Line. @@ -134,7 +134,7 @@
-Edit Points bar +Edit Points bar diff --git a/source/text/simpress/guide/main.xhp b/source/text/simpress/guide/main.xhp index 95837fab35..8fb915f003 100644 --- a/source/text/simpress/guide/main.xhp +++ b/source/text/simpress/guide/main.xhp @@ -30,7 +30,7 @@ $[officename] Impress instructions instructions; $[officename] Impress -Instructions for Using $[officename] Impress +Instructions for Using $[officename] Impress Viewing and Printing a Presentation diff --git a/source/text/simpress/guide/masterpage.xhp b/source/text/simpress/guide/masterpage.xhp index 1448d06e24..d5d25c3ca1 100644 --- a/source/text/simpress/guide/masterpage.xhp +++ b/source/text/simpress/guide/masterpage.xhp @@ -38,7 +38,7 @@ master slides -

Changing and Adding a Master SlidePage +

Changing and Adding a Master SlidePage

@@ -108,7 +108,7 @@ Click to apply a slide design to all selected slides. Right-click for a context menu.
- Styles + Styles
diff --git a/source/text/simpress/guide/move_object.xhp b/source/text/simpress/guide/move_object.xhp index fbf6e51c1b..989ca853ba 100644 --- a/source/text/simpress/guide/move_object.xhp +++ b/source/text/simpress/guide/move_object.xhp @@ -33,7 +33,7 @@ objects;moving in slides moving;objects in slides -Moving Objects +Moving Objects You can move selected objects in your slide by dragging them, using the arrow keys, or by copying the objects and pasting them in another location. diff --git a/source/text/simpress/guide/orgchart.xhp b/source/text/simpress/guide/orgchart.xhp index 8c7590102f..8e651585c3 100644 --- a/source/text/simpress/guide/orgchart.xhp +++ b/source/text/simpress/guide/orgchart.xhp @@ -34,7 +34,7 @@ organization charts hot spots in flowcharts interactions; hot spots -changed orgcharts (Google about 1 million pages) to organization charts (about 33 million pages)Creating a Flowchart +changed orgcharts (Google about 1 million pages) to organization charts (about 33 million pages)Creating a Flowchart To create a flowchart: @@ -83,7 +83,7 @@ To add some hot spots that call other slides: -Assign interactions to some objects on your slide. +Assign interactions to some objects on your slide. Select the object, then choose Slide Show - Interaction. @@ -93,8 +93,8 @@
-Connectors -Gluepoints +Connectors +Gluepoints
diff --git a/source/text/simpress/guide/page_copy.xhp b/source/text/simpress/guide/page_copy.xhp index db55cd3d61..251f522ab9 100644 --- a/source/text/simpress/guide/page_copy.xhp +++ b/source/text/simpress/guide/page_copy.xhp @@ -35,7 +35,7 @@ pasting;slides from other presentations mw added "pasting;"
-

Insert Slide from File

+

Insert Slide from File

You can insert slides from another presentation into the current presentation. You can also copy and paste slides between presentations.

To insert a slide from another presentation:

diff --git a/source/text/simpress/guide/presenter_console.xhp b/source/text/simpress/guide/presenter_console.xhp index 7e7cd3419a..2f7a419c71 100644 --- a/source/text/simpress/guide/presenter_console.xhp +++ b/source/text/simpress/guide/presenter_console.xhp @@ -97,7 +97,7 @@ Slide sorter mode
- Impress Remote User Guide + Impress Remote User Guide
diff --git a/source/text/simpress/guide/print_tofit.xhp b/source/text/simpress/guide/print_tofit.xhp index db66f81ff5..e833cc6ee3 100644 --- a/source/text/simpress/guide/print_tofit.xhp +++ b/source/text/simpress/guide/print_tofit.xhp @@ -34,7 +34,7 @@ pages; fitting to printed pages printing; fitting to paper -Printing a Slide to Fit a Paper Size +Printing a Slide to Fit a Paper Size You can reduce the size of a slide when you print, so that the slide can fit on a printed page. diff --git a/source/text/simpress/guide/printing.xhp b/source/text/simpress/guide/printing.xhp index 6bf194ae63..1450c7d424 100644 --- a/source/text/simpress/guide/printing.xhp +++ b/source/text/simpress/guide/printing.xhp @@ -37,7 +37,7 @@ handout printing layout;printing handouts MW made "handouts;.." a one level entry and added "layout;..." -

Printing Presentations +

Printing Presentations

Default printer settings

diff --git a/source/text/simpress/guide/rehearse_timings.xhp b/source/text/simpress/guide/rehearse_timings.xhp index 9e409ef40a..c3f5ead3c2 100644 --- a/source/text/simpress/guide/rehearse_timings.xhp +++ b/source/text/simpress/guide/rehearse_timings.xhp @@ -35,7 +35,7 @@ automatic slide changes;rehearse timings recording;display times for slides -Rehearse Timings of Slide Changes +Rehearse Timings of Slide Changes $[officename] assists you in defining the right rehearse timings for automatic slide changes. Prepare the slides, start the show using a special icon, tell your imaginary audience what you want to tell for the first slide, then advance to the next slide and so on. $[officename] records the display time for each slide, so the next time you play the show with automatic slide changes, the timing will be as recorded. @@ -60,7 +60,7 @@
-Slide Show Settings +Slide Show Settings
diff --git a/source/text/simpress/guide/select_object.xhp b/source/text/simpress/guide/select_object.xhp index 47a5378098..0a8e20ce12 100644 --- a/source/text/simpress/guide/select_object.xhp +++ b/source/text/simpress/guide/select_object.xhp @@ -35,7 +35,7 @@ covered objects underlying objects -Selecting Underlying Objects +Selecting Underlying Objects diff --git a/source/text/simpress/guide/show.xhp b/source/text/simpress/guide/show.xhp index 7be2daf99b..cbb053d5b3 100644 --- a/source/text/simpress/guide/show.xhp +++ b/source/text/simpress/guide/show.xhp @@ -39,7 +39,7 @@ slide transitions;automatic automatic slide transition -

Showing a Slide Show

+

Showing a Slide Show

Different ways exist to start a slide show. Once a slide show is running, you can take control pressing keys or clicking the mouse buttons. By default, a slide show always starts with the first slide. You advance manually through slides up to the last slide. You can change these settings.

Running a Slide Show

diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp index c0ff460341..ef3f5acbb4 100644 --- a/source/text/simpress/guide/table_insert.xhp +++ b/source/text/simpress/guide/table_insert.xhp @@ -29,7 +29,7 @@ presentations;inserting spreadsheets including spreadsheets -

Including Spreadsheets in Slides

+

Including Spreadsheets in Slides

You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages: @@ -134,7 +134,7 @@
The entire spreadsheet is inserted into your slide. If you want to change the sheet that is displayed, double-click the spreadsheet, and then select a different sheet. -Format - Slide Layout -Insert - OLE Object - OLE Object +Format - Slide Layout +Insert - OLE Object - OLE Object diff --git a/source/text/simpress/guide/text2curve.xhp b/source/text/simpress/guide/text2curve.xhp index cda010bd35..887fe19613 100644 --- a/source/text/simpress/guide/text2curve.xhp +++ b/source/text/simpress/guide/text2curve.xhp @@ -37,7 +37,7 @@ draw objects;converting text to curves;converting text to -Converting Text Characters into Drawing Objects +Converting Text Characters into Drawing Objects You can convert text characters into curves that you can edit and resize as you would any drawing object. Once you convert text into a drawing object, you can no longer edit the content of the text. To convert text into a drawing object: diff --git a/source/text/simpress/guide/vectorize.xhp b/source/text/simpress/guide/vectorize.xhp index 75ef8705b6..0c9c874a36 100644 --- a/source/text/simpress/guide/vectorize.xhp +++ b/source/text/simpress/guide/vectorize.xhp @@ -32,7 +32,7 @@ bitmaps; converting to vector graphics vector graphics; converting bitmaps -

Converting Bitmap Images into Vector Graphics +

Converting Bitmap Images into Vector Graphics

A vector graphic can be resized without losing the quality of the graphic. In $[officename] Draw and Impress, you can convert a bitmap image into a vector graphic. @@ -45,11 +45,11 @@ In $[officename] Impress, right-click the object, and then choose Convert - To Polygon. -Set the conversion options for the image, and then click OK. See Convert to Polygon for a description of the conversion options. +Set the conversion options for the image, and then click OK. See Convert to Polygon for a description of the conversion options.
-Convert to Polygon +Convert to Polygon diff --git a/source/text/simpress/main0100.xhp b/source/text/simpress/main0100.xhp index 8145267990..60e043e60a 100644 --- a/source/text/simpress/main0100.xhp +++ b/source/text/simpress/main0100.xhp @@ -30,7 +30,7 @@ diff --git a/source/text/simpress/main0101.xhp b/source/text/simpress/main0101.xhp index 1d13c120eb..401c3d2038 100644 --- a/source/text/simpress/main0101.xhp +++ b/source/text/simpress/main0101.xhp @@ -31,7 +31,7 @@
-File +File These commands apply to the current document, create a document, open an existing document, or close the application.
diff --git a/source/text/simpress/main0103.xhp b/source/text/simpress/main0103.xhp index ffaf06a061..2e6c4a6cca 100644 --- a/source/text/simpress/main0103.xhp +++ b/source/text/simpress/main0103.xhp @@ -29,7 +29,7 @@
-View +View This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.
@@ -68,7 +68,7 @@ -Zoom +Zoom diff --git a/source/text/simpress/main0104.xhp b/source/text/simpress/main0104.xhp index 9641a3a06f..855cda2857 100644 --- a/source/text/simpress/main0104.xhp +++ b/source/text/simpress/main0104.xhp @@ -30,15 +30,15 @@
-

Insert

+

Insert

This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.
-

Chart

+

Chart

Inserts a chart. -

Table

+

Table

@@ -48,12 +48,12 @@

-

Floating Frame

+

Floating Frame

-

Hyperlink

+

Hyperlink

-

Special Character

+

Special Character

Slide Number

diff --git a/source/text/simpress/main0107.xhp b/source/text/simpress/main0107.xhp index 84d7cb1c2b..a20e336926 100644 --- a/source/text/simpress/main0107.xhp +++ b/source/text/simpress/main0107.xhp @@ -31,7 +31,7 @@
-Window +Window Contains commands for manipulating and displaying document windows.
diff --git a/source/text/simpress/main0113.xhp b/source/text/simpress/main0113.xhp index d83b6cff35..cdf6e024df 100644 --- a/source/text/simpress/main0113.xhp +++ b/source/text/simpress/main0113.xhp @@ -30,25 +30,25 @@
-Modify +Modify Contains commands for modifying objects in your document.
-Rotate +Rotate Rotates the selected object(s). -Name Object +Name Object -Group +Group -Ungroup +Ungroup -Enter Group +Enter Group -Exit Group +Exit Group diff --git a/source/text/simpress/main0114.xhp b/source/text/simpress/main0114.xhp index b3f81967d1..b7bb465621 100644 --- a/source/text/simpress/main0114.xhp +++ b/source/text/simpress/main0114.xhp @@ -31,16 +31,16 @@
-Slide Show +Slide Show Contains commands and options for running a presentation.
-Slide Show Settings +Slide Show Settings -Interaction +Interaction Custom Animation @@ -48,7 +48,7 @@ -Custom Slide Show +Custom Slide Show diff --git a/source/text/simpress/main0200.xhp b/source/text/simpress/main0200.xhp index 88020488b5..162c63bf45 100644 --- a/source/text/simpress/main0200.xhp +++ b/source/text/simpress/main0200.xhp @@ -25,7 +25,7 @@
-

Toolbars

+

Toolbars

diff --git a/source/text/simpress/main0202.xhp b/source/text/simpress/main0202.xhp index 9dc58a34b7..5d5133a9ee 100644 --- a/source/text/simpress/main0202.xhp +++ b/source/text/simpress/main0202.xhp @@ -28,7 +28,7 @@
-

Line and Filling Bar

+

Line and Filling Bar

The Line and Filling Bar contains commands and options that you can apply in the current view.
@@ -37,18 +37,18 @@ -

Line Style

+

Line Style

-

Line Width

+

Line Width

-

Line Color

+

Line Color

-

Area Style / Filling

+

Area Style / Filling

diff --git a/source/text/simpress/main0203.xhp b/source/text/simpress/main0203.xhp index 6eda91af3e..d97bf1d4e9 100644 --- a/source/text/simpress/main0203.xhp +++ b/source/text/simpress/main0203.xhp @@ -28,7 +28,7 @@
- Text Formatting Bar + Text Formatting Bar To display the Text Formatting Bar, place the cursor inside a text object.
@@ -41,7 +41,7 @@ - Font Color + Font Color @@ -113,13 +113,13 @@ -Character +Character - Paragraph + Paragraph - Numbering Symbols + Numbering Symbols diff --git a/source/text/simpress/main0204.xhp b/source/text/simpress/main0204.xhp index 8c2125669a..85c1fa4ed4 100644 --- a/source/text/simpress/main0204.xhp +++ b/source/text/simpress/main0204.xhp @@ -30,7 +30,7 @@
-

Slide View Bar

+

Slide View Bar

The Slide View bar opens with the Slide Sorter view.
diff --git a/source/text/simpress/main0206.xhp b/source/text/simpress/main0206.xhp index e9d43733dc..6c055e5e47 100644 --- a/source/text/simpress/main0206.xhp +++ b/source/text/simpress/main0206.xhp @@ -33,7 +33,7 @@
- Status Bar + Status Bar The status bar displays information about your document, including the currently selected object. You can double-click some status bar items to open a related dialog window.
diff --git a/source/text/simpress/main0209.xhp b/source/text/simpress/main0209.xhp index 3b52836f85..96fa2161c4 100644 --- a/source/text/simpress/main0209.xhp +++ b/source/text/simpress/main0209.xhp @@ -33,12 +33,12 @@ rulers; in presentations origin of rulers -Rulers +Rulers You can use vertical and horizontal rulers at the left and upper edges of the $[officename] Impress workspace to assist you in creating your slide. The sections of the rulers that cover the area of the slide are white. When you select an object, its dimensions are displayed on the rulers as gray double lines. To precisely resize the object, drag one of the double lines to a new location on the ruler. When you select a text object on a slide, indents and tabs are displayed on the horizontal ruler. To change the indent or tab settings for the text object, drag an indent or a tab marker to a new location on the ruler. -You can also drag a snap line from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide. -To show or hide the rulers, choose View - Rulers. +You can also drag a snap line from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide. +To show or hide the rulers, choose View - Rulers. To specify the measurement units for a ruler, right-click the ruler, and then choose a new unit from the list. To change the origin (0 point) of the rulers, drag the intersection of the two rulers in the top left corner into the workspace. Vertical and horizontal guides appear. Continue to drag until the vertical and horizontal guides are where you want the new origin to be, and then release. To reset the origins of the rulers to the default values, double-click the intersection. To change the slide margins, drag the edge of the white areas in the rulers. diff --git a/source/text/simpress/main0210.xhp b/source/text/simpress/main0210.xhp index 0f83ce75cb..14fef863b0 100644 --- a/source/text/simpress/main0210.xhp +++ b/source/text/simpress/main0210.xhp @@ -26,7 +26,7 @@
-

Drawing Bar

+

Drawing Bar

The Drawing bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar that contains additional commands.
@@ -52,7 +52,7 @@ -

Lines and Arrows

+

Lines and Arrows

Opens the Arrows toolbar to insert lines and arrows. @@ -68,18 +68,18 @@ -

Points

+

Points

Enables you to edit points on your drawing. -

Gluepoints

+

Gluepoints

Enables you to edit gluepoints on your drawing. -

From File

+

From File

-

Rotate

+

Rotate

This tool is used to rotate the object. diff --git a/source/text/simpress/main0211.xhp b/source/text/simpress/main0211.xhp index 5265688f16..031d412c05 100644 --- a/source/text/simpress/main0211.xhp +++ b/source/text/simpress/main0211.xhp @@ -29,7 +29,7 @@
-

Outline Bar

+

Outline Bar

In Outline View, the Outline bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar that contains additional commands.
diff --git a/source/text/simpress/main0212.xhp b/source/text/simpress/main0212.xhp index 9628b69b91..6c5c57d2c2 100644 --- a/source/text/simpress/main0212.xhp +++ b/source/text/simpress/main0212.xhp @@ -28,12 +28,12 @@
-

Slide Sorter Bar

+

Slide Sorter Bar

In Slide Sorter view, the Slide Sorter bar can be used.
-

Slide Show

+

Slide Show

diff --git a/source/text/simpress/main0213.xhp b/source/text/simpress/main0213.xhp index 9cc6d74955..48e1906a54 100644 --- a/source/text/simpress/main0213.xhp +++ b/source/text/simpress/main0213.xhp @@ -30,40 +30,40 @@
-Options Bar +Options Bar To display the Options Bar, choose View - Toolbars - Options.
UFI: changed some links, see #i52549 -Display Grid +Display Grid -Helplines While Moving +Helplines While Moving -Snap to Grid +Snap to Grid -Snap to Snap Lines +Snap to Snap Lines -Snap to Page Margins +Snap to Page Margins -Snap to Object Border +Snap to Object Border -Snap to Object Points +Snap to Object Points -Allow Quick Editing +Allow Quick Editing -Select Text Area Only +Select Text Area Only diff --git a/source/text/simpress/main0214.xhp b/source/text/simpress/main0214.xhp index dc0bba8042..f3e784fb3a 100644 --- a/source/text/simpress/main0214.xhp +++ b/source/text/simpress/main0214.xhp @@ -31,7 +31,7 @@
-Image Bar +Image Bar Use the Image bar to set the color, contrast, and brightness options for the selected graphic object(s).
diff --git a/source/text/simpress/main0503.xhp b/source/text/simpress/main0503.xhp index 562a3aa5c0..cebdcababa 100644 --- a/source/text/simpress/main0503.xhp +++ b/source/text/simpress/main0503.xhp @@ -33,7 +33,7 @@
- $[officename] Impress Features + $[officename] Impress Features $[officename] Impress lets you create professional slide shows that can include charts, drawing objects, text, multimedia and a variety of other items. If you want, you can even import and modify Microsoft PowerPoint presentations.
For on-screen slide shows, animation, slide transitions and multimedia are a few of the techniques you can use to make your presentation more exciting. diff --git a/source/text/simpress/main_edit.xhp b/source/text/simpress/main_edit.xhp index a4ecca22cb..16ee1d16c2 100644 --- a/source/text/simpress/main_edit.xhp +++ b/source/text/simpress/main_edit.xhp @@ -31,7 +31,7 @@
-

Edit

+

Edit

This menu contains commands for editing the contents of the current document.
@@ -46,21 +46,21 @@ -

Points

+

Points

Switches the Edit Points mode on and off. -

Gluepoints

+

Gluepoints

Switches the Edit Gluepoints mode on and off. -

Fields

+

Fields

-

Links

+

Links

-

Object

+

Object

diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp index 91c99411d9..d956a80a80 100644 --- a/source/text/simpress/main_format.xhp +++ b/source/text/simpress/main_format.xhp @@ -27,14 +27,14 @@
-

Format

+

Format

Contains commands for formatting the layout and the contents of your document.
temporary solution for "Align Text", until submenu is made -

Lists

+

Lists

Opens a submenu where you can modify the formatting of list paragraphs. @@ -42,13 +42,13 @@

Styles

Shows commands to edit, update, create, and manage styles.Needs a submenu page -

Character

+

Character

-

Paragraph

+

Paragraph

-

Bullets and Numbering

+

Bullets and Numbering

Table

diff --git a/source/text/simpress/main_tools.xhp b/source/text/simpress/main_tools.xhp index c39b110725..5146392aec 100644 --- a/source/text/simpress/main_tools.xhp +++ b/source/text/simpress/main_tools.xhp @@ -31,13 +31,13 @@
-Tools +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 +ImageMap @@ -45,10 +45,10 @@ -AutoCorrect Options +AutoCorrect Options -Customize +Customize diff --git a/source/text/simpress/submenu_object_shape.xhp b/source/text/simpress/submenu_object_shape.xhp index cf0b7bfa29..4c048f9b9b 100644 --- a/source/text/simpress/submenu_object_shape.xhp +++ b/source/text/simpress/submenu_object_shape.xhp @@ -16,7 +16,7 @@
-

Textbox and Shape

+

Textbox and Shape

Opens a submenu to edit the properties of the selected textbox or shape.
-- cgit