From fb403a47daba6f4a3e9540a3bce180ec1970b0d4 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 5 Mar 2010 09:47:33 +0100 Subject: hcshared25: intermediate commit --- .../source/text/sbasic/shared/03050500.xhp | 18 +++--- .../source/text/sbasic/shared/03080502.xhp | 8 +-- helpcontent2/source/text/scalc/01/func_eomonth.xhp | 8 ++- helpcontent2/source/text/scalc/01/func_minute.xhp | 4 +- helpcontent2/source/text/scalc/04/01020000.xhp | 22 +++---- .../source/text/schart/01/three_d_view.xhp | 29 +++++---- helpcontent2/source/text/sdraw/04/01020000.xhp | 12 ++-- .../source/text/sdraw/guide/join_objects3d.xhp | 10 +-- helpcontent2/source/text/shared/01/05030600.xhp | 2 +- helpcontent2/source/text/shared/01/05040200.xhp | 72 +++++++++++----------- helpcontent2/source/text/shared/01/05200200.xhp | 10 +-- helpcontent2/source/text/shared/01/06140000.xhp | 4 +- helpcontent2/source/text/shared/01/06140100.xhp | 22 +++++-- helpcontent2/source/text/shared/01/06140101.xhp | 12 ++-- helpcontent2/source/text/shared/01/06140102.xhp | 13 ++-- helpcontent2/source/text/shared/01/06140200.xhp | 26 +++++--- helpcontent2/source/text/shared/01/06140400.xhp | 19 ++++-- helpcontent2/source/text/shared/01/06140402.xhp | 10 +-- helpcontent2/source/text/shared/01/mediaplayer.xhp | 12 ++-- .../source/text/shared/autopi/01130000.xhp | 9 +-- .../source/text/shared/autopi/01150000.xhp | 9 +-- .../source/text/shared/autopi/01170000.xhp | 9 +-- helpcontent2/source/text/shared/guide/collab.xhp | 34 +++++++--- helpcontent2/source/text/shared/guide/fontwork.xhp | 4 +- .../source/text/shared/guide/import_ms.xhp | 3 +- .../source/text/shared/optionen/01030500.xhp | 5 +- helpcontent2/source/text/simpress/02/10090000.xhp | 10 +-- .../source/text/simpress/guide/3d_create.xhp | 31 ++++++---- helpcontent2/source/text/swriter/01/02110100.xhp | 6 +- helpcontent2/source/text/swriter/01/04090004.xhp | 12 ++-- helpcontent2/source/text/swriter/01/04120213.xhp | 6 +- helpcontent2/source/text/swriter/01/04120221.xhp | 2 +- helpcontent2/source/text/swriter/01/04120227.xhp | 6 +- helpcontent2/source/text/swriter/01/05030800.xhp | 13 ++-- helpcontent2/source/text/swriter/01/05040600.xhp | 11 ++-- helpcontent2/source/text/swriter/01/06090000.xhp | 14 +++-- helpcontent2/source/text/swriter/main0210.xhp | 6 +- 37 files changed, 279 insertions(+), 224 deletions(-) (limited to 'helpcontent2') diff --git a/helpcontent2/source/text/sbasic/shared/03050500.xhp b/helpcontent2/source/text/sbasic/shared/03050500.xhp index 8f3e819c92..ea569f24d2 100755 --- a/helpcontent2/source/text/sbasic/shared/03050500.xhp +++ b/helpcontent2/source/text/sbasic/shared/03050500.xhp @@ -4,7 +4,7 @@ - + @@ -51,14 +51,14 @@ Enables an error-handling routine after an error occurs, or resumes program execution. Syntax: -On {Error GoTo Labelname | GoTo 0 | Resume Next} +On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next} Parameters: - -GoTo Labelname: If an error occurs, enables the error-handling routine that starts at the line "Labelname". - -Resume Next: If an error occurs, program execution continues with the statement that follows the statement in which the error occurred. - -GoTo 0: Disables the error handler in the current procedure. +GoTo Labelname: If an error occurs, enables the error-handling routine that starts at the line "Labelname". +Resume Next: If an error occurs, program execution continues with the statement that follows the statement in which the error occurred. +GoTo 0: Disables the error handler in the current procedure. + +Local: "On error" is global in scope, and remains active until canceled by another "On error" statement. "On Local error" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored. + The On Error GoTo statement is used to react to errors that occur in a macro. The statement must be inserted at the start of a procedure (in a local error-handling routine) or at the start of a module. Example: Sub ExampleReset diff --git a/helpcontent2/source/text/sbasic/shared/03080502.xhp b/helpcontent2/source/text/sbasic/shared/03080502.xhp index 4bb43398a9..c654999833 100755 --- a/helpcontent2/source/text/sbasic/shared/03080502.xhp +++ b/helpcontent2/source/text/sbasic/shared/03080502.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -60,9 +60,9 @@ Example: sub ExampleINT -Print Int(3.99) REM returns the value 3.0 -Print Int(0) REM returns the value 0.0 -Print Int(-3.14159) REM returns the value -4.0 +Print Int(3.99) REM returns the value 3 +Print Int(0) REM returns the value 0 +Print Int(-3.14159) REM returns the value -4 end sub diff --git a/helpcontent2/source/text/scalc/01/func_eomonth.xhp b/helpcontent2/source/text/scalc/01/func_eomonth.xhp index bcbb83d362..b0f81f7d2c 100644 --- a/helpcontent2/source/text/scalc/01/func_eomonth.xhp +++ b/helpcontent2/source/text/scalc/01/func_eomonth.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -56,7 +56,9 @@ Months is the number of months before (negative) or after (positive) the start date. Example What is the last day of the month that falls 6 months after September 14 2001? - -=EOMONTH(9.14.2001;6) returns 3.31.2002. + +=EOMONTH(DATE(2001;9;14);6) returns the serial number 37346. Formatted as a date, this is 2002-03-31. +=EOMONTH("2001-09-14";6) works as well. If the date is given as string, it has to be in ISO format. + diff --git a/helpcontent2/source/text/scalc/01/func_minute.xhp b/helpcontent2/source/text/scalc/01/func_minute.xhp index ba3957343d..4d0bdaceb2 100644 --- a/helpcontent2/source/text/scalc/01/func_minute.xhp +++ b/helpcontent2/source/text/scalc/01/func_minute.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ MINUTE -Calculates the minute for an internal time value The minute is returned as a number between 0 and 59. +Calculates the minute for an internal time value. The minute is returned as a number between 0 and 59. Syntax MINUTE(Number) diff --git a/helpcontent2/source/text/scalc/04/01020000.xhp b/helpcontent2/source/text/scalc/04/01020000.xhp index 5babb060de..934bef74de 100755 --- a/helpcontent2/source/text/scalc/04/01020000.xhp +++ b/helpcontent2/source/text/scalc/04/01020000.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -51,11 +51,11 @@ -To fill a selected cell range with the formula that you entered on the Input line, press Option -Alt+Enter. Hold down Option +To fill a selected cell range with the formula that you entered on the Input line, press Option +Alt+Enter. Hold down Option Alt+Enter+Shift to apply the cell format of the input cell to the entire cell range. To create a matrix in which all the cells contain the same information as what you entered on the Input line, press Shift+CommandCtrl+Enter. You cannot edit the components of the matrix. -To select multiple cells in different areas of a sheet, hold down Command +To select multiple cells in different areas of a sheet, hold down Command Ctrl and drag in the different areas. To select multiple sheets in a spreadsheet, hold down CommandCtrl, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet. To insert a manual line break in a cell, click in the cell, and then press CommandCtrl+Enter. @@ -164,7 +164,7 @@ -Option +Option Alt + Page Up @@ -173,7 +173,7 @@ -Option +Option Alt + Page Down @@ -335,7 +335,7 @@ -CommandCtrl+F5 +Shift+F7 Traces precedents. @@ -447,7 +447,7 @@ -Option +Option Alt + Down Arrow @@ -456,7 +456,7 @@ -Option +Option Alt + Up Arrow @@ -465,7 +465,7 @@ -Option +Option Alt + Right Arrow @@ -474,7 +474,7 @@ -Option +Option Alt + Left Arrow diff --git a/helpcontent2/source/text/schart/01/three_d_view.xhp b/helpcontent2/source/text/schart/01/three_d_view.xhp index fa0a69850a..64f4098ada 100644 --- a/helpcontent2/source/text/schart/01/three_d_view.xhp +++ b/helpcontent2/source/text/schart/01/three_d_view.xhp @@ -1,11 +1,11 @@ - + - - + + 3D View @@ -54,7 +54,7 @@ The chart preview responds to the new settings that you enter in the dialog. - + When you leave the dialog with OK, the settings are applied permanently. @@ -64,7 +64,7 @@ For a 3D chart you can choose Format - 3D View to set perspective, appearance and illumination. Perspective - + Enter the values for rotation of the chart on the three axes and for a perspective view. @@ -90,13 +90,13 @@ Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects. Appearance - + Select a scheme from the list box. By selecting a scheme, the check boxes and the light sources are set accordingly. - + If you mark or unmark a combination of check boxes that is not given by the Realistic or Simple scheme, you create a Custom scheme. @@ -106,7 +106,7 @@ The Gouraud method applies gradients for a smoother, more realistic look.Regina: Need an external article on web, which describes the 3D engine in detail. Till that, the user should get some information on Gouraud and Flat. - + Mark Object Borders to draw lines along the edges. @@ -124,7 +124,7 @@ Edges are rounded by 5%. Illumination Set the light sources for the 3D view. - + Click any of the eight buttons to switch a directed light source on or off. By default, the second light source is switched on. It is the first of seven "normal", uniform light sources. The light source number one projects a specular light with highlights. @@ -142,11 +142,14 @@ Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions. preview right bar - + + Drag the right slider to set the vertical height and direction of the selected light source.preview bottom bar - + + Drag the bottom slider to set the horizontal position and direction of the selected light source.preview right bottom button - + + Click to switch between an illumination model of a sphere or a cube.Light source Click to enable or disable the specular light source with highlights. diff --git a/helpcontent2/source/text/sdraw/04/01020000.xhp b/helpcontent2/source/text/sdraw/04/01020000.xhp index c5bfee3520..d90382c5f5 100755 --- a/helpcontent2/source/text/sdraw/04/01020000.xhp +++ b/helpcontent2/source/text/sdraw/04/01020000.xhp @@ -1,11 +1,11 @@ - + - - + + Shortcut Keys for Drawings @@ -313,7 +313,7 @@ Ctrl+Page Up - Switch to next layer + Switch to previous layer @@ -322,7 +322,7 @@ Ctrl+Page Down - Switch to previous layer + Switch to next layer diff --git a/helpcontent2/source/text/sdraw/guide/join_objects3d.xhp b/helpcontent2/source/text/sdraw/guide/join_objects3d.xhp index 2ce9240ecb..d4cdd73a9a 100644 --- a/helpcontent2/source/text/sdraw/guide/join_objects3d.xhp +++ b/helpcontent2/source/text/sdraw/guide/join_objects3d.xhp @@ -4,7 +4,7 @@ - + Assembling 3D Objects /text/sdraw/guide/join_objects3d.xhp - -Sun Microsystems, Inc. -FPE: Deleted screenshot. - 3D objects; assembling @@ -51,7 +47,7 @@ Assembling 3D Objects -You can combine two or more 3D objects into a single object. +3D objects that each form a 3D scene can be combined into a single 3D scene. To combine 3D objects: diff --git a/helpcontent2/source/text/shared/01/05030600.xhp b/helpcontent2/source/text/shared/01/05030600.xhp index 01ce3305d6..1219a7b00c 100644 --- a/helpcontent2/source/text/shared/01/05030600.xhp +++ b/helpcontent2/source/text/shared/01/05030600.xhp @@ -67,7 +67,7 @@ Color Background Click the color that you want to use as a background. To remove a background color, click No Fill. - + diff --git a/helpcontent2/source/text/shared/01/05040200.xhp b/helpcontent2/source/text/shared/01/05040200.xhp index 82982c3e3b..e63065b1f9 100755 --- a/helpcontent2/source/text/shared/01/05040200.xhp +++ b/helpcontent2/source/text/shared/01/05040200.xhp @@ -1,12 +1,12 @@ - + - - + + Page @@ -100,6 +100,37 @@ Bottom Enter the amount of space to leave between the lower edge of the page and the document text. + + +Aligns the text on the selected Page Style to a vertical page grid. +Register-true + +Aligns the text on the selected Page Style to a vertical page grid. The spacing of the grid is defined by the Reference Style. + + +Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. +Reference Style + +Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. + +Table alignment + +Specify the alignment options for the cells on a printed page. + + +Centers the cells horizontally on the printed page. +Horizontal + +Centers the cells horizontally on the printed page. + + +Centers the cells vertically on the printed page. +Vertical + +Centers the cells vertically on the printed page. + +Layout settings + Page Layout @@ -138,38 +169,9 @@ The current page style shows only even (left) pages. Odd pages are shown as blank pages. -Register-true - - - -Aligns the text on the selected Page Style to a vertical page grid. -Register-true - -Aligns the text on the selected Page Style to a vertical page grid. The spacing of the grid is defined by the Reference Style. - - -Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. -Reference Style - -Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. - -Table alignment +Register-true -Specify the alignment options for the cells on a printed page. - - -Centers the cells horizontally on the printed page. -Horizontal - -Centers the cells horizontally on the printed page. - - -Centers the cells vertically on the printed page. -Vertical - -Centers the cells vertically on the printed page. - -Layout settings + ufi: removed switches Format diff --git a/helpcontent2/source/text/shared/01/05200200.xhp b/helpcontent2/source/text/shared/01/05200200.xhp index 4a1fd63aa7..f6bf3d51f0 100755 --- a/helpcontent2/source/text/shared/01/05200200.xhp +++ b/helpcontent2/source/text/shared/01/05200200.xhp @@ -1,11 +1,11 @@ - + - - + + Line Styles @@ -76,7 +76,7 @@ Creates a new line style using the current settings. Name -Enter a name for the new line style. +Enter a name. Modify Updates the selected line style using the current settings. To change the name of the selected line style, enter a new name when prompted. diff --git a/helpcontent2/source/text/shared/01/06140000.xhp b/helpcontent2/source/text/shared/01/06140000.xhp index e471c3fea3..75303d6776 100644 --- a/helpcontent2/source/text/shared/01/06140000.xhp +++ b/helpcontent2/source/text/shared/01/06140000.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -39,7 +39,7 @@ -Configuration +Customize /text/shared/01/06140000.xhp diff --git a/helpcontent2/source/text/shared/01/06140100.xhp b/helpcontent2/source/text/shared/01/06140100.xhp index ce5d696e08..d22b6e87bc 100644 --- a/helpcontent2/source/text/shared/01/06140100.xhp +++ b/helpcontent2/source/text/shared/01/06140100.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -90,11 +90,15 @@ Delete Deletes the selected menu or menu entry. You can only delete custom menus and custom menu entries. -Entries + +Entries Displays a list of the available menu commands for the selected menu in the current application or document.
To rearrange the order of menu entries, select an entry, and then click the up or down arrow button. -Arrow Up + + + +Arrow Up Moves the selected item up one position. @@ -108,7 +112,9 @@
-Arrow Down + + +Arrow Down Moves the selected item down one position. @@ -124,7 +130,13 @@
Add Commands -Opens the Add Commands dialog. Select the command that you want to add to the menu, and then click Add. You can also drag-and-drop the command into the Customize dialog box. +Opens the Add Commands dialog. Select any command, then click Add or drag-and-drop the command into the Customize dialog box. + + + +Select any command, then click Add or drag-and-drop the command into the Customize dialog box. + + Command Opens a menu that contains additional commands. Add Submenu diff --git a/helpcontent2/source/text/shared/01/06140101.xhp b/helpcontent2/source/text/shared/01/06140101.xhp index a1481027e4..4a5f52c899 100755 --- a/helpcontent2/source/text/shared/01/06140101.xhp +++ b/helpcontent2/source/text/shared/01/06140101.xhp @@ -4,7 +4,7 @@ - + New Menu /text/shared/01/06140101.xhp - -UFI: New Menu dialog of Customize dialog -dedr: reviewed - New Menu
+ Menu name -Enter a name for the menu. To specify a letter in the name as an accelerator key, enter a tilde (~) before the letter. +Enter a name for the menu. To specify a letter in the name as an accelerator key, enter a tilde (~) before the letter. + Menu position Moves the selected menu entry up one position or down one position in the menu when you click the arrow buttons. diff --git a/helpcontent2/source/text/shared/01/06140102.xhp b/helpcontent2/source/text/shared/01/06140102.xhp index 491f4d2bd6..d2137cbfb3 100755 --- a/helpcontent2/source/text/shared/01/06140102.xhp +++ b/helpcontent2/source/text/shared/01/06140102.xhp @@ -4,7 +4,7 @@ - + Move Menu /text/shared/01/06140102.xhp - -UFI: Move Menu dialog from Customize dialog -dedr: reviewed - Move Menu
+ + + Menu position -Moves the selected menu entry up one position or down one position in the menu when you click the arrow buttons. +Moves the selected menu entry up one position or down one position in the menu when you click an arrow button.
diff --git a/helpcontent2/source/text/shared/01/06140200.xhp b/helpcontent2/source/text/shared/01/06140200.xhp index 9eb893fb84..0b92da87ee 100644 --- a/helpcontent2/source/text/shared/01/06140200.xhp +++ b/helpcontent2/source/text/shared/01/06140200.xhp @@ -1,11 +1,11 @@ - + - - + + Keyboard @@ -59,14 +59,16 @@ Avoid assigning shortcut keys that are currently used by your operating system. + $[officename] Displays shortcut keys that are common to all $[officename] applications. -Writer -Calc -Impress -Draw -Math + +Writer +Calc +Impress +Draw +Math Displays shortcut keys for the current $[officename] application. @@ -81,20 +83,26 @@ Function Select a function that you want to assign a shortcut key to, click a key combination in the Shortcut keys list, and then click Modify. If the selected function already has a shortcut key, it is displayed in the Keys list. + Keys Displays the shortcut keys that are assigned to the selected function. + Modify Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list. + Deletes the selected element or elements without requiring confirmation. + Load Replaces the shortcut key configuration with one that was previously saved. + Save Saves the current shortcut key configuration, so that you can load it later. + Resets modified values back to the default values.i48946
diff --git a/helpcontent2/source/text/shared/01/06140400.xhp b/helpcontent2/source/text/shared/01/06140400.xhp index 110971a23a..b7d8dcc573 100755 --- a/helpcontent2/source/text/shared/01/06140400.xhp +++ b/helpcontent2/source/text/shared/01/06140400.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -53,9 +53,15 @@
Toolbar Select the toolbar you want to edit. -New -Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar.Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar. -Toolbar + +New +Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar.Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar. + +Enter the name of a new toolbar. +Select the location of the new toolbar. + + +Toolbar The Toolbar button opens a submenu with the following commands: Rename Opens the Name dialog, where you enter a new name for the selected toolbar. @@ -73,8 +79,9 @@ Shows icons and text. Commands Displays a list of commands for the selected toolbar of the current application or document. -Add -Opens the Add Commands dialog. Select any command, then click Add or drag-and-drop the command into the Customize dialog. + +Add +Opens the Add Commands dialog. Select any command, then click Add or drag-and-drop the command into the Customize dialog. Modify The Modify button opens a submenu with the following commands: Rename diff --git a/helpcontent2/source/text/shared/01/06140402.xhp b/helpcontent2/source/text/shared/01/06140402.xhp index b348c2c52c..c18cb0a4c7 100755 --- a/helpcontent2/source/text/shared/01/06140402.xhp +++ b/helpcontent2/source/text/shared/01/06140402.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,11 +44,13 @@ Change Icon -Buttons +Icons Displays the available icons in %PRODUCTNAME. To replace the icon that you selected in the Customize dialog, click an icon, then click the OK button. -Import + +Import Adds new icons to the list of icons. You see a file open dialog that imports the selected icon or icons into the internal icon directory of %PRODUCTNAME. You can only import icons that are in the PNG file format and that are 16x16 or 26x26 pixels in size. -just guessing the help idClick to remove the selected icon from the list. Only user-defined icons can be removed. + +Click to remove the selected icon from the list. Only user-defined icons can be removed.
diff --git a/helpcontent2/source/text/shared/01/mediaplayer.xhp b/helpcontent2/source/text/shared/01/mediaplayer.xhp index 04c1e0b814..46a7b93392 100755 --- a/helpcontent2/source/text/shared/01/mediaplayer.xhp +++ b/helpcontent2/source/text/shared/01/mediaplayer.xhp @@ -1,11 +1,11 @@ - + - - + + Media Player @@ -48,7 +48,7 @@ Media Player - Opens the Media Player window where you can preview movie and sound files as well as insert these files into the current document. + Opens the Media Player window where you can preview movie and sound files as well as insert these files into the current document.
@@ -78,7 +78,7 @@ Turns sound off and on. Volume slider Adjusts the volume. - Zoom + View Adjusts the size of the movie playback. Position slider Moves to a different position in the file. diff --git a/helpcontent2/source/text/shared/autopi/01130000.xhp b/helpcontent2/source/text/shared/autopi/01130000.xhp index 12227de0d4..76f8d0d9aa 100755 --- a/helpcontent2/source/text/shared/autopi/01130000.xhp +++ b/helpcontent2/source/text/shared/autopi/01130000.xhp @@ -1,11 +1,11 @@ - + - - + + Document Converter @@ -43,6 +43,7 @@ mw deleted all index entries because of guide import_ms.xhp + Document Converter Copies and converts documents into the OpenDocument XML format used by $[officename]. diff --git a/helpcontent2/source/text/shared/autopi/01150000.xhp b/helpcontent2/source/text/shared/autopi/01150000.xhp index 4e180daa23..e2735e910c 100644 --- a/helpcontent2/source/text/shared/autopi/01150000.xhp +++ b/helpcontent2/source/text/shared/autopi/01150000.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -34,8 +34,7 @@ ************************************************************************ --> - - + Euro Converter Wizard @@ -50,7 +49,9 @@ -Euro Converter Wizard + + +Euro Converter Wizard Converts the currency amounts found in $[officename] Calc documents and in fields and tables of $[officename] Writer documents into euros. Only closed files are converted. It is possible, however, to use the Euro Converter in an open $[officename] Calc document. In this case, a separate dialog opens. This dialog is described at the end of this section. diff --git a/helpcontent2/source/text/shared/autopi/01170000.xhp b/helpcontent2/source/text/shared/autopi/01170000.xhp index 7c28be8667..f1543fdf97 100755 --- a/helpcontent2/source/text/shared/autopi/01170000.xhp +++ b/helpcontent2/source/text/shared/autopi/01170000.xhp @@ -1,11 +1,11 @@ - + - - + + Address Data Source @@ -44,6 +44,7 @@
+ Address Data Source This wizard registers an existing address book as a data source in $[officename]. diff --git a/helpcontent2/source/text/shared/guide/collab.xhp b/helpcontent2/source/text/shared/guide/collab.xhp index 5611fbcb06..7527178451 100644 --- a/helpcontent2/source/text/shared/guide/collab.xhp +++ b/helpcontent2/source/text/shared/guide/collab.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,11 +47,11 @@ collaboration MW changed the index entries to one level entries. - Collaboration + Collaboration In %PRODUCTNAME Writer, Impress, and Draw, only one user at a time can open any document for writing. In Calc, many users can open the same spreadsheet for writing at the same time. Tools - Share Document menu - + Opens the Share Document dialog where you can enable or disable collaborative sharing of the document. Share Document dialog - Share this spreadsheet with other users @@ -86,23 +86,23 @@ Resolve Conflicts dialog - + If the same contents are changed by different users, the Resolve Conflicts dialog opens. For each conflict, decide which changes to keep. Keep Mine - + Keeps your change, voids the other change. Keep Other - + Keeps the change of the other user, voids your change. Keep All Mine - + Keeps all your changes, voids all other changes. Keep All Others - + Keeps the changes of all other users, voids your changes. Saving a shared spreadsheet document @@ -123,6 +123,7 @@ When a user successfully saves a shared spreadsheet, the document will be reloaded after the save command, so that the spreadsheet shows the latest version of all changes that got saved by all users. A message shows that "foreign changes have been added" when another user did change some contents. + Collaboration in Writer, Impress, and Draw For all modules Writer, Impress, Draw, and for Calc when document sharing is not enabled, a file locking is possible. This file locking is available even when accessing the same document from different operating systems: User A opens a document. The following conditions can apply: @@ -140,10 +141,23 @@ User A sees a dialog that tells the user the document is locked. The dialog offers to open the document in read-only mode, or to open a copy for editing, or to cancel the Open command. + + User access permissions and sharing documents + Some conditions must be met on operating systems with a user permission management. + + + The shared file needs to reside in a location which is accessible by all collaborators. + + + The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files. + + + Write access also enables other users to (accidentally or deliberately) delete or change a file. +
- + Save As - +
diff --git a/helpcontent2/source/text/shared/guide/fontwork.xhp b/helpcontent2/source/text/shared/guide/fontwork.xhp index 8dc43440c8..1dc6550687 100755 --- a/helpcontent2/source/text/shared/guide/fontwork.xhp +++ b/helpcontent2/source/text/shared/guide/fontwork.xhp @@ -70,10 +70,10 @@ -Select a Fontwork style and click OK to insert the Fontwork into your document. Double-click the Fontwork in your document to enter text edit mode and change the text. +Select a Fontwork style and click OK to insert the Fontwork into your document. Double-click or Ctrl+double-click the Fontwork in your document to enter text edit mode and change the text. In the Fontwork Gallery dialog, select a Fontwork style and click OK. - The Fontwork object is inserted into your document. + The Fontwork object is inserted into your document. Fontwork objects are Custom Shapes. Using the 3D Settings toolbar, you can switch the view at any time from 2D to 3D and back. Double-click the object to enter text edit mode. diff --git a/helpcontent2/source/text/shared/guide/import_ms.xhp b/helpcontent2/source/text/shared/guide/import_ms.xhp index 0618ec04d6..afca74c3b0 100755 --- a/helpcontent2/source/text/shared/guide/import_ms.xhp +++ b/helpcontent2/source/text/shared/guide/import_ms.xhp @@ -57,8 +57,9 @@ converters; XML Document Converter Wizard wizards; document converter + converters; document converter files, see also documents -
MW inserted cross-reference "files, see also documents"MW changed "defaults;..." +
MW inserted cross-reference "files, see also documents"MW changed "defaults;..."ufi added "converters;document converter" Opening documents saved in other formats You can open a document saved in another format by using the following procedure: diff --git a/helpcontent2/source/text/shared/optionen/01030500.xhp b/helpcontent2/source/text/shared/optionen/01030500.xhp index 24108d2ac2..2e626a0250 100644 --- a/helpcontent2/source/text/shared/optionen/01030500.xhp +++ b/helpcontent2/source/text/shared/optionen/01030500.xhp @@ -5,7 +5,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -32,7 +32,7 @@ * ************************************************************************ --> - + @@ -47,6 +47,7 @@
$[officename] Basic scripts in HTML documents +HTML;compatibility settings HTML compatibility diff --git a/helpcontent2/source/text/simpress/02/10090000.xhp b/helpcontent2/source/text/simpress/02/10090000.xhp index bc012c6d98..e57521a780 100644 --- a/helpcontent2/source/text/simpress/02/10090000.xhp +++ b/helpcontent2/source/text/simpress/02/10090000.xhp @@ -4,7 +4,7 @@ - + 3D Objects /text/simpress/02/10090000.xhp - -Sun Microsystems, Inc. -converted from old format - fpe - toolbars;3D objects @@ -61,7 +57,7 @@ 3D Objects -Open the 3D Objects toolbar, where you can add 3D shapes to the current slide. +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.
diff --git a/helpcontent2/source/text/simpress/guide/3d_create.xhp b/helpcontent2/source/text/simpress/guide/3d_create.xhp index a04219d019..5866dd773e 100755 --- a/helpcontent2/source/text/simpress/guide/3d_create.xhp +++ b/helpcontent2/source/text/simpress/guide/3d_create.xhp @@ -4,7 +4,7 @@ - + Converting 2D Objects to Curves, Polygons, and 3D Objects /text/simpress/guide/3d_create.xhp - -Sun Microsystems, Inc. -FPE: Deleted screenshots - 3D rotation objects; generating 3D objects; generating +3D scenes; creating converting; to curves, polygons, 3D extrusion objects - +added 3D scenes, issue 109330 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: @@ -65,6 +62,18 @@ 3D rotation object with shading and a light source + +Two types of 3D objects + + +The Status bar displays "3D scene selected". The 3D scenes are built from objects which have dimensions in x, y, and z coordinates. Examples are the objects inserted by the 3D Objects toolbar, and rectangles, ellipses, or text that got created by the Rectangle, Ellipse, or Text icons left on the Drawing toolbar, or any Custom Shapes, and that got converted to 3D by using the context menu "Convert - To 3D". These 3D scenes can be entered (for example, by pressing F3), and the objects can be rotated in 3D. Microsoft Office doesn't know these real 3D objects. When exporting these 3D scenes to Microsoft Office formats, a snapshot of the current view will be exported as a bitmap. 3D bars in charts are of this type, too. + + +The Status bar displays "Shape selected". The Custom Shapes can be viewed in a 2D mode or in a 3D mode. At any time, you can switch the view between the two modes. You use the Basic Shapes, Symbol Shapes, and the following icons on the Drawing toolbar to create Custom Shapes. The Custom Shapes can be changed using the 3D Settings toolbar. They do not form a 3D scene, they cannot be illuminated by more than one light source, they show no reflections, and there are some more limitations. You can convert them to a 3D scene, but then they are no longer Custom Shapes. Custom Shapes in 2D or 3D mode can be exported to and imported from Microsoft Office formats. + + + + To convert an object to a curved shape: @@ -74,7 +83,7 @@ Right-click the object and choose Convert - To Curve. -To modify the shape of the object, click the Points icon +To modify the shape of the object, click the Points icon Icon on the Drawing toolbar, and drag the handles of the object. You can also drag the control points of a handle to modify the shape of the curve. To convert a 2D object to a polygon: @@ -87,7 +96,7 @@ -To modify the shape of the object, click the Points icon +To modify the shape of the object, click the Points icon Icon on the Drawing toolbar, and drag the handles of the object. To convert a 2D object to a 3D object: @@ -96,13 +105,13 @@ Select a 2D object on the slide or page. -Click the Extrusion On/Off icon +Click the Extrusion On/Off icon Icon on the Drawing bar, or right-click the object and choose Convert - To 3D. To edit the properties of the 3D object, use the Line and Filling toolbar and the 3D Settings toolbar. -To convert a text object to 3D, use the Fontwork icon +To convert a text object to 3D, use the Fontwork icon Icon on the Drawing toolbar. To convert a 2D object to a 3D rotation object: diff --git a/helpcontent2/source/text/swriter/01/02110100.xhp b/helpcontent2/source/text/swriter/01/02110100.xhp index 1cb8aacc89..ca550bfdcf 100644 --- a/helpcontent2/source/text/swriter/01/02110100.xhp +++ b/helpcontent2/source/text/swriter/01/02110100.xhp @@ -4,7 +4,7 @@ - + @@ -59,7 +59,7 @@ Open the Navigation toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arrange it on the screen. Click the icon for the type of objects you want to browse through. Then click one of the "Previous Object" or "Next Object" arrow buttons. The names of these buttons indicate the type of object you have selected. The text cursor is placed on whichever object you have selected. -You can configure $[officename] according to your specific preferences for navigating within a document. To do this, choose Tools - Configuration. The various tables for adapting menus, keyboard input or toolbars contain various functions for navigation within the document under the "Navigate" area. In this way you can jump to the index tags in the document with the "To Next/Previous Index Tag" functions. +You can configure $[officename] according to your specific preferences for navigating within a document. To do this, choose Tools - Customize. The various tables for adapting menus, keyboard input or toolbars contain various functions for navigation within the document under the "Navigate" area. In this way you can jump to the index tags in the document with the "To Next/Previous Index Tag" functions. searching; repeating a search Repeat Search diff --git a/helpcontent2/source/text/swriter/01/04090004.xhp b/helpcontent2/source/text/swriter/01/04090004.xhp index e8248bdeda..7e07cadcc1 100644 --- a/helpcontent2/source/text/swriter/01/04090004.xhp +++ b/helpcontent2/source/text/swriter/01/04090004.xhp @@ -1,11 +1,11 @@ - + - - + + DocInformation @@ -80,10 +80,10 @@ -Description +Comments -Inserts the comment as entered in the Description tab of the File Properties dialog. +Inserts the comments as entered in the Description tab page of the Properties dialog. diff --git a/helpcontent2/source/text/swriter/01/04120213.xhp b/helpcontent2/source/text/swriter/01/04120213.xhp index ca38e773a0..2c53bfa6ea 100755 --- a/helpcontent2/source/text/swriter/01/04120213.xhp +++ b/helpcontent2/source/text/swriter/01/04120213.xhp @@ -4,7 +4,7 @@ - + @@ -101,7 +101,7 @@ If you select "Caption Text", the punctuation and the space at the beginning of the caption does not appear in the index entry. -Object name +Object names Creates index entries from object names. You can view object names in the Navigator, for example, and change them in the context menu. diff --git a/helpcontent2/source/text/swriter/01/04120221.xhp b/helpcontent2/source/text/swriter/01/04120221.xhp index bcc1a7a4a4..a1e9647545 100755 --- a/helpcontent2/source/text/swriter/01/04120221.xhp +++ b/helpcontent2/source/text/swriter/01/04120221.xhp @@ -103,7 +103,7 @@ Select the tab leader that you want use. Tab stop position Enter the distance to leave between the left page margin and the tab stop. -To right margin +Align right Aligns the tab stop to the right page margin.
diff --git a/helpcontent2/source/text/swriter/01/04120227.xhp b/helpcontent2/source/text/swriter/01/04120227.xhp index 13f12083c2..0d4a544cfa 100755 --- a/helpcontent2/source/text/swriter/01/04120227.xhp +++ b/helpcontent2/source/text/swriter/01/04120227.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,12 +44,12 @@ Entries (bibliography) -Specify the format for bibliography entries. +Specify the format for bibliography entries.
- +Type The types that are displayed depend on the different literature sources. diff --git a/helpcontent2/source/text/swriter/01/05030800.xhp b/helpcontent2/source/text/swriter/01/05030800.xhp index 1be997e10e..0a62fbb405 100755 --- a/helpcontent2/source/text/swriter/01/05030800.xhp +++ b/helpcontent2/source/text/swriter/01/05030800.xhp @@ -1,11 +1,11 @@ - + - - + + Outline & Numbering @@ -61,11 +61,12 @@ Outline level Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style. Select Body text to reset the outline level.removed two old paras - + Numbering + Numbering Style Select the Numbering Style that you want to apply to the paragraph. These styles are also listed in the Styles and Formatting window if you click the Numbering Style icon. - Numbering + This section only appears when you edit the properties of the current paragraph by choosing Format - Paragraph. Restart at this paragraph diff --git a/helpcontent2/source/text/swriter/01/05040600.xhp b/helpcontent2/source/text/swriter/01/05040600.xhp index 30c269e70d..51d1c9f8b6 100644 --- a/helpcontent2/source/text/swriter/01/05040600.xhp +++ b/helpcontent2/source/text/swriter/01/05040600.xhp @@ -1,11 +1,11 @@ - + - - + + Footnote @@ -56,9 +56,8 @@ Automatically adjusts the height of the footnote area depending on the number of footnotes. Maximum Footnote Height - Sets a maximum height for the footnote area. Select this check box, and then enter the height. + Sets a maximum height for the footnote area. Enable this option, then enter the height. -Maximum Footnote Height Enter the maximum height for the footnote area. - + - - + + Convert Text to Table @@ -74,9 +74,11 @@ Equal width for all columns Creates columns of equal width, regardless of the position of the column marker. + -AutoCorrect - +AutoFormat +Opens the AutoFormat dialog, where you can select a predefined layout for table. + Options Heading diff --git a/helpcontent2/source/text/swriter/main0210.xhp b/helpcontent2/source/text/swriter/main0210.xhp index 2fd571e078..ad442705d7 100755 --- a/helpcontent2/source/text/swriter/main0210.xhp +++ b/helpcontent2/source/text/swriter/main0210.xhp @@ -4,7 +4,7 @@ - + @@ -68,6 +68,6 @@ - + -- cgit