From 0e8696bc2784364cfbefd7fa55da733e350c56cd Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 4 Sep 2020 14:57:01 -0300 Subject: tdf#118148 Extended tips for simpress/ and sdraw/ Change-Id: I7472b2aaa60d554fd9b2d4c9212917661228d929 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102061 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- sd/uiconfig/sdraw/ui/copydlg.ui | 47 ++++++++++- sd/uiconfig/sdraw/ui/crossfadedialog.ui | 24 +++++- sd/uiconfig/sdraw/ui/dlgsnap.ui | 39 +++++++++- sd/uiconfig/sdraw/ui/insertlayer.ui | 39 +++++++++- sd/uiconfig/sdraw/ui/insertslidesdialog.ui | 19 +++-- sd/uiconfig/sdraw/ui/vectorize.ui | 34 +++++++- .../simpress/ui/customanimationeffecttab.ui | 69 ++++++++++++++++- sd/uiconfig/simpress/ui/customanimationspanel.ui | 72 ++++++++++++++++- sd/uiconfig/simpress/ui/customanimationtexttab.ui | 29 ++++++- sd/uiconfig/simpress/ui/customslideshows.ui | 35 +++++++++ sd/uiconfig/simpress/ui/definecustomslideshow.ui | 38 ++++++++- sd/uiconfig/simpress/ui/dlgfield.ui | 33 +++++++- sd/uiconfig/simpress/ui/dockinganimation.ui | 87 ++++++++++++++++++++- sd/uiconfig/simpress/ui/headerfooterdialog.ui | 23 +++++- sd/uiconfig/simpress/ui/headerfootertab.ui | 62 ++++++++++++++- sd/uiconfig/simpress/ui/interactionpage.ui | 55 ++++++++++++- sd/uiconfig/simpress/ui/masterlayoutdlg.ui | 29 ++++++- sd/uiconfig/simpress/ui/navigatorpanel.ui | 39 +++++++++- sd/uiconfig/simpress/ui/presentationdialog.ui | 90 +++++++++++++++++++++- sd/uiconfig/simpress/ui/remotedialog.ui | 13 +++- sd/uiconfig/simpress/ui/slidedesigndialog.ui | 28 ++++++- sd/uiconfig/simpress/ui/slidetransitionspanel.ui | 62 ++++++++++++++- 22 files changed, 912 insertions(+), 54 deletions(-) (limited to 'sd') diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index a1eb1da844d7..ed202c2aa2e5 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -154,6 +154,11 @@ True True adjustment1 + + + Enter the number of copies you want to make. + + False @@ -258,6 +263,11 @@ True True 2 + + + Enter the horizontal distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object to the right and negative values shift the duplicate object to the left. + + 1 @@ -271,6 +281,11 @@ True True 2 + + + Enter the vertical distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object down and negative values shift the duplicate object up. + + 1 @@ -285,6 +300,11 @@ True adjustment2 2 + + + Enter the angle (0 to 359 degrees) by which you want to rotate the duplicate object. Positive values rotate the duplicate object in a clockwise direction and negative values in a counterclockwise direction. + + 1 @@ -368,6 +388,11 @@ True True 2 + + + Enter the amount by which you want to enlarge or reduce the width of the duplicate object. + + 1 @@ -381,6 +406,11 @@ True True 2 + + + Enter the amount by which you want to enlarge or reduce the height of the duplicate object. + + 1 @@ -465,10 +495,14 @@ True 0 True - + + + Choose a color for the selected object. + + 1 @@ -483,10 +517,14 @@ True 0 True - + + + Choose a color for the duplicate object. If you are making more than one copy, this color is applied to the last copy. + + 1 @@ -532,6 +570,11 @@ + + + Makes one or more copies of a selected object. + + diff --git a/sd/uiconfig/sdraw/ui/crossfadedialog.ui b/sd/uiconfig/sdraw/ui/crossfadedialog.ui index 5c62b1d26991..d4d98b3e421a 100644 --- a/sd/uiconfig/sdraw/ui/crossfadedialog.ui +++ b/sd/uiconfig/sdraw/ui/crossfadedialog.ui @@ -1,5 +1,5 @@ - + @@ -109,6 +109,11 @@ True 0 True + + + Applies a smooth transition between the selected objects. + + 0 @@ -125,6 +130,11 @@ True 0 True + + + Applies cross-fading to the line and fill properties of the selected objects. + + 0 @@ -152,6 +162,11 @@ True True adjustment1 + + + Enter the number of shapes you want between the two selected objects. + + 1 @@ -186,8 +201,13 @@ cancel help - + + + + Creates shapes and distributes them by uniform increments between two drawing objects. + + diff --git a/sd/uiconfig/sdraw/ui/dlgsnap.ui b/sd/uiconfig/sdraw/ui/dlgsnap.ui index f6fd30546e85..cee2caf88bc6 100644 --- a/sd/uiconfig/sdraw/ui/dlgsnap.ui +++ b/sd/uiconfig/sdraw/ui/dlgsnap.ui @@ -1,5 +1,5 @@ - + @@ -41,6 +41,11 @@ True True True + + + Deletes the selected snap point or snap line. + + False @@ -131,6 +136,11 @@ True True 2 + + + Enter the amount of space you want between the snap point or line and the left edge of the page. + + 1 @@ -143,6 +153,11 @@ True True 2 + + + Enter the amount of space you want between the snap point or line and the top edge of the page. + + 1 @@ -226,6 +241,11 @@ True True True + + + Inserts a snap point. + + False @@ -245,6 +265,11 @@ True True point + + + Inserts a vertical snap line. + + False @@ -264,6 +289,11 @@ True True point + + + Inserts a horizontal snap line. + + False @@ -307,8 +337,13 @@ cancel help - + + + + Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects. + + diff --git a/sd/uiconfig/sdraw/ui/insertlayer.ui b/sd/uiconfig/sdraw/ui/insertlayer.ui index 206c09caa91c..2c824be0977f 100644 --- a/sd/uiconfig/sdraw/ui/insertlayer.ui +++ b/sd/uiconfig/sdraw/ui/insertlayer.ui @@ -1,5 +1,5 @@ - + @@ -98,6 +98,11 @@ True True 54 + + + Enter a name for the new layer. + + @@ -138,6 +143,11 @@ True True 54 + + + Enter the title of the layer. + + @@ -189,6 +199,11 @@ True True True + + + Enter a description of the layer. + + @@ -222,6 +237,11 @@ True 0 True + + + Show or hide the layer. + + False @@ -238,6 +258,11 @@ True 0 True + + + When printing, print or ignore this particular layer. + + False @@ -254,6 +279,11 @@ True 0 True + + + Prevent elements on the layer from being edited. + + False @@ -275,8 +305,13 @@ cancel help - + + + + Inserts a new layer in the document. Layers are only available in Draw, not in Impress. + + diff --git a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui b/sd/uiconfig/sdraw/ui/insertslidesdialog.ui index 8b27da390f02..6f46ba426dfd 100644 --- a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui +++ b/sd/uiconfig/sdraw/ui/insertslidesdialog.ui @@ -1,5 +1,5 @@ - + @@ -18,9 +18,6 @@ Insert Slides/Objects True dialog - - - False @@ -100,6 +97,11 @@ True 0 True + + + Unused master pages are not inserted. + + 0 @@ -115,6 +117,11 @@ True 0 True + + + Inserts a file or some file elements as a link that is automatically updated when the source file is modified. + + 0 @@ -138,7 +145,6 @@ True liststore1 False - True 1 True @@ -183,5 +189,8 @@ cancel help + + + diff --git a/sd/uiconfig/sdraw/ui/vectorize.ui b/sd/uiconfig/sdraw/ui/vectorize.ui index 4bc9fecd61a9..1bf2af48f662 100644 --- a/sd/uiconfig/sdraw/ui/vectorize.ui +++ b/sd/uiconfig/sdraw/ui/vectorize.ui @@ -1,5 +1,5 @@ - + @@ -47,6 +47,11 @@ True True True + + + Previews the converted image without applying the changes. + + False @@ -133,6 +138,11 @@ True True adjustment1 + + + Enter the number of colors to be displayed in the converted image. %PRODUCTNAME generates a polygon for each occurrence of a color in the image. + + 1 @@ -159,6 +169,11 @@ True True adjustment2 + + + Removes color polygons that are smaller than the pixel value you enter. + + 1 @@ -187,6 +202,11 @@ True True adjustment3 + + + Enter the size of the rectangle for the background fill. + + 1 @@ -202,6 +222,11 @@ True 0 True + + + Fills the color gaps caused by applying a point reduction. + + 0 @@ -336,8 +361,13 @@ cancel help - + + + + Converts the selected object to a polygon (a closed object bounded by straight lines). + + diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index b1632f9287be..5ca9087e82c7 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -1,5 +1,5 @@ - + @@ -47,8 +47,8 @@ False center _Direction: - 0 True + 0 False @@ -65,6 +65,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + True @@ -92,6 +116,11 @@ True 0 True + + + Enable this option to assign a gradually increasing speed to the start of the effect. + + False @@ -107,6 +136,11 @@ True 0 True + + + Enable this option to assign a gradually decreasing speed to the end of the effect. + + False @@ -229,6 +263,11 @@ False center True + + + Select a sound from the Gallery or select one of the special entries. + + False @@ -243,6 +282,11 @@ True center image1 + + + Plays the selected sound file. + + False @@ -265,10 +309,14 @@ True 0 True - + + + Select the dim color. + + 1 @@ -302,6 +350,11 @@ True adjustment1 1 + + + Specifies the percentage of delay between animations of words or letters. + + False @@ -328,6 +381,11 @@ Hide after animation Hide on next animation + + + Select a color to be shown after the animation ends, or select another after-effect from the list + + 1 @@ -345,6 +403,11 @@ Word by word Letter by letter + + + Select the animation mode for the text of the current shape + + 1 diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 94184323a775..31fa426a4004 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -1,5 +1,5 @@ - + @@ -127,6 +127,11 @@ + + + The animation list displays all animations for the current slide. + + @@ -189,6 +194,11 @@ True Add Effect image_add + + + Adds another animation effect for the selected object on the slide. + + False @@ -203,6 +213,11 @@ True Remove Effect image_remove + + + Removes the selected animation effects from the animation list. + + False @@ -217,6 +232,11 @@ True Move Up image_up + + + Click one of the buttons to move the selected animation effect up or down in the list. + + False @@ -231,6 +251,11 @@ True Move Down image_down + + + Click one of the buttons to move the selected animation effect up or down in the list. + + False @@ -291,6 +316,11 @@ Motion Paths Misc Effects + + + Select an animation effect category. + + 1 @@ -330,6 +360,11 @@ + + + Select an animation effect. + + @@ -410,6 +445,11 @@ With previous After previous + + + Displays when the selected animation effect should be started. + + 1 @@ -439,6 +479,11 @@ Options image1 True + + + Specifies additional properties for the selected element in the Custom Animations pane. + + 2 @@ -452,6 +497,11 @@ True adjustment2 2 + + + Specifies the duration of the selected animation effect. + + 1 @@ -479,6 +529,11 @@ True adjustment1 1 + + + The animation starts delayed by this amount of time. + + 1 @@ -545,6 +600,11 @@ True 0 True + + + Select to preview new or edited effects on the slide while you assign them. + + False @@ -563,6 +623,11 @@ True right True + + + Plays the selected animation effect in the preview. + + False @@ -617,5 +682,10 @@ 2 + + + Assigns effects to selected objects. + + diff --git a/sd/uiconfig/simpress/ui/customanimationtexttab.ui b/sd/uiconfig/simpress/ui/customanimationtexttab.ui index cedb9c74248d..2aef6a27a6ef 100644 --- a/sd/uiconfig/simpress/ui/customanimationtexttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationtexttab.ui @@ -1,9 +1,9 @@ - + - 999.99000000000001 + 999.99 1 10 @@ -44,6 +44,11 @@ True adjustment1 1 + + + Enter an additional delay in seconds to animate subsequent paragraphs. + + 1 @@ -59,6 +64,11 @@ True 0 True + + + If "Group text - By 1st level paragraphs" is selected, the paragraphs are animated one after the other. + + 0 @@ -78,6 +88,11 @@ By 4th level paragraphs By 5th level paragraphs + + + Specifies how multiple paragraphs are animated + + 1 @@ -100,6 +115,11 @@ True 0 True + + + Deselect this box to animate only the text, not the shape. + + False @@ -116,6 +136,11 @@ True 0 True + + + Animates the paragraphs in reverse order. + + False diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui b/sd/uiconfig/simpress/ui/customslideshows.ui index d0f60571c4bb..5bb5a811f04c 100644 --- a/sd/uiconfig/simpress/ui/customslideshows.ui +++ b/sd/uiconfig/simpress/ui/customslideshows.ui @@ -50,6 +50,11 @@ True True True + + + Runs the slide show. Ensure that Use Custom Slide Show is selected if you want to run a custom presentation. + + False @@ -129,6 +134,11 @@ + + + Lists the custom slide shows that are available. + + @@ -147,6 +157,11 @@ True 0 True + + + Runs the custom slide show you selected when you click Start. Otherwise, the entire presentation is shown. + + False @@ -178,6 +193,11 @@ True True True + + + Add, remove or reorder slides as well as change the name of the selected custom slide show. + + False @@ -193,6 +213,11 @@ True True True + + + Add, remove or reorder slides as well as change the name of the selected custom slide show. + + False @@ -207,6 +232,11 @@ True True True + + + Creates a copy of the selected custom slide show. You can modify the name of the show by clicking Edit. + + False @@ -258,5 +288,10 @@ + + + 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. + + diff --git a/sd/uiconfig/simpress/ui/definecustomslideshow.ui b/sd/uiconfig/simpress/ui/definecustomslideshow.ui index c920c9ac3b99..a6292dc342ec 100644 --- a/sd/uiconfig/simpress/ui/definecustomslideshow.ui +++ b/sd/uiconfig/simpress/ui/definecustomslideshow.ui @@ -1,5 +1,5 @@ - + @@ -26,9 +26,6 @@ 0 0 dialog - - - False @@ -125,6 +122,11 @@ True True True + + + Displays the name of the custom slide show. If you want, you can enter a new name. + + False @@ -208,6 +210,11 @@ + + + Lists all of the slides in the order in which they appear in the current document. + + @@ -248,6 +255,11 @@ + + + Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down. + + @@ -269,6 +281,11 @@ True True True + + + Adds an existing slide to the bottom of the Selected slides list. You need to select a slide in the Existing slides list before you can use this button. + + False @@ -282,6 +299,11 @@ True True True + + + Removes a slide from the Selected slides list. You need to choose a slide in the Selected slides list before you can use this button. + + False @@ -319,6 +341,14 @@ cancel help + + + + + + Creates a custom slide show. + + diff --git a/sd/uiconfig/simpress/ui/dlgfield.ui b/sd/uiconfig/simpress/ui/dlgfield.ui index fdde47225c9d..6e1fa685d1df 100644 --- a/sd/uiconfig/simpress/ui/dlgfield.ui +++ b/sd/uiconfig/simpress/ui/dlgfield.ui @@ -1,5 +1,5 @@ - + @@ -10,9 +10,6 @@ 0 0 dialog - - - False @@ -111,6 +108,11 @@ 0 True True + + + Displays the content of the field when the field was inserted. + + False @@ -129,6 +131,11 @@ True True fixedRB + + + Displays the current value of the field. + + False @@ -187,6 +194,11 @@ True + + + Select the language for the field. + + False @@ -217,6 +229,11 @@ True False + + + Select a display format for the field. + + @@ -253,5 +270,13 @@ cancel help + + + + + + Edits the properties of an inserted field. + + diff --git a/sd/uiconfig/simpress/ui/dockinganimation.ui b/sd/uiconfig/simpress/ui/dockinganimation.ui index 1d81add65eaf..1a90e2f84be7 100644 --- a/sd/uiconfig/simpress/ui/dockinganimation.ui +++ b/sd/uiconfig/simpress/ui/dockinganimation.ui @@ -1,5 +1,5 @@ - + @@ -112,6 +112,11 @@ 1000 Max. + + + Sets the number of times that the animation is played. + + 3 @@ -125,6 +130,11 @@ Duration adjustment2 2 + + + Enter the number of seconds to display the current image. This option is only available if you select the Bitmap object option in the Animation group field. + + 2 @@ -139,6 +149,11 @@ 1 adjustment1 1 + + + Indicates the position of the current image in the animation sequence. + + 1 @@ -158,6 +173,11 @@ True First Image image5 + + + Jumps to the first image in the animation sequence. + + 0 @@ -171,6 +191,11 @@ True Backwards image6 + + + Plays the animation backwards. + + 1 @@ -184,6 +209,11 @@ True Stop image7 + + + Stops playing the animation. + + 2 @@ -197,6 +227,11 @@ True Play image8 + + + Plays the animation. + + 3 @@ -210,6 +245,11 @@ True Last Image image9 + + + Jumps to the last image in the animation sequence. + + 4 @@ -273,6 +313,11 @@ 0 True True + + + Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide. + + 0 @@ -289,6 +334,11 @@ 0 True group + + + Combines images into a single image. + + 0 @@ -326,6 +376,11 @@ Right Bottom Right + + + Aligns the images in your animation. + + 1 @@ -390,6 +445,11 @@ True Apply Object image1 + + + Adds selected object(s) as a single image. + + 0 @@ -403,6 +463,11 @@ True Apply Objects Individually image2 + + + Adds an image for each selected object. + + 1 @@ -466,6 +531,11 @@ True Delete Current Image image3 + + + Deletes current image from the animation sequence. + + 0 @@ -479,6 +549,11 @@ True Delete All Images image4 + + + Deletes all of the images in the animation. + + 1 @@ -546,6 +621,11 @@ True True True + + + Inserts the animation into the current slide. + + False @@ -561,5 +641,10 @@ 1 + + + Creates a custom animation on the current slide. + + diff --git a/sd/uiconfig/simpress/ui/headerfooterdialog.ui b/sd/uiconfig/simpress/ui/headerfooterdialog.ui index 0d7f67d1f38a..ec7837b71e10 100644 --- a/sd/uiconfig/simpress/ui/headerfooterdialog.ui +++ b/sd/uiconfig/simpress/ui/headerfooterdialog.ui @@ -1,5 +1,5 @@ - + @@ -10,9 +10,6 @@ 0 0 dialog - - - False @@ -31,6 +28,11 @@ True True True + + + Applies the settings to all the slides in your presentation, including the corresponding master slides. + + False @@ -46,6 +48,11 @@ True True True + + + Applies the current settings to the selected slides. + + False @@ -204,5 +211,13 @@ cancel help + + + + + + Adds or changes text in placeholders at the top and the bottom of slides and master slides. + + diff --git a/sd/uiconfig/simpress/ui/headerfootertab.ui b/sd/uiconfig/simpress/ui/headerfootertab.ui index 24badc8f553e..4c333e9708d4 100644 --- a/sd/uiconfig/simpress/ui/headerfootertab.ui +++ b/sd/uiconfig/simpress/ui/headerfootertab.ui @@ -1,5 +1,5 @@ - + @@ -44,6 +44,11 @@ True 0 True + + + Adds the text that you enter in the Header text box to the top of the slide. + + False @@ -82,6 +87,11 @@ True True True + + + Adds the text that you enter to the top of the slide. + + False @@ -110,6 +120,11 @@ True 0 True + + + Adds the date and time to the slide. + + False @@ -147,6 +162,11 @@ + + + Displays the date and time that you enter in the text box. + + False @@ -162,6 +182,11 @@ + + + Displays the date and time that you enter in the text box. + + False @@ -194,6 +219,11 @@ + + + Displays the date and time that the slide was created. Select a date format from the list. + + 0 @@ -214,6 +244,11 @@ True False + + + Select the language for the date and time format. + + 1 @@ -238,6 +273,11 @@ True False + + + Displays the date and time that the slide was created. Select a date format from the list. + + 1 @@ -303,6 +343,11 @@ True 0 True + + + Adds the text that you enter in the Footer text box to the bottom of the slide. + + False @@ -341,6 +386,11 @@ True True True + + + Adds the text that you enter to the bottom of the slide. + + False @@ -376,6 +426,11 @@ True 0 True + + + Adds the slide number or the page number. + + False @@ -418,6 +473,11 @@ True 0 True + + + Does not display your specified information on the first slide of your presentation. + + diff --git a/sd/uiconfig/simpress/ui/interactionpage.ui b/sd/uiconfig/simpress/ui/interactionpage.ui index 6c9d74d9a06d..d2a9d8f0f2d5 100644 --- a/sd/uiconfig/simpress/ui/interactionpage.ui +++ b/sd/uiconfig/simpress/ui/interactionpage.ui @@ -1,5 +1,5 @@ - + @@ -77,6 +77,11 @@ True False + + + Specifies the action that will run when you click the selected object during a slide show. + + 1 @@ -123,7 +128,6 @@ liststore1 False 1 - True True @@ -145,6 +149,11 @@ + + + Lists the slides and the objects that you can target. + + @@ -172,7 +181,6 @@ liststore2 False 1 - True True @@ -194,6 +202,11 @@ + + + Opens and displays a file during a slide show. If you select a %PRODUCTNAME file as the target document, you can also specify the page that will open. + + @@ -303,6 +316,11 @@ True True True + + + Locate the file you want to open. + + False @@ -317,6 +335,11 @@ True True True + + + Searches for the specified slide or object. + + False @@ -345,6 +368,7 @@ Path Name + Enter a path to the audio file you want to open, or click Browse to locate the file. @@ -360,6 +384,11 @@ True True True + + + Enter the name of the slide or the object that you want to look for. + + False @@ -373,6 +402,11 @@ True True True + + + Enter a path to the file you want to open, or click Browse to locate the file. + + False @@ -386,6 +420,11 @@ True True True + + + Enter a path to the program you want to start, or click Browse to locate the program. + + False @@ -399,6 +438,11 @@ True True True + + + Enter a path to the macro you want to run, or click Browse to locate the macro. + + False @@ -431,6 +475,11 @@ 1 + + + Defines how the selected object behaves when you click on it during a slide show. + + both diff --git a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui index 89d4c07c3a0b..dd35eba34a5d 100644 --- a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui +++ b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui @@ -1,5 +1,5 @@ - + @@ -100,6 +100,11 @@ True 0 True + + + Adds a header placeholder to the master slide for notes. + + False @@ -116,6 +121,11 @@ True 0 True + + + Adds a date/time placeholder to the master slide. + + False @@ -132,6 +142,11 @@ True 0 True + + + Adds a footer placeholder to the master slide. + + False @@ -148,6 +163,11 @@ True 0 True + + + Adds a slide number placeholder to the master slide. + + False @@ -199,8 +219,13 @@ cancel help - + + + + Adds or removes header, footer, date, and slide number placeholders to the layout of the master slide. + + diff --git a/sd/uiconfig/simpress/ui/navigatorpanel.ui b/sd/uiconfig/simpress/ui/navigatorpanel.ui index 6c91d9d313b1..76433b338643 100644 --- a/sd/uiconfig/simpress/ui/navigatorpanel.ui +++ b/sd/uiconfig/simpress/ui/navigatorpanel.ui @@ -1,5 +1,5 @@ - + @@ -65,6 +65,7 @@ Active Window + Lists available %PRODUCTNAME files. @@ -116,6 +117,7 @@ Page Tree + Lists available slides. Double-click a slide to make it the active slide. @@ -138,6 +140,11 @@ False First Slide sd/res/nv03.png + + + Jumps to the first page. + + False @@ -150,6 +157,11 @@ False Previous Slide sd/res/nv04.png + + + Moves back one page. + + False @@ -162,6 +174,11 @@ False Next Slide sd/res/nv05.png + + + Move forward one page. + + False @@ -174,6 +191,11 @@ False Last Slide sd/res/nv06.png + + + Jumps to the last page. + + False @@ -196,6 +218,11 @@ False Drag Mode sd/res/nv09.png + + + Drag and drop slides and named objects into the active slide. + + False @@ -208,6 +235,11 @@ False Show Shapes sd/res/graphic.png + + + In the submenu you can choose to display a list of all shapes or only the named shapes. Use drag-and-drop in the list to reorder the shapes. When you set the focus to a slide and press the Tab key, the next shape in the defined order is selected. + + False @@ -226,6 +258,11 @@ 0 + + + Opens the Navigator, where you can quickly jump to other slides or move between open files. + + True diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui index 27e82e57ec4b..75ed0dbccb2f 100644 --- a/sd/uiconfig/simpress/ui/presentationdialog.ui +++ b/sd/uiconfig/simpress/ui/presentationdialog.ui @@ -1,5 +1,5 @@ - + @@ -15,9 +15,6 @@ 0 0 dialog - - - True @@ -126,6 +123,11 @@ + + + Enter the number of the start slide. + + 0 @@ -143,6 +145,7 @@ Starting slide + Enter the number of the start slide. @@ -167,6 +170,11 @@ 0 True True + + + Includes all of the slides in your slide show. + + 0 @@ -191,6 +199,11 @@ + + + Runs a custom slide show in the order that you defined in Slide Show - Custom Slide Show. + + 0 @@ -205,6 +218,11 @@ + + + Runs a custom slide show in the order that you defined in Slide Show - Custom Slide Show. + + 1 @@ -269,6 +287,11 @@ True False True + + + Select a display to use for full screen slide show mode. + + 1 @@ -400,6 +423,11 @@ 0 True True + + + A full screen slide is shown. + + 0 @@ -416,6 +444,11 @@ 0 True default + + + Slide show runs in the %PRODUCTNAME program window. + + 0 @@ -435,6 +468,11 @@ + + + Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show. + + 0 @@ -451,6 +489,11 @@ True 0 True + + + Displays the %PRODUCTNAME logo on the pause slide. + + 0 @@ -472,6 +515,7 @@ Pause Duration + Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide. @@ -530,6 +574,11 @@ True 0 True + + + Slides never change automatically when this box is selected. + + 0 @@ -545,6 +594,11 @@ True 0 True + + + Shows the mouse pointer during a slide show. + + 0 @@ -560,6 +614,11 @@ True 0 True + + + Changes the mouse pointer to a pen which you can use to draw on slides during the presentation. + + 0 @@ -575,6 +634,11 @@ True 0 True + + + Displays all frames of animated GIF files during the slide show. + + 0 @@ -590,6 +654,11 @@ True 0 True + + + Advances to the next slide when you click on the background of a slide. + + 0 @@ -605,6 +674,11 @@ True 0 True + + + The %PRODUCTNAME window remains on top during the presentation. No other program will show its window in front of your presentation. + + 0 @@ -654,6 +728,14 @@ cancel help + + + + + + Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options. + + diff --git a/sd/uiconfig/simpress/ui/remotedialog.ui b/sd/uiconfig/simpress/ui/remotedialog.ui index ee1b8e286069..829ab2d55dd7 100644 --- a/sd/uiconfig/simpress/ui/remotedialog.ui +++ b/sd/uiconfig/simpress/ui/remotedialog.ui @@ -1,5 +1,5 @@ - + @@ -10,9 +10,6 @@ 0 0 dialog - - - False @@ -164,5 +161,13 @@ cancel help + + + + + + List all Impress Remote available connections. + + diff --git a/sd/uiconfig/simpress/ui/slidedesigndialog.ui b/sd/uiconfig/simpress/ui/slidedesigndialog.ui index 1306cbf94a6b..17d343b5c968 100644 --- a/sd/uiconfig/simpress/ui/slidedesigndialog.ui +++ b/sd/uiconfig/simpress/ui/slidedesigndialog.ui @@ -1,5 +1,5 @@ - + @@ -10,9 +10,6 @@ 0 0 dialog - - - True @@ -31,6 +28,11 @@ True True True + + + Displays the Load Master Slide dialog, where you can select additional slide designs. + + False @@ -119,6 +121,11 @@ True 0 True + + + Applies the background of the selected slide design to all of the slides in your document. + + 0 @@ -134,6 +141,11 @@ True 0 True + + + Deletes unreferenced background slides and presentation layouts from your document. + + 0 @@ -199,5 +211,13 @@ cancel help + + + + + + 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. + + diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui index d51dcaf22520..ecccd4d145fd 100644 --- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui +++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui @@ -1,5 +1,5 @@ - + @@ -54,6 +54,11 @@ GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK True True + + + Select the slide transition you want to use for the selected slides. + + @@ -113,6 +118,11 @@ True adjustment2 2 + + + Sets the duration of the slide transition. + + 1 @@ -143,6 +153,11 @@ Stop previous sound Other sound... + + + Lists sounds that can played during the slide transition. + + 1 @@ -158,6 +173,11 @@ True 0 True + + + Select to play the sound repeatedly until another sound starts. + + 1 @@ -182,6 +202,11 @@ True False + + + Select a variation of the transition. + + 1 @@ -240,6 +265,11 @@ 0 True True + + + Select to advance to the next slide on a mouse click. + + 0 @@ -260,6 +290,11 @@ + + + Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button. + + 0 @@ -275,6 +310,11 @@ + + + Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button. + + 1 @@ -320,6 +360,11 @@ True True center + + + Applies the selected slide transition to all slides in the current presentation document. + + False @@ -359,6 +404,11 @@ True 0 True + + + Select to see the slide transitions automatically in the document. + + False @@ -377,6 +427,11 @@ True right True + + + Shows the current slide transition as a preview. + + False @@ -405,5 +460,10 @@ 0 + + + Defines the special effect that plays when you display a slide during a slide show. + + -- cgit