Lines Matching refs:to

12 #  Licensed to the Apache Software Foundation (ASF) under one
16 # to you under the Apache License, Version 2.0 (the
22 # Unless required by applicable law or agreed to in writing,
3348 … par_id3147317 2 0 br You can set the properties of control that you add to a dialog. For exampl…
3352 …hp 0 help par_id3148455 12 0 br Click a tool and then drag in the dialog to create the control. …
3354 …e \<emph\>Toolbox\</emph\> bar, click the arrow next to the \<emph\>Insert Controls \</emph\>icon
3361 …e tools on the \<emph\>Toolbox \</emph\>of the BASIC dialog editor to add controls to your dialog.…
3362 …150276 7 0 br To open the \<emph\>Toolbox\</emph\>, click the arrow next to the \<emph\>Insert C…
3363 …t_control.xhp 0 help par_id3153360 4 0 br On the dialog, drag the button to the size you want. …
3365 …om (example)\</bookmark_value\>\<bookmark_value\>list boxes;adding entries to (example)\</bookmark…
3366 helpcontent2 source\text\sbasic\guide\sample_code.xhp 0 help hd_id3145387 55 0 br Add an Entry to
3386 …guide\sample_code.xhp 0 help par_id3148700 123 0 br REM adds a new entry to the ListBox 2002-…
3406 …1". Use the tools on the \<emph\>Toolbox\</emph\> bar in the dialog editor to create the dialog an…
3417 …e consistent with uppercase and lowercase letter when you attach a control to an object variable. …
3437 …ogs; toggle\</bookmark_value\>\<bookmark_value\>dialogs;using program code to show (example)\</boo…
3439 … editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at …
3462 …d=\".\" visibility=\"hidden\"\>Opens a dialog where you can add a language to the list.\</ahelp\> …
3467to contain the translated versions of all strings to the dialog properties. The set of dialog stri…
3468 …=\".\"\>The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage lo…
3470 …ar_id476393 0 br Using the control's property dialogs, edit all strings to the other language. …
3471 …\translation.xhp 0 help par_id500808 0 br Insert any number of controls to your dialog and ente…
3472 …".\" visibility=\"hidden\"\>Select a language in the list and click Delete to remove that language…
3475 …guide\translation.xhp 0 help par_id6529740 0 br Click Add in the dialog to add a language entry…
3477 ….\" visibility=\"hidden\"\>Select a language in the list and click Default to set the language as …
3478 …n\"\>Select the language for the strings that you want to edit. Click the Manage Languages icon to
3479 …y=\"hidden\"\>Click a language, then click Default to set the language as default, or click Delete…
3481 …slation.xhp 0 help par_id7811822 0 br This step enables all new dialogs to contain localizable …
3484 …ation.xhp 0 help par_id8956572 0 br Switch the Current Language listbox to display the default …
3486 …esources for one language. You may want to create dialogs that automatically show localized string…
3495 …properties, colors can be specified using their RGB code that is converted to a long integer value…
3496 … 0 br \<emph\>protocol\</emph\>://\<emph\>host.name\</emph\>/\<emph\>path/to/the/file.html\</emph…
3497to be used. These are either replaced by other characters or encoded. A slash (\<emph\>/\</emph\>)…
3500 …3415 108 0 br URLs (\<emph\>Uniform Resource Locators\</emph\>) are used to determine the locati…
3501 …t a unit, or as a character string containing a unit. If no unit is passed to the method the defau…
3502to define the uniform position and size of screen elements on all display systems. A twip is 1/144…
3504 …mph\>. The \<emph\>file\</emph\> protocol specifier is used when referring to a file on the local …
3562 …ame applies to the locale settings for date, time and currency formats. The Basic format code will…
3620 …. Each Sub or Function can call other Subs and Functions. If you take care to write generic code f…
3621to handle a certain task within a program. Subs are used to split a task into individual procedure…
3624 … You can copy or move subs, functions, modules and libraries from one file to another by using the…
3625 …ained in modules. You can define modules to be global or part of a document. Multiple modules can …
3631 …x elements of $[officename] Basic. For a detailed description please refer to the $[officename] Ba…
3651 …\01020100.xhp 0 help par_id1593676 0 br If a decimal number is assigned to an integer variable,…
3652 …al variables can take positive or negative numbers or zero. Accuracy is up to 29 digits. 2002-0…
3658 … one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to T…
3660 …ables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the…
3670 helpcontent2 source\text\sbasic\shared\01020100.xhp 0 help par_id3149185 87 0 br DIM text$(5 to 2…
3674 …e declared with the \<emph\>Dim\</emph\> statement. There are several ways to define the index ran…
3676 …d\01020100.xhp 0 help par_id3149690 138 0 br 21 elements numbered from 5 to 25 2002-02-02 02:…
3680 …0.xhp 0 help par_id3150299 18 0 br In $[officename] Basic you don't need to declare variables ex…
3687 …ables\</emph\> are assigned the value 0 internally; equivalent to converting the value to "0" with…
3688 …an take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 1…
3690 …ge from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable…
3691to 65,535 characters. Each character is stored as the corresponding Unicode value. String variable…
3697 …riables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. S…
3698 … help par_id3153113 89 0 br 21 elements (including 0), numbered from -15 to 5 2002-02-02 02:0…
3701 …es. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are u…
3706 …eric\</emph\> variables can contain number values. Some variables are used to store large or small…
3714 … 0 br As soon as the variable has been declared, it is automatically set to the "Null" value. No…
3715 …d\01020100.xhp 0 help par_id3154567 136 0 br 21 elements numbered from 0 to 20 2002-02-02 02:…
3720to be the first line in the module, before the first SUB. Generally, only arrays need to be declar…
3724 helpcontent2 source\text\sbasic\shared\01020100.xhp 0 help par_id3155950 88 0 br DIM text$(-15 to
3729to Date variables with \<link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"\>\<emph…
3738 …"\>\<alt id=\"alt_id3147341\"\>Icon\</alt\>\</image\> in the Macro toolbar to display the object c…
3739 … help par_id3150786 83 0 br To display a certain module in the Editor or to position the cursor …
3740 …200.xhp 0 help par_id3153266 81 0 br Click the (X) icon in the title bar to close the object cat…
3744 …lue\>functions;using\</bookmark_value\>\<bookmark_value\>variables;passing to procedures and funct…
3747 …sbasic\shared\01020300.xhp 0 help hd_id3153770 26 0 br Passing Variables to Procedures (SUB) and…
3760 helpcontent2 source\text\sbasic\shared\01020300.xhp 0 help par_id3145640 53 0 br If you want to p…
3764 …01020300.xhp 0 help par_id3147124 33 0 br The parameters passed to a SUB must fit to those speci…
3765 …pplies to FUNCTIONS. In addition, functions always return a function result. The result of a funct…
3767 …ed by "As" and the corresponding key word at the end of the parameter list to define the type of t…
3769 …d. This is known as a "local" variable. In many cases, you need a variable to be valid in all proc…
3778 …c automatically inserts a SUB called "Main". This default name has nothing to do with the order or…
3787 …55414 27 0 br Variables can be passed to both procedures and functions. The SUB or FUNCTION must…
3788 …hared\01020300.xhp 0 help par_id3155765 47 0 br Parameters can be passed to a SUB or a FUNCTION …
3802 …shared\01020300.xhp 0 help par_id8738975 0 br Enforce private variables to be private across mo…
3804 …y qualified name to call a procedure or function:\<br/\>\<item type=\"literal\"\>Library.Module.Ma…
3810 …officename] Basic provides tools to help you structuring your projects. It supports various "units…
3812 … a dialog module can only contain a single dialog, they are often referred to as "dialogs". 200…
3813 …braries serve as a tool for organizing modules, and can either be attached to a document or a temp…
3814 …shared\01020500.xhp 0 help par_id3151112 7 0 br A library can contain up to 16,000 modules. 2…
3815 …ations. The length of the program that can be saved in a module is limited to 64 KB. If more space…
3822 …0.xhp 0 help par_id3145787 8 0 br The \<emph\>Call Stack\</emph\> window to the right provides i…
3824 …, you can edit the Basic program code. The column on the left side is used to set breakpoints in t…
3833 …basic\shared\01030200.xhp 0 help hd_id3149403 17 0 br Saving Source Code to a Text File 2002-…
3836 …, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (…
3837 …0200.xhp 0 help par_id3145230 23 0 br Position the cursor where you want to insert the program c…
3838 … library from the \<emph\>Library\</emph\> list at the left of the toolbar to load the library in …
3839 …030200.xhp 0 help par_id3147343 22 0 br Select the module where you want to import the source co…
3841 …\01030200.xhp 0 help par_id3149959 25 0 br You cannot save Basic dialogs to a text file. 2002…
3842 …1030200.xhp 0 help par_id3150327 18 0 br Select the module that you want to export as text from …
3848 …t two characters of a line. This connects the line with the following line to one logical line. (I…
3849 …p par_id3154754 20 0 br Select a file name and click \<emph\>OK\</emph\> to save the file. 20…
3862 …in the \<emph\>breakpoint\</emph\> column at the left of the Editor window to toggle a breakpoint …
3865 …ates the current line. You can also set a breakpoint if you want to force the program to be interr…
3866 …xecution using the \<emph\>Procedure Step\</emph\> icon causes the program to skip over procedures…
3867 … monitor the values of a variable by adding it to the \<emph\>Watch\</emph\> window. To add a vari…
3868 …\01030300.xhp 0 help par_id3153968 13 0 br Click \<emph\>Delete\</emph\> to remove the breakpoin…
3870 …\>execution using the \<emph\>Single Step\</emph\> icon causes the program to branch into procedur…
3873 …<emph\>Breakpoints\</emph\> from the context menu of the breakpoint column to call the \<emph\>Bre…
3887 …ing libraries\</emph\> box if you want existing libraries of the same name to be overwritten. 2…
3888to another document, click the corresponding object in the list and drag it to the desired positio…
3889to where you want to append the library in the \<emph\>Location\</emph\> list. If you select %PROD…
3892 …r_id3146819 37 0 br Open all documents or templates among which you want to move or copy the mod…
3895 …ared\01030400.xhp 0 help par_id3147004 56 0 br Click \<emph\>OK\</emph\> to append the library. …
3897 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3899 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3900to where you want to attach the library in the \<emph\>Location\</emph\> list. If you select %PROD…
3901 …r_id3149870 30 0 br Select the module or dialog to be deleted from the list. Double-click an ent…
3902 …sbasic\shared\01030400.xhp 0 help par_id3150046 67 0 br Click the module to be renamed twice, wi…
3903 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3908 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3910 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3911 … help par_id3153365 10 0 br Click \<emph\>New\</emph\> and insert a name to create a new library…
3914 …253 52 0 br Click \<emph\>Append\</emph\> and select an external library to append. 2002-02-0…
3915 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3916 …ic\shared\01030400.xhp 0 help par_id3154705 53 0 br Select all libraries to be appended in the \…
3917 helpcontent2 source\text\sbasic\shared\01030400.xhp 0 help par_id3155526 28 0 br Press Enter to c…
3918 …asic\shared\01030400.xhp 0 help par_id3158212 58 0 br Select the library to be deleted from the …
3920 …</emph\> or click the \<emph\>Select Module\</emph\> icon in the Basic IDE to open the \<emph\>Mac…
3921 helpcontent2 source\text\sbasic\shared\01030400.xhp 0 help par_id3163807 54 0 br If you want to i…
3923 …assignments to events\</bookmark_value\>\<bookmark_value\>macros; assigning to events\</bookmark_v…
3925 …sbasic\shared\01040000.xhp 0 help hd_id3153299 30 0 br Assigning a Macro to an Event 2002-02-…
3926 …40000.xhp 0 help hd_id3154581 36 0 br Removing the Assignment of a Macro to an Event 2002-02-…
3932 ….xhp 0 help par_id3146098 55 0 br Select whether you want the assignment to be globally valid or…
3933 …0.xhp 0 help par_id3146120 2 0 br This section describes how to assign Basic programs to program…
3939 …ared\01040000.xhp 0 help par_id3147414 56 0 br Click \<emph\>OK\</emph\> to close the dialog. …
3942 …help par_id3148742 33 0 br Select the module containing the macro to be assigned to the selected…
3944 …acro when a specified software event occurs by assigning the desired macro to the event. The follo…
3945 …ared\01040000.xhp 0 help par_id3149351 60 0 br Click \<emph\>OK\</emph\> to close the dialog. …
3948 …01040000.xhp 0 help par_id3149442 22 0 br ...after a document is brought to the foreground. 2…
3962 …00.xhp 0 help par_id3154060 24 0 br ...after another document is brought to the foreground. 2…
3968 …shared\01040000.xhp 0 help par_id3155909 58 0 br Select whether you want to remove a global assi…
3972 …help par_id3159129 59 0 br Select the event that contains the assignment to be removed from the …
4002to observe the value of variables during the execution of a program. Define the variable in the Wa…
4003 …BASICIDE_WATCHWINDOW_EDIT\"\>Enter the name of the variable whose value is to be monitored.\</ahel…
4004 …f watched variables. Click twice with a short pause in between on an entry to edit its value.\</ah…
4007 …ws you to monitor the sequence of procedures and functions during the execution of a program. The …
4020 …ELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\"\>Specify the number of loops to perform before the b…
4026 helpcontent2 source\text\sbasic\shared\01170100.xhp 0 help par_id3146314 13 0 br Goes to the next…
4033 …hared\01170100.xhp 0 help par_id3149566 15 0 br Applies the changes made to a field and places t…
4036 helpcontent2 source\text\sbasic\shared\01170100.xhp 0 help par_id3153714 11 0 br Goes to the prev…
4037 …100.xhp 0 help par_id3153771 3 0 br The following key combinations apply to enter data in multil…
4039 … selected dialog or control.\</ahelp\> You must be in the design mode to be able to use this comma…
4115 …p 0 help par_id2293771 0 br \<ahelp hid=\".\"\>Specify the default date to be shown in the Date…
4118 … 0 help par_id2909329 0 br If the specified value is less than or equal to zero, the row height…
4119 … 22 0 br \<ahelp hid=\".\"\>Select "Yes" to allow the input of multiple lines in the control. Pr…
4124 …1.xhp 0 help par_id3145263 169 0 br \<ahelp hid=\".\"\>Select the format to be used for time con…
4125 …8 0 br \<ahelp hid=\".\"\>Select "Yes" to add spin buttons to a numerical, currency, date, or ti…
4126 …_id3146144 235 0 br To switch between dialog pages at run time, you need to create a macro that …
4127 …help par_id3146315 150 0 br \<ahelp hid=\".\"\>Enter the currency symbol to be used for currency…
4132 …hid=\".\"\>Specify the title of the dialog. Click the border of the dialog to select the dialog.\<…
4135 …y the source of the graphics for a button or an image control. Click "..." to select a file.\</ahe…
4136 …70101.xhp 0 help par_id3148406 6 0 br \<ahelp hid=\".\"\>Select the font to be used for displayi…
4137 …lp par_id3148457 262 0 br \<ahelp hid=\".\"\>Specify the number of units to scroll when a user c…
4140 …hp 0 help par_id3148580 236 0 br Select \<emph\>Page (Step)\</emph\> = 0 to make a control visib…
4147 … help par_id3149143 75 0 br \<ahelp hid=\".\"\>Enter the number of lines to be displayed for a l…
4151 …170101.xhp 0 help par_id3149688 222 0 br \<ahelp hid=\".\"\>Select "Yes" to display the currency…
4152 … 0 help par_id3149825 174 0 br \<ahelp hid=\".\"\>Select "Yes" to allow a check box to have thre…
4153 …170101.xhp 0 help par_id3149893 117 0 br \<ahelp hid=\".\"\>Select "Yes" to allow manual line br…
4154 …1170101.xhp 0 help par_id3150001 90 0 br \<ahelp hid=\".\"\>Select "Yes" to include the current …
4155 …the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID wit…
4157 …1170101.xhp 0 help par_id3150517 14 0 br \<ahelp hid=\".\"\>Select "Yes" to enable the control. …
4158 …\<ahelp hid=\".\"\>Specify the initial values to be displayed in a pattern control. This helps the…
4162 …170101.xhp 0 help par_id3151235 130 0 br \<ahelp hid=\".\"\>Select "Yes" to allow the selection …
4163 …ntered here. If a capital letter is entered, it is automatically converted to a lowercase letter. …
4164 …1170101.xhp 0 help par_id3152460 77 0 br \<ahelp hid=\".\"\>Select "Yes" to enable the AutoFill …
4165 …1.xhp 0 help par_id3152787 157 0 br \<ahelp hid=\".\"\>Enter a character to be displayed instead…
4167 …lp par_id3153042 113 0 br \<ahelp hid=\".\"\>Select "Yes" to only allow valid characters to be e…
4173to which the current control is assigned or the page number of the dialog you want to edit.\</ahel…
4175 …170101.xhp 0 help par_id3154200 145 0 br \<ahelp hid=\".\"\>Select "Yes" to make the current but…
4177 …3154485 184 0 br You need to specify a masking character for each input character of the edit ma…
4180 …<ahelp hid=\".\"\>Insert a name for the current control. This name is used to identify the control…
4181 …control. One line takes one list entry. Press \<emph\>Shift+Enter\</emph\> to insert a new line.\<…
4184 …n be entered. If a lowercase letter is used, it is automatically converted to a capital letter. …
4186 …ered here. If a lowercase letter is entered, it is automatically converted to a capital letter …
4187 …170101.xhp 0 help par_id3155085 148 0 br \<ahelp hid=\".\"\>Select "Yes" to display thousands se…
4188 …elect "Yes" to enable the dropdown option for list or combo box controls. A dropdown control field…
4189 …hey are added to the dialog. You can change the order numbers for controls. $[officename] Basic up…
4196 …1170101.xhp 0 help par_id3155930 43 0 br \<ahelp hid=\".\"\>Select "Yes" to prevent the user fro…
4200 …lp par_id3157875 255 0 br \<ahelp hid=\".\"\>Specify the number of units to scroll when a user c…
4202 …ntered here. If a capital letter is entered, it is automatically converted to a lowercase letter. …
4205 …01.xhp 0 help par_id3159134 265 0 br \<ahelp hid=\".\"\>Scales the image to fit the control size…
4206 …ered here. If a lowercase letter is entered, it is automatically converted to a capital letter …
4212 …xhp 0 help par_id4171269 0 br Set the environment variable HELP_DEBUG to 1 to view the Help-IDs…
4220 …170101.xhp 0 help par_id6591082 0 br Setting this property to TRUE causes the changes to be aut…
4223 ….xhp 0 help par_id7706228 0 br Adds the scrollbar type that you specify to a text box. 2002-…
4224 …\shared\01170101.xhp 0 help par_id9174779 0 br If Root displayed is set to FALSE, the root node…
4226 …986968 0 br \<ahelp hid=\".\"\>Adds the scrollbar type that you specify to a text box.\</ahelp\…
4230 …\".\"\>Specifies the sequence of the selected items, where "0" corresponds to the first item. To s…
4231 …0101.xhp 0 help par_idN10EEB 0 br Click the \<emph\>...\</emph\> button to open the \<emph\>Sel…
4232 …_idN10F0A 0 br \<ahelp hid=\".\"\>Click the item or items that you want to select. To select mo…
4263 …e if the status of the control field is changed, for example, from checked to unchecked.\</ahelp\>…
4295 …IGN\"\>Opens the Customize dialog, where you can assign the selected macro to a menu command, a sh…
4299 …_RID_ED_MACRONAME\"\>Displays the name of the selected macro. To create or to change the name of a…
4302 …e application or the document containing the macro libraries that you want to organize.\</ahelp\> …
4307 …_RID_PB_APPEND\"\>Locate that $[officename] Basic library that you want to add to the current list…
4331 … hid=\"HID_BASICIDE_LIBSDLG_TREE\"\>Enter a name or the path to the library that you want to appen…
4333 …type=\"productname\"\>%PRODUCTNAME\</item\> Basic library that you want to add to the current list…
4339 …uno:LibSelector\" visibility=\"visible\"\>Select the library that you want to edit.\</ahelp\> The …
4344 …sible\"\>Compiles the Basic macro.\</ahelp\> You need to compile a macro after you make changes to
4361 …ext/sbasic/shared/02/11060000.xhp\" name=\"Watch\"\>Watch\</link\> command to troubleshoot errors.…
4367 …ext/sbasic/shared/02/11060000.xhp\" name=\"Watch\"\>Watch\</link\> command to troubleshoot errors.…
4372to interrupt a program just before an error occurs. You can then troubleshoot the program by runni…
4378 …help par_id3093440 2 0 br \<ahelp hid=\".uno:AddWatch\"\>Click this icon to view the variables i…
4379 … a variable to select it, then click the \<emph\>Enable Watch\</emph\> icon. The value that is ass…
4388to load the module that contains that function or sub, and to position the cursor. Click the name …
4403 … 0 br \<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\"\>Click here to open the \<link href…
4414to insert the source text, and then click the \<emph\>Insert source text\</emph\> icon. Locate the…
4424 … 0 br \<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\"\>Jumps back to the previous routine…
4430 …170000.xhp 0 help par_id3152363 2 0 br \<ahelp hid=\".\"\>Calls a dialog to manage breakpoints.\…
4461 …Opens a \<link href=\"text/sbasic/guide/translation.xhp\"\>dialog\</link\> to enable or manage mul…
4463 …0 br \<ahelp hid=\".uno:InsertFileControl\"\>Adds a button that allows you to select a file.\</ahe…
4469 …13 0 br \<ahelp hid=\".uno:Checkbox\"\>Adds a check box that you can use to turn a function on o…
4472 …ushbutton\"\>Adds a command button.\</ahelp\> You can use a command button to execute a command fo…
4481 …6 39 0 br If you assign the "dropdown" property to the date field, a user can drop down a calend…
4484 …<ahelp hid=\".uno:TestMode\"\>Starts test mode. Use the dialog closer to return to design mode.\</…
4486 …d3151000 34 0 br \<ahelp hid=\".uno:HFixedLine\"\>Adds a horizontal line to the dialog.\</ahelp\…
4492 …232 25 0 br \<ahelp hid=\".uno:HScrollbar\"\>Adds a horizontal scrollbar to the dialog.\</ahelp\…
4493 … 0 br \<ahelp hid=\".uno:Radiobutton\"\>Adds a button that allows a user to select from a number…
4507 …p 0 help par_id3154923 9 0 br If you want, you can add text or a graphic to the button. 2002-…
4510 …55376 27 0 br \<ahelp hid=\".uno:VScrollbar\"\>Adds a vertical scrollbar to the dialog.\</ahelp\…
4514 …000.xhp 0 help par_id3157958 5 0 br In edit mode, double-click a control to open the \<link href…
4515 …_id3157979 32 0 br \<ahelp hid=\".uno:ProgressBar\"\>Adds a progress bar to the dialog.\</ahelp\…
4517 …_id3159203 36 0 br \<ahelp hid=\".uno:VFixedLine\"\>Adds a vertical line to the dialog.\</ahelp\…
4518 …622 29 0 br \<ahelp hid=\".uno:Groupbox\"\>Adds a frame that you can use to visually group simil…
4526 …p par_id3153770 2 0 br This section describes the Runtime Functions used to call dialogs for the…
4529 …d3149346 2 0 br This section describes Runtime functions used to output information to the scree…
4536 …red\03010101.xhp 0 help par_id3145366 16 0 br 32 : Add the Question icon to the dialog. 2002-…
4539 … that specifies the dialog type, as well as the number and type of buttons to display, and the ico…
4541 …\03010101.xhp 0 help par_id3147350 17 0 br 48 : Add the Exclamation icon to the dialog. 2002-…
4546 …\03010101.xhp 0 help par_id3149960 18 0 br 64 : Add the Information icon to the dialog. 2002-…
4558 …\shared\03010101.xhp 0 help par_id3159155 15 0 br 16 : Add the Stop icon to the dialog. 2002-…
4572 …\03010102.xhp 0 help par_id3146915 21 0 br 64 : Add the Information icon to the dialog. 2002-…
4581 …\shared\03010102.xhp 0 help par_id3150716 18 0 br 16 : Add the Stop icon to the dialog. 2002-…
4582 …102.xhp 0 help par_id3150751 20 0 br 48 : Add the Exclamation Point icon to the dialog. 2002-…
4589 …red\03010102.xhp 0 help par_id3153837 19 0 br 32 : Add the Question icon to the dialog. 2002-…
4611 …micolons, between arguments to indent the output to a specific position, or you can use the \<emph…
4613 …hp 0 help par_id3153092 7 0 br \<emph\>Number\</emph\>: Number of spaces to be inserted by the \…
4617 …d3154011 11 0 br If the expression to be printed exceeds a certain length, the display will auto…
4618to be printed, $[officename] Basic stores the text in an internal buffer and continues program exe…
4621 …ng expression to be printed. Multiple expressions can be separated by a semicolon. If separated by…
4627 … help par_id3150398 2 0 br This section describes Runtime functions used to control screen input…
4637 …n of the dialog. The position is an absolute coordinate and does not refer to the window of the of…
4642 …prompt in a dialog at which the user can input text. The input is assigned to a variable. 2002-…
4648 …n of the dialog. The position is an absolute coordinate and does not refer to the window of the of…
4652 … help par_id3155555 2 0 br This section describes Runtime functions used to define colors. 20…
4666 …0000003.xhp#farbcodes\" name=\"color code\"\>color code\</link\> for which to return the blue comp…
4686 …0000003.xhp#farbcodes\" name=\"color code\"\>color code\</link\> for which to return the Green com…
4706 …0000003.xhp#farbcodes\" name=\"color code\"\>color code\</link\> for which to return the Red compo…
4720to convert from older MS-DOS based BASIC applications that use the above color codes. The functio…
4767 …red\03020000.xhp 0 help par_id3150398 3 0 br You can use these functions to support the creation…
4768 …c\shared\03020000.xhp 0 help par_id3153360 2 0 br Use File I/O functions to create and manage us…
4829 …turns the next available file number for opening a file. Use this function to open a file using a …
4845 …/emph\> Keyword that specifies the file mode. Valid values: Append (append to sequential file), bi…
4856 …ger expression from 0 to 511 to indicate the number of a free data channel. You can then pass comm…
4858 …the contents of a file that was opened with the Open statement. If you try to open a file that is …
4868 …le that you wan to open. If you try to read a file that does not exist (Access = Read), an error m…
4898 …t\sbasic\shared\03020104.xhp 0 help par_id3154510 52 0 br For iCount = 1 to 5 2002-02-02 02:0…
4902 …2 0 br Closes all open files and writes the contents of all file buffers to the harddisk. 200…
4922 …03020201.xhp 0 help par_id3149484 11 0 br Variable: Name of the variable to be read. With the ex…
4941 … mode, \<emph\>Position\</emph\> is the number of the record that you want to read. 2002-02-02 …
4956 …leNumber:\</emph\> Number of the file that contains the data that you want to read. The file must …
4958 …s that are passed in the "var" parameter. If you assign non-numeric values to a numeric variable, …
4964 …ic or string variable that you assign the values read from the opened file to. 2002-02-02 02:02…
4981to a string variable. Quotation marks (") in the file are disregarded as well. If you want to read…
4982to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), lin…
5002 …om an open file into a variable. String variables are read line-by-line up to the first carriage r…
5015 …leNumber: \</emph\>Number of the file that contains the data that you want to read. The file must …
5023 …r:\</emph\> Any integer expression that defines the file that you want to write to. 2002-02-02 …
5025 …ext record is padded with existing data from the file that you are writing to. 2002-02-02 02:02…
5027 …files (binary access), the position of the byte in the file where you want to start writing. 20…
5039 …0 0 br \<emph\>Variable:\</emph\> Name of the variable that you want to write to the file. 20…
5045 …204.xhp 0 help par_id3154909 2 0 br Writes a record to a relative file or a sequence of bytes to
5047 …lative files (random access files), the number of the record that you want to write. 2002-02-02…
5050 …12 0 br Note for binary files: The contents of the variables are written to the specified positi…
5051 …d\03020204.xhp 0 help par_id3156278 22 0 br Seek #iNumber,1 REM Position to start writing 200…
5067 …br \<emph\>Expressionlist:\</emph\> Variables or expressions that you want to enter in a file, sep…
5069 …ed by quotation marks and separated by commas into a file. You do not need to use delimiters in th…
5072 …st is omitted, the \<emph\>Write#\</emph\> statement appends an empty line to the file. 2002-02…
5077 helpcontent2 source\text\sbasic\shared\03020205.xhp 0 help par_id3154685 2 0 br Writes data to a …
5082 …hared\03020205.xhp 0 help par_id3163713 9 0 br To add an expression list to a new or an existing…
5083 …_id6618854 0 br Numbers with decimal delimiters are converted according to the locale settings.…
5108 …27 9 0 br Use EOF to avoid errors when you attempt to get input past the end of a file. When you…
5112 …0 br \<emph\>Intexpression:\</emph\> Any integer expression that evaluates to the number of an ope…
5175 …ndom access files, the Seek function returns the number of the next record to be read. 2002-02-…
5179 …les, the function returns the byte position at which the next operation is to occur. 2002-02-02…
5185 …random access files, the Seek statement sets the number of the next record to be accessed. 2002…
5187 …r reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the p…
5191 …, the Seek statement sets the byte position at which the next operation is to occur. 2002-02-02…
5207 …\sbasic\shared\03020401.xhp 0 help par_id3152598 7 0 br If you only want to change the current d…
5222 …first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you …
5262 …irectories only, use the attribute parameter. The same applies if you want to determine the name o…
5274 …xhp 0 help par_id3153952 16 0 br Use this attribute to check if a file or directory exists, or t…
5293 …teger expression that indicates the type of file information that you want to return. The followin…
5304 …If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file a…
5328 …:\</emph\> Any string expression that specifies where you want to copy the source file to. The exp…
5329 ….xhp 0 help par_id3150791 8 0 br You can only use the FileCopy statement to copy files that are …
5333 …\> Any string expression that specifies the name of the file that you want to copy. The expression…
5391 helpcontent2 source\text\sbasic\shared\03020409.xhp 0 help par_id3156444 18 0 br If you want to k…
5393 …ributes for a specified file and returns the bit pattern that can help you to identify the followi…
5444 …\> Any string expression that specifies the name and path of the directory to be created. You can …
5487 …expression that specifies the name and path of the directory that you want to delete. You can also…
5490 … \<emph\>RmDir Statement\</emph\> searches for the directory that you want to delete in the curren…
5516 …Attribute:\</emph\> Bit pattern defining the attributes that you want to set or to clear: 2002-…
5521 …909 6 0 br FileName: Name of the file, including the path, that you want to test attributes of. …
5541 …lues into a single floating-decimal number. Dates are converted to integers, and times to decimal …
5542 … and date values to continuous numeric values. After the difference is calculated, special functio…
5543 …elp par_id3153255 2 0 br Use the statements and functions described here to perform date and tim…
5546 … 0 help par_id3154760 2 0 br The following functions convert date values to calculable numbers a…
5567 …iven date is 1.1.1900, the returned value is 2. Negative values correspond to dates before Decembe…
5571 …ays between December 30,1899 and the given date. You can use this function to calculate the differ…
5579 helpcontent2 source\text\sbasic\shared\03030102.xhp 0 help par_id3146974 23 0 br In contrast to t…
5581 …mplete date in a single numeric value. You can also use this serial number to determine the differ…
5582 …unction to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single…
5585 …mph\>Date:\</emph\> String expression that contains the date that you want to calculate. The date …
5618 …erial \</emph\>function. It returns the month in the year that corresponds to the serial date that…
5620 …mph\> Numeric expression that contains the serial date number that is used to determine the month …
5631 …3030105.xhp 0 help par_id3146795 2 0 br Returns the number corresponding to the weekday represen…
5640 …mph\> Integer expression that contains the serial date number that is used to calculate the day of…
5671 …mph\> Integer expression that contains the serial date number that is used to calculate the year. …
5702 …basic\shared\03030110.xhp 0 help par_idN10558 0 br Adds a date interval to a given date a numbe…
5732 …ariant variable containing a date. The Add value will be added Count times to this value. 2002-…
5747 …p par_idN10664 0 br \<emph\>Date1, Date2\</emph\> - The two date values to be compared. 2002…
5799 … 0 help par_id3149415 2 0 br The following functions convert time values to calculable numbers. …
5812 …emph\> Numeric expression that contains the serial time value that is used to return the hour valu…
5831 …emph\> Numeric expression that contains the serial time value that is used to return the minute va…
5832 …elp par_id3156344 2 0 br Returns the minute of the hour that corresponds to the serial time valu…
5859 …mph\> Numeric expression that contains the serial time number that is used to calculate the number…
5871 … 17 0 br You can use the TimeSerial function to convert any time into a single value that you ca…
5872 …\shared\03030205.xhp 0 help par_id3147349 14 0 br 12, 61, 45 corresponds to 13, 2, 45 2002-02…
5873 …\shared\03030205.xhp 0 help par_id3147426 15 0 br 12, 20, -2 corresponds to 12, 19, 58 2002-0…
5878 …\> Any integer expression that indicates the hour of the time that is used to determine the serial…
5879 …\shared\03030205.xhp 0 help par_id3153365 16 0 br 12, 20, 63 corresponds to 12, 21, 4 2002-02…
5882 …\shared\03030205.xhp 0 help par_id3153952 13 0 br 12, -5, 45 corresponds to 11, 55, 45 2002-0…
5884 ….9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are …
5888 …d parameters that are passed as numeric value. You can then use this value to calculate the differ…
5889 … Any integer expression that indicates the minute of the time that is used to determine the serial…
5890 … Any integer expression that indicates the second of the time that is used to determine the serial…
5898 …>Text:\</emph\> Any string expression that contains the time that you want to calculate in the for…
5907 …151117 11 0 br As opposed to the DateSerial or the DateValue function, where serial date values …
5908 …ared\03030206.xhp 0 help par_id3152578 9 0 br Use the TimeValue function to convert any time int…
5910 …that represents the time in a single numeric value. This value can be used to calculate the differ…
5929 …xt:\</emph\> Only required in order to reset the system date. In this case, the string expression …
5964 …030303.xhp 0 help par_id3156212 3 0 br You must first declare a variable to call the Timer funct…
5969 … 2 0 br Use the following statements and functions to define the way $[officename] Basic reacts
5970 …p 0 help par_id3148946 3 0 br $[officename] Basic offers several methods to prevent the terminat…
6005 …ic\shared\03050200.xhp 0 help par_id3149481 14 0 br REM Error occurs due to non-existent file …
6006 …par_id3149561 8 0 br The Err function is used in error-handling routines to determine the error …
6025 …p 0 help par_id3148663 2 0 br Returns the error message that corresponds to a given error code. …
6026 …expression that contains the error code of the error message that you want to return. 2002-02-0…
6040 …t\sbasic\shared\03050500.xhp 0 help par_id3146970 57 0 br For iCount = 1 to 5 2002-02-02 02:0…
6043 …xhp 0 help par_id3148619 10 0 br The On Error GoTo statement is used to react to errors that occ…
6070 …mbine (bitwise) the contents of two expressions or variables, for example, to test if specific bit…
6080 …100.xhp 0 help par_id3147394 20 0 br vVarOut = B And A REM returns 8 due to the bitwise AND comb…
6084 …r \<emph\>Expression1, Expression2:\</emph\> Any expressions that you want to combine. 2002-02-…
6092 …D only return the value \<emph\>True\</emph\> if both expressions evaluate to \<emph\>True\</emph\…
6109 …r \<emph\>Expression1, Expression2:\</emph\> Any expressions that you want to compare. 2002-02-…
6127 … False is only returned if the first expression evaluates to True and the second expression to Fal…
6134 …r \<emph\>Expression1, Expression2:\</emph\> Any expressions that you want to evaluate with the Im…
6151 …a Boolean expression is negated, the value True changes to False, and the value False changes to T…
6155 …3154124 7 0 br \<emph\>Expression:\</emph\> Any expression that you want to negate. 2002-02-0…
6165 …\>Expression1, Expression2:\</emph\> Any numeric expressions that you want to compare. 2002-02-…
6187 …\>Expression1, Expression2:\</emph\> Any numeric expressions that you want to combine. 2002-02-…
6219 …Expression1, Expression2:\</emph\> Any numerical expressions that you want to subtract. 2002-02…
6244 …\>Expression1, Expression2:\</emph\> Any numeric expressions that you want to multiply. 2002-02…
6259 …ion1, Expression2:\</emph\> Any numerical expressions that you want to combine or to add. 2002-…
6280 …Expression1, Expression2:\</emph\> Any numerical expressions that you want to divide. 2002-02-0…
6296 …t\sbasic\shared\03070500.xhp 0 help par_id3149670 2 0 br Raises a number to a power. 2002-02-…
6297 …48 7 0 br \<emph\>Expression:\</emph\> Numerical value that you want to raise to a power. 200…
6299 …h\> Any numerical expression that contains the result of the number raised to a power. 2002-02-…
6301 …<emph\>Exponent:\</emph\> The value of the power that you want to raise the expression to. 2002…
6316 …\>Expression1, Expression2:\</emph\> Any numeric expressions that you want to divide. 2002-02-0…
6336 … the length of the side that is opposite of the angle to the length of the side that is adjacent t…
6337 …hp 0 help par_id3145315 4 0 br Atn(side opposite the angle/side adjacent to angle)= Alpha 200…
6344 …id3149262 22 0 br d1 = InputBox$ ("Enter the length of the side adjacent to the angle: ","Adjace…
6345 …arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2. 2002-02-02…
6350 …asic\shared\03080101.xhp 0 help par_id3153192 11 0 br To convert radians to degrees, multiply ra…
6364 …lp par_id3145749 11 0 br To convert degrees to radians, multiply degrees by pi/180. To convert r…
6372 …s-Function calculates the ratio of the length of the side that is adjacent to the angle, divided b…
6376 …emph\> Numeric expression that specifies an angle in radians that you want to calculate the cosine…
6389 …/emph\> Numeric expression that defines the angle in radians that you want to calculate the sine f…
6391 …48577 17 0 br REM The side opposite the angle and the angle (in degrees) to calculate the length…
6403 … Function returns the ratio of the length of the opposite side of an angle to the length of the hy…
6407 … par_id3155413 11 0 br To convert degrees to radians, multiply degrees by Pi/180, and to convert…
6416 …86 10 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to calculate the tangen…
6423 …e side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent
6428 …es the ratio of the length of the side opposite the angle to the length of the side adjacent to th…
6429 …0 help par_id3153728 11 0 br To convert degrees to radians, multiply by Pi/180. To convert radia…
6431 … par_id3154366 4 0 br Tan(Alpha) = side opposite the angle/side adjacent to angle 2002-02-02 …
6450to raise "e" to (the base of natural logarithms). The power must be for both single-precision numb…
6453 …5 2 0 br Returns the base of the natural logarithm (e = 2.718282) raised to a power. 2002-02-…
6470 …2.xhp 0 help par_id3150869 9 0 br The natural logarithm is the logarithm to the base e. Base e i…
6471 …041 8 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to calculate the natura…
6474 …d\03080202.xhp 0 help par_id3153968 10 0 br You can calculate logarithms to any base (n) for any…
6491 …hp 0 help par_id3147288 14 0 br iVar = Int((10 * Rnd) ) REM Range from 0 to 9 2002-02-02 02:0…
6510 … 0 br \<emph\>Expression:\</emph\> Any numeric expression that defines how to generate random numb…
6513 …ic\shared\03080302.xhp 0 help par_id3147124 21 0 br Print "Number from 1 to 5" 2002-02-02 02:…
6514 … 0 br The \<emph\>Rnd\</emph\> function only returns values ranging from 0 to 1. To generate rando…
6524 …_id3153091 13 0 br If the same number is passed for each successive call to the Rnd function, th…
6529 …ic\shared\03080302.xhp 0 help par_id3154943 23 0 br Print "Number from 6 to 8" 2002-02-02 02:…
6532 …\shared\03080302.xhp 0 help par_id3155602 27 0 br Print "Outside range 1 to 10" 2002-02-02 02…
6536 …sbasic\shared\03080400.xhp 0 help par_id3159414 2 0 br Use this function to calculate square roo…
6548 …457 8 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to calculate the square…
6549 …id3154365 9 0 br A square root is the number that you multiply by itself to produce another numb…
6556 …500.xhp 0 help par_id3156152 2 0 br The following functions round values to integers. 2002-02…
6567 …457 8 0 br \<emph\>Expression:\</emph\> Numeric expression that you want to return the integer v…
6607 … 0 help par_id3153381 9 0 br The following example uses the Abs function to calculate the differ…
6610 …t you want to return the absolute value for. Positive numbers, including 0, are returned unchanged…
6625 …nteger number between -1 and 1 that indicates if the number that is passed to the function is posi…
6640 …60 2 0 br The following functions convert numbers from one number format to another. 2002-02-…
6658 … 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to convert to a hexadecimal …
6679 … 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to convert to an octal value…
6686to the last line of code. You can also execute certain procedures within the program according to
6702 …ph\>GoTo\</emph\> and \<emph\>GoSub\</emph\> to jump out of an \<emph\>If...Then\</emph\> block, b…
6703 …ondition is tested. If the condition is True, all subsequent statements up to the next \<emph\>Els…
6707 …90101.xhp 0 help par_id3153951 10 0 br The following example enables you to enter the expiration…
6715 …id3155555 2 0 br Defines one or more statement blocks that you only want to execute if a given c…
6724 …c\shared\03090102.xhp 0 help par_id3146975 20 0 br Print "Out of range 1 to 10" 2002-02-02 02…
6725 …ic\shared\03090102.xhp 0 help par_id3147349 16 0 br Print "Number from 6 to 8" 2002-02-02 02:…
6735 …ic\shared\03090102.xhp 0 help par_id3152597 14 0 br Print "Number from 1 to 5" 2002-02-02 02:…
6750 …mph\>Expression:\</emph\> Any expression that you want to evaluate. If the expression evaluates to
6777 … 0 help par_id3149484 41 0 br Use the \<emph\>Exit Do\</emph\> statement to unconditionally end …
6778 …49669 17 0 br \<emph\>Statement block:\</emph\> Statements that you want to repeat while or unti…
6819 …nt to exit the loop unconditionally. This statement must be within a \<emph\>For...Next\</emph\> l…
6833 …ed the value to the right of the equal sign (start). Only numeric variables are valid. The loop co…
6838 …0 help par_id3151074 27 0 br The following example uses two nested loops to sort a string array …
6860to increase or decrease the loop counter. If Step is not specified, the loop counter is incremente…
6864to nest \<emph\>For...Next\</emph\> statements. If you do not specify a variable following the \<e…
6880 …rue, the loop is executed until the program finds Wend and then jumps back to the\<emph\> While \<…
6913 …r message. Use \<emph\>Exit Sub\</emph\> or \<emph\>Exit Function\</emph\> to ensure that the prog…
6939 ….xhp 0 help par_id3152596 16 0 br Use the GoTo statement to instruct $[officename] Basic to cont…
6944 …90302.xhp 0 help par_id3155416 17 0 br You cannot use the GoTo statement to jump out of a Sub or…
6955to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the …
6960 helpcontent2 source\text\sbasic\shared\03090303.xhp 0 help par_id3150359 2 0 br Branches to one o…
6964 … help par_id3153194 8 0 br \<emph\>Label:\</emph\> Target line according to\<emph\> GoTo \</emph…
6966 …ared\03090303.xhp 0 help par_id3153708 23 0 br sVar =sVar & " From Sub 2 to" : Return 2002-02…
6968 …ared\03090303.xhp 0 help par_id3153948 21 0 br sVar =sVar & " From Sub 1 to" : Return 2002-02…
6982 …d\03090400.xhp 0 help par_id3154923 2 0 br Statements that do not belong to any of the other run…
6992 …e:\</emph\> Name of the subroutine, the function, or the DLL that you want to call 2002-02-02 0…
6994 …p 0 help par_id3148946 7 0 br \<emph\>Parameter:\</emph\> Parameters to pass to the procedure. T…
6997 …401.xhp 0 help par_id3153394 2 0 br Transfers the control of the program to a subroutine, a func…
7012 …0 br \<emph\>Index:\</emph\> A numeric expression that specifies the value to return. 2002-02-0…
7021 … 10 0 br The following example uses the \<emph\>Choose\</emph\> function to select a string from…
7031 …316 2 0 br Declares and defines a subroutine in a DLL file that you want to execute from $[offic…
7035 …sic\shared\03090403.xhp 0 help par_id3146922 13 0 br To pass a parameter to a subroutine as a va…
7037 …ntlist:\</emph\> List of parameters representing arguments that are passed to the procedure when i…
7043 … 8 0 br \<emph\>Name:\</emph\> A different name than defined in the DLL, to call the subroutine …
7058 …ic\shared\03090404.xhp 0 help par_id3148618 21 0 br Print "Number from 6 to 8" 2002-02-02 02:…
7063 …\shared\03090404.xhp 0 help par_id3150418 25 0 br Print "Outside range 1 to 10" 2002-02-02 02…
7064 … 0 br End: Is not required, but can be entered anywhere within a procedure to end the program exec…
7065 …ic\shared\03090404.xhp 0 help par_id3152887 19 0 br Print "Number from 1 to 5" 2002-02-02 02:…
7101 …p 0 help par_id3147229 14 0 br \<emph\>VarName:\</emph\> Parameter to be passed to the subroutin…
7115 …t\sbasic\shared\03090406.xhp 0 help par_id3152939 21 0 br For siStep = 0 to 10 REM Fill array wi…
7117 …help par_id3153193 13 0 br \<emph\>Name:\</emph\> Name of the subroutine to contain the value re…
7123 helpcontent2 source\text\sbasic\shared\03090406.xhp 0 help par_id3154511 34 0 br for iCount=1 to
7132 …_id3159158 2 0 br Defines a subroutine that can be used as an expression to determine a return t…
7141 …mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can b…
7149 …followed by the underline character _ as the last two characters of a line to continue the logical…
7174 …_id3154138 11 0 br \<emph\>VarName: \</emph\>Parameter that you want to pass to the subroutine. …
7190 …emph\>Switch\</emph\> function assigns the appropriate gender to the name that is passed to the fu…
7192 …elp par_id3153394 8 0 br \<emph\>Value:\</emph\> The value that you want to return if the expres…
7194 …\> function evaluates the expressions from left to right, and then returns the value that is assig…
7195 …3153990 7 0 br \<emph\>Expression:\</emph\> The expression that you want to evaluate. 2002-02…
7206 …. Unless another object name is declared, all properties and methods refer to the default object u…
7218to exit the loop. Program execution continues with the statement that follows the Loop statement. …
7220to exit the loop. Program execution continues with the first statement that follows the \<emph\>Ne…
7230 …t\sbasic\shared\03090412.xhp 0 help par_id3153158 20 0 br For siStep = 0 to 10 REM Fill array wi…
7242 helpcontent2 source\text\sbasic\shared\03090412.xhp 0 help par_id3156057 33 0 br for iCount=1 to
7249 …ith variables. You can use these functions to declare or define variables, convert variables from …
7253 …lp par_idN10545 0 br Converts a string expression or numeric expression to a currency expressio…
7259 …dN105F6 0 br Expression: Any string or numeric expression that you want to convert. 2002-02-…
7263 …lp par_idN10558 0 br Converts a string expression or numeric expression to a decimal expression…
7269 …dN105F8 0 br Expression: Any string or numeric expression that you want to convert. 2002-02-…
7273 …lp par_idN1055B 0 br Converts a string expression or numeric expression to a variant expression…
7279 …dN10570 0 br Expression: Any string or numeric expression that you want to convert. 2002-02-…
7283 …lp par_idN1055B 0 br Converts a string expression or numeric expression to a variant expression…
7289 …dN10570 0 br Expression: Any string or numeric expression that you want to convert. 2002-02-…
7297 … a string comparison or numeric comparison to a Boolean expression, or converts a single numeric e…
7298 …1 10 0 br The following example uses the \<emph\>CBool\</emph\> function to evaluate the value t…
7303 …655 9 0 br \<emph\>Number:\</emph\> Any numeric expression that you want to convert. If the expr…
7313 …on1, Expression2:\</emph\> Any string or numeric expressions that you want to compare. If the expr…
7321 …In numeric expressions, values to the left of the decimal represent the date, beginning from Decem…
7323 …<emph\>Expression:\</emph\> Any string or numeric expression that you want to convert. 2002-02-…
7324 …hp 0 help par_id3150986 2 0 br Converts any string or numeric expression to a date value. 200…
7339 …_id3149233 2 0 br Converts any numerical expression or string expression to a double type. 20…
7342 …<emph\>Expression:\</emph\> Any string or numeric expression that you want to convert. To convert …
7355 …50358 9 0 br This function always rounds the fractional part of a number to the nearest integer.…
7360 …hp 0 help par_id3155419 2 0 br Converts any string or numeric expression to an integer. 2002-…
7362 …8 0 br \<emph\>Expression:\</emph\> Any numeric expression that you want to convert. If the \<em…
7372 …hp 0 help par_id3148686 2 0 br Converts any string or numeric expression to a long integer. 2…
7373 …50358 9 0 br This function always rounds the fractional part of a number to the nearest integer.…
7379 … 0 br \<emph\>Expression:\</emph\> Any numerical expression that you want to convert. If the \<em…
7387to improve the readability of a program. Constants are not defined as a specific type of variable,…
7409 …hp 0 help par_id3149748 2 0 br Converts any string or numeric expression to data type Single. …
7411 …<emph\>Expression:\</emph\> Any string or numeric expression that you want to convert. To convert …
7427 …03101000.xhp 0 help par_id3147574 2 0 br Converts any numeric expression to a string expression.…
7429 …>Expression:\</emph\> Any valid string or numeric expression that you want to convert. 2002-02-…
7445 …c\shared\03101000.xhp 0 help par_id3156422 11 0 br String that evaluates to either \<emph\>True\…
7455 …rrange:\</emph\> Letters that specify the range of variables that you want to set the default data…
7464 … the DefBool statement sets the default data type for variables, according to a letter range. 2…
7473 … specified, the DefCur statement sets the default variable type, according to a letter range. 2…
7477 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7497 … specified, the DefErr statement sets the default variable type, according to a letter range. 2…
7501 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7521 … specified, the DefSng statement sets the default variable type, according to a letter range. 2…
7525 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7545 … specified, the DefStr statement sets the default variable type, according to a letter range. 2…
7549 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7572 …specified, the DefDate statement sets the default variable type, according to a letter range. 2…
7588 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7600 …rrange:\</emph\> Letters that specify the range of variables that you want to set the default data…
7607 …hp 0 help par_id3153126 2 0 br Sets the default variable type, according to a letter range, if n…
7620 …rrange:\</emph\> Letters that specify the range of variables that you want to set a default data t…
7622 …hp 0 help par_id3149762 2 0 br Sets the default variable type, according to a letter range, if n…
7641 …rrange:\</emph\> Letters that specify the range of variables that you want to set the default data…
7648 …hp 0 help par_id3149514 2 0 br Sets the default variable type, according to a letter range, if n…
7666 …hp 0 help par_id3147573 2 0 br Sets the default variable type, according to a letter range, if n…
7667 …rrange:\</emph\> Letters that specify the range of variables that you want to set the default data…
7687 …rrange:\</emph\> Letters that specify the range of variables that you want to set the default data…
7697 …hp 0 help par_id3153825 2 0 br Sets the default variable type, according to a letter range, if n…
7710to declare variables explicitly. However, you need to declare an array before you can use them. Yo…
7715 …8 0 br Arrays are declared with the Dim statement. There are two methods to define the index ran…
7716 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3148815 55 0 br for ii = 0 to 2 …
7721 …br DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0…
7723 …ts or tables that you want to edit. The advantage of arrays is that it is possible to address indi…
7727 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3150518 48 0 br for i = 0 to 20 …
7730 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3151274 31 0 br DIM text(-15 to
7732 …c\shared\03102100.xhp 0 help par_id3152774 32 0 br REM numbered from -15 to 5 2002-02-02 02:0…
7744 …id3154662 29 0 br DIM text(20) as String REM 21 elements numbered from 0 to 20 2002-02-02 02:…
7746 …are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used. 2…
7750 …2100.xhp 0 help par_id3155604 30 0 br DIM text(5 to 25) as String REM 21 elements numbered from …
7753 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3156166 54 0 br for i = 0 to 20 …
7759 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3166428 49 0 br for ii = 0 to 2 …
7767 …2101.xhp 0 help par_id3146912 24 0 br DIM text(5 to 25) As String REM 21 elements numbered from …
7768 …asic\shared\03102101.xhp 0 help par_id3146971 22 0 br There are two ways to set the range of ind…
7775 …ou can declare an array using the ReDim statement with numeric expressions to define the range of …
7783 …c\shared\03102101.xhp 0 help par_id3150321 26 0 br rem numbered from -15 to 5 2002-02-02 02:0…
7784 …ts or tables that you want to edit. The advantage of arrays is that it is possible to address indi…
7785 helpcontent2 source\text\sbasic\shared\03102101.xhp 0 help par_id3153709 25 0 br DIM text$(-15 to
7787 …id3153950 23 0 br DIM text(20) As String REM 21 elements numbered from 0 to 20 2002-02-02 02:…
7792 …pecified, a variable is defined as Single, unless a statement from DefBool to DefVar is used. 2…
7796to declare variables explicitly. However, you need to declare an array before you can use them. Yo…
7801 …tionally, you can add the \<emph\>Preserve\</emph\> keyword as a parameter to preserve the content…
7809 …lp par_id3145172 8 0 br \<emph\>Var:\</emph\> Any variable that you want to test if it is declar…
7824 …mph\> Any numeric or string expression that you want to test. If the expression can be converted t…
7831 …d3153311 2 0 br Tests if a numeric or string expression can be converted to a \<emph\>Date\</emp…
7847 …lp par_id3154347 8 0 br \<emph\>Var:\</emph\> Any variable that you want to test. If the Variant…
7860 …help par_idN10573 0 br \<emph\>Var:\</emph\> Any variable that you want to test. If the variabl…
7875 …lp par_id3159414 8 0 br \<emph\>Var:\</emph\> Any variable that you want to test. This function …
7891 … par_id3154760 8 0 br \<emph\>Var:\</emph\> Any expression that you want to test. 2002-02-02 …
7902 …_id3148552 8 0 br \<emph\>ObjectVar:\</emph\> Any variable that you want to test. If the Object …
7912 … 8 0 br \<emph\>ArrayName:\</emph\> Name of the array for which you want to return the upper (\<…
7915 helpcontent2 source\text\sbasic\shared\03102900.xhp 0 help par_id3146985 17 0 br Dim sVar(10 to 2…
7920 … 0 br \<emph\>[Dimension]:\</emph\> Integer that specifies which dimension to return the upper (\<…
7925 helpcontent2 source\text\sbasic\shared\03102900.xhp 0 help par_id3153193 12 0 br Dim sVar(10 to 2…
7941 … 0 br \<emph\>[Dimension]:\</emph\> Integer that specifies which dimension to return the upper(\<e…
7945 helpcontent2 source\text\sbasic\shared\03103000.xhp 0 help par_id3150440 12 0 br Dim sVar(10 to 2…
7949 … 8 0 br \<emph\>ArrayName:\</emph\> Name of the array for which you want to determine the upper …
7951 helpcontent2 source\text\sbasic\shared\03103000.xhp 0 help par_id3153952 17 0 br Dim sVar(10 to 2…
7960 …3147560 6 0 br \<emph\>VarName:\</emph\> Variable that you want to assign a value to. Value and …
7962 …t\sbasic\shared\03103100.xhp 0 help par_id3149233 2 0 br Assigns a value to a variable. 2002-…
7990 helpcontent2 source\text\sbasic\shared\03103300.xhp 0 help par_id3145787 12 0 br For i% = 1 to 10…
8031 …h\>Static statement\</emph\> cannot be used to define variable arrays. Arrays must be specified ac…
8048 helpcontent2 source\text\sbasic\shared\03103500.xhp 0 help par_id878627 0 br For iCount = 0 to 2…
8070 …r_id3148664 8 0 br \<emph\>Variable:\</emph\> The variable that you want to determine the type o…
8123 …r \<emph\>Object:\</emph\> Object that the variable or the property refers to. 2002-02-02 02:02…
8125 …emph\>Nothing\</emph\> - Assign the \<emph\>Nothing\</emph\> object to a variable to remove a prev…
8132 …basic\shared\03103800.xhp 0 help par_id3145420 13 0 br This allows names to be dynamically creat…
8134 …jName: \</emph\>String that specifies the name of the object that you want to address at run-time.…
8139 …shared\03103800.xhp 0 help par_id3153104 14 0 br "TextEdit1" to TextEdit5" in a loop to create f…
8144 …sbasic\shared\03103800.xhp 0 help par_id3155341 2 0 br Enables an object to be addressed at run-…
8145 helpcontent2 source\text\sbasic\shared\03103800.xhp 0 help par_id3156023 5 0 br corresponds to th…
8152 …id3109839 19 0 br \<emph\>ObjVar:\</emph\> Object variable that you want to dynamically define a…
8154 helpcontent2 source\text\sbasic\shared\03103900.xhp 0 help par_id3147265 5 0 br corresponds to th…
8162 …ame:\</emph\> String that specifies the name of the property that you want to address at run-time.…
8164 …t\sbasic\shared\03103900.xhp 0 help par_id3154285 2 0 br Enables objects to be addressed at run-…
8166 …shared\03103900.xhp 0 help par_id3154686 14 0 br "TextEdit1" to TextEdit5" in a loop to create f…
8185 …ed\03104100.xhp 0 help par_id3143267 2 0 br Allows you to define parameters that are passed to a…
8228 …155419 9 0 br \<emph\>oTest:\</emph\> the Basic Uno object that you want to test. 2002-02-02 …
8279 … help par_idN105ED 0 br \<emph\>Arraylist\</emph\> - The list of arrays to be erased. 2002-0…
8292 helpcontent2 source\text\sbasic\shared\03110100.xhp 0 help par_id3147265 9 0 br = : Equal to 2…
8295 …ession1, Expression2:\</emph\> Any numeric values or strings that you want to compare. 2002-02-…
8296 …t\sbasic\shared\03110100.xhp 0 help par_id3148797 14 0 br <> : Not equal to 2002-02-02 02:02:…
8300 …red\03110100.xhp 0 help par_id3150400 13 0 br >= : Greater than or equal to 2002-02-02 02:02:…
8302 …shared\03110100.xhp 0 help par_id3150541 12 0 br <= : Less than or equal to 2002-02-02 02:02:…
8314 …asic\shared\03120000.xhp 0 help par_id3154285 3 0 br You can use strings to edit text within $[o…
8318 ….xhp 0 help par_id3159201 2 0 br The following functions convert strings to and from ASCII or AN…
8327 …unction to replace keys with values. If the Asc function encounters a blank string, $[officename] …
8349 …2.xhp 0 help par_id3153311 2 0 br Returns the character that corresponds to the specified charac…
8353 …ph\>Chr$\</emph\> function to send special control sequences to a printer or to another output sou…
8386 …sbasic\shared\03120104.xhp 0 help par_id3153345 2 0 br Converts a string to a numeric expression…
8396 …hp 0 help par_id3143267 2 0 br Converts a string or a numeric expression to the type Byte. 20…
8433 … br Creates a string according to the specified character, or the first character of a string expr…
8439 …_id3150359 10 0 br \<emph\>Character:\</emph\> Any single character used to build the return str…
8443 …ph\>n:\</emph\> Numeric expression that indicates the number of characters to return in the string…
8447 …ctions edit, format, and align the contents of strings. Use the & operator to concatenate strings.…
8467 …15 9 0 br \<emph\>Number:\</emph\> Numeric expression that you want to convert to a formatted st…
8468to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponen…
8470 …>Percent:\</emph\> Multiplies the number by 100 and appends a percent sign to the number. 2002-…
8471 …par_id3151176 14 0 br Decimal places in the number are rounded according to the number of zeros …
8472 …l), leading or trailing zeros are displayed. If the number has more digits to the left of the deci…
8481 …d the third part for zero. If you only specify one format code, it applies to all numbers. 2002…
8486 …haracters that must be preceded by a backslash in the format code in order to be displayed as lite…
8487 …1.xhp 0 help par_id3156042 2 0 br Converts a number to a string, and then formats it according t…
8490 …:\</emph\> The decimal placeholder determines the number of decimal places to the left and right o…
8491to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display …
8502 …p 0 help par_id3145609 2 0 br Converts all uppercase letters in a string to lowercase. 2002-0…
8508 …153193 9 0 br \<emph\>Text:\</emph\> Any string expression that you want to convert. 2002-02-…
8523 …148552 8 0 br \<emph\>Text:\</emph\> Any string expression that you want to return the leftmost …
8525 …> Numeric expression that specifies the number of characters that you want to return. If \<emph\>n…
8530 …50791 10 0 br The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format. …
8543 …\</emph\> Any String variable that contains the string that you want align to the left. 2002-02…
8557 …h\>Var1:\</emph\> Name of the user-defined type variable that you want to copy to. 2002-02-02 0…
8562 …<emph\>Var2:\</emph\> Name of the user-defined type variable that you want to copy from. 2002-0…
8565 …elp par_id3154346 7 0 br \<emph\>Text:\</emph\> String that you want to align to the left of the…
8566 …rs up to the length of the string variable are copied. With the \<emph\>LSet\</emph\> statement, y…
8569 …_id3155419 2 0 br Aligns a string to the left of a string variable, or copies a variable of a us…
8579 …sbasic\shared\03120305.xhp 0 help par_id3125863 9 0 br Use this function to remove spaces at the…
8603 …s omitted, all characters in the string expression from the start position to the end of the strin…
8604 …</emph\> is less than the length of the text that you want to replace, the text is reduced to the …
8608 …h\> Numeric expression that returns the number of characters that you want to replace or return. T…
8612 …148664 8 0 br \<emph\>Text:\</emph\> Any string expression that you want to modify. 2002-02-0…
8616 …r position within the string where the string portion that you want to replace or to return begins…
8618 …20306.xhp 0 help par_id3150769 13 0 br \<emph\>Text:\</emph\> The string to replace the string e…
8637 …h\> Numeric expression that defines the number of characters that you want to return. If \<emph\>n…
8641 …153526 9 0 br \<emph\>Text:\</emph\> Any string expression that you want to return the rightmost…
8646 …58410 11 0 br The following example converts a date in YYYY-MM-DD format to the US date format (…
8661 …You can also use the \<emph\>RSet statement\</emph\> to assign variables of one user-defined type
8669 …xample uses the \<emph\>RSet\</emph\> and \<emph\>LSet\</emph\> statements to modify the left and …
8674 … 0 br \<emph\>Variable2:\</emph\> User-defined variable that you want to copy to another variable…
8678 … shorter than the string variable, \<emph\>RSet\</emph\> aligns the string to the right within the…
8683 … 0 help par_id3154924 7 0 br \<emph\>Text\</emph\>: String that you want to right-align in the s…
8720 …150791 9 0 br \<emph\>Text:\</emph\> Any string expression that you want to convert. 2002-02-…
8724 …hp 0 help par_id3155420 2 0 br Converts lowercase characters in a string to uppercase. 2002-0…
8760 …red\03120312.xhp 0 help par_id3148538 2 0 br Converts a system file name to a file URL. 2002-…
8774 …asic\shared\03120313.xhp 0 help par_id3147226 2 0 br Converts a file URL to a system file name. …
8790 …\<emph\>number (optional):\</emph\> The number of substrings that you want to return. 2002-02-0…
8799 …optional):\</emph\> A string of one or more characters length that is used to delimit the Text. Th…
8840 … br \<emph\>delimiter (optional):\</emph\> A string character that is used to separate the substri…
8854 …5609 10 0 br \<emph\>Text1:\</emph\> The string expression that you want to search. 2002-02-0…
8858 …7559 11 0 br \<emph\>Text2:\</emph\> The string expression that you want to search for. 2002-…
8878 …number of characters in a string, or the number of bytes that are required to store a variable. …
8941 … 17 0 br Any string expression that specifies the command line that want to pass. 2002-02-02 …
8950to \<emph\>true\</emph\>, the \<emph\>Shell\</emph\> command and all $[officename] tasks wait unt…
8953 …55419 7 0 br Complete path and program name of the program that you want to start. 2002-02-02…
8970 …ph\> Numeric expression that contains the amount of time (in milliseconds) to wait before the prog…
8986 …f system ticks provided by the operating system. You can use this function to optimize certain pro…
9004 …elp par_id3159414 9 0 br Environment: Environment variable that you want to return the value for…
9062 …31600.xhp 0 help par_idN1060F 0 br For a list of available services, go to: http://api.openoffi…
9063 …03131600.xhp 0 help par_idN10625 0 br The following code uses a service to open a file open dia…
9081 ….xhp 0 help par_id3145136 3 0 br This function is required when you want to instantiate a servic…
9114 …ic, the document's LibraryContainers are called automatically. If you want to call the global Libr…
9140 …ameter is the fully qualified name of the Listener interface that you want to use. 2002-02-02 0…
9143to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. T…
9147 …ype. When a Listener method is called, an instance of this event is passed to the method as a para…
9150 …0940 2 0 br Listener methods must \<emph\>always\</emph\> be implemented to avoid Basic run-time…
9155to listen for specific events and call up the appropriate listener method. The CreateUnoListener f…
9171 …t\sbasic\shared\03132000.xhp 0 help par_id3156056 6 0 br You do not need to include the paramete…
9188 …3 0 br This runtime function is only provided for downward compatibility to previous versions. T…
9211 …67 3 0 br This object is automatically converted to an Any of the corresponding type when passed…
9212 … 0 br Returns an object that represents a strictly typed value referring to the Uno type system.…
9213 …00.xhp 0 help par_id3150541 7 0 br If CreateUnoValue cannot be converted to the specified Uno ty…
9214 …ion to pass non-Any values, but this is not recommend. If Basic already knows the target type, usi…
9215 … situations where the default Basic to Uno type converting mechanism is insufficient. This can hap…
9217 …ic type that you want to convert. However, if the wrong type is selected, an error occurs. You use…
9218 …ar_id3154760 6 0 br oUnoValue = CreateUnoValue( "[]byte", MyBasicValue ) to get a byte sequence.…
9239 …N10593 0 br This runtime function returns the default component context to be used, if instanti…
9241 …d\05060700.xhp 0 help bm_id3153894 0 br \<bookmark_value\>events;linked to objects\</bookmark_v…
9261 …shared\05060700.xhp 0 help par_id3147296 84 0 br Frames allow you to link events to a function, …
9264 …_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\"\>Assigns the selected macro to the specified event.…
9273 …BOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\"\>Select the macro that you want to assign.\</ahelp\> …
9274 …_MACRO_LB_EVENT\"\>Lists the events that are relevant to the macros that are currently assigned to
9280 …\05060700.xhp 0 help par_id3150432 6 0 br Choose the macro that you want to execute when the sel…
9281 …The following table describes the macros and the events that can by linked to objects in your docu…
9288 …O_MACROS\"\>Lists the available macros. Click the macro that you want to assign to the selected ob…
9297 …p par_id3153748 2 0 br \<ahelp hid=\".\"\>Choose the macro that you want to execute when the sel…
9301 … documents and applications. Click the name of the location where you want to save the macros.\</a…
9307 …asic\shared\05060700.xhp 0 help par_id3154756 45 0 br Hyperlink assigned to the object is clicke…
9319 …TON_RID_SFX_TP_MACROASSIGN_PB_DELETE\"\>Removes the macro that is assigned to the selected item.\<…
9338 …156275 15 0 br Single step as with F8, but a function call is considered to be only \<emph\>one\…
9344 …no:MacroBarVisible\"\>The \<emph\>Macro Toolbar \</emph\>contains commands to create, edit, and ru…
9349 …unctions of %PRODUCTNAME Basic. For more in-depth information please refer to the %PRODUCTNAME \<l…
9350 helpcontent2 source\text\sbasic\shared\main0601.xhp 0 help par_id3150713 6 0 br Due to changes to
9390 …146776 37 0 br \<variable id=\"eiextdata\"\>Choose \<emph\>Insert - Link to External data\</emph…
9493 …ata source registered in $[officename]\</emph\>, click \<emph\>OK\</emph\> to see \<emph\>Select D…
9546 …8366954 0 br \<variable id=\"text2columns\"\>Choose \<emph\>Data - Text to Columns\</emph\>\</v…
9550 … the icons on the \<emph\>Page Preview Bar\</emph\> to scroll through the pages of the document or…
9555 …_id9838862 0 br You can also press Ctrl+Page Up and Ctrl+Page Down keys to scroll through the p…
9573 …hp 0 help par_id3145271 40 0 br Choose \<emph\>Edit - Navigator\</emph\> to display the Navigato…
9575 …cument.\</ahelp\> You can later click the created hyperlink to set the cursor and the view to the …
9576 …rehfeld\" name=\"spin box\"\>spin box\</link\>. Press Enter to reposition the cell cursor to the s…
9581 …ow number in the\<emph\> Row \</emph\>spin box. Press Enter to reposition the cell cursor to the s…
9582 …elp par_id3150051 13 0 br \<ahelp hid=\"HID_SC_NAVIPI_ZOOM\"\>Allows you to hide/show the conten…
9583 …xhp 0 help par_id3150086 16 0 br \<ahelp hid=\"HID_SC_NAVIPI_UP\"\>Moves to the cell at the begi…
9590 …p 0 help par_id3152985 19 0 br \<ahelp hid=\"HID_SC_NAVIPI_DOWN\"\>Moves to the cell at the end …
9592 …AVIPI_DOC\"\>Displays the names of all open documents.\</ahelp\> To switch to another open documen…
9593 …ID_SC_NAVIPI_SCEN\"\>Displays all available scenarios. Double-click a name to apply that scenario.…
9598 … element and its subelements are displayed.\</ahelp\> Click the icon again to restore all elements…
9603 … par_id3880733 0 br If you insert a hyperlink that links to an open document, you need to save …
9611 …fundfusszeilentext\"\>\<ahelp hid=\".uno:EditHeaderAndFooter\"\>Allows you to define and format he…
9629 … help par_id3147126 8 0 br \<ahelp hid=\"HID_SC_HF_FLR\"\>Enter the text to be displayed at the …
9631 … help par_id3147434 4 0 br \<ahelp hid=\"HID_SC_HF_FLL\"\>Enter the text to be displayed at the …
9636 …ile name placeholder in the selected area.\</ahelp\> Click to insert the title. Long-click to sele…
9639 …d3150717 10 0 br \<ahelp hid=\"HID_SC_HF_TEXT\"\>Opens a dialog to assign formats to new or sele…
9650 … help par_id3163710 6 0 br \<ahelp hid=\"HID_SC_HF_FLC\"\>Enter the text to be displayed at the …
9660 …000.xhp 0 help par_id3148699 6 0 br Click one of the listed entries to copy it to the cell. 2…
9666 …elected range has only one column, the contents of the top cell are copied to all others. If sever…
9671 …ll are copied to all the other selected cells. If you have selected several rows, each of the far …
9679 …f several rows are selected, the far right cells are copied into the cells to the left. 2002-02…
9683 …he upper left of the spreadsheet. You can also select an area of the sheet to be copied. 2002-0…
9684 …bers\</emph\> must be selected (or \<emph\>Paste All\</emph\>) if you want to combine operations w…
9685 …t\scalc\01\02140500.xhp 0 help par_id3150767 3 0 br In contrast to copying an area to the clipbo…
9687 …line\> \</switchinline\> and click the tab of the worksheet where you want to insert the contents.…
9689 …scalc\01\02140500.xhp 0 help par_id3156283 9 0 br This dialog is similar to the \<link href=\"te…
9712 …ERIES:BTN_DAY\"\>Use the \<emph\>Date\</emph\> series type and this option to create a series usin…
9714 …IES:BTN_MONTH\"\>Use the \<emph\>Date\</emph\> series type and this option to form a series from t…
9717 …HT\"\>Creates a series running from left to right within the selected cell range using the defined…
9718 …N_DAY_OF_WEEK\"\>Use the \<emph\>Date\</emph\> series type and this option to create a series of f…
9721 …RIES:BTN_YEAR\"\>Use the \<emph\>Date\</emph\> series type and this option to create a series of y…
9724 … upward series in the cell range of the column using the defined increment to the end value.\</ahe…
9727 …ries in the selected cell range for the column using the defined increment to the end value.\</ahe…
9728 helpcontent2 source\text\scalc\01\02140600.xhp 0 help par_id3155811 24 0 br AutoFill tries to com…
9730 …LEFT\"\>Creates a series running from right to left in the selected cell range using the defined i…
9745 …ECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\"\>Deletes format attributes applied to cells. All cell cont…
9748 …inhalteloeschentext\"\>\<ahelp hid=\".uno:Delete\"\>Specifies the contents to be deleted from the …
9752 … help par_id3153951 23 0 br Use \<emph\>Cut\</emph\> on the Standard bar to delete contents and …
9754 …lp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\"\>Deletes notes added to cells. All other ele…
9769 …\"\>Completely deletes selected cells, columns or rows. The cells below or to the right of the del…
9770 …:RID_SCDLG_DELCELL:BTN_CELLSLEFT\"\>Fills the resulting space by the cells to the right of the del…
9777 …000.xhp 0 help par_id3145801 7 0 br You cannot delete a sheet if changes to the document are bei…
9787 …k\> between different spreadsheets, both spreadsheet documents must be set to the same date base. …
9788 …id=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\"\>Specifies that the sheet is to be copied. If the op…
9789 …moved or copied in front of the selected sheet.\</ahelp\> The \<emph\>move to end position\</emph\…
9790 …ent sheet is to be moved or copied to.\</ahelp\> Select \<emph\>new document\</emph\> if you want
9791 …xt\"\>\<ahelp hid=\".uno:Move\"\>Moves or copies a sheet to a new location in the document or to a…
9794 … 2 0 br \<ahelp hid=\".\"\>Choose the type of manual break that you want to delete.\</ahelp\> …
9803 …02190200.xhp 0 help par_id3145173 3 0 br Position the cursor in the cell to the right of the col…
9804 …0 br \<ahelp hid=\".uno:DeleteColumnbreak\"\>Removes a manual column break to the left of the acti…
9815 … To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet…
9832 …es by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode. …
9840 …reaks and print ranges in the sheet. Choose \<emph\>View - Normal\</emph\> to switch this mode off…
9842 …alc\01\03100000.xhp 0 help par_id3155764 19 0 br Adds the selected cells to print ranges. 200…
9846 …w or column breaks to ensure that your data prints properly. You can insert a horizontal page brea…
9847 …" name=\"Edit - Delete Manual Break\"\>Edit - Delete Manual Break\</link\> to remove breaks create…
9857 …d=\".uno:InsertColumnBreak\"\>Inserts a column break (vertical page break) to the left of the acti…
9866 …D_SCDLG_INSCELL:BTN_CELLSRIGHT\"\>Moves the contents of the selected range to the right when cells…
9868 … Insert Cells \</emph\>dialog, in which you can insert new cells according to the options that you…
9870 …olumns to be inserted is determined by the selected number of columns.\</ahelp\>\</variable\> The …
9875 …ow above the active cell.\</ahelp\> The number of rows inserted correspond to the number of rows s…
9879to the left of the active cell.\</ahelp\>The number of columns inserted correspond to the number …
9896 …elleeinfuegentext\"\>\<ahelp hid=\".uno:Insert\"\>Defines the options to be used to insert a new s…
9897 …RICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\"\>Specifies the number of sheets to be created.\</ahelp\…
9900 …_SCDLG_INSERT_TABLE_CB_LINK\"\>Select to insert the sheet as a link instead as a copy. The links c…
9903 … the list box. The file path is displayed below this box. Select the sheet to be inserted from the…
9904 …050000.xhp 0 help par_id3156281 20 0 br Specifies where the new sheet is to be inserted into you…
9909 …the \<link href=\"text/shared/01/01020000.xhp\"\>file open\</link\> dialog to locate the spreadshe…
9910 …050000.xhp\"\>Insert Sheet\</link\> dialog, select the sheet that you want to insert. 2002-02-0…
9930to interactively create formulas.\</ahelp\>\</variable\> Before you start the Wizard, select a cel…
9931 …es\"\>date entries\</link\> make sure you use the correct format. Click OK to insert the result in…
9936 …ts in the formula window.\</ahelp\> This button can also be used to assign functions to the formul…
9947 …s to which the different functions are assigned. Select a category to view the appropriate functio…
9948 …\"\>Displays the functions found under the selected category. Double-click to select a function.\<…
9950to the \<switchinline select=\"sys\"\>\<caseinline select=\"MAC\"\>Command\</caseinline\>\<default…
9952 …=\"HID_SC_FAP_BTN_FX4\"\>Allows you to access a subordinate level of the \<emph\>Function Wizard\<…
9954 … two tabs: \<emph\>Functions\</emph\> is used to create formulas, and \<emph\>Structure\</emph\> i…
9955 …id3159262 57 0 br Double-click a function in the selection window to transfer it to the formula …
10036 …n cell D14 and enter "2" in cell B14 under Grade, and enter >7 in cell C14 to the right. The resul…
10063 …rade, enter 1, 2, 3, and so on, one after the other. The shortest distance to school for each grad…
10064 …04060101.xhp 0 help par_id3148925 128 0 br To find the shortest distance to school for the child…
10068 …elp par_id3149142 94 0 br \<emph\>Database\</emph\> is the range of data to be evaluated, includ…
10069 …alc\01\04060101.xhp 0 help par_id3149161 129 0 br =DMIN(A1:E10;"Distance to School";A13:E14) …
10098 … 0 br Enter "2" in row 14 under "Grade". The sum (1950) of the distances to school of all the ch…
10106 …et - Calculate\"\>Tools - Options - %PRODUCTNAME Calc - Calculate\</link\> to define how $[officen…
10108 … and the data rows are selected. It is not related to the search criteria itself. Use the number 0…
10109 …alc\01\04060101.xhp 0 help par_id3151312 167 0 br =DSUM(A1:E10;"Distance to School";A13:E14) …
10111 … help par_id3152766 166 0 br To find the length of the combined distance to school of all childr…
10121 …id3153273 187 0 br For the Database Field parameter you can enter a cell to specify the column, …
10125to know how many children have to travel more than 600 meters to school. The result is to be store…
10136to read =DCOUNTA(A1:E10;0;A13:E14). Delete the old search criteria and enter >=E under \<emph\>Nam…
10141 helpcontent2 source\text\scalc\01\04060101.xhp 0 help par_id3154486 13 0 br Distance to School …
10148 helpcontent2 source\text\scalc\01\04060101.xhp 0 help par_id3154866 75 0 br Distance to School …
10153 …par_id3155388 109 0 br In the above example (scroll up, please), we want to determine what grade…
10160 …ted to Joe's birthday party. The following information is given for each entry: column A shows the…
10183 …ues between different spreadsheets, both spreadsheet documents must be set to the same date base. …
10188to a date or time value, it is converted to a number. For example, 01/01/2000 12:00 PM, converts t…
10213 …br Choose \<emph\>Tools - Options - %PRODUCTNAME Calc - Calculate\</emph\> to select the date base…
10216 …e calculated as offsets from a starting day zero. You can set the day zero to be one of the follow…
10217 …he corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on…
10292 … rate is 8%? The payment period is 48 months and 20,000 currency units are to remain at the end of…
10295 …alc\01\04060103.xhp 0 help par_id3145417 90 0 br Nominal interest refers to the amount of intere…
10300to calculate the amount of money needed to be invested at a fixed rate today, to receive a specifi…
10302to define a depreciation table. By entering the different depreciation formulas available in \<ite…
10304 …46812 426 0 br \<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions …
10314 …0103.xhp 0 help par_id3147270 84 0 br Cell E13 contains the formula used to check the total of t…
10320 …r \<emph\>Period\</emph\> defines the period for which the depreciation is to be calculated. 20…
10330 …lp par_id3148633 377 0 br \<emph\>Period\</emph\>: the settlement period to be considered. 20…
10345 …u can calculate any number of "If-then" scenarios. Please note: references to constants must be de…
10346 …ve method is used to calculate the internal rate of return. If you can provide only few values, yo…
10353 …00 currency units is to be depreciated annually for the next 5 years. The salvage value is to be 1…
10358to calculate the depreciation amount for one period of the total depreciation span of an object. A…
10377 …20000) = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units. …
10385 …depreciation if you require a higher initial depreciation value as opposed to linear depreciation.…
10389 …cost of 75,000 currency units is to be depreciated monthly over 5 years. The value at the end of t…
10390 …mph\>Life\</emph\> is the number of periods defining how long the asset is to be used. 2002-02-…
10397 …references. If, for example, interest is paid annually at 8%, but you want to use month as your pe…
10400 …lp par_id3153415 367 0 br \<emph\>Period\</emph\>: the settlement period to be considered. 20…
10412 …54411 427 0 br \<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions …
10425 …ttlement\</emph\>: the date at which the interest accrued up until then is to be calculated. 20…
10438 …d conditions, you must deposit 35,019.37 currency units today, if you want to receive 500 currency…
10443 …0 help par_id3156124 83 0 br This formula is duplicated in column E down to E11 (select E2, then…
10444 …n initial cost of 25,000 currency units is to be depreciated over a three year period. The salvage…
10445 …depreciation is used if you want to get a higher depreciation value at the beginning of the deprec…
10463 …ttlement\</emph\>: the date at which the interest accrued up until then is to be calculated. 20…
10484 …alue\>NA function\</bookmark_value\>\<bookmark_value\>#N/A error;assigning to a cell\</bookmark_va…
10551 …xhp 0 help par_id3014313 0 br \<emph\>reference\</emph\> is a reference to a cell containing a …
10559 … \<ahelp hid=\"HID_FUNC_ISTTEXT\"\>Returns TRUE if the cell contents refer to text.\</ahelp\> 2…
10564 … 0 help par_id3146152 41 0 br \<emph\>Value\</emph\> is the value to be tested, to determine whe…
10566 …ny value or expression in which a test is performed to determine whether an error value not equal
10568 …104.xhp 0 help par_id3146946 89 0 br \<emph\>Value\</emph\> is the value to be tested for logica…
10569 …<emph\>Value\</emph\> is any value or expression where a test is performed to determine whether it…
10585 …ID_FUNC_ISTLEER\"\>Returns TRUE if the reference to a cell is blank.\</ahelp\> This function is us…
10590 … contains a logical number format.\</ahelp\> The function is used in order to check for both TRUE …
10598 …FEHL\"\>Returns TRUE if the value refers to any error value except #N/A. \</ahelp\> You can use th…
10613 …r \<emph\>Reference\</emph\> indicates the reference to a cell in which a test will be performed t…
10619 …lp par_id3150351 114 0 br \<emph\>Value\</emph\> is any expression to be tested to determine whe…
10621 …<emph\>Value\</emph\> is a value, number, Boolean value, or an error value to be tested. 2002-0…
10634 …hp 0 help par_id3151101 123 0 br \<emph\>Value\</emph\> is the parameter to be converted into a …
10635 …t\scalc\01\04060104.xhp 0 help par_id3151168 233 0 br Number: the number to be tested. 2002-0…
10642 … par_id3152884 97 0 br \<emph\>Value\</emph\> is the value or expression to be tested. 2002-0…
10649 …value 23. You can now use the \<emph\>Formula\</emph\> function in cell A1 to display the formula …
10653 …t\scalc\01\04060104.xhp 0 help par_id3153315 240 0 br Number: the number to be tested. 2002-0…
10667 …47 57 0 br \<emph\>Value\</emph\> is any value where a test is performed to determine whether it…
10671 …4.xhp 0 help par_id3154212 81 0 br \<emph\>Value\</emph\> is the content to be tested. 2002-0…
10679 … 0 br \<ahelp hid=\"HID_FUNC_ISTZAHL\"\>Returns TRUE if the value refers to a number.\</ahelp\> …
10701 …f options) is the position of the cell to be examined. If \<emph\>Reference\</emph\> is a range, t…
10734 …60104.xhp 0 help par_id8857081 0 br An invalid reference or a reference to a cell with no formu…
10773 …d3148740 49 0 br \<ahelp hid=\"HID_FUNC_WENN\"\>Specifies a logical test to be performed.\</ahel…
10774 …0 help par_id3148766 16 0 br \<emph\>Logical Value\</emph\> is any value to be reversed. 2002…
10783 …gical value 1; Logical value 2 ...Logical value 30\</emph\> are conditions to be checked. All cond…
10784 …alc\01\04060105.xhp 0 help par_id3150132 18 0 br NOT(A). A=TRUE reverses to A=FALSE. 2002-02-…
10789 …d3153123 35 0 br The logical values of entries 12<13; 14>12, and 7<6 are to be checked: 2002-…
10797 …154870 26 0 br The logical values of entries 12<11; 13>22, and 45=45 are to be checked. 2002-…
10799 …gical value 1; Logical value 2 ...Logical value 30\</emph\> are conditions to be checked. All cond…
10801 …d3155985 39 0 br \<ahelp hid=\"HID_FUNC_WAHR\"\>The logical value is set to TRUE.\</ahelp\> The …
10828 …ookmark_value\>numbers;rounding up/down to even integers\</bookmark_value\>\<bookmark_value\>round…
10834 …rk_value\>CEILING function\</bookmark_value\>\<bookmark_value\>rounding;up to multiples of signifi…
10852 …k_value\>ODD function\</bookmark_value\>\<bookmark_value\>rounding;up/down to nearest odd integer\…
10853 …rk_value\>FLOOR function\</bookmark_value\>\<bookmark_value\>rounding;down to nearest multiple of …
10857 …\>\<bookmark_value\>numbers;rounding down to next integer\</bookmark_value\>\<bookmark_value\>roun…
11060 …lc\01\04060106.xhp 0 help par_id153508 0 br Negative numbers round down to the integer below. …
11064 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id1614429 0 br 4^3 also returns 4 to t…
11068 …060106.xhp 0 help par_id1997131 0 br COMBINA returns the number of ways to choose these items, …
11076 …on produces a new random number each time Calc recalculates. To force Calc to recalculate manually…
11079 …312 0 br \<ahelp hid=\"HID_FUNC_LOG\"\>Returns the logarithm of a number to the specified base.\…
11095 …AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the f…
11097 …08 565 0 br \<ahelp hid=\"HID_FUNC_UMRECHNEN\"\>This function allows you to convert a European c…
11100 …_id3143763 568 0 br \<emph\>Value\</emph\> is the amount in the currency to be converted. 200…
11101 …, "EUR"). The first \<emph\>Text\</emph\> parameter gives the source value to be converted, the se…
11109 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id3144446 364 0 br PRODUCT(number 1 to
11110 …p par_id3144460 365 0 br \<emph\>Number 1 to number 30\</emph\> are up to 30 arguments whose pro…
11116 …3144746 315 0 br \<emph\>Number\</emph\> is the value whose logarithm is to be calculated. 20…
11124 …p 0 help par_id3145150 681 0 br \<emph\>Number(s)\</emph\>: a list of up to 30 numbers. 2002-…
11134 …899 406 0 br =ROUND(-32.4834; 3) returns -32.483. Change the cell format to see all decimals. …
11137 …6.xhp 0 help par_id3146064 28 0 br \<emph\>number\</emph\> is the number to be rounded down. …
11138 …\<emph\>Number\</emph\> is the value whose inverse hyperbolic cotangent is to be calculated. 20…
11145 …>Number\</emph\> is the value whose inverse trigonometric tangent value is to be calculated. 20…
11146 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id3147279 268 0 br LCM(integer 1 to 30)…
11148 …lc\01\04060106.xhp 0 help par_id3147377 688 0 br Number(s): a list of up to 30 numbers. 2002-…
11153 …0 br \<emph\>Number\</emph\> is the value whose inverse hyperbolic sine is to be calculated. 20…
11154 …438 37 0 br \<emph\>Number\</emph\> is the value whose absolute value is to be calculated. 20…
11163 …br \<emph\>Number\</emph\> is the value whose inverse hyperbolic cosine is to be calculated. 20…
11166 …_id3149340 241 0 br \<emph\>Integer 1 to 30\</emph\> are up to 30 integers whose greatest common…
11168 …6.xhp 0 help par_id3149484 192 0 br \<emph\>Number\</emph\> is the value to be converted. 200…
11172 …3149969 173 0 br \<emph\>Number\</emph\> is the value whose cotangent is to be calculated. 20…
11174 …"HID_FUNC_GERADE\"\>Rounds a positive number up to the nearest even integer and a negative number …
11180 …06.xhp 0 help par_id3150491 249 0 br \<emph\>Value\</emph\> is the value to be checked. 2002-…
11181 …r \<emph\>Number\</emph\> is the value whose inverse hyperbolic tangent is to be calculated. 20…
11182 …lp par_id3150592 199 0 br \<ahelp hid=\"HID_FUNC_EXP\"\>Returns e raised to the power of a numbe…
11184 …163 0 br \<emph\>Number\</emph\> is the value whose hyperbolic cosine is to be calculated. 20…
11185 … 295 0 br \<emph\>Number\</emph\> is the number whose decimal places are to be cut off. 2002-…
11186 …\</emph\> is the number of places after the decimal delimiter that are not to be truncated. 200…
11189 …r \<emph\>Number\</emph\> is the value whose inverse trigonometric sine is to be calculated. 20…
11196 …of the three cells. SUM (A1:E10) calculates the sum of all cells in the A1 to E10 cell range. 2…
11198to find a formula that you can use to return the total of all amounts only for a specific month, e…
11201to enter this as an array formula, you must press the Shift \<switchinline select=\"sys\"\>\<casei…
11203 …atrix multiplication, and at the end the individual values will be totaled to give the result matr…
11204 …s the cells specified by a given criteria.\</ahelp\> This function is used to browse a range when …
11206 … par_id3152043 440 0 br \<emph\>Range\</emph\> is the range to which the criteria are to be appl…
11207 …arch criterion itself. If the criteria is written into the formula, it has to be surrounded by dou…
11225 …3152952 212 0 br \<emph\>Number\</emph\> is the value whose factorial is to be calculated. 20…
11227 …elp par_id3153350 231 0 br \<emph\>Number\</emph\> is the number that is to be rounded. 2002-…
11229 …3153422 558 0 br \<ahelp hid=\"HID_FUNC_OBERGRENZE\"\>Rounds a number up to the nearest multiple…
11231 …elp par_id3153467 336 0 br \<emph\>Number\</emph\> is the number that is to be rounded up. 20…
11235 …calc\01\04060106.xhp 0 help par_id3153866 307 0 br The natural logarithm to the base e of the va…
11238 …d3154117 222 0 br \<emph\>Number\</emph\> is the number that is to be rounded down to the neares…
11240 …_id3154285 153 0 br \<emph\>Number\</emph\> is the value whose cosine is to be calculated. 20…
11244 …4060106.xhp 0 help par_id3154429 318 0 br The logarithm of the number 10 to the base 3 will retu…
11246 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id3154524 240 0 br GCD(integer 1 to 30)…
11250 … 0 br \<emph\>Number\</emph\> is the value whose hyperbolic cotangent is to be calculated. 20…
11254 … 74 0 br \<emph\>Number\</emph\> is the value whose inverse cotangent is to be calculated. 20…
11256 …5000 337 0 br \<emph\>Significance\</emph\> is the number to whose multiple the value is to be r…
11257to zero, and if \<emph\>Number\</emph\> and \<emph\>Significance\</emph\> are negative, then round…
11258 …06.xhp 0 help par_id3155139 259 0 br \<emph\>Value\</emph\> is the value to be checked. 2002-…
11261 …305 0 br \<emph\>Number\</emph\> is the value whose natural logarithm is to be calculated. 20…
11266 … help par_id3155608 202 0 br \<emph\>Number\</emph\> is the power to which e is to be raised. …
11268 …lc\01\04060106.xhp 0 help par_id3155673 639 0 br Number(s): a list of up to 30 numbers. 2002-…
11269 …0 br =MULTINOMIAL(F11:H11) returns 1260, if F11 to H11 contain the values 2, 3 and 4. This corresp…
11281 …lc\01\04060106.xhp 0 help par_id3156340 204 0 br The result for e raised to the power -4 is 0.02…
11282 …r_id3156348 269 0 br \<emph\>Integer 1 to 30\</emph\> are up to 30 integers whose lowest common …
11283 …ID_FUNC_UNGERADE\"\>Rounds a positive number up to the nearest odd integer and a negative number d…
11285 …elp par_id3157250 506 0 br \<emph\>Number\</emph\> is the number that is to be rounded. 2002-…
11287 …7432 513 0 br \<ahelp hid=\"HID_FUNC_UNTERGRENZE\"\>Rounds a number down to the nearest multiple…
11289 …elp par_id3157478 516 0 br \<emph\>Number\</emph\> is the number that is to be rounded down. …
11290 …7497 517 0 br \<emph\>Significance\</emph\> is the value to whose multiple the number is to be r…
11291to zero, and if \<emph\>Number\</emph\> and \<emph\>Significance\</emph\> are negative, then round…
11294 …N\"\>Truncates a number by removing decimal places of the number according to the precision specif…
11296 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id3157916 328 0 br The logarithm to the…
11298 …lp par_id3158025 378 0 br \<ahelp hid=\"HID_FUNC_RAD\"\>Converts degrees to radians.\</ahelp\> …
11301 …58150 399 0 br \<ahelp hid=\"HID_FUNC_RUNDEN\"\>Returns a number rounded to a certain number of …
11303 ….xhp 0 help par_id3158196 402 0 br \<emph\>number\</emph\> is the number to be rounded. 2002-…
11306 …par_id3158321 391 0 br \<emph\>Dividend\</emph\> is the value from which to find the remainder a…
11307 …p par_id3158341 392 0 br \<emph\>Divisor\</emph\> is the number by which to divide the specified…
11308 ….xhp 0 help par_id3158374 394 0 br The value 17 in the Dividend field is to be divided by the di…
11310 …3158441 219 0 br \<ahelp hid=\"HID_FUNC_GANZZAHL\"\>Rounds a number down to the nearest integer.…
11311 …>Number\</emph\> is the value, whose inverse trigonometric cosine value is to be calculated. 20…
11314 …8 326 0 br \<emph\>Number\</emph\> is the value whose logarithm to the base 10 is to be calculat…
11315 … br \<ahelp hid=\"HID_FUNC_POTENZ\"\>Returns the result of a number raised to a power.\</ahelp\> …
11317 …par_id3159540 354 0 br \<emph\>Base\</emph\> is the number that is to be raised to a given power…
11319 …r_id3160368 370 0 br \<ahelp hid=\"HID_FUNC_QUADRATESUMME\"\>If you want to calculate the sum of…
11320 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id3160402 372 0 br SUMSQ(number 1 to 30…
11321 …_id3160415 373 0 br \<emph\>Number 1 to number 30\</emph\> are up to 30 arguments the sum of who…
11324 …1 0 br \<ahelp hid=\"HID_FUNC_AUFRUNDEN\"\>Rounds a number up, according to the specified decima…
11326 ….xhp 0 help par_id3163342 144 0 br \<emph\>number\</emph\> is the number to be rounded up. 20…
11329 … 422 0 br \<emph\>Number\</emph\> is the number whose hyperbolic sine is to be calculated. 20…
11333 …elp par_id3163671 432 0 br \<emph\>Number 1 to number 30\</emph\> are up to 30 arguments whose s…
11335to zero or is not given, the results in $[officename] and Excel will differ after the import has b…
11337to zero or is not specified, then the results in $[officename] Calc and Excel will differ after ex…
11343 …r_id3164164 527 0 br \<emph\>Number\</emph\> is the number whose sign is to be determined. 20…
11348 …d3164347 663 0 br Which integer multiple of 3 is the number 15.5 closest to? 2002-02-02 02:02…
11351 …4451 536 0 br \<emph\>Number\</emph\> is the number whose square root is to be calculated. 20…
11363 … par_id3164980 551 0 br \<emph\>Range\</emph\> is the range to which the criteria are to be appl…
11367 …0 0 br \<emph\>Number\</emph\> is the number whose hyperbolic tangent is to be calculated. 20…
11369 … not used for further calculations. Use this function with the AutoFilters to take only the filter…
11392 …6.xhp 0 help par_id3486434 0 br Returns \<emph\>Number\</emph\> rounded to the nearest multiple…
11398 …p par_id3939634 0 br RADIANS(90) returns 1.5707963267949, which is PI/2 to Calc's accuracy. …
11402 …tween the x-axis and a line from point \<emph\>number_x, number_y\</emph\> to the origin. The angl…
11404 …on produces a new random number each time Calc recalculates. To force Calc to recalculate manually…
11415 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id599688 0 br This function rounds to
11420 …ar_id6393932 0 br \<emph\>Number\</emph\> must be greater than or equal to 1. 2002-02-02 02:…
11423 …4060106.xhp 0 help par_id6807458 0 br COMBIN returns the number of ways to choose these items. …
11424 …6.xhp 0 help par_id6814477 0 br The cotangent of an angle is equivalent to 1 divided by the tan…
11435 …\scalc\01\04060106.xhp 0 help par_id7985168 0 br QUOTIENT is equivalent to \<item type=\"litera…
11456 helpcontent2 source\text\scalc\01\04060106.xhp 0 help par_id9929197 0 br This is equivalent to \…
11458 … 0 br =MROUND(1.6;0.5) returns 1.5, the nearest integer multiple of 0.5 to approach 1.6. 200…
11541 …nd activated the \<emph\>Function Wizard\</emph\>. For the LINEST function to work, you must have …
11545 … br \<emph\>Array X\</emph\> represents the first array whose elements are to be squared and added…
11546 …br \<emph\>Array Y\</emph\> represents the second array whose elements are to be squared and subtr…
11564 …xhp 0 help par_id3146787 324 0 br Select a range of cells where you want to insert the array for…
11568 …scalc\01\04060107.xhp 0 help par_id3147096 331 0 br Below the selection, to the right, you will …
11578 helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3148679 329 0 br If you want to edit …
11585 helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3149156 280 0 br In addition to multi…
11594to repeat calculations using different values. If you decide to change the calculation method late…
11600 …7.xhp 0 help par_id3150312 29 0 br Select a single column range in which to enter the frequency …
11607 … 0 br Select a square range within the spreadsheet, for example, from A1 to E5. 2002-02-02 02…
11644 … br \<emph\>Array\</emph\> represents the array in the spreadsheet that is to be transposed. 20…
11645 …p\> This function returns a value in the current cell; it is not necessary to define a range for t…
11646 … the main diagonal elements equal 1 and all other array elements are equal to 0. 2002-02-02 02:…
11648 …>Stats\</emph\> (optional). If Stats=0, only the regression coefficient is to be calculated. Other…
11654 …_id3154352 26 0 br \<emph\>Data\</emph\> represents the reference to the values to be counted. …
11672 …a in which the individual values in a cell range are evaluated is referred to as an array formula.…
11673 …th the Y axis. If \<emph\>Stats\</emph\> do not equal 0, other results are to be displayed. 200…
11681to divide the data in column A. According to the limit entered in B1, the FREQUENCY function retur…
11688 …3157849 43 0 br \<emph\>Array\</emph\> represents a square array that is to be inverted. 2002…
11693 … 0 br \<emph\>Linear_Type\</emph\> and \<emph\>Stats\</emph\> are both set to 1. 2002-02-02 02:…
11695 …106 137 0 br The formula in the \<emph\>Formula\</emph\> Bar corresponds to each cell of the LIN…
11708 …0 in the above array, you do not need to apply a formula to each individual cell or value. Instead…
11713 …0107.xhp 0 help par_id3159390 16 0 br \<emph\>Dimensions\</emph\> refers to the size of the arra…
11730 …ay 2...Array 30\</emph\> represent arrays whose corresponding elements are to be multiplied. 20…
11732 …br \<emph\>Array X\</emph\> represents the first array whose arguments are to be squared and added…
11733 …r \<emph\>Array Y\</emph\> represents the second array, whose elements are to be added and squared…
11736 … br \<emph\>Array X\</emph\> represents the first array whose elements are to be subtracted and sq…
11737 …r \<emph\>Array Y\</emph\> represents the second array, whose elements are to be subtracted and sq…
11755 …ay as the other array functions. Select a range where you want the answers to appear and select th…
11767 …060107.xhp 0 help par_idN10C9B 0 br You can find a general introduction to Array functions at t…
11770 …e {=IF(A1:A3>0;"yes";"no")} formula is applied to each cell in the range A1:A3 and the result is c…
11773 …060107.xhp 0 help par_idN10D71 0 br You can find a general introduction to Array functions at t…
11810 …060107.xhp 0 help par_idN11035 0 br You can find a general introduction to using Array function…
11843 …t\scalc\01\04060107.xhp 0 help par_idN11BA7 0 br You can use SUMPRODUCT to calculate the scalar…
11844 …r_idN11BBC 0 br SUMPRODUCT returns a single number, it is not necessary to enter the function a…
11973 …=SUM(INDIRECT("a1:" & ADDRESS(1;3))) totals the cells in the area of A1 up to the cell, whose addr…
11974 … 143 0 br \<ahelp hid=\"HID_FUNC_WAHL\"\>Uses an index to return a value from a list of up to 30…
11976 …emph\> is a reference or number between 1 and 30 indicating which value is to be taken from the li…
11978 …h\> (optional) represents the row number of the reference range, for which to return a value. 2…
11991 …mph\> specified by a text string.\</ahelp\> This function can also be used to return the area of a…
11992 …is assumed that the column in sorted in descending order. This corresponds to the same function in…
11994 …id3147472 34 0 br \<emph\>Range\</emph\> is the area containing the data to be evaluated. 200…
11996 …or the third parameter is missing, the last value that is smaller or equal to the search criterion…
11998 … 0 br \<ahelp hid=\"HID_FUNC_FEHLERTYP\"\>Returns the number corresponding to an \<link href=\"tex…
12001 …0 br \<ahelp hid=\"HID_FUNC_WVERWEIS\"\>Searches for a value and reference to the cells below the …
12012 …3149336 105 0 br \<emph\>Search Criterion\</emph\> is the value which is to be searched for in t…
12013to see the updated links. Cross-platform links, for example from a \<item type=\"productname\"\>%P…
12015 …0 br \<emph\>Style2\</emph\> is the optional name of a cell style assigned to the cell after a cer…
12023 …ph\>Value1...Value30\</emph\> is the list of values entered as a reference to a cell or as individ…
12024 …ar_id3149946 25 0 br =AREAS(A1:B3;F2;G1) returns 3, as it is a reference to three cells and/or a…
12025to adjacent cells to the right.\</ahelp\> This function checks if a specific value is contained in…
12026 …\"HID_FUNC_BEREICHE\"\>Returns the number of individual ranges that belong to a multiple range.\</…
12035 …596 137 0 br \<emph\>Style\</emph\> is the name of a cell style assigned to the cell. Style name…
12038 …lp par_id3150646 127 0 br \<emph\>Search criterion\</emph\> is the value to be searched for; ent…
12042to the cell containing the formula.\</ahelp\> After a set amount of time, another style can be app…
12045 …productname\"\>%PRODUCTNAME\</item\> Calc automatically sets the reference to the current cell. …
12050 …ted or loaded, then the Default format is assigned. Both cell formats have to be defined beforehan…
12055 … help par_id3153060 226 0 br \<emph\>Reference\</emph\> is the reference to a sheet or an area. …
12059 …0109.xhp 0 help par_id3153118 23 0 br Reference represents the reference to a cell or cell range…
12064to \<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\"\>VLOOKUP\</link\> and \<link href=\…
12068 … 0 help par_id3153775 192 0 br Data are retrieved as text; no conversion to numbers 2002-02-0…
12070 … par_id3153884 92 0 br \<emph\>array\</emph\> is the reference, which is to comprise at least tw…
12074to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as tex…
12076 … 0 br \<emph\>ref\</emph\> represents a reference to a cell or an area (in text form) for which
12082 …588 219 0 br \<emph\>Reference\</emph\> is optional and is the reference to a cell, an area, or …
12083 … (optional) represents the column number of the reference range, for which to return a value. 2…
12086 … 83 0 br \<emph\>array\</emph\> is the reference to a cell range whose total number of columns i…
12087 …p par_id3154830 205 0 br =ROW(B3) returns 3 because the reference refers to the third row in the…
12089 … br \<emph\>Search vector\</emph\> is the single-row or single-column area to be searched. 2002…
12095 …ange\</emph\> (optional) represents the index of the subrange if referring to a multiple range. …
12096 …"HID_FUNC_ADRESSE\"\>Returns a cell address (reference) as text, according to the specified row an…
12097 …productname\"\>%PRODUCTNAME\</item\> Calc automatically sets the reference to the current cell. …
12100 …rray\</emph\> is the reference or named area whose total number of rows is to be determined. 20…
12101 …\</emph\> is the number of the column in the array that contains the value to be returned. The fir…
12104 …0 br \<emph\>Reference\</emph\> is the reference to a cell or cell area whose first column number …
12107 …everal rectangular ranges, each with a row 4 and column 1. If you now want to call the second bloc…
12112 … If the cell A1 in sheet 2 contains the value -6, you can refer indirectly to the referenced cell …
12113 …the number of columns by which the reference was corrected to the left (negative value) or to the …
12114 …orm \<emph\>Field[Item;Function]\</emph\>, which will cause the constraint to match only subtotal …
12118 … matches the largest value in the search vector that is less than or equal to the search criterion…
12122 … without a subtotal for them, an error is returned. These conditions apply to results that are inc…
12126 …xhp 0 help par_id8296151 0 br \<emph\>DataPilot\</emph\> is a reference to a cell or cell range…
12136 …br To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode,…
12143 …tains "http://www.example.org". The function adds "http://www.example.org" to the URL of the hyper…
12148 …help bm_id3145226 0 br \<bookmark_value\>hexadecimal system; converting to\</bookmark_value\> …
12174 …p 0 help bm_id3156399 0 br \<bookmark_value\>decimal system; converting to\</bookmark_value\> …
12175 …hp 0 help bm_id3157871 0 br \<bookmark_value\>binary system; converting to\</bookmark_value\> …
12268 …r\</emph\> is any number. "Baht" is appended to the integral part of the number, and "Satang" is a…
12273 …2949919 0 br \<emph\>text\</emph\> is the text that contains characters to be converted. 200…
12279 …lp par_id3145299 15 0 br \<emph\>value\</emph\> is a number, a reference to a cell containing a …
12284 …elp par_id3145779 180 0 br \<emph\>new text\</emph\> is the text that is to replace the text seg…
12285 …xhp 0 help par_id3146080 126 0 br \<emph\>find_text\</emph\> is the text to be searched for. …
12286 … string of text within another string.\</ahelp\> You can also define where to begin the search. Th…
12289 …71 0 br \<emph\>Text 1; text 2; ...\</emph\> represent up to 30 text passages which are to be co…
12290 …par_id3146894 108 0 br \<emph\>text\</emph\> is the text whose length is to be determined. 20…
12291 … 0 br \<ahelp hid=\"HID_FUNC_TEXT\"\>Converts a number into text according to a given format.\</ah…
12292 …0 br \<emph\>text\</emph\> is the text where the initial partial words are to be determined. 20…
12295 …lp par_id3147389 162 0 br \<emph\>Number\</emph\> is the numerical value to be converted. 200…
12297 …0110.xhp 0 help par_id3147509 74 0 br \<emph\>text\</emph\> refers to the text to be converted. …
12302 …ar_id3148496 66 0 br \<emph\>text\</emph\> refers to the lower case letters you want to convert
12306 … 0 help par_id3148637 83 0 br \<emph\>text_2\</emph\> is the second text to compare. 2002-02-…
12308 … If the text is shorter than the indicated minimum length, zeros are added to the left of the stri…
12309 …820 152 0 br \<emph\>text\</emph\> is the text containing the characters to extract. 2002-02-…
12310to replace both characters and numbers (which are automatically converted to text). The result of …
12312 …elp hid=\"HID_FUNC_ZEICHEN\"\>Converts a number into a character according to the current code tab…
12315 …26 117 0 br \<emph\>text\</emph\> is the text of which the right part is to be determined. 20…
12316 …sition\</emph\> (optional) is the position in the text where the search is to start. 2002-02-02…
12318 …1\04060110.xhp 0 help par_id3149797 27 0 br \<emph\>Text\</emph\> refers to text of which a part…
12323 …h\>text\</emph\> is the text to be converted. To differentiate between a hexadecimal number, such …
12325 …p 0 help par_id3150280 211 0 br The code used here does not refer to ASCII, but to the code tabl…
12326 …rence\</emph\> (optional) indicates which occurrence of the search text is to be replaced. If this…
12332 …xhp 0 help par_id3150608 48 0 br \<emph\>find_text\</emph\> refers to the text to be found. 2…
12335 …hp 0 help par_id3150695 136 0 br \<emph\>text\</emph\> refers to the text from which to remove a…
12336 … \<emph\>start\</emph\> is the position of the first character in the text to extract. 2002-02-…
12337 … If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parame…
12342 …e value range must be between 0 and 3999, the modes can be integers from 0 to 4.\</ahelp\> 2002…
12343 …0.xhp 0 help par_id3151272 38 0 br \<emph\>Number\</emph\> refers to the number to be formatted.…
12345 …p par_id3151339 217 0 br \<emph\>number\</emph\> is the positive integer to be converted. 200…
12347 …1\04060110.xhp 0 help par_id3151362 58 0 br \<emph\>Text\</emph\> refers to text in which spaces…
12353 …lp hid=\"HID_FUNC_KLEIN\"\>Converts all uppercase letters in a text string to lowercase.\</ahelp\>…
12355to an amount in the currency format, rounded to a specified decimal place.\</ahelp\> In the \<emph…
12358 …xhp 0 help par_id3153224 82 0 br \<emph\>text_1\</emph\> refers to the first text to compare. …
12359 …289 214 0 br \<ahelp hid=\"HID_FUNC_BASIS\"\>Converts a positive integer to a specified base int…
12366 … 0 help par_id3153651 189 0 br \<emph\>text\</emph\> is the text to be converted to a number. …
12367 …75 178 0 br \<emph\>text\</emph\> is the text in which text segments are to be exchanged. 200…
12370 …0110.xhp 0 help par_id3153910 91 0 br \<emph\>text\</emph\> refers to the text to be converted. …
12380 …359 141 0 br \<ahelp hid=\"HID_FUNC_T\"\>This function converts a number to a blank text string.…
12381 …ph\>Text\</emph\> is the text for which the code of the first character is to be found. 2002-02…
12385 …LAR(367.456;2) returns $367.46. Use the decimal separator that corresponds to the \<link href=\"te…
12387 …10.xhp 0 help par_id3154726 144 0 br \<emph\>value\</emph\> is the value to be converted. Also, …
12388 …0110.xhp 0 help par_id3154859 197 0 br \<emph\>text\</emph\> is the text to be repeated. 2002…
12397 …h or without a thousands separator. This function can be used to apply a uniform format to a colum…
12402 …emph\>length\</emph\> is the number of characters in \<emph\>text\</emph\> to be replaced. 2002…
12404 …elp par_id3156139 252 0 br \<emph\>Number\</emph\> is the number that is to be converted into a …
12405 …156155 179 0 br \<emph\>search_text \</emph\>is the text segment that is to be replaced (a numbe…
12406 …t which defines the format. Use decimal and thousands separators according to the language set in …
12408 …p par_id3156322 39 0 br \<emph\>Decimals\</emph\> refers to the number of decimal places to be d…
12409 …tem\"\>number system\</link\> to a positive integer in the base radix given.\</ahelp\> The radix m…
12414 … 2, an appended b or B is disregarded. Other characters that do not belong to the number system ge…
12417 …osed in quotation marks if you do not want it to be interpreted as a number and automatically conv…
12418 …060110.xhp 0 help par_id3159188 30 0 br \<emph\>new text\</emph\> refers to the text which repla…
12421 …_GROSS\"\>Converts the string specified in the \<emph\>text\</emph\> field to uppercase.\</ahelp\>…
12422 …060110.xhp 0 help par_id3166451 28 0 br \<emph\>position\</emph\> refers to the position within …
12424 helpcontent2 source\text\scalc\01\04060110.xhp 0 help par_id354014 0 br Converts a number to Tha…
12429 …5292519 0 br \<emph\>text\</emph\> is the text that contains characters to be converted. 200…
12430 …_id8455153 0 br \<ahelp hid=\".\"\>The ASC function converts full-width to half-width ASCII and…
12433 …r_id964384 0 br \<ahelp hid=\".\"\>The JIS function converts half-width to full-width ASCII and…
12475 …lphabet begins again (Rotation). By applying the encryption function again to the resulting code, …
12478 …umber of weeks is defined as follows: a week that spans two years is added to the year in which mo…
12480 …nth of the desired year. The Date parameter must be a valid date according to the locale settings …
12484 … in the respective year. The Date parameter must be a valid date according to the locale settings …
12494 …060111.xhp 0 help par_id3153249 39 0 br Text: Enter the character string to be encrypted. ROT13(…
12496 … in the respective year. The Date parameter must be a valid date according to the locale settings …
12505 …alls within a leap year. The Date parameter must be a valid date according to the locale settings …
12538 … 12 0 br The maximum number of parameters in an Add-In function attached to $[officename] Calc i…
12544 …n the following is outdated. The interfaces are still valid and supported, to ensure compatibility…
12551 …c\01\04060112.xhp 0 help par_id3147406 28 0 br PTR_STRING_ARR =3 pointer to a string array 20…
12558 …escription of the parameter, for example, "Value, at which the universe is to be calculated." Impl…
12569 …c\01\04060112.xhp 0 help par_id3148747 27 0 br PTR_DOUBLE_ARR =2 pointer to a double array 20…
12570 helpcontent2 source\text\scalc\01\04060112.xhp 0 help par_id3148750 56 0 br Output: Pointer to an…
12573 …ncluding closing zero byte equals an odd value a second zero byte is added to the string so that a…
12578 …ain properties, as explained in the following. This information allows you to program your own Add…
12600 …60112.xhp 0 help par_id3149893 43 0 br Output: Reference to a variable, which is supposed to con…
12611 …ch data structures must be provided by an external program module in order to pass cell areas. $[o…
12613 …Wizard\</emph\> in the \<emph\>Add-In\</emph\> category. If you would like to program an Add-In yo…
12640 …alc\01\04060112.xhp 0 help par_id3151392 29 0 br PTR_CELL_ARR =4 pointer to a cell array 2002…
12641 …ncluding closing zero byte equals an odd value a second zero byte is added to the string so that a…
12646 …dd-In function and its parameters. As an option, this function can be used to show a function and …
12671 …scalc\01\04060112.xhp 0 help par_id3153955 25 0 br PTR_DOUBLE =0 pointer to a double 2002-02-…
12709 …scalc\01\04060112.xhp 0 help par_id3156140 170 0 br Cell arrays are used to call cell areas cont…
12718 … parameters start at 1. If nParam is 0, the description itself is supposed to be provided in pDesc…
12723 …scalc\01\04060112.xhp 0 help par_id3159262 26 0 br PTR_STRING =1 pointer to a zero-terminated st…
12740 …function\</bookmark_value\>\<bookmark_value\>numbers;greater than or equal to\</bookmark_value\> …
12815 …1\04060115.xhp 0 help par_id3149204 99 0 br Places: the number of places to be output. 2002-0…
12819 …1\04060115.xhp 0 help par_id3149537 60 0 br Places: the number of places to be output. 2002-0…
12834 …TEP\"\>The result is 1 if \<emph\>Number\</emph\> is greater than or equal to \<emph\>Step\</emph\…
12835 …1\04060115.xhp 0 help par_id3150860 29 0 br Places: the number of places to be output. 2002-0…
12840 …1\04060115.xhp 0 help par_id3152587 68 0 br Places: the number of places to be output. 2002-0…
12848 …1\04060115.xhp 0 help par_id3153221 76 0 br Places: the number of places to be output. 2002-0…
12852 …1\04060115.xhp 0 help par_id3153758 84 0 br Places: the number of places to be output. 2002-0…
12859 … 0 br \<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\"\>Back to the Over…
12861 …1\04060115.xhp 0 help par_id3155929 14 0 br Places: the number of places to be output. 2002-0…
12975 …\04060116.xhp 0 help par_id3145420 237 0 br Places: the number of places to be output. 2002-0…
12977 …br \<ahelp hid=\"HID_AAI_FUNC_IMLN\"\>The result is the natural logarithm (to the base e) of a com…
12981 … 0 br \<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\"\>Back to the Over…
12989 …t\scalc\01\04060116.xhp 0 help par_id3147522 211 0 br Number: the number to be converted. 200…
13013 … \<ahelp hid=\"HID_AAI_FUNC_IMLOG10\"\>The result is the common logarithm (to the base 10) of a co…
13041 …151 0 br \<ahelp hid=\"HID_AAI_FUNC_IMSUM\"\>The result is the sum of up to 29 complex numbers.\…
13044 …br \<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\"\>The result is the product of up to 29 complex numbers.\…
13049 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153790 213 0 br To unit: the unit to
13053 …\04060116.xhp 0 help par_id3153984 222 0 br Places: the number of places to be output. 2002-0…
13061 …0 help par_id3154834 216 0 br =CONVERT_ADD(10;"km";"mi")returns, rounded to two decimal places, …
13062to the corresponding value in another unit of measure.\</ahelp\> Enter the units of measures direc…
13065 …ID_AAI_FUNC_IMCONJUGATE\"\>The result is the conjugated complex complement to a complex number.\</…
13081 … help par_id3156336 215 0 br =CONVERT_ADD(10;"HP";"PS") returns, rounded to two decimal places, …
13107 …PCD function\</bookmark_value\>\<bookmark_value\>dates;interest date prior to settlement date\</bo…
13223 …ly balance interest calculation (basis 3) what was the interest date prior to purchase? 2002-02…
13255 …\<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\"\>Back to
13296 …\<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\"\>Back to
13304 … hid=\"HID_AAI_FUNC_COUPPCD\"\>Returns the date of the interest date prior to the settlement date.…
13307 … units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is c…
13311 …d a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the…
13327 …xhp 0 help par_id3154865 232 0 br Type (optional): Type=1 means a switch to linear depreciation.…
13485 …k href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\"\>Forward
13513 …\<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\"\>Back to
13520 …\<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\"\>Back to
13522to be calculated for the entire duration (duration period). The interest rate per period is calcul…
13531 …br NPER: the total number of payment periods. The rate and NPER must refer to the same unit, and t…
13559 helpcontent2 source\text\scalc\01\04060119.xhp 0 help par_id3150427 306 0 br Value1;... are up to
13574 …br NPER: the total number of payment periods. The rate and NPER must refer to the same unit, and t…
13580 …rest must you pay in the second year of the mortgage (thus from periods 13 to 24)? 2002-02-02 0…
13583 …k href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\"\>Forward
13591 …UNC_LAUFZEIT\"\>Calculates the number of periods required by an investment to attain the desired v…
13601 …help par_id3153520 67 0 br The return on the treasury bill corresponding to a security is worked…
13613 …ial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the d…
13631 …p par_id3154920 337 0 br FV (optional): the desired value (future value) to be reached at the en…
13637 …ch will you repay in the second year of the mortgage (thus from periods 13 to 24)? 2002-02-02 0…
13641 …id3155896 325 0 br Values:corresponds to the array or the cell reference for cells whose content…
13733 … par_id3145666 85 0 br =BINOMDIST(A1; 12; 0.5; 0) shows (if the values 0 to 12 are entered in A1…
13748 … \<emph\>Number\</emph\> is the chi-square value of the random sample used to determine the error …
13750 …id3148806 132 0 br If the (observed) Chi square is greater than or equal to the (theoretical) Ch…
13760 …the value between \<emph\>Start\</emph\> and \<emph\>End\</emph\> at which to evaluate the functio…
13766 …1.xhp 0 help par_id3149710 57 0 br \<emph\>Alpha\</emph\> is a parameter to the distribution. …
13775 … and \<emph\>eight\</emph\> in the \<emph\>value 1 - 4\</emph\> fields are to be counted. 2002-…
13776 …1 26 0 br \<emph\>value1; value2, ...\</emph\> are 1 to 30 arguments representing the values to
13786 …54 times (observation values). The hypothesis that the die is not fixed is to be tested. 2002-0…
13800 …81.xhp 0 help par_id3153619 70 0 br \<emph\>Beta\</emph\> is a parameter to the distribution. …
13805 … and \<emph\>eight\</emph\> in the \<emph\>value 1 - 4\</emph\> fields are to be counted. 2002-…
13811 …oefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression…
13814 …7 0 br \<emph\>Value1; value2, ...\</emph\> are 1 to 30 values or ranges representing the values…
13818 …1.xhp 0 help par_id3156107 69 0 br \<emph\>Alpha\</emph\> is a parameter to the distribution. …
13822 …81.xhp 0 help par_id3156306 58 0 br \<emph\>Beta\</emph\> is a parameter to the distribution. …
13823 …the value between \<emph\>Start\</emph\> and \<emph\>End\</emph\> at which to evaluate the functio…
13824to be given for a random sample that is calculated from the sum of (observed value-expected value)…
13826 …the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed.…
13895 … help par_id3145115 24 0 br \<emph\>Number\</emph\> is the value that is to undergo reverse-tran…
13896 …mph\> is the probability value for which the inverse Gamma distribution is to be calculated. 20…
13902 …mber\</emph\> is probability value for which the inverse F distribution is to be calculated. 20…
13914 …2.xhp 0 help par_id3149977 108 0 br \<emph\>Number\</emph\> is the value to be tested. 2002-0…
13918 … 0 br \<emph\>Number\</emph\> is the value for which the F distribution is to be calculated. 20…
13920 …r \<emph\>Number\</emph\> is the value for which the Gamma distribution is to be calculated. 20…
13932 …\> is the value for which the value of the standard normal distribution is to be calculated. 20…
13937 …111 0 br =ZTEST(A1:A50; 12) yields the probability that value 12 belongs to the standard distrib…
13939 …e of the Gamma cumulative distribution.\</ahelp\> This function allows you to search for variables…
13940 …\<emph\>Number 1,Number 2,...Number 30\</emph\> are up to 30 values or ranges, that can be used to
13941 …ph\> is the value for which the natural logarithm of the Gamma function is to be calculated. 20…
13943 …he inverse of the Fisher transformation for x and creates a function close to a normal distributio…
13949 …ty distribution.\</ahelp\> The F distribution is used for F tests in order to set the relation bet…
13952 …ER\"\>Returns the Fisher transformation for x and creates a function close to a normal distributio…
13959 …nting the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not…
13964 …82.xhp 0 help par_id3159228 16 0 br \<emph\>Number\</emph\> is the value to be transformed. 2…
14014 …obability value for which the inverse standard logarithmic distribution is to be calculated. 20…
14018 …value for which the cumulative binomial distribution is less than or equal to a criterion value.\<…
14020 …ar_id3149726 54 0 br \<emph\>Alpha\</emph\> is the threshold probability to be reached or exceed…
14044 …s the probability value for which the standard logarithmic distribution is to be calculated. 20…
14160 …is the value of the distribution based on which the normal distribution is to be calculated. 20…
14167 …FUNC_MAXA\"\>Returns the maximum value in a list of arguments. In opposite to MAX, here you can en…
14202 …s the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (a…
14203 …50 65 0 br \<emph\>Number\</emph\> represents the probability value used to determine the invers…
14216 …(A1:A50; 2) returns the value of which 50% of the scale corresponds to the lowest to highest value…
14337 …</emph\> is the x value, for which the y value on the linear regression is to be returned. 2002…
14338 … 0 help par_id3148772 60 0 br \<emph\>Number\</emph\> is the probability to which the inverse st…
14359 …0 br \<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\"\>Converts a random variable to a normalized value.\…
14367 …ns the slope of the linear regression line.\</ahelp\> The slope is adapted to the data points set …
14368 …1 0 br =PERMUT(6; 3) returns 120. There are 120 different possibilities, to pick a sequence of 3…
14372 …0 br PERMUTATIONA(6; 3) returns 216. There are 216 different possibilities to put a sequence of 3 …
14374 …>Start\</emph\> is the start value of the interval whose probabilities are to be summed. 2002-0…
14380 …elp par_id3151317 179 0 br \<emph\>Number\</emph\> is the value at which to calculate the Weibul…
14392 …emph\> (optional) is the end value of the interval whose probabilities are to be summed. If this p…
14398 …ates the probability based on the principle that the Data values are equal to the value of \<emph\…
14404 … par_id3154543 6 0 br \<emph\>Value\</emph\> is the value, whose rank is to be determined. 20…
14411 …85.xhp 0 help par_id3154950 68 0 br \<emph\>Number\</emph\> is the value to which the standard n…
14415 … help par_id3155327 114 0 br \<emph\>Type\</emph\> is the kind of t-test to perform. Type 1 mean…
14418 …IST(1) returns 0.84. The area below the standard normal distribution curve to the left of X value …
14432 …85.xhp 0 help par_id3159139 50 0 br \<emph\>Number\</emph\> is the value to be standardized. …
14437 …d9305398 0 br Type = 0 means descending from the last item of the array to the first (this is t…
14438 …d9996948 0 br Type = 1 means ascending from the first item of the range to the last. 2002-02…
14472 helpcontent2 source\text\scalc\01\04060199.xhp 0 help par_id3150335 47 0 br Less than or equal to
14478 …scalc\01\04060199.xhp 0 help par_id3150866 44 0 br Greater than or equal to 2002-02-02 02:02:…
14485 …calc\01\04060199.xhp 0 help par_id3153004 46 0 br <= (Less than or equal to) 2002-02-02 02:02…
14488 …c\01\04060199.xhp 0 help par_id3153078 43 0 br >= (Greater than or equal to) 2002-02-02 02:02…
14520 …1\04070000.xhp 0 help par_id3145801 2 0 br \<ahelp hid=\".\"\>Allows you to name the different s…
14525 helpcontent2 source\text\scalc\01\04070100.xhp 0 help hd_id3153728 9 0 br Assigned to 2002-02-…
14532 …rt a new area reference, place the cursor in this field and use your mouse to select the desired a…
14535 … 0 br \<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\"\>Allows you to specify the \<emph\>…
14538 helpcontent2 source\text\scalc\01\04070100.xhp 0 help par_id3154123 31 0 br Use the mouse to defi…
14540 …ontains a list of defined names for the ranges. Click a name from this box to highlight the corres…
14541 …0100.xhp 0 help par_id3155416 16 0 br Defines additional options related to the type of referenc…
14542 …id=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\"\>Defines the selected area to be used in an \<link…
14543 …ick the \<emph\>Add\</emph\> button to add the defined name to the list. Click the \<emph\>Modify\…
14544to define a reference. All area names already defined in the spreadsheet are listed in the text fi…
14552 …_PASTE:LB_ENTRYLIST\"\>Lists all defined cell areas. Double-click an entry to insert the named are…
14564 …xhp 0 help par_id3152597 4 0 br Defines which part of the spreadsheet is to be used for creating…
14567 … id=\"namenuebernehmentext\"\>\<ahelp hid=\".uno:CreateNames\"\>Allows you to automatically name m…
14568 …d3156280 13 0 br Select the area containing all the ranges that you want to name. Then choose \<…
14577 …HBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\"\>Adds the current label range to the list.\</ahelp\> …
14582 …REA\"\>Displays the cell reference of each label range.\</ahelp\> In order to remove a label range…
14594to the \<emph\>Functions\</emph\> tab page of the \<link href=\"text/scalc/01/04060000.xhp\" name=…
14595 ….xhp#andocken\" name=\"dockable window\"\>dockable window\</link\>. Use it to quickly enter functi…
14598 …br \<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"\>Link to External Data\</link…
14601 …URL\"\>Enter the URL or the file name that contains the data that you want to insert, and then pre…
14603 …DLG_LINKAREA_LB_RANGES\"\>Select the table or the data range that you want to insert.\</ahelp\> …
14605 …OWSE\" visibility=\"hidden\"\>Locate the file containing the data you want to insert.\</ahelp\> …
14606 …SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY\"\>Enter the number of seconds to wait before the exte…
14607 helpcontent2 source\text\scalc\01\04090000.xhp 0 help tit 0 br Link to External Data 2002-02-…
14612 …hid=\".uno:FormatCellDialog\"\>Allows you to specify a variety of formatting options and to apply …
14646 …xhp 0 help par_id3148645 3 0 br Select the rows or columns that you want to hide, and then choos…
14655 …ar_id3150447 2 0 br \<ahelp hid=\".uno:ShowColumn\"\>Choose this command to show previously hidd…
14668 … width in order to display the entire contents of the column.\</ahelp\> The additional spacing for…
14671 …_value\>CTL;right-to-left sheets\</bookmark_value\>\<bookmark_value\>sheets;right-to-left\</bookma…
14675 …et has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown ag…
14678 …id=\".uno:SheetRightToLeft\"\>Changes the orientation of the current sheet to Right-To-Left if \<l…
14684 …Table\"\>This command opens a dialog where you can assign a different name to the current sheet.\<…
14692 …<emph\>Hide\</emph\> command.\</ahelp\>\</variable\> Select one sheet only to call the command. Th…
14696 helpcontent2 source\text\scalc\01\05060000.xhp 0 help par_id3149665 3 0 br If the cells to be mer…
14710 helpcontent2 source\text\scalc\01\05070500.xhp 0 help hd_id3150786 25 0 br Left to right, then do…
14713 helpcontent2 source\text\scalc\01\05070500.xhp 0 help hd_id3152580 23 0 br Top to bottom, then ri…
14720 … help par_id3125863 4 0 br Defines which elements of the spreadsheet are to be printed. 2002-…
14721 …IELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\"\>Enter the maximum number of pages to be printed.\</ahelp\…
14722 …hich every sheet with the current Page Style is to be printed. The scale will be reduced as necess…
14724 …_TABLE:BTN_HEADER\"\>Specifies whether you want the column and row headers to be printed.\</ahelp\…
14732 …TON:RID_SCPAGE_TABLE:BTN_TOPDOWN\"\>Prints vertically from the left column to the bottom of the sh…
14733 …d3151384 2 0 br \<ahelp hid=\"HID_SCPAGE_TABLE\"\>Specifies the elements to be included in the p…
14736 …E_TABLE:BTN_LEFTRIGHT\"\>Prints horizontally from the top row of the sheet to the right column.\</…
14737 …D_SCPAGE_TABLE:BTN_PAGENO\"\>Select this option if you want the first page to start with a number …
14738 …\01\05070500.xhp 0 help par_id3159171 32 0 br Specifies a scaling factor to scale all printed pa…
14743 helpcontent2 source\text\scalc\01\05070500.xhp 0 help par_idN109B2 0 br Fit print range(s) to wi…
14744 …nd vertically (height) on which every sheet with the current Page Style is to be printed. 2002…
14749 …ld:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\"\>Enter the maximum number of pages to be printed horizonta…
14751 …d:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\"\>Enter the maximum number of pages to be printed verticall…
14756 …not define any print range manually, Calc assigns an automatic print range to include all the cell…
14765 helpcontent2 source\text\scalc\01\05080300.xhp 0 help hd_id3149260 7 0 br Rows to repeat 2002-…
14766 helpcontent2 source\text\scalc\01\05080300.xhp 0 help hd_id3149581 10 0 br Columns to repeat 2…
14769to remove a print range definition for the current spreadsheet. Select \<emph\>-entire sheet-\</em…
14771 … 4 0 br \<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\"\>Allows you to modify a defined pri…
14772to print on every page. In the right text box enter the row reference, for example, "1" or $1" or …
14773 …ging the mouse in the spreadsheet, if the cursor is in the \<emph\>Columns to repeat\</emph\> text…
14774 …ragging the mouse in the spreadsheet, if the cursor is in the \<emph\>Rows to repeat\</emph\> text…
14775to print on every page. In the right text box enter the column reference, for example, "A" or "AB"…
14776 …nge.\</ahelp\>\</variable\> You can also set the rows or columns which are to be repeated in every…
14780 …423 2 0 br \<ahelp hid=\".uno:AddPrintArea\"\>Adds the current selection to the defined print ar…
14783 helpcontent2 source\text\scalc\01\05100000.xhp 0 help hd_id3148870 13 0 br How to apply a new sty…
14785 helpcontent2 source\text\scalc\01\05100000.xhp 0 help hd_id3150012 36 0 br How to apply a cell st…
14799 …0 help par_id3147434 2 0 br Use the Styles and Formatting window to assign styles to objects and…
14801 …xhp 0 help par_id3148609 15 0 br Click a cell to format it, or drag your mouse over a certain ra…
14802 … par_id3149438 29 0 br Click the \<emph\>Fill Format Mode\</emph\> again to exit this mode. 2…
14811 …PLDLG_WATERCAN\"\>Turns the Fill Format mode on and off. Use the paint can to assign the Style sel…
14818 …nue\" name=\"context menu\"\>context menu\</link\> you can choose commands to create a new style, …
14833 …OX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\"\>When marked, specifies that you want to retain the border of…
14834 …formattext\"\>\<ahelp hid=\".\"\>Use this command to apply an AutoFormat to a selected sheet area …
14835 …STBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\"\>Choose a predefined AutoFormat to apply to a selected area…
14836 …mph\> section, which displays the formatting overrides that can be applied to the spreadsheet. Des…
14837 …OX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\"\>When marked, specifies that you want to retain the width and…
14838 …X:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\"\>When marked, specifies that you want to retain the pattern o…
14839 …KBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\"\>When marked, specifies that you want to retain the font of t…
14843 …n you can select or deselect the available formatting options. If you want to keep any of the sett…
14844 …RID_SCDLG_AUTOFORMAT:BTN_ADD\"\>Allows you to add the current formatting of a range of at least 4 …
14845 …RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\"\>When marked, specifies that you want to retain the alignment…
14847 …RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\"\>When marked, specifies that you want to retain the number fo…
14856 …d. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when Aut…
14857 …id=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\"\>Choose the style to be applied if the sp…
14859 …SC:CHECKBOX:RID_SCDLG_CONDFORMAT:CBX_COND3\"\>Mark the boxes corresponding to each condition and e…
14861 … must have already defined a cell style with this name before assigning it to a condition). 200…
14862 …matted with the Result style if the sum of the contents in cells A1 to A5 is equal to 10. 2002-…
14863 …ID_SCDLG_CONDFORMAT:LB_COND3_2\"\>Choose a condition for the format to be applied to the selected …
14865 …as a reference, the \<emph\>Cell Value Condition\</emph\> box is displayed to the right of the \<e…
14866to define format styles depending on certain conditions.\</ahelp\>\</variable\> If a style was alr…
14878 …0000.xhp 0 help par_id3150868 5 0 br Select the cells for which you want to change the hyphenati…
14885 …point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the…
14886 …he Detective, you can trace the dependencies from the current formula cell to the cells in the spr…
14892 …the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this com…
14901 …per level. For instance, if one level of traces has already been activated to show the precedents …
14902 …lp hid=\".uno:ShowDependents\" visibility=\"visible\"\>Draws tracer arrows to the active cell from…
14914 …<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\"\>Draws tracer arrows to all precedent cells …
14918to the \<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\"\>Trace Precedent\</link…
14919 …in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see…
14924 …ict the input of numbers, dates, time values and text to certain values. However, it is possible t…
14942 …ch, a dialog with the results opens, allowing you to apply the result and the target value directl…
14943 …id=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\"\>Specifies the value you want to achieve as a new res…
14944 …ifies the reference for the cell that contains the value you want to adjust in order to reach the …
14946 …rrent cell reference.\</ahelp\> Click another cell in the sheet to apply its reference to the text…
14958 …ur table with a border. The color for the border is specified in the field to the right of this op…
14959 …\scalc\01\06050000.xhp 0 help par_id3153364 17 0 br This section is used to define some of the s…
14964 …elp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\"\>Prevents changes to the active scenario.…
14972 …ct Document \</emph\>command prevents changes from being made to cells in the sheets or to sheets …
14977 …lp\>\</variable\> Choose \<emph\>Tools - Protect Document - Sheet\</emph\> to open the \<emph\>Pro…
14980 …0100.xhp 0 help par_id3149566 9 0 br To later change an unprotected area to a protected area, se…
14983 …help par_id3150301 19 0 br If a sheet is protected, you will not be able to modify or delete any…
14985 … par_id3152990 7 0 br \<ahelp hid=\".uno:Protect\"\>Allows you to enter a password to protect th…
14993 … the sheet structure of your document from modifications. It is impossible to insert, delete, rena…
14995to prevent the document from being opened by other users, select \<emph\>Save With Password \</emp…
14997 …lc\01\06060200.xhp 0 help par_id3155412 5 0 br You can create a password to protect your documen…
15007 …. Use this command to update all calculations in the document if you have deselected the automatic…
15012 …ed on other entries in the same column.\</ahelp\> The column is scanned up to a maximum of 2000 ce…
15016 helpcontent2 source\text\scalc\01\06130000.xhp 0 help par_idN10665 0 br To append text or to edi…
15017 …ess \<item type=\"keycode\"\>Tab\</item\> to scroll forward, or \<item type=\"keycode\"\>Shift+Tab…
15021 …1\06990000.xhp 0 help par_id3145674 2 0 br Opens a submenu with commands to calculate tables and…
15026 …se to split the window horizontally or vertically. To do this, drag the thick black line located d…
15029 …\>Divides the sheet at the top left corner of the active cell and the area to the top left is no l…
15038 …SCDLG_DBNAMES:ED_NAME\"\>Enter a name for the database range that you want to define, or select an…
15040 …=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\"\>Adds the selected cell range to the database range l…
15050 …"visible\"\>Applies the existing cell format of headers and first data row to the whole database r…
15054 …DLG_DBNAMES:BTN_STRIPDATA\" visibility=\"visible\"\>Only saves a reference to the database, and no…
15055 …olumns into the database range in your document when new records are added to the database.\</ahel…
15065 …rttext\"\>\<ahelp hid=\".uno:DataSort\"\>Sorts the selected rows according to the conditions that …
15079 …DOWN2\"\>Sorts the selection from the highest value to the lowest value, that is from Z to A or 9
15080 …LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\"\>Select the column that you want to use as the third sor…
15081 …N_UP1\"\>Sorts the selection from the lowest value to the highest value, that is, from A to Z or 0…
15082 …DOWN3\"\>Sorts the selection from the highest value to the lowest value, that is from Z to A or 9
15083 …DOWN1\"\>Sorts the selection from the highest value to the lowest value, that is from Z to A or 9
15086 …N_UP2\"\>Sorts the selection from the lowest value to the highest value, that is, from A to Z or 0…
15087 …N_UP3\"\>Sorts the selection from the lowest value to the highest value, that is, from A to Z or 0…
15088 …LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\"\>Select the column that you want to use as the primary s…
15089 …LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\"\>Select the column that you want to use as the secondary…
15090 …le id=\"sytext\"\>Sorts the selection from the highest to the lowest value, or from the lowest to
15094 helpcontent2 source\text\scalc\01\12030200.xhp 0 help hd_id3145588 24 0 br Left to Right (Sort C…
15104 helpcontent2 source\text\scalc\01\12030200.xhp 0 help hd_id3153878 10 0 br Copy sort results to:…
15105 helpcontent2 source\text\scalc\01\12030200.xhp 0 help hd_id3154201 22 0 br Top to Bottom (Sort R…
15110 …RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA\"\> Enter the cell range where you want to display the sorted l…
15117 … language.\</ahelp\> For example, select the "phonebook" option for German to include the umlaut s…
15118 …01/12010000.xhp\" name=\"cell range\"\> cell range\</link\> where you want to display the sorted l…
15119 …E_SORT_OPTIONS:LB_SORT_USER\"\> Select the custom sort order that you want to apply. To define a c…
15120 …CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT\"\> Copies the sorted list to the cell range that …
15122 ….xhp 0 help par_id3156446 27 0 br Displays the cell range that you want to sort. 2002-02-02 …
15124 … 0 br Note for Asian languages: Check \<emph\>Case Sensitivity\</emph\> to apply multi-level co…
15135 …nd creates one-row list boxes where you can choose the items that you want to display.\</ahelp\> …
15145 helpcontent2 source\text\scalc\01\12040201.xhp 0 help hd_id3155306 9 0 br Copy results to 2002…
15147to\</emph\> check box, and then specify the destination range where you want to display the filter…
15148 …n the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies…
15149 … 0 br Displays the cell range or the name of the cell range that you want to filter. 2002-02-0…
15150 …r \<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\"\>Allows you to use wildcards in the…
15153 …REA\"\>Select the check box, and then select the cell range where you want to display the filter r…
15159 …e, or enter the cell range that contains the filter criteria that you want to use.\</ahelp\> 20…
15172 …the SUM function to automatically calculate the subtotal and grand total values in a labeled range…
15180 … 0 br \<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\"\>Specify the settings for up to three subtotal group…
15181 …id=\"HID_SC_SUBT_FUNC\"\>Select the mathematical function that you want to use to calculate the su…
15182 …D_SC_SUBT_COLS\"\>Select the column(s) containing the values that you want to subtotal.\</ahelp\> …
15184 …he \<emph\>Use function\</emph\> box, select the function that you want to use to calculate the su…
15185 …select the check boxes for the columns containing the values that you want to subtotal. 2002-02…
15186 …id3153968 4 0 br Select the table or the area in the table that you want to calculate subtotals …
15187 … 0 br \<ahelp hid=\"HID_SC_SUBT_GROUP\"\>Select the column that you want to control the subtotal…
15190 …e \<emph\>Group By\</emph\> box, select the column that you want to add the subtotals to. 2002-…
15196 …scalc\01\12050200.xhp 0 help hd_id3151119 7 0 br Pre-sort area according to groups 2002-02-02…
15205 … selected in the \<emph\>Group by\</emph\> box of the Group tabs according to the columns that you…
15207 …ENDING\"\>Sorts beginning with the highest value, for example, from Z to A or 9 to 0.\</ahelp\> …
15209 …CENDING\"\>Sorts beginning with the lowest value, for example, from A to Z or 0 to 9.\</ahelp\> …
15216 …ELL\" visibility=\"visible\"\>Enter the input cell reference that you want to use as a variable fo…
15217 …ELL\" visibility=\"visible\"\>Enter the input cell reference that you want to use as a variable fo…
15218 …er the cell references for the cells containing the formulas that you want to use in the multiple …
15219 …emph\>Row\</emph\> or \<emph\>Column\</emph\> box must contain a reference to the first cell of th…
15220 …ning multiple operations to Microsoft Excel, the location of the cells containing the formula must…
15221 …no:TableOperationDialog\" visibility=\"visible\"\>Applies the same formula to different cells, but…
15229 helpcontent2 source\text\scalc\01\12070000.xhp 0 help hd_id3155768 15 0 br Copy results to 200…
15232 …TBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\"\>Select the function that you want to use to consolidate the …
15233 …D_SCDLG_CONSOLIDATE:LB_CONSAREAS\"\>Displays the cell ranges that you want to consolidate.\</ahelp…
15234 …D_SCDLG_CONSOLIDATE:ED_DATA_AREA\"\>Specifies the cell range that you want to consolidate with the…
15235 …dds the cell range specified in the \<emph\>Source data range\</emph\> box to the \<emph\>Consolid…
15243 helpcontent2 source\text\scalc\01\12070100.xhp 0 help hd_id3159154 8 0 br Link to source data …
15245 …N_REFS\" visibility=\"visible\"\>Links the data in the consolidation range to the source data, and…
15246 …_SCDLG_CONSOLIDATE:BTN_BYROW\" visibility=\"visible\"\>Uses the row labels to arrange the consolid…
15248 …br Use this section if the cell ranges that you want to consolidate contain labels. You only need
15249 …DLG_CONSOLIDATE:BTN_BYCOL\" visibility=\"visible\"\>Uses the column labels to arrange the consolid…
15271 … When you group a cell range, and outline icon appears in the margins next to the group. To hide o…
15292 …or the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you a…
15311 …mmary of large amounts of data. You can then rearrange the DataPilot table to view different summa…
15334 …lect the database and the table or query containing the data that you want to use. 2002-02-02 0…
15335 …BOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\"\>Select the data source that you want to use.\</ahelp\> 20…
15337 …ATABASE\"\>Select the database that contains the data source that you want to use.\</ahelp\> 20…
15349 helpcontent2 source\text\scalc\01\12090102.xhp 0 help hd_id3155603 4 0 br Results to 2002-02-0…
15350 …LG_PIVOT_LAYOUT:BTN_DETECTCAT\"\>Automatically assigns rows without labels to the next highest cat…
15352 …data field, double-click a button in the \<emph\>Data Fields\</emph\> area to open the \<link href…
15354 … 0 help par_id3147229 20 0 br $[officename] automatically adds a caption to buttons that are dra…
15355 … The DataPilot displays data fields as buttons which you can drag and drop to define the DataPilot…
15358 …mph\> Data Fields \</emph\>areas.\</ahelp\> You can also use drag and drop to rearrange the data f…
15360 …C:EDIT:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA\"\>Select the area where you want to display the results …
15364 …the loss of existing data, let the DataPilot automatically select the area to display the results.…
15367 …02.xhp 0 help par_idN1089B 0 br \<ahelp hid=\".\"\>Adds a Filter button to DataPilot tables tha…
15369 helpcontent2 source\text\scalc\01\12090102.xhp 0 help par_idN108C9 0 br Enable drill to details …
15370 …an item label in the table to show or hide details for the item. Clear this check box and double-c…
15377 …elp par_idN10904 0 br \<ahelp hid=\".\"\>Choose the field that you want to view the details for…
15388 helpcontent2 source\text\scalc\01\12090103.xhp 0 help par_id3145257 20 0 br less than or equal to
15390 …le\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\"\>Select an operator to compare the \<emph\>…
15395 …scalc\01\12090103.xhp 0 help par_id3151214 22 0 br greater than or equal to 2002-02-02 02:02:…
15402 …TFILTER:LB_FIELD3\" visibility=\"visible\"\>Select the field that you want to use in the filter. I…
15404 …LTER:ED_VAL3\" visibility=\"visible\"\>Select the value that you want to compare to the selected f…
15405 helpcontent2 source\text\scalc\01\12090103.xhp 0 help par_id3159101 24 0 br not equal to 2002-…
15419 helpcontent2 source\text\scalc\01\12090104.xhp 0 help par_id3151245 8 0 br Allows you to use wild…
15433 …R\"\>Select this option, and then click the type of subtotal that you want to calculate in the lis…
15435 …0 br \<ahelp hid=\"HID_SC_PIVOTSUBT\"\>Specify the subtotals that you want to calculate.\</ahelp\>…
15438 …OX:RID_SCDLG_PIVOTSUBT:LB_FUNC\"\>Click the type of subtotal that you want to calculate. This opti…
15444 …xpanded by the \<emph\>More\</emph\> button, the following items are added to the dialog: 2002-…
15464 helpcontent2 source\text\scalc\01\12090105.xhp 0 help par_idN1077D 0 br Each result is added to
15465 …r Results are always summed, even if a different summary function was used to get each result. …
15473 …mn totals and the grand total, following the same rules as above, are used to calculate the follow…
15484 …5B 0 br \<ahelp hid=\"1495387653\"\>Select the data field that you want to sort columns or rows…
15486 …384580\"\>Sorts the values from the lowest value to the highest value, that is, from A to Z or fro…
15488 …orts the values descending from the highest value to the lowest value, that is from Z to A or from…
15490 … \<ahelp hid=\"1495384582\"\>Sorts values alphabetically, that is , from A to Z.\</ahelp\> 2002…
15502 …<ahelp hid=\"1495390209\"\>Enter the maximum number of items that you want to show automatically.\…
15506 …BA 0 br \<ahelp hid=\"1495387656\"\>Select the data field that you want to sort the data by.\</…
15508 …par_idN105C1 0 br \<ahelp hid=\"59010\"\>Select the items that you want to hide from the calcul…
15510 …5C8 0 br \<ahelp hid=\"1495387657\"\>Select the hierarchy that you want to use. The DataPilot m…
15524 helpcontent2 source\text\scalc\01\12090400.xhp 0 help par_idN10573 0 br Specifies whether to sta…
15526 helpcontent2 source\text\scalc\01\12090400.xhp 0 help par_idN1057A 0 br Specifies whether to ent…
15530 helpcontent2 source\text\scalc\01\12090400.xhp 0 help par_idN10588 0 br Specifies whether to end…
15532 helpcontent2 source\text\scalc\01\12090400.xhp 0 help par_idN1058F 0 br Specifies whether to ent…
15536 … 0 br In the case of grouping date values, specifies the number of days to group by. 2002-02…
15538 …105A4 0 br In the case of grouping date values, specifies the intervals to group by. 2002-02…
15543 …t was inserted from an external database. The data in the sheet is updated to match the data in th…
15547 …can also insert a list box from the Controls toolbar and link the list box to a cell. This way you…
15557 …ALIDATION_VALUES:LB_VALUE\"\>Select the comparative operator that you want to use.\</ahelp\> The a…
15560 …120100.xhp 0 help par_id3147339 31 0 br Entries whose length corresponds to the condition. 20…
15567 …c\01\12120100.xhp 0 help par_id3150718 27 0 br All numbers corresponding to the condition. The e…
15569 …c\01\12120100.xhp 0 help par_id3153160 25 0 br All numbers corresponding to the condition. 20…
15573 …120100.xhp 0 help par_id3154319 23 0 br Only whole numbers corresponding to the condition. 20…
15575 …c\01\12120100.xhp 0 help par_id3155066 29 0 br All numbers corresponding to the condition. The e…
15583 …ngs specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if y…
15585 …LIDATION_VALUES:CB_SHOWLIST\"\>Shows a list of all valid strings or values to select from. The lis…
15598 …id=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\"\>Enter the message that you want to display when the cel…
15599 …SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\"\>Enter the title that you want to display when the cel…
15600 …T:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\"\>Enter the message that you want to display when the cel…
15612 …ILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\"\>Enter the message that you want to display when invalid…
15613 …T_TITLE\"\>Enter the title of the macro or the error message that you want to display when invalid…
15615 …ata is entered in a cell.\</ahelp\> If unchecked, the message is displayed to prevent an invalid e…
15616 … want to occur when invalid data is entered in a cell.\</ahelp\> The "Stop" action rejects the inv…
15626 …graphic.xhp 0 help par_idN10558 0 br \<ahelp hid=\".\"\>Opens a submenu to edit the properties …
15637 …ID_FUNC_DATUM\"\>This function converts a date written as year, month, day to an internal serial n…
15639 …0 0 br If the values for month and day are higher, they are carried over to the next digit. If y…
15647 … The number is determined by the date system that is used by $[officename] to calculate dates. …
15657 …emph\>Number\</emph\>, as a time value, is a decimal, for which the day is to be returned. 2002…
15704 …unc_edate.xhp 0 help par_id3155845 220 0 br What date is one month prior to 3.31.2001? 2002-0…
15723 …mph\>Number\</emph\>, as a time value, is a decimal, for which the hour is to be returned. 2002…
15738 …\>, as a time value, is a decimal number where the number of the minute is to be returned. 2002…
15746 …mph\>Number\</emph\>, as a time value, is a decimal for which the month is to be returned. 2002…
15760 …/15/2002? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the follo…
15779 …h\>Number\</emph\>, as a time value, is a decimal, for which the second is to be returned. 2002…
15785 …s and seconds.\</ahelp\> This function can be used to convert a time based on these three elements…
15786 helpcontent2 source\text\scalc\01\func_time.xhp 0 help par_id3151346 154 0 br Use an integer to s…
15787 helpcontent2 source\text\scalc\01\func_time.xhp 0 help par_id3151366 155 0 br Use an integer to s…
15788 helpcontent2 source\text\scalc\01\func_time.xhp 0 help par_id3152904 153 0 br Use an integer to s…
15799 …ted as a decimal is the result of the date system used under $[officename] to calculate date entri…
15818 …h\>Number\</emph\>, as a date value, is a decimal for which the weekday is to be returned. 2002…
15826 …1\func_weekday.xhp 0 help par_id3156188 142 0 br These values apply only to the standard date fo…
15836 …EKNUM("1/1/95";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the…
15852 …umadd.xhp 0 help par_idN105DD 0 br The WEEKNUM_ADD function is designed to calculate week numbe…
15862 …he start date "12/1/2001" in C3 and the number of workdays in D3. Cells F3 to J3 contain the follo…
15871 …0 br \<ahelp hid=\"HID_FUNC_JAHR\"\>Returns the year as a number according to the internal calcula…
15875 …<emph\>Number\</emph\> shows the internal date value for which the year is to be returned. 2002…
15889 …s\</emph\>: is chosen from a list of options and indicates how the year is to be calculated. 20…
15901 …alc\01\text2columns.xhp 0 help bm_id8004394 0 br \<bookmark_value\>text to columns\</bookmark_v…
15902 … hd_id2300180 0 br \<link href=\"text/scalc/01/text2columns.xhp\"\>Text to Columns\</link\> …
15903 …lc\01\text2columns.xhp 0 help hd_id9599597 0 br To expand cell contents to multiple cells 20…
15904 … 0 help par_id1517380 0 br You can select or enter separator characters to define the positions…
15907 helpcontent2 source\text\scalc\01\text2columns.xhp 0 help par_id6334116 0 br You see the Text to
15908 …\"text2columns\"\>Opens the Text to Columns dialog, where you enter settings to expand the content…
15909 …1\text2columns.xhp 0 help par_id6999420 0 br Choose \<emph\>Data - Text to Columns\</emph\>. …
15910 …elect the comma as a delimiter character. Cells A1 and B1 will be expanded to four columns. A1 con…
15911 …ns.xhp 0 help par_id7242042 0 br Select the cell or cells that you want to expand. 2002-02-0…
15912 … 0 br You can select a fixed width and then click the ruler on the preview to set cell breakup pos…
15914 helpcontent2 source\text\scalc\01\text2columns.xhp 0 help tit 0 br Text to Columns 2002-02-02…
15917 …rmatCurrency\" visibility=\"visible\"\>Applies the default currency format to the selected cells.\…
15923 helpcontent2 source\text\scalc\02\02140000.xhp 0 help par_id3145749 7 0 br 1 + 16% corresponds to
15924 helpcontent2 source\text\scalc\02\02140000.xhp 0 help par_id3148575 8 0 br 1%% corresponds to 0.0…
15928 helpcontent2 source\text\scalc\02\02140000.xhp 0 help par_id3155411 6 0 br 1% corresponds to 0.01…
15929 …br \<ahelp hid=\".uno:NumberFormatPercent\"\>Applies the percentage format to the selected cells.\…
15936 …FormatStandard\" visibility=\"visible\"\>Applies the default number format to the selected cells.\…
15941 … 0 br \<ahelp hid=\".uno:NumberFormatIncDecimals\"\>Adds one decimal place to the numbers in the s…
15952 …xt\scalc\02\06010000.xhp 0 help par_id3152596 6 0 br To jump to a particular cell, or to select …
15957 … a cell, click this icon, and then enter the cell range. You can also drag to define a cell range …
15959 …3153189 3 0 br Click the \<emph\>Accept\</emph\> icon (green check mark) to use the formula disp…
15961 …range already contains a sum function, you can combine it with the new one to yield the total sum …
15965 …elp par_id3151245 2 0 br \<ahelp hid=\"HID_INSWIN_FUNC\"\>Adds a formula to the current cell. Cl…
15971to add to the current cell. You can also click the \<link href=\"text/scalc/01/04060000.xhp\" name…
15975 …s of the \<emph\>Input line\</emph\>, or cancels the changes that you made to an existing formula.…
15986 …lp hid=\"HID_DLGSTYLES_LISTBOX\"\>Click the formatting theme that you want to apply, and then clic…
15988 …hementext\"\>\<ahelp hid=\".uno:ChooseDesign\"\>Applies a formatting style to the selected cells.\…
16022 …>Click the arrow next to the icon to open the \<emph\>Insert \</emph\>toolbar, where you can add g…
16036 …024 2 0 br \<ahelp hid=\".uno:InsCellsCtrl\"\>Click the arrow next to the icon to open the \<emp…
16117 …000.xhp 0 help par_id3145140 138 0 br Displays the note that is attached to the current cell …
16120 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3145236 110 0 br Moves one sheet to t…
16122 …ents\</link\> dialog, where you choose which contents of the cell you want to delete. To delete th…
16123 …ff. In this mode, you can use the arrow keys to extend the selection. You can also click in anothe…
16126 …d3148568 10 0 br Switches to Edit mode and places the cursor at the end of the contents of the c…
16131 …the cursor to the bottom edge of the current data range. If the row below the cell that contains t…
16135 …lc\04\01020000.xhp 0 help par_id3149237 146 0 br Moves the current field to the first place. …
16137 …04\01020000.xhp 0 help par_id3149725 131 0 br In the page preview: Moves to the previous print p…
16147 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3150372 112 0 br Moves one sheet to t…
16149 …calc\04\01020000.xhp 0 help par_id3150477 116 0 br Moves one screen page to the right. 2002-0…
16151 …ting\</emph\> window where you can apply a formatting style to the contents of the cell or to the …
16152 …0000.xhp 0 help par_id3151125 150 0 br Moves the current field one place to the left. 2002-02…
16155 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3152976 114 0 br Moves one screen to
16157 …s the cursor to the top edge of the current data range. If the row above the cell that contains th…
16158 …on, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialo…
16162 …c\04\01020000.xhp 0 help par_id3153238 168 0 br Moves the focus one item to the left in the curr…
16163 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3153283 91 0 br Moves the cursor to t…
16164 …0000.xhp 0 help par_id3153316 148 0 br Moves the current field one place to the right. 2002-0…
16165 …id3153551 134 0 br Moves the cursor from the \<emph\>Input line \</emph\>to the \<emph\>Sheet ar…
16170 …lc\04\01020000.xhp 0 help par_id3153942 144 0 br Moves the current field to the last place. 2…
16176to the left edge of the current data range. If the column to the left of the cell that contains th…
16181 …e\>Alt\</defaultinline\>\</switchinline\>+Enter+Shift to apply the cell format of the input cell t…
16182 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3155095 95 0 br Moves the cursor to t…
16184to the right edge of the current data range. If the column to the right of the cell that contains …
16187 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3155929 136 0 br Moves the cursor to
16191 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3159093 89 0 br Moves the cursor to t…
16192 …04\01020000.xhp 0 help par_id3159120 132 0 br In the page preview: Moves to the next print page.…
16195 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_id3159205 93 0 br Moves the cursor to t…
16197 …data from the current cell to the end of the continuous range of data cells, in the direction of t…
16201 …c\04\01020000.xhp 0 help par_id3166458 166 0 br Moves the focus one item to the right in the cur…
16206 …alc\04\01020000.xhp 0 help par_id8070314 0 br The ` key is located next to the "1" key on most …
16211 …\scalc\04\01020000.xhp 0 help par_idN10B00 0 br Adds the previous sheet to the current selectio…
16213 helpcontent2 source\text\scalc\04\01020000.xhp 0 help par_idN10B07 0 br Adds the next sheet to t…
16265 …p par_id3153108 62 0 br Formula yields a value that does not corresponds to the definition, or a…
16293 …0.xhp 0 help par_id3157972 71 0 br Formula refers directly or indirectly to itself and the \<emp…
16305 …c\guide\address_auto.xhp 0 help par_id3149210 37 0 br If you want a name to be automatically rec…
16306 …xhp 0 help par_id3152597 21 0 br You can use cells with text to refer to the rows or to the colu…
16307to refer to the cell range \<item type=\"literal\"\>B3\</item\> to \<item type=\"literal\"\>B5\</i…
16311 …ells)\</bookmark_value\>\<bookmark_value\>date formats;avoiding conversion to\</bookmark_value\>\<…
16313 …calc\guide\auto_off.xhp 0 help hd_id3146972 21 0 br Automatic conversion to date format 2002-…
16318 …ide\auto_off.xhp 0 help par_id3145273 3 0 br The following shows you how to deactivate and react…
16319 …lp par_id3147001 13 0 br Choose \<emph\>Tools - AutoCorrect\</emph\>. Go to the \<emph\>Options\…
16321to dates. For example, the entry \<emph\>1.1\</emph\> may be interpreted as January 1 of the curre…
16325 …elp par_id3155333 9 0 br Choose \<emph\>Tools - AutoCorrect\</emph\>. Go to the \<emph\>Custom Q…
16328 …lp par_id3166425 17 0 br Choose \<emph\>Tools - AutoCorrect\</emph\>. Go to the \<emph\>Replace\…
16333 …bo box on one or more data columns that lets you select the records (rows) to be displayed. 200…
16334 …e\autofilter.xhp 0 help par_id3152576 9 0 br Select the columns you want to use AutoFilter on. …
16337 …ilter\</emph\> dialog appears, allowing you to set up a standard filter. Choose \<emph\>-Top 10-\<…
16341to an applied filter. For example, a sum of an entire column will also total the values in the fil…
16342 …utofilter.xhp 0 help par_id4303415 0 br To assign different AutoFilters to different sheets, yo…
16346 ….xhp\" name=\"Using AutoFormat for Tables\"\>Applying Automatic Formatting to a Selected Cell Rang…
16348 … par_id3148868 26 0 br You can define a new AutoFormat that is available to all spreadsheets. …
16350 …rmat.xhp 0 help par_id3149401 12 0 br You can use the AutoFormat feature to quickly apply format…
16351 …e\autoformat.xhp 0 help par_id3151242 27 0 br To select which properties to include in an AutoFo…
16356 …0 br Select the cells, including the column and row headers, that you want to format. 2002-02-0…
16358 …lc\guide\autoformat.xhp 0 help par_idN10702 0 br To apply an AutoFormat to a sheet or selected …
16360 …alc\guide\autoformat.xhp 0 help par_idN1075D 0 br The format is applied to the selected range o…
16381 …0 br The options in the \<emph\>Line arrangement\</emph\> area can be used to apply multiple borde…
16382 …lc\guide\borders.xhp 0 help par_id1495406 0 br Click the rightmost icon to set an outer border.…
16383 …\scalc\guide\borders.xhp 0 help par_id1712393 0 br Click the lower edge to set a very thin line…
16388 …hp 0 help par_id2320017 0 br You can apply a variety of different lines to selected cells. 2…
16390 …help par_id2918485 0 br Click one of the \<emph\>Default\</emph\> icons to set or reset multipl…
16394 …id4018066 0 br In the \<emph\>User defined\</emph\> area, you can click to set or remove indivi…
16405 …lc\guide\borders.xhp 0 help par_id5383465 0 br You cannot apply borders to multiple selections.…
16407 …75322 0 br Click the second \<emph\>Default\</emph\> icon from the left to set all four borders…
16408 …elp par_id6048463 0 br Click the second icon from the left to set an outer border and to remove…
16416 …orders.xhp 0 help par_id7907956 0 br Choose the border options you want to apply and click OK. …
16417 …ders.xhp 0 help par_id8004699 0 br Repeatedly click an edge or a corner to switch through the t…
16422 …br You can combine several line types and styles. The last image shows how to set thick outer bord…
16427 …t\scalc\guide\borders.xhp 0 help par_id8964201 0 br Click the left icon to clear all lines. Thi…
16429 …\scalc\guide\borders.xhp 0 help par_id9269386 0 br Now you can continue to see which lines the …
16436to "General", which causes the result of a calculation containing date entries to be displayed as …
16438 …</emph\> is normally active; however, automatic calculation does not apply to the function NOW. Th…
16439 …304 16 0 br Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours,…
16441 …can perform calculations with current date and time values. As an example, to find out exactly how…
16442 …hp 0 help par_id3155335 53 0 br Place the cursor in cell A3, right-click to open a context menu …
16446 …ndle in the bottom right corner of the cell across the cells that you want to fill, and release th…
16448 …lp par_id3150749 9 0 br Select the cell range in the sheet that you want to fill. 2002-02-02 …
16453 …_series.xhp 0 help par_id9720145 0 br Hold down Ctrl if you do not want to fill the cells with …
16461 …the increment that you enter is \<emph\>added\</emph\> to each consecutive number in the series to
16462 …ndle to automatically fill all empty columns of the current data block. For example, first enter J…
16463 …t that you enter is \<emph\>multiplied\</emph\> by each consecutive number to create the next valu…
16464 …lect a \<emph\>date\</emph\> series, the increment that you enter is added to the time unit that y…
16468 …s is 0 or 1, corresponding to 0 or 24 hours. The result returned by the formula is automatically i…
16469 …scalc\guide\calc_timevalues.xhp 0 help par_id3149263 54 0 br If you want to calculate time diffe…
16482 …calc\guide\calculate.xhp 0 help par_idN1065D 0 br The cursor moves down to the next cell. 20…
16484 helpcontent2 source\text\scalc\guide\calculate.xhp 0 help par_idN10676 0 br The cursor moves to
16492 helpcontent2 source\text\scalc\guide\cell_enter.xhp 0 help hd_id8950163 0 br To enter values to
16493to select the area where you want to input values. But start dragging from the last cell of the ar…
16494 …br Select the area from E7 to B3. Now B3 is waiting for your input. Press \<item type=\"keycode\"\…
16498 …ing data and values into multiple cells. You can change some settings to conform to your preferenc…
16499 …8871 0 br In the row below a heading row, you can advance from one cell to the next with the \<…
16500 …eycode\"\>Tab\</item\> to advance from cell B3 to C3, D3, and E3. Then press \<item type=\"keycode…
16505 …br Protection can be provided by means of a password, but it does not have to be. If you have assi…
16510 … 0 help par_id3152898 10 0 br Select \<emph\>Protected\</emph\> to prevent changes to the conten…
16514to prevent accidential action. The features are not intended to provide any secure protection. For…
16515 …ell_protect.xhp 0 help par_idN1066B 0 br Select the cells that you want to specify the cell pro…
16516 …xhp 0 help par_idN1069A 0 br Select \<emph\>Hide formula\</emph\> to hide and to protect formul…
16517 …xhp 0 help par_idN106A1 0 br Select \<emph\>Hide when printing\</emph\> to hide protected cells…
16518 … 0 br To protect the cells from being changed / viewed / printed according to your settings in the…
16521 …rget your password, you cannot deactivate the protection. If you only want to protect cells from a…
16526 …\</emph\>, then choose \<emph\>Sheet\</emph\> or \<emph\>Document\</emph\> to remove the check mar…
16527 …tect.xhp 0 help par_id3151112 15 0 br Click the sheet for which you want to cancel the protectio…
16533 …7 2 0 br Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or for…
16545 …e_dragdrop.xhp 0 help par_id3149565 24 0 br This method can also be used to insert a range from …
16547 …agdrop.xhp 0 help par_id3151073 18 0 br Open the sheet in which you want to insert something. …
16550 … the Navigator, and drag into the cell of the current sheet where you want to insert the reference…
16552 …rag Mode\</emph\> icon in Navigator, choose whether you want the reference to be a hyperlink, link…
16553 …eadsheet to another sheet in the same document or in a different document. The cells can be insert…
16555 …rk_value\>sheet references\</bookmark_value\>\<bookmark_value\>references; to cells in another doc…
16557 …0 help par_id1879329 0 br In the same way, a reference can also be made to a cell from another …
16560 …\scalc\guide\cellreferences.xhp 0 help par_id5888241 0 br The reference to a cell of another do…
16561 …nces.xhp 0 help par_id5949278 0 br Choose \<emph\>File - Open\</emph\>, to load an existing spr…
16563to select a range of cells, $[officename] automatically inserts the corresponding references in th…
16566to open a new spreadsheet document. Set the cursor in the cell where you want to insert the extern…
16567 …lc\guide\cellreferences.xhp 0 help par_id809961 0 br If you switch back to Sheet1, you will see…
16568 …5 0 br Switch back to the new spreadsheet. In the input line you will now see how $[officename]…
16569 …p par_id8571123 0 br Now switch to the document you have just loaded. Click the cell with the d…
16571 ….xhp 0 help par_id9663075 0 br In a sheet cell you can show a reference to a cell in another sh…
16577 …rences_url.xhp 0 help par_id3145384 40 0 br Choose \<emph\>Insert - Link to External Data\</emph…
16579 …cename] Calc document, position the cursor in the cell into which you want to insert the external …
16583 …s - Options - %PRODUCTNAME Calc - General\</emph\>\</link\> you can choose to have the update, whe…
16584 helpcontent2 source\text\scalc\guide\cellreferences_url.xhp 0 help tit 0 br References to Other …
16593to an existing formula in a cell. For example, together with the CURRENT function, you can color a…
16595 …e_by_formula.xhp 0 help par_id3151385 15 0 br If you would like to apply a formula to all cells …
16607 …nal.xhp 0 help par_id3145320 62 0 br To apply the conditional formatting to other cells later: …
16611 …ide\cellstyle_conditional.xhp 0 help par_id3149051 64 0 br Copy the cell to the clipboard. 20…
16612 … help par_id3149126 55 0 br Now you can apply the conditional formatting to the sheet: 2002-0…
16613 …42 0 br Copy the formula to create a row of random numbers. Click the bottom right corner of the…
16615 …lc\guide\cellstyle_conditional.xhp 0 help par_id3150043 39 0 br You want to give certain values …
16617 …e_conditional.xhp 0 help par_id3150436 65 0 br Select the cells that are to receive this same fo…
16620 …format with cell style "Below", and if cell value is greater than or equal to J14, format with cel…
16623 … 0 br Choose the \<emph\>Format - Conditional Formatting\</emph\> command to open the correspondi…
16625 …e_conditional.xhp 0 help par_id3154490 27 0 br Select the cells to which you want to apply a con…
16626 …154659 45 0 br The next step is to apply a cell style to all values that represent above-average…
16627 … the totals change, the formatting changes correspondingly, without having to apply other styles m…
16631 … 0 help par_id3156016 53 0 br Select the AVERAGE function. Use the mouse to select all your rand…
16633 …mph\>, the dialog allows you to define up to three conditions per cell, which must be met in order…
16634 …ay as described above, drag down the corner of the rightmost cell in order to create more rows of …
16636 …>Tools - Cell Contents - AutoCalculate\</emph\> (you see a check mark next to the command when Aut…
16647 … br Click \<emph\>More\</emph\> in the \<emph\>Consolidate\</emph\> dialog to display additional s…
16648 … From the \<emph\>Source data area\</emph\> box select a source cell range to consolidate with oth…
16650 … par_id3149209 9 0 br If the range is not named, click in the field next to the \<emph\>Source d…
16651 …e\consolidate.xhp 0 help par_id3149315 15 0 br Click \<emph\>OK\</emph\> to consolidate the rang…
16652 …ce data range are not to be consolidated corresponding to the identical position of the cell in th…
16653 …0 br If the target range is not named, click in the field next to \<emph\>Copy results to\</emph\>…
16656 …elp par_id3151073 6 0 br Open the document that contains the cell ranges to be consolidated. …
16661 …4513 7 0 br Choose \<item type=\"menuitem\"\>Data - Consolidate\</item\> to open the \<emph\>Con…
16662 …\consolidate.xhp 0 help par_id3155529 10 0 br Click \<emph\>Add\</emph\> to insert the selected …
16663 …olidate.xhp 0 help par_id3156400 17 0 br Select \<emph\>Link to source data\</emph\> to insert t…
16665 …3 12 0 br Specify where you want to display the result by selecting a target range from the \<em…
16672 …0 help par_id8444166 0 br Right-click a column in the preview to set the format or to hide the …
16673 …de\csv_files.xhp 0 help par_idN106FC 0 br When you export a spreadsheet to CSV format, only the…
16682to exchange data from a database or a spreadsheet between applications. Each line in a Text CSV fi…
16686 …sv_files.xhp 0 help par_idN1089F 0 br Locate the CSV file that you want to open. 2002-02-02 …
16689 …\scalc\guide\csv_files.xhp 0 help par_idN108B1 0 br Specify the options to divide the text in t…
16694 …sv_files.xhp 0 help par_idN10901 0 br Open the Calc sheet that you want to save as a Text CSV f…
16700 …ting/exporting as text\</bookmark_value\>\<bookmark_value\>text; importing to spreadsheets\</bookm…
16706 …lp par_id3149255 19 0 br If the csv file contains formulas, but you want to import the results o…
16709 …ssary, after you have saved, clear the \<emph\>Formulas\</emph\> check box to see the calculated r…
16711 …\scalc\guide\csv_formula.xhp 0 help par_id3150342 4 0 br Click the sheet to be written as a csv …
16712 …s, select the character set and the field and text delimiters for the data to be exported, and con…
16717 helpcontent2 source\text\scalc\guide\csv_formula.xhp 0 help par_id3154484 8 0 br If you want to e…
16722 helpcontent2 source\text\scalc\guide\csv_formula.xhp 0 help par_id3166423 5 0 br If you want to e…
16726 …45640 51 0 br If, under \<emph\>Language\</emph\>, you convert the cells to "English (US)", the …
16727 …\<item type=\"productname\"\>%PRODUCTNAME\</item\> Calc documents can lead to misunderstandings, i…
16728 …mat.xhp 0 help par_id3150749 50 0 br For example, if the language is set to "Default" and you ar…
16730 …id3150791\"\>Icon\</alt\>\</image\> in the \<emph\>Formatting \</emph\>bar to format a number, the…
16738 …a spreadsheet to use as a database. Each row in this database range corresponds to a database reco…
16740 …xhp 0 help par_id3155064 41 0 br Select the range of cells that you want to define as a database…
16749to filter cell ranges in spreadsheets. A standard filter uses the options that you specify to fil…
16752 …\database_filter.xhp 0 help par_id3153728 53 0 br To Apply an AutoFilter to a Cell Range 2002…
16753 …arrow button in the column that contains the value or string that you want to set as the filter cr…
16756 … 0 br If you want to apply multiple AutoFilters to the same sheet, you must first define database …
16757 …database_filter.xhp 0 help par_idN10682 0 br To Apply a Standard Filter to a Cell Range 2002…
16760 …e\database_filter.xhp 0 help par_idN106DB 0 br An arrow button is added to the head of each col…
16763 …r.xhp 0 help par_idN10749 0 br Select the value or string that you want to use as the filter cr…
16776 …nteractive table. Data can be arranged, rearranged or summarized according to different points of …
16777 …ilot\</emph\> (sometimes known as \<emph\>Pivot Table\</emph\>) allows you to combine, compare, an…
16783 …emph\>Row\</emph\> or \<emph\>Column\</emph\> area. Use the dialog to select if and to what extent…
16784 … 0 br The order of the buttons can be changed at any time by moving them to a different position…
16786 …ble.xhp 0 help par_id3153714 14 0 br Remove a button by dragging it back to the area of the othe…
16787 …a it will be given a caption that also shows the formula that will be used to calculate the data. …
16790 …d3156286 17 0 br Use the \<emph\>Data Field\</emph\> dialog to select the calculations to be use…
16791to the \<emph\>Page Fields\</emph\> area to create a button and a listbox on top of the generated …
16795 …lc\guide\datapilot_deletetable.xhp 0 help par_id3154014 32 0 br In order to delete a DataPilot t…
16799to the \<emph\>Page Fields\</emph\> area to create a button and a listbox on top of the generated …
16800 …br In the DataPilot table, you can use drag-and-drop or cut/paste commands to rearrange the order …
16801 …r By dragging the button to a different position in the same row you can alter the order of the co…
16804 … created and hold the mouse button down. A special symbol will appear next to the mouse pointer. …
16809 …_id3150441 37 0 br Click the \<emph\>Filter\</emph\> button in the sheet to call up the dialog f…
16810 …tapilot_filtertable.xhp 0 help par_id3153192 36 0 br You can use filters to remove unwanted data…
16818 …ing on the format of the selected cells, either a new group field is added to the DataPilot table,…
16825to be created, from the \<emph\>Results to\</emph\> box. If the results range does not have a name…
16832to dBase\</bookmark_value\>\<bookmark_value\>importing;dBase files\</bookmark_value\>\<bookmark_va…
16833 …_files.xhp 0 help par_idN1071F 0 br Locate the *.dbf file that you want to import. 2002-02-…
16836 helpcontent2 source\text\scalc\guide\dbase_files.xhp 0 help par_idN1074E 0 br If you want to sav…
16837 …er that contains files with the .dbf file extension. Each file corresponds to a table in the datab…
16841 …par_idN1076C 0 br A %PRODUCTNAME Base database table is actually a link to an existing database…
16853 …\guide\dbase_files.xhp 0 help par_idN107F1 0 br To Export a Spreadsheet to a dBase File 2002…
16862 …] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets. …
16867 …/emph\> dialog, some of the properties of the custom style will be applied to the current spreadsh…
16868 helpcontent2 source\text\scalc\guide\design.xhp 0 help par_id3153963 19 0 br To apply a theme to
16869 … It is not possible to add themes to Calc, and they cannot be modified. However, you can modify th…
16870 … 0 br Before you format a sheet with a theme, you have to apply at least one custom cell style to
16871 …<emph\>Theme Selection \</emph\>dialog, select the theme that you want to apply to the spreadsheet…
16872to a cell, you can open the Styles and Formatting window and, in its lower list box, set the Custo…
16874 …value\>multiple sheets\</bookmark_value\>\<bookmark_value\>copying;values, to multiple sheets\</bo…
16875 …ef=\"text/scalc/guide/edit_multitables.xhp\" name=\"Copying to Multiple Sheets\"\>Copying to Multi…
16877 …lc, you can insert values, text or formulas that are simultaneously copied to other selected sheet…
16879 …hp 0 help par_idN10614 0 br You can use Shift+Ctrl+Page Up or Page Down to select multiple shee…
16880 helpcontent2 source\text\scalc\guide\edit_multitables.xhp 0 help tit 0 br Copying to Multiple Sh…
16883 …e values in particular data fields. You can use the standard filter to connect up to three conditi…
16884 …anced filter\</emph\> exceeds the three condition limitation and allows up to a total of eight fil…
16885 …s.xhp 0 help par_id3150869 2 0 br Filters and advanced filters allow you to work on certain filt…
16886 …br One use for the \<emph\>AutoFilter\</emph\> function is to quickly restrict the display to reco…
16887 … rows, this action then applies only to the filtered rows. The hidden rows are not affected. This …
16897 …a =1+2 it displays the result 3. You must decide whether to search for the 1 respective 2, or to s…
16898 …r If you closed the dialog, you can press a key combination (Ctrl+Shift+F) to find the next cell w…
16899 … par_id2569658 0 br You can specify in the Find & Replace dialog either to find the parts of a …
16900 …d in different ways. For example, a number can be formatted as a currency, to be displayed with a …
16901 …u can watch and edit the text, then click \<emph\>Find\</emph\> again to advance to the next found…
16903 …\>More Options\</emph\>, then enable \<emph\>Search in all sheets\</emph\> to search through all s…
16904 …0 help par_id6394238 0 br Choose \<emph\>Edit - Find & Replace\</emph\> to open the Find & Repl…
16905 helpcontent2 source\text\scalc\guide\finding.xhp 0 help par_id6529740 0 br Enter the text to fin…
16906 …0 help par_id6549272 0 br Choose \<emph\>Edit - Find & Replace\</emph\> to open the Find & Repl…
16907 …nding.xhp 0 help par_id7214270 0 br Click \<emph\>More Options\</emph\> to expand the dialog. …
16908 …ain your entry. Now you can for example set all found cells to bold, or apply a Cell Style to all …
16910 ….xhp 0 help par_id9183935 0 br Choose \<emph\>Edit - Navigator\</emph\> to open the Navigator w…
16911 …you can find words, formulas, and styles. You can navigate from one result to the next, or you can…
16920 …e\format_table.xhp 0 help par_id3144772 14 0 br Select the text you want to format. 2002-02-0…
16921 …ormatting attributes to an entire sheet, choose \<emph\>Format - Page\</emph\>. You can define hea…
16922 …href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\"\>Navigator\</link\> to select the backgroun…
16924 …de\format_table.xhp 0 help par_id3154733 20 0 br You can assign a format to any group of cells b…
16926 …p par_id3159226 17 0 br Select the cells containing the numbers you want to format. 2002-02-0…
16930 …br Set the cursor at the number and choose \<emph\>Format - Cells\</emph\> to start the \<emph\>Fo…
16932 …id3149256 10 0 br If you only want to modify the number of the decimal places displayed, the eas…
16933 …g you will see a preview of how your current number would look if you were to give it a particular…
16952 …f.xhp 0 help par_id3150400 1 0 br You can define your own number formats to display numbers in \…
16953 …uide\format_value_userdef.xhp 0 help par_id3150767 2 0 br As an example, to display the number 1…
16954 …_value_userdef.xhp 0 help par_id3150868 3 0 br Select the cells to which you want to apply a new…
16968 …help par_id3149961 34 0 br If you want to copy a formula into multiple cells, there is a quick a…
16970 …r With the mouse button pressed, drag it down or to the right over all the cells into which you wa…
16973 …cell, and continue holding down the mouse button until the pointer changes to a cross-hair symbol.…
16974 …\</caseinline\>\<defaultinline\>Ctrl\</defaultinline\>\</switchinline\>+ C to copy it. 2002-02-…
16975 …opy.xhp 0 help par_id3156385 53 0 br If you do not want values and texts to be automatically adj…
16976 …ide\formula_copy.xhp 0 help par_id3156424 11 0 br There are various ways to copy a formula. One …
16977 …lp par_id3159155 32 0 br Select the cell into which you want the formula to be copied. 2002-0…
16982 …_enter.xhp 0 help par_id3145364 10 0 br Click the cell in which you want to enter the formula. …
16984to view the calculation of individual elements of a formula, select the respective elements and pr…
16988 …es, press Enter or click \<emph\>Accept\</emph\> to insert the result in the active cell. If you w…
16990 … 0 br You will now see an equals sign in the input line and you can begin to input the formula. …
16991 …206976 0 br You can also press the + or - key on the numerical keyboard to start a formula. Num…
16998 helpcontent2 source\text\scalc\guide\formula_value.xhp 0 help par_id3147396 5 0 br If you want to
16999 helpcontent2 source\text\scalc\guide\formula_value.xhp 0 help par_id3150010 2 0 br If you want to
17005 …ddition and Subtraction" rule. Instead of writing =SUM(A1:B1) it is better to write =A1+B1. 200…
17013 …calc\guide\formulas.xhp 0 help par_id3150109 30 0 br It is also possible to nest functions in fo…
17016 …formulas.xhp 0 help par_id3150363 27 0 br Rounds the contents in cell A1 to one decimal place. …
17023 … help par_id3154486 34 0 br Calculates B8 minus the sum of the cells B10 to B14. 2002-02-02 0…
17027 … help par_id3159171 36 0 br Calculates the sum of cells B10 to B14 and adds the value to B8. …
17031 … par_id3145367 44 0 br If you want to see multi-digit fractions such as "1/10", you must change …
17032 …oCorrect causes the three characters 1, / and 2 to be replaced by a single character. The same app…
17039 …p of Goal Seek you can calculate a value that, as part of a formula, leads to the result you speci…
17040 …nforming you that the Goal Seek was successful. Click \<emph\>Yes\</emph\> to enter the result in …
17047 …. However, you want to know how much the investment capital \<item type=\"literal\"\>C\</item\> wo…
17048to calculate the interest \<item type=\"literal\"\>I\</item\> in another cell. Instead of \<item t…
17049 …ble Cell\</emph\>. In the sheet, click in the cell that contains the value to be changed, in this …
17055 …ent, a heading and a list of hyperlinks are automatically added which lead to the individual sheet…
17056 … "HTML Document (\<item type=\"productname\"\>%PRODUCTNAME\</item\> Calc)" to open in \<item type=…
17063 …type=\"productname\"\>%PRODUCTNAME\</item\> Calc options are now available to you. However, not al…
17066 …ng text/number\</bookmark_value\>\<bookmark_value\>text in cells; changing to numbers\</bookmark_v…
17068 … help par_id3146119 56 0 br Enter the number as text. The easiest way is to enter the number sta…
17072 …_leading_zero.xhp 0 help par_id3153158 58 0 br If you want to apply a numerical format to a colu…
17073 …ger_leading_zero.xhp 0 help par_id3153194 55 0 br There are various ways to enter integers start…
17085 … 0 br In the cell selection mode, you can use the common navigation keys to select cells. 200…
17088 …de\"\>Tab\</item\> - cycle through all visible buttons from top to bottom or from left to right. …
17089 …r \<item type=\"keycode\"\>Ctrl+1\</item\> to \<item type=\"keycode\"\>Ctrl+8\</item\> - show all …
17090 …\<item type=\"keycode\"\>+\</item\> or \<item type=\"keycode\"\>-\</item\> to show or hide the foc…
17093 …keycode\"\>Left\</item\>, or \<item type=\"keycode\"\>Right\</item\> arrow to cycle through all bu…
17094to minimize the dialog, press \<item type=\"keycode\"\>F2\</item\> to enter the cell selection mod…
17095 helpcontent2 source\text\scalc\guide\keyboard.xhp 0 help par_id3154760 13 0 br Refer also to the …
17097 …pe=\"keycode\"\>Tab\</item\> to select the next drawing object or graphic and \<item type=\"keycod…
17098 …help par_id3155446 21 0 br Press \<item type=\"keycode\"\>Enter\</item\> to activate the focused…
17100 … 3 0 br With \<item type=\"keycode\"\>Ctrl+F6\</item\> you set the focus to the document. 200…
17101 …\keyboard.xhp 0 help par_idN107AA 0 br Choose View - Toolbars - Drawing to open the Drawing too…
17106 helpcontent2 source\text\scalc\guide\line_fix.xhp 0 help par_id3147345 8 0 br If you want to prin…
17107 …he viewable area of the spreadsheet, you can freeze them, which allows you to see the columns or r…
17111 …ct the \<emph\>cell\</emph\> that is below the row and to the right of the column that you want to
17112 …lc\guide\line_fix.xhp 0 help par_id3155335 7 0 br If the area defined is to be scrollable, apply…
17114 … below, or the column to the right of the row or column that you want to be in the frozen region. …
17136 …par_id3149261 3 0 br With the mouse button pressed, drag from one corner to the diagonally oppos…
17138 …ange across two cells, do not release the mouse button, and then drag back to the first cell. You …
17140 …05 15 0 br A mouse click marks a rectangular range from the current cell to the cell you clicked…
17141 …k_cells.xhp 0 help par_id3154368 17 0 br A mouse click in a cell adds it to the already marked c…
17143 … 9 0 br On the status bar, click the box with the legend STD / EXT / ADD to switch the marking m…
17153 … modifications, such as deleting rows or columns. It is, however, possible to edit any formatting,…
17157 … entered 10 numbers in Columns A and B (A1:A10 and B1:B10), and would like to calculate the sum of…
17159 … 0 br Using the mouse, select the range C1:C10, in which the results are to be displayed. 200…
17164 …d down the Ctrl key, or Ctrl+Shift keys while you release the mouse button to insert a copy or a l…
17167 …19 0 br Cells are copied and shift the cells in the target area to the right or to the bottom. …
17170 …419 0 br Cells are moved and shift the cells in the target area to the right or to the bottom. …
17171 …insert mode you see only the left border when target cells will be shifted to the right. You see o…
17172 …n the same sheet, the cells in the target area shift to the right, and then the whole row shifts t…
17174 helpcontent2 source\text\scalc\guide\move_dragdrop.xhp 0 help par_id5369121 0 br Links to the so…
17175 …lp par_id5590990 0 br Links to the source cells are inserted and shift the cells in the target …
17180to the right or to the bottom depends on the distance between source and target cells, if you move…
17181 … In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, …
17182 …tally), then after insertion of the cells, all cells will be shifted to the left to fill the sourc…
17190to display all the sheets belonging to your document. Clicking the button on the far left or the f…
17191to display all the sheet tabs, you can increase it by pointing to the separator between the scroll…
17205to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula…
17208 …see the profits in the range E2:H11. In some cases you must first press F9 to update the table. …
17212 …table shown above. D2 thru D11 contain the numbers 500, 1000 and so on, up to 5000. In E1 through …
17216 … You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you…
17221 …58 0 br Consider columns A and B of the sample table above. You now want to vary not just the qu…
17225to or below it as the target range. In the \<emph\>Column/Row\</emph\> field, enter the cell refer…
17226 …n annual sales, one under the other; for example, in steps of 500 from 500 to 5000. 2002-02-02 …
17228 …ning tool for "what if" questions.In your spreadsheet, you enter a formula to calculate a result f…
17239 …d3154731 4 0 br Choose \<item type=\"menuitem\"\>Insert - Sheet\</item\> to insert a new sheet o…
17240 …t\scalc\guide\multitables.xhp 0 help par_id3155333 16 0 br You can refer to a range of sheets in…
17241 …keycode\"\>Page Up\</item\> or \<item type=\"keycode\"\>Page Down\</item\> to select multiple shee…
17249 …guide\note_insert.xhp 0 help par_id3150440 32 0 br You can assign a note to each cell by choosin…
17258 …print_details.xhp 0 help par_id3145640 11 0 br Select the sheet you want to print. 2002-02-02…
17261 …h\>Sheet\</emph\> tab. In the \<emph\>Print \</emph\>area mark the details to be printed and click…
17268 …_id3153728 2 0 br When printing a sheet you can select which details are to be printed: 2002-…
17280 …ce\text\scalc\guide\print_exact.xhp 0 help par_id3159155 3 0 br Go to the sheet to be printed. …
17285to be printed. The pages will also be numbered from the first sheet onwards. If you see in the Pag…
17287 …der to print a sheet you have a number of interactive options available under \<emph\>View - Page …
17288 …Print \</emph\>dialog under \<emph\>Print range\</emph\>, select the pages to be printed: 2002-…
17294 …ext\scalc\guide\print_landscape.xhp 0 help par_id3154020 3 0 br Go to the sheet to be printed. …
17296 …operating system, it may be necessary to click the \<emph\>Properties\</emph\> button and to chang…
17303 …int_title_row.xhp 0 help par_id3146975 7 0 br As an example, If you want to print the top two ro…
17304 …par_id3149958 9 0 br Click the icon at the far right of the \<emph\>Rows to repeat\</emph\> area…
17305 …xhp 0 help par_id3150088 17 0 br Rows to repeat are rows from the sheet. You can define headers …
17306 …ar_id3153707 13 0 br Click the icon at the far right of the \<emph\>Rows to repeat\</emph\> area…
17307 …rge that it will be printed multiple pages, you can set up rows or columns to repeat on each print…
17308 … 0 br In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat. 2002-02-0…
17311 …704 16 0 br Click the icon again at the far right of the \<emph\>Columns to repeat\</emph\> area…
17313 … br If you also want column A as a column to repeat, click the icon at the far right of the \<emph…
17314 …br Select the first two rows and, for this example, click cell A1 and drag to A2. 2002-02-02 02…
17319 … par_id3153143 8 0 br To define a new page break region, drag the border to a new location. When…
17320 …. The same behavior occurs when you export the Excel formatted spreadsheet to a PDF file. 2002-…
17325 … par_idN108F5 0 br You can define which range of cells on a spreadsheet to print. 2002-02-02…
17326 …ted. Sheets without a defined print range are not printed and not exported to a PDF file, unless t…
17328 …printranges.xhp 0 help par_idN10905 0 br Select the cells that you want to print. 2002-02-02…
17330 helpcontent2 source\text\scalc\guide\printranges.xhp 0 help par_idN10910 0 br To Add Cells to a …
17331 …ntranges.xhp 0 help par_idN10917 0 br Select the cells that you want to add to the existing pri…
17338 …44 0 br To change the size of a print range, drag a border of the range to a new location. 2…
17340 …e\printranges.xhp 0 help par_idN10953 0 br Using the Page Break Preview to Edit Print Ranges …
17343 …value\>relative references\</bookmark_value\>\<bookmark_value\>references; to cells\</bookmark_val…
17345 helpcontent2 source\text\scalc\guide\relativ_absolut_ref.xhp 0 help hd_id3154704 29 0 br When to
17348 …en a calculation refers to one specific cell in your sheet. If a formula that refers to exactly th…
17350to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1…
17351to absolute and vice versa by pressing Shift +F4. If you start with a relative address such as A1,…
17352to calculate in cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 would be…
17353 …xhp 0 help par_id3153963 52 0 br $[officename] Calc shows the references to a formula. If, for e…
17354 …a in this way, you are making a relative reference to A1:B2. Relative here means that the referenc…
17356 …rted a new column A, the formula =SUM(A1:B2) will be automatically updated to =SUM(B1:C2). Row num…
17363 …p 0 help par_id3155131 12 0 br Click the name of the sheet that you want to change. 2002-02-0…
17364 …when you save it for the first time as a file. The document can contain up to 256 individual sheet…
17372 helpcontent2 source\text\scalc\guide\rounding_numbers.xhp 0 help par_id3146920 13 0 br Go to the …
17374 … help par_id3147428 6 0 br Choose \<emph\>Format - Cells\</emph\> and go to the \<emph\>Numbers\…
17377 helpcontent2 source\text\scalc\guide\rounding_numbers.xhp 0 help par_id3153707 10 0 br Go to the …
17378 … 0 br In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places. …
17380 …ding_numbers.xhp 0 help par_id3154321 5 0 br Mark all the cells you want to modify. 2002-02-0…
17384 helpcontent2 source\text\scalc\guide\row_height.xhp 0 help hd_id3153963 4 0 br Using the mouse to
17385 …t\scalc\guide\row_height.xhp 0 help hd_id3154659 7 0 br Using the dialog to change the row heigh…
17392 …he current row, keep the mouse button pressed and drag up or down in order to change the row heigh…
17402 …id1243629 0 br Double-click a scenario name in the Navigator to apply that scenario to the curr…
17405 …sulting calculations, visible. Scenarios allow you create a list of values to select from for a gi…
17409 …want to know which values in the scenario affect other values, choose \<emph\>Tools - Detective - …
17420 …ed_list.xhp 0 help par_id2367931 0 br Hold down Ctrl if you do not want to fill the cells with …
17422 …r right corner of the cell border. Then drag the selected cell a few cells to the right or downwar…
17423 …ists\</emph\>. You can also create your own lists of text strings tailored to your needs, such as …
17424 …lp par_id3159154 7 0 br Sort lists allow you to type one piece of information in a cell, then dr…
17428 …0 help par_id3145785 19 0 br Copy the column headers of the sheet ranges to be filtered into an …
17435 …elp par_id3147300 51 0 br Copy row 1 with the row headers (field names), to row 20, for example.…
17459 …2 20 0 br Once you have created a filter matrix, select the sheet ranges to be filtered. Open th…
17463 …a are still visible. All other rows are temporarily hidden and can be made to reappear with the \<…
17482 …uper_subscript.xhp 0 help par_id3150439 3 0 br If, for example, you want to write H20 with a sub…
17486 …elp par_id3154684 2 0 br In the cell, select the character that you want to put in superscript o…
17494 …le_cellmerge.xhp 0 help par_id7116611 0 br Place the cursor in the cell to be split. 2002-02…
17502 …uide\table_rotate.xhp 0 help par_id3148575 6 0 br Click the cell that is to be the top left cell…
17503 …tate.xhp 0 help par_id3153142 3 0 br Select the cell range that you want to transpose. 2002-0…
17505 …te.xhp 0 help par_id3154013 2 0 br In $[officename] Calc, there is a way to "rotate" a spreadshe…
17513 … \<emph\>Tools - Options - %PRODUCTNAME Calc\</emph\>\<emph\>,\</emph\> go to the \<emph\>View\</e…
17514 …der the menu item \<emph\>Tools - Options - %PRODUCTNAME Calc,\</emph\> go to the \<emph\>View\</e…
17518to enter a number directly as text, enter an apostrophe (') first. For example, for years in colum…
17519 …ormal numbers in cells and have afterwards changed the format of the cells to "Text", the numbers …
17526 …ate.xhp 0 help par_id3145171 2 0 br Select the cells whose text you want to rotate. 2002-02-0…
17527 …ext direction\</emph\> area use the mouse to select in the preview wheel the direction in which th…
17538 …lc\guide\text_wrap.xhp 0 help par_id3153142 43 0 br If you want the text to automatically break …
17539 … help par_id3153951 44 0 br Select all the cells where you want the text to break at the right b…
17555 …apply the function in a Calc document that is to be used on another computer, you can copy the fun…
17562 …d_function.xhp 0 help par_id3154022 20 0 br If you want to copy the user-defined function to a C…
17567 …the Basic-IDE, select the source of your user-defined function and copy it to the clipboard. 20…
17578 …13 0 br Select the next condition under \<emph\>Data\</emph\>. According to what you choose, add…
17579 …, then by using the \<emph\>Browse\</emph\> button you can specify a macro to be run in the event …
17580 …idity.xhp 0 help par_id3150033 19 0 br Select "Warning" or "Information" to display a dialog in …
17581 …ined the conditions for cell validity, you can use the other two tab pages to create message boxes…
17582 …0" or serial time numbers. "Text Length" stipulates that cells are allowed to contain text only. …
17584 …dity.xhp 0 help par_id3155959 6 0 br Select the cells for which you want to define a new validit…
17586 …par_id3156283 2 0 br For each cell, you can define entries to be valid. Invalid entries to a cel…
17587 … 17 0 br On the \<emph\>Error Alert\</emph\> tab page, select the action to be carried out in th…
17590 …\" name=\"Mark Invalid Data\"\>\<emph\>Mark Invalid Data\</emph\>\</link\> to display which cells …
17591 helpcontent2 source\text\scalc\guide\validity.xhp 0 help par_id9224829 0 br Select "List" to ent…
17603 …e_with_name.xhp 0 help par_id3154510 6 0 br Press the Enter key in order to accept the name from…
17605 …\>Add\</emph\>. The newly defined name appears in the list below. Click OK to close the dialog. …
17606 …rences. For example, the name A1 is invalid because A1 is a cell reference to the top left cell. …
17609 …emph\>Define Names\</emph\> dialog to define names for formulas or parts of formulas you need more…
17611 …489364 0 br A good way of making the references to cells and cell ranges in formulas legible is…
17613 …e_with_name.xhp 0 help par_id953398 0 br For example, it is much easier to read a formula for s…
17621 …de\webquery.xhp 0 help par_id3145750 8 0 br Choose \<emph\>Insert - Link to External Data\</emph…
17622 …ide\webquery.xhp 0 help par_id3148575 4 0 br You can use the same method to insert ranges define…
17624 …e large list box of the dialog, select the named ranges or tables you want to insert. 2002-02-0…
17627 …eadsheet. Press Enter when finished. Click the \<emph\>...\</emph\> button to open a file selectio…
17631 …ocuments: the $[officename] Calc spreadsheet in which the external data is to be inserted (target …
17638 …8 27 0 br Open \<emph\>Edit - Links\</emph\>. Here you can edit the link to the external data. …
17642 … treated internally as 1/1/1930 or higher. All lower two-digit years apply to the 20xx century. So…
17643 …] as four digits, so that in the calculation of the difference from 1/1/99 to 1/1/01, the result w…
17644 …at is used when you enter a year with only two digits. The default is 1930 to 2029. 2002-02-02 …
17646 helpcontent2 source\text\scalc\main0000.xhp 0 help hd_id3147338 1 0 br Welcome to the $[officenam…
17648 helpcontent2 source\text\scalc\main0000.xhp 0 help hd_id3153965 3 0 br How to Work With $[officen…
17651 helpcontent2 source\text\scalc\main0000.xhp 0 help tit 0 br Welcome to the $[officename] Calc He…
17673 …c\main0102.xhp 0 help par_id3154758 2 0 br Use the commands in this menu to edit Calc sheets, fo…
17709 …ph\>Tools \</emph\>menu contains commands to check spelling, to trace sheet references, to find mi…
17713 …107.xhp 0 help par_id3150398 2 0 br Use the \<emph\>Window\</emph\> menu to open, split, and arr…
17715 … hd_id1387066 0 br \<link href=\"text/scalc/01/text2columns.xhp\"\>Text to Columns\</link\> …
17725 … 0 help par_id3147264 2 0 br Use the \<emph\>Data \</emph\>menu commands to edit the data in the…
17739 …r \<ahelp hid=\".\" visibility=\"hidden\"\>Aligns the contents of the cell to the left.\</ahelp\> …
17740 …r \<ahelp hid=\".\" visibility=\"hidden\"\>Aligns the contents of the cell to the right.\</ahelp\>…
17743 …r \<ahelp hid=\".\" visibility=\"hidden\"\>Aligns the contents of the cell to the left and right c…
17745 …xhp 0 help par_idN10847 0 br \<ahelp hid=\".\"\>Applies the date format to the selected cells.\…
17747 …elp par_idN10862 0 br \<ahelp hid=\".\"\>Applies the exponential format to the selected cells.\…
17751 …width=\"0.222inch\" height=\"0.222inch\"\>\<alt id=\"alt_id8354747\"\>left to right icon\</alt\>\<…
17752 … 0 br \<ahelp hid=\".uno:ParaLeftToRight\"\>The text is entered from left to right.\</ahelp\> …
17754 …idth=\"0.222inch\" height=\"0.222inch\"\>\<alt id=\"alt_id2405774\"\>right to left icon\</alt\>\</…
17755 …The text formatted in a complex text layout language is entered from right to left.\</ahelp\> 2…
17780 … help par_id3150400 2 0 br \<ahelp hid=\"HID_SC_INPUTWIN\"\>Use this bar to enter formulas.\</ah…
17794 …id3151112 2 0 br \<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\"\>Use the Tools bar to access commonly used…
17809 …\>, including statistical and banking functions, that you can use to create formulas to perform co…
17810 …text/scalc/01/04060000.xhp\" name=\"AutoPilots\"\>Function Wizard\</link\> to help you create your…
17812 … 2 0 br $[officename] Calc is a spreadsheet application that you can use to calculate, analyze, …
17813 helpcontent2 source\text\scalc\main0503.xhp 0 help par_id3154011 8 0 br Use spreadsheets to arran…
17814 … reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to
17816 …id3156444 14 0 br An interesting feature is to be able to immediately view the results of change…
17817 … 0 help par_id3157867 19 0 br Use the $[officename] filters to convert Excel files, or to open a…
17886 …_SCH_TBI_DATA_DELETE_COL\"\>Deletes the current column. It is not possible to delete the header co…
17887 …HID_SCH_TBI_DATA_DELETE_ROW\"\>Deletes the current row. It is not possible to delete the header ro…
17888 …a series are organized in columns. The role of the left most column is set to categories or data l…
17892 …help par_id6064943 0 br Choose \<emph\>View - Chart Data Table\</emph\> to open the Data Table …
17895 …\01\03010000.xhp 0 help par_id743430 0 br Use the icons above the table to insert or delete row…
17896 …same as in the data table. Use the \<emph\>Move Series Right\</emph\> icon to switch the current c…
17897 …nto your document, you can open the Data Table dialog to enter your own data. The chart responds t…
17898 …the same as in the data table. Use the \<emph\>Move Row Down\</emph\> icon to switch the current r…
17899 …594 0 br Close the Chart Data dialog to apply all changes to the chart. Choose \<emph\>Edit - U…
17900 … br Click a cell in the dialog and change the contents. Click another cell to see the changed cont…
17909 … \<variable id=\"titel\"\>\<ahelp hid=\".uno:InsertTitle\"\>Opens a dialog to enter or modify the …
17912 …o:ToggleTitle\"\>Click \<emph\>Title On/Off\</emph\> on the Formatting bar to show or hide the tit…
17913 …xisTitle\"\>Click \<emph\>Axes Title On/Off\</emph\> on the Formatting bar to show or hide the axi…
17928 … 0 br \<ahelp hid=\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\"\>Specifies whether to display a legend for…
17934 …\<emph\>Legend \</emph\>dialog, which allows you to change the position of legends in the chart, a…
17942 …d=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\"\>Displays the legend icons next to each data point labe…
17944 …iption\"\>Opens the\<emph\> Data labels \</emph\>dialog, which enables you to set the data labels.…
17958 …ariable id=\"achsen\"\>\<ahelp hid=\".uno:InsertAxis\"\>Specifies the axes to be displayed in the …
17961 …can have different scaling. For example, you can scale one axis to 2 in. and the other to 1.5 in. …
17964to assign a second axis to your chart. If a data row is already assigned to this axis, $[officenam…
17972 …DIOBUTTON:TP_STAT:RBT_NONE\"\>Specifies that you do not want any functions to be displayed.\</ahel…
17973 …InsertStatistics\"\>Use the\<emph\> Statistics \</emph\>dialog to determine if you want to display…
17974 …st error margin in % according to the highest value of the data group.\</ahelp\> Set the percentag…
17975 …ys a percentage. The display refers to the corresponding data point. \</ahelp\> Set the percentage…
17994 …ar_id181279 0 br You should transform your data accordingly; it is best to work on a copy of th…
17995 …ation to a linear model takes place. The power regression follows the equation \<item type=\"liter…
18000 …ar_id33875 0 br Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n…
18005 …ntial regression curves a transformation to a linear model takes place. The optimal curve fitting …
18009 … br To insert regression curves for all data series double-click the chart to enter edit mode. Cho…
18016 …1\04050100.xhp 0 help par_id7272255 0 br Regression curves can be added to all chart types exce…
18023to a chart type that uses categories, like \<emph\>Line \</emph\>or \<emph\>Column, \</emph\>then …
18025 …ype=\"literal\"\>=LINEST(Data_Y,Data_X)\</item\> with the complete range x to xⁿ (without headings…
18028to see the information in the status bar. The \<link href=\"text/shared/guide/active_help_on_off.x…
18029 …/item\> or \<item type=\"literal\"\>y=b*m^x\</item\>, which is transformed to \<item type=\"litera…
18041 helpcontent2 source\text\schart\01\04060000.xhp 0 help hd_id3150043 9 0 br Align data series to: …
18045 …y=\"visible\"\>This option is active as default. All data rows are aligned to the primary Y axis.\…
18046 … "stacked" and "percent" column (vertical bar) charts, mark this check box to connect the column l…
18047 …settings for a bar chart in this area. Any changes apply to all data series of the chart, not to t…
18048 … axis. This axis is only visible when at least one data series is assigned to it and the axis view…
18049 helpcontent2 source\text\schart\01\04060000.xhp 0 help par_id3155067 2 0 br Use this dialog to de…
18063 …\>You can divide the axes into sections by assigning gridlines to them. This allows you to get a b…
18064 …4 9 0 br \<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\"\>Adds gridlines to the Y axis of the ch…
18067 …9 6 0 br \<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\"\>Adds gridlines to the X axis of the ch…
18069 helpcontent2 source\text\schart\01\04070000.xhp 0 help par_id3154511 4 0 br Defines the axis to b…
18072 … 12 0 br \<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Z_MAIN\"\>Adds gridlines to the Z axis of the ch…
18073 …0 help par_id3156449 14 0 br Use this area to assign a minor grid for each axis. Assigning minor…
18085 …chaften\"\>\<ahelp hid=\".uno:DiagramObjects\"\>Assigns certain properties to the selected object.…
18089 …chart\01\05010100.xhp 0 help par_id3152577 2 0 br This dialog allows you to change the propertie…
18093 helpcontent2 source\text\schart\01\05010200.xhp 0 help par_id3145750 2 0 br Use this to change th…
18094 …ire data row. For example, if you change the color, all elements belonging to this data row will c…
18139 …le text orientation.\</ahelp\> The letters "ABCD" on the button correspond to the new setting. …
18141 …_id3150199 55 0 br \<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\"\>Allows you to manually enter the o…
18146 …"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\"\>Specifies whether to show or hide the axi…
18147 …e text direction of cell contents.\</ahelp\> Click one of the ABCD buttons to assign the required …
18197 …CH:CHECKBOX:TP_SCALE_Y:CBX_LOGARITHM\"\>Specifies that you want the y axis to be subdivided logari…
18198 …\"\>You must first deselect the \<emph\>Automatic\</emph\> option in order to modify the values.\<…
18203 …p hid=\"SCH_SPINFIELD_TP_SCALE_Y_EDT_ORIGIN\"\>Specifies at which position to display the values a…
18205 …alues that differ sharply from each other. You can use logarithmic scaling to make the grid lines …
18209 …angle axis direction is counterclockwise and the radial axis is from inner to outer. 2002-02-02…
18216to define the marking dashes between the axis marks. It is possible to activate both fields. This …
18217 …97 71 0 br Specifies whether the marks are to be on the inner or outer side of the axis. It is p…
18230 …par_id3155764 2 0 br Opens a submenu, where you select the grid you want to format. 2002-02-0…
18251 helpcontent2 source\text\schart\01\05120000.xhp 0 help par_id3145750 2 0 br Allows you to modify …
18252 … 0 br \<ahelp hid=\".uno:Backward\"\>Sends the selected data row backward (to the left).\</ahelp\>…
18253 … 0 br \<ahelp hid=\".uno:Forward\"\>Brings the selected data row forward (to the right).\</ahelp\…
18254 …y available if you have data displayed in columns. It is not possible to switch to data display in…
18286 … par_id3464461 0 br Optionally set the resolution. A higher value leads to a smoother line. …
18290 …0 br In a chart that displays lines (Line type or XY type), you can choose to show curves instead …
18298 …hree_d_view.xhp 0 help par_id121158 0 br Use the Ambient light list box to define the ambient l…
18299 … 0 br When you leave the dialog with Cancel or Escape, the chart returns to the state when you o…
18301 …hree_d_view.xhp 0 help par_id1579027 0 br Mark \<emph\>Shading\</emph\> to use the Gouraud meth…
18303 …9 0 br An x value of 90, with y and z set to 0, provides a view from top down to the chart. Wit…
18304 …780 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Drag the right slider to set the vertical hei…
18305 …58 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Drag the bottom slider to set the horizontal p…
18306 …w.xhp 0 help par_id2578203 0 br The rotation axes always relate to the page, not to the chart's…
18308 …can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. …
18313 …ab page has two sliders to set the vertical and horizontal position of the selected light source. …
18315 …_view.xhp 0 help par_id4407483 0 br Mark \<emph\>Rounded Edges\</emph\> to smooth the edges of …
18316 …dden\"\>Sets the rotation of the chart on the x axis. The preview responds to the new settings.\</…
18317 …e_d_view.xhp 0 help par_id4923245 0 br Select the Perspective check box to view the chart in ce…
18318 …0 help par_id533768 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to enable or disable th…
18321 …dden\"\>Sets the rotation of the chart on the y axis. The preview responds to the new settings.\</…
18324 …ility=\"hidden\"\>Mark the Perspective box to view the chart as through a camera lens. Use the spi…
18326 … help par_id6394238 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to switch between an il…
18327 …ree_d_view.xhp 0 help par_id6531266 0 br Click any of the eight buttons to switch a directed li…
18328 …1\three_d_view.xhp 0 help par_id6942045 0 br The chart preview responds to the new settings tha…
18331 … help par_id7214270 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to enable or disable th…
18333 …can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. R…
18335 …D chart you can choose \<item type=\"menuitem\"\>Format - 3D View\</item\> to set perspective, app…
18336 …view.xhp 0 help par_id8469191 0 br Mark \<emph\>Object Borders\</emph\> to draw lines along the…
18338 …dden\"\>Sets the rotation of the chart on the z axis. The preview responds to the new settings.\</…
18341 …ility=\"hidden\"\>Shows borders around the areas by setting the line style to Solid.\</ahelp\> …
18343 …nabled and you rotate a chart, the lights are rotated as if they are fixed to the chart. 2002-0…
18344 helpcontent2 source\text\schart\01\three_d_view.xhp 0 help par_id9999694 0 br Set all angles to
18351 …nes is filled with a color. The area chart's focus is to emphasize the changes from one category t…
18352 …t first plots the area of the last column in the data range, then the next to last, and so on, and…
18359 …ws all data values belonging to a category next to each other. Main focus is on the individual abs…
18360 …of the data values. The "realistic" scheme tries to give the best 3D look. The "simple" scheme tri…
18361 …rt or bar graph with vertical bars. The height of each bar is proportional to its value. The x axi…
18364 … or bar graph with horizontal bars. The length of each bar is proportional to its value. The y axi…
18365 …e of each data value with regard to the total of its category. Main focus is the relative contribu…
18385 …schart\01\type_column_line.xhp 0 help par_id2958464 0 br The label next to the text box states …
18388 helpcontent2 source\text\schart\01\type_column_line.xhp 0 help par_id3779717 0 br Click Add to a…
18390 …t\schart\01\type_column_line.xhp 0 help par_id5056611 0 br Click Remove to remove the selected …
18394 …help par_id5729544 0 br Use the Chart Elements page of the Chart Wizard to insert any of the fo…
18398 …pe_column_line.xhp 0 help par_id6768700 0 br Click an entry in the list to view and edit the pr…
18401 … Up and Down arrow buttons to move the selected entry in the list up or down. This way you can con…
18405 …883816 0 br Enter the range or click \<emph\>Select data range\</emph\> to minimize the dialog …
18416 …e_line.xhp 0 help par_id2655720 0 br Mark \<emph\>Stack series\</emph\> to arrange the points' …
18417to draw curves through the points instead of straight lines. Click \<emph\>Properties\</emph\> for…
18434 …aining donut. In the created chart, you can click and drag an outer sector to move it along a radi…
18436 …can be shown. In the created chart, you can click and drag an outer sector to move it along a radi…
18437 … created chart, you can click and drag any sector to separate that sector from the remaining pie o…
18438 …circle. The length of the arc, or the area of each sector, is proportional to its value. 2002-0…
18439 …d from each other. In the created chart, you can click and drag any sector to move it along a radi…
18460to minimize the dialog, then drag to select the data range. When you release the mouse, the data a…
18491 …lays text like "Row 1, Row 2, ...", or "Column A, Column B, ..." according to the row number or co…
18494 …ave got more than one price data series, use the Up and Down arrow buttons to order them. The orde…
18509to change the variant, then first change the chart type to a column chart, add or remove columns s…
18523 …determines how the categories are arranged in the chart. Use Move Row Down to change the order. …
18530 …eed for the chosen variant of the stock chart. The ranges need not be next to each other in the ta…
18533 …the range into the text box or click on \<emph\>Select data range\</emph\> to minimize the dialog …
18537 …ant. Use Move Series Right to change the column order. Close the chart data table. Now use the Cha…
18538 …our stock chart data are "in columns", if the information in a row belongs to the same "candle sti…
18551 …type_xy.xhp 0 help par_id1202124 0 br Click \<emph\>Properties\</emph\> to set details for the …
18557 …ar_id4408093 0 br This variant draws straight lines from one data point to the next. The data p…
18558 …default settings. After the chart is finished, you can edit its properties to change the appearanc…
18559 …rt\01\type_xy.xhp 0 help par_id5482039 0 br Double-click any data point to open the \<item type…
18562 …emph\>Resolution\</emph\> determines how many line segments are calculated to draw a piece of poly…
18564 …h\>Sort by X Values\</emph\> to draw the lines in the order of the x values. This sorting applies …
18565 …t choose \<link href=\"text/schart/01/three_d_view.xhp\"\>3D View\</link\> to set properties like …
18567 …ype_xy.xhp 0 help par_id7957396 0 br Mark \<emph\>Smooth Lines\</emph\> to draw curves instead …
18570 …3 0 br \<emph\>B-Spline\</emph\> uses the data points as control points to form a B-spline curv…
18574 …elp hid=\".\" visibility=\"hidden\"\>Displays grid lines that are parallel to the y-axis.\</ahelp\…
18575 …lays text like "Row 1, Row 2, ...", or "Column A, Column B, ..." according to the row number or co…
18576 …art_elements.xhp 0 help par_id156865 0 br It is not possible to link the title text to a cell. …
18577 …hp 0 help par_id2924283 0 br The distance of the grid lines corresponds to the interval setting…
18578 …e will be reserved to display the text next to the chart. If you do not enter a text, no space wil…
18585 …_elements.xhp 0 help par_id6527298 0 br The visible grid lines can help to estimate the data va…
18586 …elp hid=\".\" visibility=\"hidden\"\>Displays grid lines that are parallel to the x-axis.\</ahelp\…
18589 …elp hid=\".\" visibility=\"hidden\"\>Displays grid lines that are parallel to the z-axis. This opt…
18598 …lp par_id2284920 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to go to the named wizard …
18601 … br Click \<emph\>Next\</emph\> to see the next wizard page, or click the entries on the left side…
18602 …6 0 br Press \<item type=\"keycode\"\>Shift+F1\</item\> and point to a control to see an extend…
18610 …elp par_id7251503 0 br Click \<emph\>Finish\</emph\> on any wizard page to close the wizard and…
18612 …_id7617114 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Opens a dialog to set the curve proper…
18613 …iz_chart_type.xhp 0 help par_id7659535 0 br Click \<emph\>Back\</emph\> to see the previous wiz…
18615 …e you change the settings in the wizard, watch the preview in the document to see how the chart wi…
18616 …hp 0 help par_id8406933 0 br The contents on the right side will change to offer more options d…
18617 …_chart_type.xhp 0 help par_id8420056 0 br Click \<emph\>Cancel\</emph\> to close the wizard wit…
18624 …t data range\</emph\> to minimize the dialog, then drag to select the data range. Click \<emph\>Se…
18628 …<ahelp hid=\".\" visibility=\"hidden\"\>Enter the data range that you want to include in your char…
18635 … 0 br If you want a data range of multiple cell areas that are not next to each other, enter th…
18648 …iz_data_series.xhp 0 help par_id1474654 0 br Click an entry in the list to view and edit the pr…
18653 helpcontent2 source\text\schart\01\wiz_data_series.xhp 0 help par_id2926419 0 br Click Remove to
18654 …931699 0 br Enter the range or click \<emph\>Select data range\</emph\> to minimize the dialog …
18655 …_series.xhp 0 help par_id4443800 0 br Use the Up and Down arrow buttons to move the selected en…
18656 …\schart\01\wiz_data_series.xhp 0 help par_id4695272 0 br The label next to the text box states …
18659 …ll data series in the chart. Click an entry to view and edit that data series. Click \<emph\>Add\<…
18661 …t\schart\01\wiz_data_series.xhp 0 help par_id6326487 0 br If there seem to be too many options …
18662 helpcontent2 source\text\schart\01\wiz_data_series.xhp 0 help par_id6627094 0 br Click Add to ad…
18666 … 0 br If you want a data range of multiple cell areas that are not next to each other, enter th…
18691 …6120 2 0 br \<ahelp hid=\".uno:NewArrangement\"\>Moves all chart objects to their default positi…
18738 helpcontent2 source\text\schart\main0000.xhp 0 help par_id4194769 0 br double-click an axis to e…
18739 …e charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc) 2002-02-02 …
18740 …4923856 0 br To print a chart in high quality, you can export the chart to a PDF file and print…
18742 …4907 0 br with a data series selected, double-click a single data point to edit the properties …
18743 …ck any other chart element, or click the element and open the Format menu, to edit the properties …
18746 helpcontent2 source\text\schart\main0000.xhp 0 help par_id7911008 0 br Click a chart to edit the…
18748 helpcontent2 source\text\schart\main0000.xhp 0 help par_id7986693 0 br Double-click a chart to e…
18750 …t\schart\main0000.xhp 0 help par_id8420667 0 br Click outside the chart to leave the current ed…
18752 …8644672 0 br double-click a data point, or a data series in the legend, to edit the graphical v…
18758 …en the chart is embedded in the same document as the data, it stays linked to the data, so that th…
18759 …in0503.xhp 0 help par_id3150868 2 0 br Charts allow you to present data so that it is easy to vi…
18778 …sdraw\04\01020000.xhp 0 help hd_id3147533 68 0 br Shortcut Keys Specific to Drawings 2002-02-…
18798 …en moving\</link\> option in Tools - Options - %PRODUCTNAME Draw - General to use this shortcut ke…
18827 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_id3147004 10 0 br Opens group to edit i…
18829 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_id3147250 32 0 br Fits to frame. 200…
18835 …xhp 0 help par_id3148831 90 0 br Constrains the dimensions of the object to multiples of 45 degr…
18836 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_id3149028 67 0 br Send to back. 2002…
18842 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_id3150746 102 0 br Zooms to fit entire …
18847 …inline\>Alt\</defaultinline\>\</switchinline\> key and drag with the mouse to draw or resize an ob…
18852 …p par_id3153877 2 0 br The following is a list of shortcut keys specific to Drawing documents. …
18862 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_id3155928 61 0 br Bring to front. 20…
18869 …draw\04\01020000.xhp 0 help par_id3159343 88 0 br Adds or removes object to or from the selectio…
18872 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_idN10ADC 0 br Switch to previous page …
18874 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_idN10AE7 0 br Switch to next page 2…
18876 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_idN10AF2 0 br Switch to next layer …
18878 helpcontent2 source\text\sdraw\04\01020000.xhp 0 help par_idN10AFD 0 br Switch to previous layer…
18888 ….xhp 0 help par_id3149126 81 0 br Click the object behind which you want to arrange the selected…
18889 …50327 78 0 br Choose \<item type=\"menuitem\"\>Modify - Arrange\</item\> to bring up the context…
18891 …hp\" name=\"Distribution\"\>\<emph\>Distribution\</emph\>\</link\> command to distribute the verti…
18892 … \<emph\>Alignment\</emph\> function enables you to align objects relative to each other or relati…
18894 …\align_arrange.xhp 0 help par_id3154022 83 0 br Shift-click both objects to select them. 2002…
18895 …\>Modify - Arrange\</item\> to open the context menu and choose \<emph\>Behind Object\</emph\>. Th…
18896 …55114 84 0 br Choose \<item type=\"menuitem\"\>Modify - Arrange\</item\> to open the context men…
18897 …ign_arrange.xhp 0 help par_idN107D5 0 br Click the object that you want to re-arrange. 2002-…
18898 helpcontent2 source\text\sdraw\guide\align_arrange.xhp 0 help par_idN107E6 0 br \<emph\>Bring to
18901 helpcontent2 source\text\sdraw\guide\align_arrange.xhp 0 help par_idN107F8 0 br \<emph\>Send to
18903 …ign_arrange.xhp 0 help par_idN10811 0 br Click the object that you want to re-arrange. 2002-…
18904 …par_idN108A3 0 br Select an object to align it to the page or select multiple objects to align …
18907 …align_arrange.xhp 0 help par_idN108CE 0 br Select three or more objects to be distributed. 2…
18914 …de\color_define.xhp 0 help par_id3145116 20 0 br If you want to add your custom color to the sta…
18916 …xhp 0 help par_id3145386 17 0 br Enter a numeric value in the boxes next to the color components…
18917 helpcontent2 source\text\sdraw\guide\color_define.xhp 0 help par_id3147244 26 0 br If you want to
18919to open the \<link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"\>\<emph\>Color\</emph…
18920to create colors on a computer screen. In the RGB model, the three color components are additive a…
18923 … par_id3154511 8 0 br If you want, you can mix a custom color and add it to a color table. 20…
18924 …t\sdraw\guide\color_define.xhp 0 help par_id3154657 13 0 br Changes made to the standard color t…
18925 …ck a color in the table that is similar to the one you want to mix. The color appears in the upper…
18926 …RGB color model for printing in color. The CMYK controls are provided only to ease the input of co…
18942 …ing objects act as grouped objects, except that you cannot enter the group to edit the individual …
18943 …c.xhp 0 help par_id3150001 73 0 br Adds the area of the selected objects to the area of the lowe…
18945 …</emph\>\</link\>\<emph\>- Merge, Subtract and Intersect\</emph\> commands to two or more drawing …
18969 …l objects of a group by selecting the group and pressing F3. Press Ctrl+F3 to exit the group editi…
18972 …\sdraw\guide\cross_fading.xhp 0 help par_id3156450 44 0 br Enter a value to specify the number o…
18979 …button when the circle has reached the size you want. A line corresponding to the circle radius ap…
18980 …tor.xhp 0 help par_id3146874 38 0 br Position the pointer where you want to place the second bou…
18984 …tor.xhp 0 help par_id3149872 37 0 br Position the pointer where you want to place the first boun…
18985 … 34 0 br Position the pointer at the edge of the circle you want to draw and drag to create the …
18987 …lt id=\"alt_id3155768\"\>Icon\</alt\>\</image\>. The mouse pointer changes to a cross hair with a …
18988 …57871 51 0 br As the radius line that follows the pointer is constrained to the circle boundarie…
18993 …ct.xhp 0 help par_id3149129 6 0 br Use the \<emph\>Ellipse\</emph\> tool to draw a solid yellow …
18996 …licate_object.xhp 0 help par_id3149947 12 0 br Click \<emph\>OK\</emph\> to create the duplicate…
18998 …nd \<emph\>End\</emph\> boxes. The \<emph\>Start\</emph\> color is applied to the object that you …
19007 …147344 26 0 br You can also use the \<emph\>Transparency\</emph\> option to replace the transpar…
19008 …id3148488 27 0 br Similarly, you can use the \<emph\>Eyedropper\</emph\> to make a color on your…
19012to replace another color while the dialog is open, select the check box in front of \<emph\>Sourc…
19013 …ears in the first \<emph\>Source color\</emph\> box and the check box next to the color is selecte…
19015 helpcontent2 source\text\sdraw\guide\eyedropper.xhp 0 help par_id3154704 25 0 br Up to four color…
19016 …ion the mouse pointer over the color you want to replace in the image. The color appears in the bo…
19018 helpcontent2 source\text\sdraw\guide\eyedropper.xhp 0 help par_id3157871 37 0 br If you want to e…
19031 …radient.xhp 0 help par_id3150046 12 0 br Select a gradient from the list to use as the basis for…
19032 …91 15 0 br Set the gradient properties and click \<emph\>Modify\</emph\> to save the gradient. …
19036 …d of two different colors, or shades of the same color, that you can apply to a drawing object. …
19038 …d3154844 42 0 br Select a drawing object with the gradient that you want to modify. 2002-02-0…
19042 …radient.xhp 0 help par_idN107BE 0 br Adjust the values for the gradient to suit your needs and …
19046 …aphic_insert.xhp 0 help par_id3150044 5 0 br Click \<emph\>Open\</emph\> to insert the picture. …
19047 …e the picture you want to insert. Select the \<emph\>Link\</emph\> check box to insert only a link…
19049 …e, do not change the name of the source picture or move the source picture to another directory. …
19055 …ouped in other groups. Actions applied to a group do not affect the relative position of the indiv…
19057 …uide\groups.xhp 0 help par_id3147346 29 0 br Select the objects you want to group and choose \<e…
19059 … 30 0 br For example, you can group all of the objects in a company logo to move and resize the …
19066 … the group. Double-click a group to enter it and click on the object to select it. You can also ad…
19068 …help bm_id3145799 0 br \<bookmark_value\>draw objects; connecting lines to\</bookmark_value\>\<…
19083 …3d.xhp 0 help par_id3149211 34 0 br Double-click the first object (cube) to enter its group. …
19088 …bjects3d.xhp 0 help par_id3155376 36 0 br Double-click outside the group to exit the group. 2…
19094 … \<item type=\"keycode\"\>Tab\</item\> until you reach the object you want to select. 2002-02-0…
19098 …elp par_id3152990 3 0 br Press \<item type=\"keycode\"\>Ctrl+F6\</item\> to enter the document. …
19099 …p par_id3153188 11 0 br Press \<item type=\"keycode\"\>F6\</item\> to navigate to the \<emph\>Dr…
19101 …uide\keyboard.xhp 0 help par_id3155062 5 0 br You can use the arrow keys to position the object …
19102 helpcontent2 source\text\sdraw\guide\keyboard.xhp 0 help par_id3155962 6 0 br To return to the do…
19103to the icon, the drawing tool opens a sub toolbar. Press the \<item type=\"keycode\"\>Up\</item\> …
19116 …149021 69 0 br Move the pointer to a corner handle so that the pointer changes to a rotate symbo…
19118 …otate_object.xhp 0 help par_id3150716 14 0 br Select the object you want to rotate. On the \<emp…
19121 … change the pivot point, drag the small circle in the center of the object to a new location. 2…
19123 …_value\>legends; drawings\</bookmark_value\>\<bookmark_value\>text;fitting to frames\</bookmark_va…
19125 helpcontent2 source\text\sdraw\guide\text_enter.xhp 0 help hd_id3150437 54 0 br Fitting Text to F…
19127 helpcontent2 source\text\sdraw\guide\text_enter.xhp 0 help hd_id3155955 58 0 br Text Tied to a Gr…
19130 …uble-click the text to edit it or to format text properties, such as font size or font color. Clic…
19131 …0 help par_id3145750 46 0 br There are several types of text you can add to a drawing or present…
19133to the \<emph\>Callouts\</emph\> icon \<image id=\"img_id3154508\" src=\"res/commandimagelist/sc_c…
19134 …draw\guide\text_enter.xhp 0 help par_id3149052 50 0 br Drag a text frame to the size you want in…
19136 helpcontent2 source\text\sdraw\guide\text_enter.xhp 0 help par_id3150272 60 0 br Drag to draw the…
19138 …lt_id3156450\"\>Icon\</alt\>\</image\> and move the mouse pointer to where you want to enter the t…
19140 …ext_enter.xhp 0 help par_idN10828 0 br Text that changes character size to fill the frame size …
19141 …\sdraw\guide\text_enter.xhp 0 help par_idN1082C 0 br Text that is added to any drawing object b…
19145 …</emph\> tab page, clear the \<emph\>Fit height to text\</emph\> checkbox, then select the \<emph\…
19146 …dN108FD 0 br Select a callout and move the mouse pointer to where you want the callout to start…
19147 helpcontent2 source\text\sdraw\guide\text_enter.xhp 0 help par_idN10917 0 br You can add text to
19150 helpcontent2 source\text\sdraw\guide\text_enter.xhp 0 help par_idN10925 0 br Copy the text to th…
19151 …ter.xhp 0 help par_idN1092D 0 br Click the page or slide where you want to paste the text. 2…
19153 … 0 br Using \<emph\>Paste special\</emph\>, you can choose the text format to be pasted. Depending…
19155 …ter.xhp 0 help par_idN10946 0 br Click the page or slide where you want to import the text. …
19157 …. The \<emph\>Insert Text\</emph\> dialog opens. Click \<emph\>OK\</emph\> to insert the text. …
19160 helpcontent2 source\text\sdraw\main0000.xhp 0 help hd_id3154022 3 0 br How to Work With $[officen…
19161 …select=\"appl\"\> \<caseinline select=\"DRAW\"/\> \</switchinline\>Welcome to the $[officename] Dr…
19163 helpcontent2 source\text\sdraw\main0000.xhp 0 help tit 0 br Welcome to the $[officename] Draw He…
19188 helpcontent2 source\text\sdraw\main0102.xhp 0 help par_id3146315 16 0 br Enables you to edit glue…
19189 …n0102.xhp 0 help par_id3146974 2 0 br The commands in this menu are used to edit Draw documents …
19190 helpcontent2 source\text\sdraw\main0102.xhp 0 help par_id3147340 14 0 br Enables you to edit poin…
19196 helpcontent2 source\text\sdraw\main0103.xhp 0 help par_idN105AF 0 br Switch to normal view of th…
19198 helpcontent2 source\text\sdraw\main0103.xhp 0 help par_idN105B6 0 br Switch to the master page v…
19210 helpcontent2 source\text\sdraw\main0104.xhp 0 help par_id3153770 2 0 br This menu allows you to i…
19227 …2 0 br This menu provides tools for $[officename] Draw as well as access to language and system …
19243 …u drag in the current document. Click where you want to place a corner of the rectangle, and drag
19245 … where you drag in the current document. Click where you want to draw the oval, and drag to the si…
19249 helpcontent2 source\text\sdraw\main0210.xhp 0 help par_idN106C3 0 br Enables you to edit points …
19251 helpcontent2 source\text\sdraw\main0210.xhp 0 help par_idN106D7 0 br Enables you to edit glue po…
19258 … 0 br \<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\"\>Snap to Guides\</li…
19260 …8 6 0 br \<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\"\>Snap to Grid\</link\…
19263 …0 br \<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"\>Snap to Object …
19264 …0 br \<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"\>Snap to Object …
19266 …0 br \<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"\>Snap to Page Mar…
19275 helpcontent2 source\text\sdraw\main0503.xhp 0 help hd_id3155601 16 0 br Connecting Objects to Sho…
19279 … Draw with special lines called "connectors" to show the relationship between objects. Connectors …
19280 … provide a visual cue to help you align objects in your drawing. You can also choose to snap an ob…
19281 …ematical vectors. Vectors describe lines, ellipses, and polygons according to their geometry. 2…
19283 …w\main0503.xhp 0 help par_id3155112 5 0 br $[officename] Draw can export to many common graphic …
19284 …objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and displa…
19308 …button" is enabled, the field shows a pair of symbols with arrows pointing to opposing directions,…
19309 …_PUSHBUTTON_RID_OFADLG_OPTIONS_TREE_PB_BACK\"\>Resets modified values back to the $[officename] de…
19310 … of exactly 1cm, then type "1cm". Additional units are available according to the context, for exa…
19312 …. You can enter "all.*", for example to find the first location of "all" followed by any character…
19314 … 0 br \<ahelp hid=\"HID_TABDLG_RESET_BTN\"\>Resets changes made to the current tab to those appl…
19315to some icons you open a toolbar. To move a toolbar, drag the title bar. As soon as you release th…
19318 …9 0 br \<ahelp hid=\"HID_TABDLG_RESET_BTN\"\>Resets modified values back to the default values.\…
19319 …emph\>button, and the Wizard uses the current dialog settings and proceeds to the next step. If yo…
19320 … multiple tasks. If you call the tool with a single-click, it reverts back to the last selection a…
19322to reduce the dialog to the size of the input field. It is then easier to mark the required refere…
19328 …=\"HID_TABDLG_STANDARD_BTN\"\>Resets the values visible in the dialog back to the default installa…
19332 …BTN\"\>Click the\<emph\> More\</emph\> button to expand the dialog to show further options. Click …
19335 …up-arrow) and (down-arrow) keys to increase or reduce the value in the spin box. You can use (Page…
19338 …ine\>\<defaultinline\>left\</defaultinline\>\</switchinline\> mouse button to select it, and then,…
19344 …d9345377 0 br \<variable id=\"ShiftF1\"\>Press Shift+F1 and point to a control to learn more ab…
19363 helpcontent2 source\text\shared\00\00000002.xhp 0 help hd_id3148387 177 0 br Using Plug-Ins to ex…
19378 …ck. With the aid of hyperlinks, readers can jump to specific information within a document as well…
19379 …ctural and other semantic elements that can be described without reference to how such elements sh…
19380 …ernet. An FTP server is a program on a computer connected to the Internet which stores files to be…
19383to display the page much quicker, as long as it's still in the memory. All that has to be checked …
19385 …tomatically recognized by $[officename]. Otherwise, copy the plug-in files to [netinstall_officepa…
19386 … upload to the server. You will need to ask your provider or network administrator which type of I…
19387to every active picture or frame in your document. However, if you just want to use the ImageMap o…
19388 …n fact the same ones you see in diagram documents. In this sense, we refer to the diagram document…
19389 … the browser through standardized interfaces. These plug-ins can be linked to $[officename] docume…
19392 … a server in the Internet. The general structure of a URL varies according to type and is generall…
19393 … are sent to the server. Aided by an extra program, the server then determines the next step to ta…
19394 … an ImageMap sends the relative coordinates of the cursor within the image to the server, and a de…
19395to a "byte code". A .class file is created, which can then be inserted as a "Java Applet" into HTM…
19397 … br There are several references on the Internet providing an introduction to the HTML language. …
19399 …Extensions providing additional functionality in Web browsers are referred to as Plug-Ins. 2002…
19400to type HTML commands directly, for example when doing exercises from one of the many available HT…
19401 …text frame. You can click on defined areas of the graphic or text frame to go to a target (\<link …
19402 …shared\00\00000002.xhp 0 help par_id3155577 2 0 br If you are a newcomer to the Internet, you wi…
19403 …ar_id3156281 63 0 br In $[officename] you can assign hyperlinks to text as well as to graphics a…
19404 …e tags only appear on their own such as <br> for a line break or <img ...> to link a graphic. 2…
19405 …_id3156737 114 0 br Plug-ins, generally speaking, are software additions to particular applicati…
19407 …earch engine is a service in the Internet based on a software program used to explore a vast amoun…
19414 …ut boxes for length units you can also add the unit abbreviation according to the following list: …
19442 …hared\00\00000004.xhp 0 help par_id3146915 35 0 br \<ahelp hid=\".\"\>Go to the previous note\</…
19486 …hared\00\00000004.xhp 0 help par_id3159184 36 0 br \<ahelp hid=\".\"\>Go to the next note\</ahel…
19532 …0 help par_id3143274 161 0 br If you click the button on the window edge to show the window, the…
19533 …4748 42 0 br An object is a screen element containing data. It can refer to application data, su…
19534to the file name is inserted. The file size of the document increases only by the path and file re…
19537 …le as register-true, the base lines of the affected characters are aligned to a vertical page grid…
19540 …eans increasing or decreasing the amount of space between pairs of letters to improve the overall …
19542 …example, \<emph\>Edit - AutoText\</emph\>) you can select whether you want to save files relativel…
19543 …ormatting window, you can also double-click a gray part of the window next to the icons, while you…
19545 …r, the table contains references through a relational link, or a relation, to the respective custo…
19546 … data can be accessed or reassembled in many different ways without having to reorganize the datab…
19547 …8386 112 0 br You can use the Java Database Connectivity (JDBC) API to connect to a database fro…
19550to other files will also be defined as absolute, based on the respective drive, volume or root dir…
19551 …files are compressed with a selectable compression factor, and, as opposed to the JPG format, PNG …
19552to a short line at the end of a paragraph, which when printed, appears alone at the top of the nex…
19554 …xhp#relational\"\>relational databases\</link\>, to access data in other tables. If reference is m…
19557 …rted into directly readable text information. Unfortunately, in comparison to other file formats, …
19559to save relatively, the references to embedded graphics or other objects in your document will be …
19560 …e the \<emph\>AutoHide\</emph\> function. The AutoHide function allows you to temporarily show a h…
19561 …p par_id3153334 59 0 br Use \<emph\>Edit - Links\</emph\> to see which files are linked to your …
19562 …ermine for each database whether to use SQL commands to run queries. Alternatively, you can use th…
19565to the congruent imprint of the lines within a type area on the front and the back side of book pa…
19566 …ntained in an application program and creates, updates, or provides access to the database. 200…
19567 …00005.xhp 0 help par_id3154630 168 0 br The text direction is from right to left. 2002-02-02 …
19568 … "dockable" windows. You can move these windows, re-size them or dock them to an edge. On each edg…
19570 …d and switch to another spreadsheet and select the \<emph\>Edit - Paste Special\</emph\> dialog. S…
19571 helpcontent2 source\text\shared\00\00000005.xhp 0 help par_id3154873 3 0 br Use the glossary to l…
19573 …edge where another window is docked you will see a button which allows you to show or hide the win…
19574 …haracters. Each character has been assigned a unique number, also referred to as ASCII Code. 20…
19576to a target document or may also be embedded. Embedding inserts a copy of the object and details o…
19578 … 0 br IME stands for Input Method Editor. A program that allows the user to enter complex charac…
19581to as "direct" formatting. This means modifying text or other objects, such as frames or tables, b…
19582 helpcontent2 source\text\shared\00\00000005.xhp 0 help par_id3163821 33 0 br Formatting refers to
19608 …\"SID_EXPLORERCONTENT_OPEN_OBJECT\"\>Use the\<emph\> Open \</emph\>command to open the selected ob…
19609 …e the submenu commands \<emph\>Page\</emph\> or \<emph\>Paragraph\</emph\> to define whether the g…
19610to be renamed.\</ahelp\> After selecting \<emph\>Rename\</emph\> the name is selected and a new on…
19612 …EXPLORERCONTENT_COPY\" visibility=\"visible\"\>Copies the selected element to the clipboard.\</ahe…
19614 …This command can be activated if an object is selected. A link named "Link to xxx" (\<emph\>xxx\</…
19616 …CONTENT_PASTE\" visibility=\"visible\"\>Inserts the element that you moved to the clipboard into t…
19618 … displayed in the Gallery at maximum size. Double-click the preview to switch back to the normal G…
19622 …ocument you want to work on must be selected in order to use the menu commands. Similarly, you mus…
19623to the work currently being carried out. If the cursor is located in a text, then all of those men…
19625 …\>PostScript; creating files\</bookmark_value\>\<bookmark_value\>exporting;to PostScript format\</…
19636 …n the document. If a preview is not available, a placeholder corresponding to the size of the grap…
19637 … use of CSS1 extensions for absolute positioned objects. This applies only to the export options N…
19641 … of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the ne…
19642 …ver, not everything available with $[officename] Writer can be transferred to MS Word, and not eve…
19647 …00000002.xhp\" name=\"Applets\"\>Applets\</link\> to the content can be set individually for expor…
19648 …possible to import and export \<link href=\"text/shared/00/00000005.xhp#rtf\" name=\"RTF\"\>RTF\</…
19649to use it, print layout export must be activated in \<emph\>Tools - Options - Load/Save - HTML Com…
19651 helpcontent2 source\text\shared\00\00000020.xhp 0 help par_id3149578 240 0 br When exporting to H…
19652 …p par_id3149734 201 0 br The HTML import of $[officename] Writer is able to read files that have…
19653 helpcontent2 source\text\shared\00\00000020.xhp 0 help par_id3149800 199 0 br Notes are used to i…
19654 …br \<switchinline select=\"sys\"\>\<caseinline select=\"WIN\"\>If you want to install additional f…
19655 …ared\00\00000020.xhp 0 help par_id3150129 132 0 br "Font: 10pt" switches to a 10pt font, with bo…
19660 …nts with another encoding font. The filter opens a dialog that enables you to select character set…
19661to select the file type yourself in the \<emph\>Open\</emph\> dialog. For example, if you have a d…
19662 …ith HTML documents, you can choose to use a filter with or without the element ($[officename] Impr…
19665 …tands for Cascading Style Sheets.) Importing is also carried out according to this standard. 20…
19666to deleted sections such as, for example, a referenced column. The whole formula can be viewed dur…
19668 …xample, "Font: bold italic small-caps 12pt/200% Arial, Helvetica" switches to bold, italic, small …
19672 …000020.xhp 0 help par_id3154143 130 0 br The "font" property corresponds to Netscape Navigator; …
19673 … br Select the PostScript printer in the dialog and mark the \<emph\>Print to file\</emph\> check …
19680 …es are based on "width" and "height" values. The "Margin" property is used to set equal margins on…
19681to run in $[officename]; they must first be converted and adapted. Often you only want to use $[of…
19696to define another file format as the default, choose \<link href=\"text/shared/optionen/01010200.x…
19702 …0447 35 0 br In \<emph\>styles.xml,\</emph\> you find the styles applied to the document that ca…
19704 …00021.xhp 0 help par_id3152596 40 0 br Note that the formats are subject to certain licenses. Yo…
19708 …ph\> is stored without formatting elements like indentation or line breaks to minimize the time fo…
19738 …hared\00\00000021.xhp 0 help par_idN107E3 0 br Older File Formats Prior to %PRODUCTNAME %PRODUC…
19739 helpcontent2 source\text\shared\00\00000021.xhp 0 help par_idN107E9 0 br If you want to exchange…
19748 … help par_id3149662 84 0 br If you want help with another module, switch to the help for that mo…
19750 …officename] general\</link\> you can find instructions that are applicable to all modules, such as…
19751 …keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not …
19752 … 0 help par_idN10632 0 br \<ahelp hid=\".uno:HelperDialog\"\>Allows you to activate the automat…
19753 …9.xhp 0 help par_idN10665 0 br \<ahelp hid=\".uno:HelpTip\"\>Allows you to enable and disable t…
19754 …hp 0 help par_idN1067C 0 br \<ahelp hid=\".uno:ActiveHelp\"\>Allows you to enable and disable t…
19762 …OBUTTON:DLG_EXPORT_JPG:RB_GRAY\" visibility=\"visible\"\>Specifies whether to export or import a g…
19763 …IOBUTTON:DLG_EXPORT_JPG:RB_RGB\" visibility=\"visible\"\>Specifies whether to retain the original …
19780 …BUTTON:DLG_EXPORT_EMET:RB_SIZE\" visibility=\"visible\"\>Specifies whether to modify size.\</ahelp…
19795 …o:ConvertTo8BitGrays\"\>Allows the object to be converted to a palette of 256 gray scale tones cor…
19799 …TOOLS_CHECKBOX_DLG_EXPORT_PIX_CBX_RLE\"\>Applies RLE (Run Length Encoding) to the BMP graphics\</a…
19801 … 0 br \<ahelp hid=\".uno:ConvertToTrueColor\"\>Allows the object to be converted to a palette of…
19805 …24 0 br \<ahelp hid=\".uno:ConvertTo1BitThreshold\"\>Converts the object to black and white. All…
19807 …br \<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_EXPORT_PIX_CBB_RES_PIX\"\>Allows you to define the resolutio…
19811 … 0 br \<ahelp hid=\".uno:ConvertTo1BitMatrix\"\>Allows the object to be converted to a grid of bl…
19813 …elp par_id3151253 11 0 br Specifies the color resolution of the BMP file to be exported. 2002…
19820 … 0 br \<ahelp hid=\".uno:ConvertTo8BitColors\"\>Allows the object to be converted to a palette of…
19821 …o:ConvertTo4BitGrays\"\>Allows the object to be converted to a palette of 16 gray scale tones corr…
19822 … 0 br \<ahelp hid=\".uno:ConvertTo4BitColors\"\>Allows the object to be converted to a palette of…
19831to save the background of the picture as transparent.\</ahelp\> Only objects will be visible in th…
19832 … help par_id3147102 4 0 br For more information regarding filters, refer to the topic: \<link hr…
19834 …help hid=\"VCL:CHECKBOX:DLG_EXPORT_GIF:CBX_INTERLACED\"\>Specifies whether to use interlaced mode …
19840 …lp par_id3152942 3 0 br For further information regarding filters, refer to the topic: \<link hr…
19850 …49283 14 0 br The width of a data field in the exported text file is set to the current width of…
19852 …50379 7 0 br The \<emph\>Export of text files\</emph\> dialog allows you to define the export op…
19886 …orted text will look after it is separated into columns. To apply a format to a column when it is …
19891 …hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\"\>Specifies the character set to be used in the impor…
19893 …hp 0 help par_id3149688 34 0 br Applies a date format (Month, Day, Year) to the imported data in…
19896 …LB_TYPE1\"\>Choose a column in the preview window and select the data type to be applied the impor…
19898 …_id3150105 64 0 br If you want to use a fixed width to separate the imported data into columns, …
19900 …NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\"\>Specifies the row where you want to start the import.\</…
19904 …aracters) into columns.\</ahelp\> Click on the ruler in the preview window to set the width. 20…
19909 … 0 br If you want to include the leading zero in the data you import, in telephone numbers for e…
19911 …hp 0 help par_id3153207 36 0 br Applies a date format (Year, Month, Day) to the imported data in…
19921 …\<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\"\>Select a character to delimit text data.\<…
19923 …hp 0 help par_id3156434 32 0 br Applies a date format (Day, Month, Year) to the imported data in…
19929 helpcontent2 source\text\shared\00\00000210.xhp 0 help hd_id3156324 5 0 br Fit page to print rang…
19933 …:DLG_PRINT_WARNINGS:RBT_POSTER\" visibility=\"visible\"\>Specifies whether to distribute the print…
19934 …00210.xhp 0 help par_id3158405 7 0 br If you select the \<emph\>Fit page to print range \</emph\…
19940 …M_COMPRESSION\"\>Specifies the compression setting from 0 (no compression) to 9 (maximum compressi…
19941 …HECKBOX:DLG_EXPORT_EPNG:CBX_INTERLACED\"\>Specifies whether the graphic is to be saved in \<link h…
19966 …UTTON:DLG_EXPORT_EPS:RB_COMPRESSION_NONE\"\>Specifies that you do not wish to use compression.\</a…
19967 …ithm invented by Abraham Lempel, Jacob Ziv, and Terry Welch. If you choose to activate this, selec…
19978 …0214.xhp 0 help par_id3155182 2 0 br Select the file format for the file to be exported. This di…
20003 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame - Wiz…
20049 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame - Wiz…
20063 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame - Wiz…
20082 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame. \</v…
20116 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame - Wiz…
20125 …click the \<emph\>Group Box\</emph\> icon on the toolbar and use the mouse to create a frame - las…
20131 …ed\00\00000401.xhp 0 help par_id6071352 0 br Choose \<emph\>Data - Text to Columns\</emph\> (Ca…
20133 …0C46 0 br \<variable id=\"autopilotformular\"\>Click \<emph\>Use Wizard to Create Form\</emph\>…
20134 …N10C5F 0 br \<variable id=\"autopilotreport\"\>Click \<emph\>Use Wizard to Create Report\</emph…
20267 … br \<variable id=\"filterauswahl\"\>Open a file of a type that is unknown to %PRODUCTNAME and tha…
20438 …3153808 16 0 br Choose \<emph\>Help - Registration\</emph\> (direct link to Web site) 2002-02…
20571 …ormat - Paragraph\</emph\> - \<emph\>Border\</emph\> tab -\<emph\> Spacing to contents\</emph\>\</…
20581 …<caseinline select=\"CALC\"\>Menu\<emph\> Format - Page - Border - Spacing to contents\</emph\>\</…
20621 …xhp 0 help par_id3148425 10 0 br Choose \<emph\>Modify - Arrange - Bring to Front\</emph\> ($[of…
20622 ….xhp 0 help par_id3148459 9 0 br Choose \<emph\>Format - Arrange - Bring to Front\</emph\> ($[of…
20623 ….xhp 0 help par_id3148595 18 0 br Choose \<emph\>Modify - Arrange - Send to Back\</emph\> ($[off…
20624 …<emph\>Combo Box\</emph\> or \<emph\>List Box\</emph\> icon and drag mouse to generate field. Data…
20631 ….xhp 0 help par_id3149493 17 0 br Choose \<emph\>Format - Arrange - Send to Back\</emph\> ($[off…
20634 helpcontent2 source\text\shared\00\00040501.xhp 0 help par_id3149571 12 0 br Bring to Front 20…
20635 …ls\</emph\> icon, click \<emph\>Table Control\</emph\> icon and drag mouse to generate field. Data…
20640 …ls\</emph\> icon, click \<emph\>Table Control\</emph\> icon and drag mouse to generate field. \</v…
20655 …orm Controls toolbar, click \<emph\>Combo Box\</emph\> icon and drag mouse to generate field. Data…
20657 …Form Controls toolbar, click \<emph\>List Box\</emph\> icon and drag mouse to generate field. Data…
20684 …ar_id3154206 126 0 br Open context menu - choose \<emph\>Arrange - Bring to Front\</emph\> ($[of…
20685 …ls\</emph\> icon, click \<emph\>Table Control\</emph\> icon and drag mouse to generate field. No d…
20686 …par_id3154486 129 0 br Open context menu - choose \<emph\>Arrange - Send to Back\</emph\> ($[off…
20695 helpcontent2 source\text\shared\00\00040501.xhp 0 help par_id3155260 20 0 br Send to Back 2002…
20697 …<emph\>Combo Box\</emph\> or \<emph\>List Box\</emph\> icon and drag mouse to generate field. Data…
20708 …<emph\>Combo Box\</emph\> or \<emph\>List Box\</emph\> icon and drag mouse to generate field. Data…
20887 …0000005.xhp#andocken\" name=\"docked\"\>docked\</link\> window has an icon to control the display …
20891 …p par_id3155504 14 0 br You can click the edge of a hidden docked window to open the window. …
20895 …lected graphic as a link.\</ahelp\> A linked graphic object is a reference to the original. The ad…
20897 …D_SVXDLG_GALLERY_TITLE:EDT_TITLE\" visibility=\"visible\"\>Assigns a title to a selected Gallery o…
20899 …lays the selected graphic.\</ahelp\> Select \<emph\>Preview\</emph\> again to restore the original…
20903 …ed the graphics display, choose the\<emph\> Load Graphics \</emph\>command to make them visible.\<…
20904 …48548 38 0 br \<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\"\>Allows you to save the background …
20905 …help hid=\"HID_MN_READONLY_GRAPHICOFF\"\>Sets all graphics in the document to be invisible.\</ahel…
20906 …elp hid=\"HID_MN_READONLY_COPYLINK\"\>Copies the link at the mouse pointer to the clipboard.\</ahe…
20907 …LUGINOFF\"\>Disables inserted plug-ins.\</ahelp\> Click this command again to reactivate the \<lin…
20908 … br \<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\"\>Copies a selected graphic to the clipboard.\</ahe…
20923 helpcontent2 source\text\shared\00\icon_alt.xhp 0 help tit 0 br Standard Icons Alt Texts to be E…
20934 …sibility=\"hidden\"\>Creates a new $[officename] document. Click the arrow to select the document …
20947 …01010000.xhp 0 help par_id3153528 81 0 br \<ahelp hid=\".\"\>If you want to create a document fr…
20967 …=\"text/shared/explorer/database/dabawiz00.xhp\"\>Database Wizard\</link\> to create a \<link href…
20973 … 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Opens the Database Wizard to create a database fi…
20984 …1.xhp 0 help par_id3154682 2 0 br Use a \<emph\>Master Document\</emph\> to organize complex pro…
21000 … 117 0 br The \<emph\>Templates and Documents\</emph\> dialog allows you to manage your template…
21002 …r_id3148799 10 0 br \<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\"\>Allows you to preview the template…
21007 …d3151043 109 0 br \<ahelp hid=\"HID_TEMPLATEDLG_TB_PREVIEW\"\>Allows you to preview the selected…
21011 …r_id3153822 103 0 br \<ahelp hid=\"HID_TEMPLATEDLG_TB_BACK\"\>Moves back to the previous window …
21014 …hared\01\01010100.xhp 0 help par_id3155306 98 0 br To add another folder to the template path, c…
21020 …e of the\<emph\> Templates and Documents\</emph\> dialog. Click a category to display the files as…
21025 …r \<variable id=\"etikett\"\>\<ahelp hid=\".uno:InsertLabels\"\>Allows you to create labels. Label…
21042 …d=\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\"\>Select the database that you want to use as the data sour…
21043to use. The available formats depend on the brand on what you selected in the \<emph\>Brand\</emph…
21044 …ect the database field that you want, and then click the arrow to the left of this box to insert t…
21046 …B_TABLE\"\>Select the database table containing the field(s) that you want to use in your label.\<…
21047 …"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\"\>Select the brand of paper that you want to use.\</ahelp\> Each …
21048 …=\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\"\>Enter the text that you want to appear on the label.…
21051 …ox. If you want, you can separate database fields with spaces. Press Enter to insert a database fi…
21054 …1.xhp 0 help par_id3154350 4 0 br Enter or insert the text that you want to appear on the label(…
21071 …FMT:FLD_ROWS\"\>Enter the number of labels or business cards that you want to span the height of t…
21074 …LD:TP_LAB_FMT:FLD_UPPER\"\>Displays distance from the top edge of the page to the top of the first…
21076 …:FLD_COLUMNS\"\>Enter the number of labels or business cards that you want to span the width of th…
21079 …P_LAB_FMT:FLD_LEFT\"\>Displays the distance from the left edge of the page to the left edge of the…
21094 …ty=\"visible\"\>Enter the number of labels or business cards that you want to have in a row on you…
21097 …ty=\"visible\"\>Copies the contents of the top left label or business card to the remaining labels…
21099 …ibility=\"visible\" hid=\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\"\>Allows you to edit a single label …
21102 …ible\"\>Enter the number of rows of labels or business cards that you want to have on your page.\<…
21119 …d=\"HID_BUSINESS_FMT_PAGE_BRAND\"\>Select the brand of paper that you want to use.\</ahelp\> Each …
21120to use. The available formats depend on what you selected in the \<emph\>Brand\</emph\> list. If y…
21141 … 0 help par_id3147399 4 0 br Enter the contact information that you want to include on your busi…
21143 …E_DATA:ED_FIRSTNAME_2\"\>Enter the first name of the person, whom you want to use as a second cont…
21145 …VATE_DATA:ED_SHORTCUT_2\"\>Enter the initials of the person, whom you want to use as a second cont…
21147 …PRIVATE_DATA:ED_NAME_2\"\>Enter the last name of the person, whom you want to use as a second cont…
21164 helpcontent2 source\text\shared\01\01010304.xhp 0 help par_id3155892 17 0 br If you want to inclu…
21165 … 0 help par_id3156027 4 0 br Enter the contact information that you want to include on your busi…
21188 …RERFILE_UP\"\>Move up one directory in the directory hierarchy. Long-click to see the higher level…
21189 …lp hid=\"HID_FILESAVE_DOPLAY\"\>Plays the selected sound file. Click again to stop playing the sou…
21190 …OOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\" visibility=\"hidden\"\>Click to delete all selected …
21193 …e multiple versions of the selected file, select the version that you want to open.\</ahelp\> You …
21197to see if the template has been modified since the document was last opened. If the template was c…
21198 …r If you want, you can use wildcards in the \<emph\>File name \</emph\>box to filter the list of f…
21199 …d\01\01020000.xhp 0 help par_id3150713 52 0 br If the file that you want to open contains Styles…
21204 …p 0 help par_id3153096 74 0 br To apply the new styles from the template to the document, click …
21205 …OOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\" visibility=\"hidden\"\>Click to delete the file with…
21207to list all of the text files in a directory, enter the asterisk wildcard with the text file exten…
21209 …LE_FILETYPE\"\>Select the file type that you want to open, or select \<emph\>All Files (*)\</emph\…
21210 …0.xhp 0 help par_id3154514 110 0 br Click a column header to sort the files. Click again to reve…
21211 … using a template that cannot be found a dialog is shown that asks you how to proceed next time th…
21215 …TOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\" visibility=\"hidden\"\>Click to cancel deletion of t…
21229 …fficename] does not recognize the file type of the document that your want to open, try any of the…
21231 helpcontent2 source\text\shared\01\01020103.xhp 0 help par_id3154926 2 0 br Allows you to select …
21232 …on corresponds to the file type of the document. For example, a Microsoft Word document must have …
21233 …LECT:LB_DLG_LISTBOX\"\>Select the import filter for the file that you want to open.\</ahelp\> 2…
21237 …par_id3148620 4 0 br If you have made changes to the current document, you are prompted if you w…
21245 …r_id3152551 4 0 br When you edit an AutoText entry, this command changes to \<emph\>Save AutoTex…
21260 …e\"\>%PRODUCTNAME\</item\> file type before saving it to an external file type. When you export to
21265 …shared\01\01070000.xhp 0 help par_id3148577 70 0 br If you are exporting to any document file ty…
21268 …3152883 67 0 br \<ahelp hid=\"HID_FILESAVE_CUSTOMIZEFILTER\"\>Allows you to set the spreadsheet …
21271 …VE_LEVELUP\"\>Move up one directory in the directory hierarchy. Long-click to see the higher level…
21276 …cts in \<item type=\"productname\"\>%PRODUCTNAME\</item\> Draw and Impress to another format. If t…
21278 …ing; $[officename] documents\</bookmark_value\>\<bookmark_value\>exporting;to foreign formats\</bo…
21287 …no:ExportTo\"\>Saves the current document with a different name and format to a location that you …
21291 …01100000.xhp 0 help par_id3148643 5 0 br Depending on your access rights to the file, you might …
21300 …FODESC:ED_THEMA\"\>Enter a subject for the document. You can use a subject to group documents with…
21302 …\"SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS\"\>Enter the words that you want to use to index the conten…
21303 …ahelp hid=\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\"\>Enter comments to help identify the do…
21321 …0200.xhp 0 help par_id3147530 6 0 br Displays the template that was used to create the file. …
21326 …_DELETE\"\>Resets the editing time to zero, the creation date to the current date and time, and th…
21338 helpcontent2 source\text\shared\01\01100300.xhp 0 help hd_id3151234 2 0 br Info 1 to Info 4 20…
21341 …d=\"HID_DOCINFOUSER\" visibility=\"visible\"\>Allows you to assign custom information fields to yo…
21373 helpcontent2 source\text\shared\01\01100500.xhp 0 help hd_id3150771 11 0 br to frame 2002-02-0…
21374 helpcontent2 source\text\shared\01\01100500.xhp 0 help hd_id3153127 9 0 br to URL 2002-02-02 0…
21378 …ORELOAD_RB_FORWARDUPDATE\"\>Enter the number of seconds to wait before redirecting the browser to
21382 …ame\" name=\"target frame\"\>target frame\</link\> where you want the file to be loaded.\</ahelp\>…
21385 …p hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\"\>Locate the file that you want to open, and then click…
21389 …TP_DOCINFORELOAD:ED_URL\"\>Enter the URL address of the file that you want to open.\</ahelp\> 2…
21397 …X2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\"\>Enter the number of seconds to wait before the page…
21435 …GHT_TYP\"\>Select \<emph\>Templates\</emph\> or \<emph\>Documents\</emph\> to change the contents …
21437 …IZE_STDTEMPLATE_DEL\"\>Select a $[officename] document type to reset the default template to the o…
21438 … down Ctrl and drag the style from one file to another file. To move a style, drag the style from …
21439 …\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\"\>Locate a file that you want to add to the document lis…
21453 …_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES\"\>Add a new data source to the \<emph\>Address …
21456 …PL_FIELD_ASSIGNMENT\"\>Select the field in the data table that corresponds to the address book ent…
21473 …d=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\"\>Select a category in which to save the new templat…
21478 …ting; print areas\</bookmark_value\>\<bookmark_value\>pages; selecting one to print\</bookmark_val…
21481 helpcontent2 source\text\shared\01\01130000.xhp 0 help hd_id3148538 17 0 br Print to File 2002…
21496 …SVT_PRNDLG_PRINTDLG_NUM_COPIES\"\>Enter the number of copies that you want to print.\</ahelp\> …
21500 …t document.\</ahelp\>\</variable\> The printing options can vary according to the printer and the …
21507 …=\"spadmin printer setup program\"\>spadmin printer setup program\</link\> to specify additional p…
21509 …LG_PRINTDLG_CBX_FILEPRINT\"\>Prints to a file instead of to a printer. Select this box, and then c…
21511 … 0 help par_id3151385 32 0 br Specify the number of copies that you want to print and the sortin…
21516 …printer properties dialog.\</ahelp\> The printer properties vary according to the printer that you…
21517 …\"UNIX\"\>If you want, you can use the STAR_SPOOL_DIR environment variable to specify the director…
21531 …t=\"sys\"\>\<caseinline select=\"WIN\"\>Lists the information that applies to the selected printer…
21532 … you need to install a default printer for your operating system. Refer to the online help for you…
21554 …id3151262 2 0 br \<ahelp hid=\".\"\>Sends a copy of the current document to different applicatio…
21575 …hid=\"HID_FILESAVE_TEMPLATE\"\>Select the paragraph style that you want to use to separate the sou…
21579 …ahelp hid=\".uno:Quit\"\>Closes all $[officename] programs and prompts you to save your changes.\<…
21599 …re when you are saving a new version. If you clicked \<emph\>Show \</emph\>to open this dialog, yo…
21603 …id=\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\"\>If you have made changes to your document, $[off…
21618 … last entry you typed. To select the command that you want to reverse, click the arrow next to the…
21621 …0 br The \<emph\>Undo \</emph\>list is cleared when you apply a new layout to a slide. 2002-02-…
21627 …nd. To select the \<emph\>Undo \</emph\>step that you want to reverse, click the arrow next to the…
21635 …153255 2 0 br \<ahelp hid=\".uno:Cut\"\>Removes and copies the selection to the clipboard.\</ahe…
21639 …elp par_id3154682 2 0 br \<ahelp hid=\".uno:Copy\"\>Copies the selection to the clipboard.\</ahe…
21645 … the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected ce…
21646 …sor, and replaces any selected text or objects. Click the arrow next to the icon to select the for…
21677 …ALC\"\>You can also link sheets within the same spreadsheet. When you link to other files, a \<lin…
21680 …a link, so that changes made to the cells in the source file are updated in the target file. To en…
21682 …s the left column.\</ahelp\> Objects contained in the clipboard are scaled to fit the output range…
21685 …h\> or the \<emph\>Divide\</emph\> operation, the operation is not applied to the target cell of a…
21689 …LB_INSERT_LIST\"\>Select a format for the clipboard contents that you want to paste.\</ahelp\> …
21691 …inline select=\"appl\"\>\<caseinline select=\"CALC\"\>Select the operation to apply when you paste…
21693 … select=\"CALC\"\>Select a format for the clipboard contents that you want to paste. \</caseinline…
21702 …inline select=\"CALC\"\>Inserts notes that are attached to cells. If you want to add the notes to
21703 …lues in the clipboard cells to the values in the target cells. Also, if the clipboard only contain…
21704 …ne select=\"appl\"\>\<caseinline select=\"CALC\"\>Target cells are shifted to the right when you i…
21742 …p hid=\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_COLUMNS\"\>Searches from top to bottom through the c…
21743 …text. Select this checkbox, and then click the \<emph\>...\</emph\> button to specify the search o…
21745 …ALL\"\>Replaces all of the occurrences of the text or format that you want to replace. \<switchinl…
21751 …G_SEARCH:BTN_CELLS\"\>Searches for whole words or cells that are identical to the search text.\</a…
21754 …RCH:BTN_MORE\"\>Shows more or less search options. Click this button again to hide the extended se…
21757 …CKWARDS\"\>Search starts at the current cursor position and goes backwards to the beginning of the…
21762 …earches for the characters that you specify in the notes that are attached to the cells. \</casein…
21765 …ine\>\<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_REGEXP\"\>Allows you to use wildcards in you…
21766 …=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\"\>Enter the text that you want to search for, or selec…
21769 …emph\>or the \<emph\>Replace with \</emph\>box, and then click this button to remove the search cr…
21770to search for, the \<emph\>Search for Styles\</emph\> box in the \<emph\>Options \</emph\>area of …
21771 helpcontent2 source\text\shared\01\02100000.xhp 0 help par_idN109DF 0 br If you want to search f…
21778 helpcontent2 source\text\shared\01\02100001.xhp 0 help par_id2367931 0 br You can also use () to
21808 … 0 br You can also enter an "&" in the \<emph\>Replace with\</emph\> box to modify the \<emph\>A…
21822 …rentheses as a reference. You can then refer to the first reference in the current expression with…
21830 …at was found by the search criteria in the \<emph\>Search for\</emph\> box to the term in the \<em…
21852 …_id5766472 0 br Use $ (dollar) instead of \\ (backslash) to replace references. Use $0 to repla…
21853 …\shared\01\02100001.xhp 0 help par_id5781731 0 br ^ means the match has to be at the start of a…
21860 …02100001.xhp 0 help par_id9568773 0 br You can combine the search terms to form complex searche…
21873 …ms that are similar to the \<emph\>Search for \</emph\>text. Select this checkbox, and then click …
21877 …3152594 57 0 br Define the criteria for determining if a word is similar to the search term. …
21934 …ahelp hid=\"HID_SEARCHATTR_CTL_ATTR\"\>Select the attributes that you want to search for.\</ahelp\…
21939 …ID_SVXDLG_SEARCH:BTN_ATTRIBUTE\"\>Choose the text attributes that you want to search for. For exam…
21953 helpcontent2 source\text\shared\01\02100300.xhp 0 help par_id3150466 132 0 br You do not need to
21954 …ext Format (Search)\</emph\> or the \<emph\>Text Format (Replace)\</emph\> to define your formatti…
21983 …p hid=\"HID_GLBLTREE_UPDATE\"\>Click and choose the contents that you want to update.\</ahelp\> …
22000 …hen you create a new document, you are prompted to enter the file name and the location where you …
22022 …ains DDE links, you are prompted to update the links. Decline the update if you do not want to est…
22027 …cument, including the path to the source file. This command is not available if the current docume…
22032 helpcontent2 source\text\shared\01\02180000.xhp 0 help par_id3156152 4 0 br Lists the path to the…
22033 …, you are prompted to update the links. Depending on where the linked files are stored, the update…
22035 …ar_idN10646 0 br \<ahelp hid=\"34869\"\>Double-click a link in the list to open a file dialog w…
22043 …_DDE_ITEM\" visibility=\"visible\"\>Lists the section that the link refers to in the source file. …
22046 …EDIT:MD_DDE_LINKEDIT:ED_DDE_TOPIC\" visibility=\"visible\"\>Lists the path to the source file.\</a…
22051to edit \<link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\"\>plug-ins\</link\> in…
22054 …717886 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Resizes the object to the original size.\<…
22072 helpcontent2 source\text\shared\01\02210101.xhp 0 help hd_id3148563 28 0 br Spacing to contents …
22087 …RTIES:NM_MARGINWIDTH\"\>Enter the amount of horizontal space that you want to leave between the ri…
22088 …ERTIES:NM_MARGINHEIGHT\"\>Enter the amount of vertical space that you want to leave between the to…
22095 …PUSHBUTTON:TP_FRAMEPROPERTIES:BT_FILEOPEN\"\>Locate the file that you want to display in the selec…
22098 …ile that you want to display in the floating frame. You can also click the \<emph\>...\</emph\> bu…
22121 …hotspot, and then select the \<emph\>Frame\</emph\> where you want the URL to open.\</ahelp\> 2…
22126to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After,…
22135 …p par_id3150208 34 0 br Enter the name of the target frame that you want to open the URL in. You…
22137 … 0 br \<ahelp hid=\"HID_IMAPDLG_APPLY\"\>Applies the changes that you made to the image map.\</ahe…
22140 …p par_id3150785 57 0 br \<ahelp hid=\"HID_IMAPDLG_PROPERTY\"\>Allows you to define the propertie…
22141 …hotspot, and then select the \<emph\>Frame\</emph\> where you want the URL to open.\</ahelp\> 2…
22146to define one side of the polygon. Move to where you want to place the end of the next side, and t…
22167 …er the URL for the file that you want to open when you click the selected hotspot.\</ahelp\> If yo…
22168 …lp hid=\"SVX:EDIT:RID_SVXDLG_IMAP:EDT_TEXT\"\>Enter the text that you want to display when the mou…
22172 …t\"\>\<ahelp hid=\"SVX:FLOATINGWINDOW:RID_SVXDLG_IMAP\"\>Allows you to attach URLs to specific are…
22184 …lp par_id3152349 4 0 br Lists the properties of the URL that is attached to the hotspot. 2002…
22186 …:EDT_URLDESCRIPTION\" visibility=\"visible\"\>Enter the text that you want to display when the mou…
22187 …er the URL for the file that you want to open when you click the selected hotspot.\</ahelp\> If yo…
22188 …" visibility=\"visible\"\>Enter the name of the target frame that you want to open the URL in. You…
22214 helpcontent2 source\text\shared\01\02230100.xhp 0 help par_id3154366 18 0 br Changes made to form…
22240 … cell with a recorded change. You can also view comments that are attached to a changed cell in th…
22266 …<ahelp hid=\"HID_SORT_COMMENT\"\>Sorts the list according to the comments that are attached to the…
22272 …ed\01\02230401.xhp 0 help par_id3149486 47 0 br Sorts the list according to the column headings.…
22273 …all of the changes that were recorded in the current document. If you want to filter this list, cl…
22274 …149960 51 0 br \<ahelp hid=\"HID_SORT_AUTHOR\"\>Sorts the list according to the Author.\</ahelp\…
22278 … \<ahelp hid=\"HID_SC_SORT_COMMENT\"\>Lists the comments that are attached to the change.\</ahelp\…
22280 …151280 49 0 br \<ahelp hid=\"HID_SORT_ACTION\"\>Sorts the list according to the type of change.\…
22288 …d3153223 53 0 br \<ahelp hid=\"HID_SORT_DATE\"\>Sorts the list according to the date and time.\<…
22290 …ccept or reject a change, the entries of the list are re-ordered according to "Accepted" or "Rejec…
22291 … change list, the entries in the list appear in different colors according to the following table:…
22294 …aseinline select=\"CALC\"\>Click the plus sign beside an entry in the list to view all of the chan…
22299 … hid=\"HID_SORT_POSITION\"\>Sorts the list in a descending order according to the position of the …
22300 …he list, click a column heading. \</ahelp\> Hold down Ctrl while you click to select multiple entr…
22313 …IGN\"\>Select the range of cells that you want to use as a filter, and then click this button to r…
22314 …d=\"HID_REDLINING_FILTER_TF_DATE2\"\>Filters the list of changes according to the date and the tim…
22316 …d=\"HID_REDLINING_FILTER_LB_AUTOR\"\>Filters the list of changes according to the name of the auth…
22317 …DLINING_FILTER_ED_COMMENT\"\>Filters the comments of the changes according to the keyword(s) that …
22319 …=\"HID_REDLINING_FILTER_LB_ACTION\"\>Filters the list of changes according to the type of change t…
22320 …=\"HID_REDLINING_FILTER_BTN_REF\"\>Select the range of cells that you want to use as a filter.\</a…
22321 …d=\"HID_REDLINING_FILTER_ED_RANGE\"\>Filters the list of changes according to the range of cells t…
22324 …p hid=\".\" visibility=\"hidden\"\>Select the range of cells that you want to use as a filter.\</a…
22327 …lity=\"visible\"\>Imports changes made to copies of the same document into the original document. …
22342 …hp 0 help par_id3144760 27 0 br \<ahelp hid=\"HID_GRID_TRAVEL_LAST\"\>Go to the last record in t…
22343 …STBOX_RID_DLG_MAPPING_LB_CUSTOM4\"\>Select the data field that you want to map to the current \<em…
22344 …lp par_id3145590 30 0 br Use the \<emph\>Standard Filter\</emph\> to refine and to combine \<emp…
22345 …hp 0 help par_id3146795 26 0 br \<ahelp hid=\"HID_GRID_TRAVEL_NEXT\"\>Go to the next record in t…
22346 … 0 br \<ahelp hid=\".uno:Bib/autoFilter\"\>Long-click to select the data field that you want to
22347 …p par_id3147478 10 0 br You can search for records by matching a keyword to a field entry. 20…
22350 …hp 0 help par_id3149192 25 0 br \<ahelp hid=\"HID_GRID_TRAVEL_PREV\"\>Go to the previous record …
22352 …par_id3149664 15 0 br The list of table records is automatically updated to match the new filter…
22356 … 0 br \<ahelp hid=\".uno:Bib/Mapping\"\>Lets you map the column headings to data fields from a d…
22357 …record that you want to create. $[officename] inserts a number in the \<emph\>Type\</emph\> column…
22358 …rces that are registered in $[officename] are listed. To add a data source to the list, choose \<e…
22363 …ar_id3155356 4 0 br Use the toolbar to select a table in the bibliography database, to search fo…
22366 …=\"HID_GRID_TRAVEL_ABSOLUTE\"\>Type the number of the record that you want to display, and then pr…
22367 …p 0 help par_id3158432 24 0 br \<ahelp hid=\"HID_GRID_TRAVEL_FIRST\"\>Go to the first record in …
22368 … 0 br \<ahelp hid=\".uno:Bib/query\"\>Type the information that you want to search for, and then…
22369 …sts the available tables in the current database. Click a name in the list to display the records …
22380 …"CALC\"\>Resizes the display to fit the width of the selected cells. \</caseinline\>\<defaultinlin…
22387 …01\03010000.xhp 0 help par_id3154389 4 0 br Set the zoom factor at which to display the current …
22389 …SVX:METRICFIELD:RID_SVXDLG_ZOOM:ED_USER\"\>Allows you to enter the zoom factor at which you want t…
22412 …seinline\>\<defaultinline\>Ctrl\</defaultinline\>\</switchinline\>+Shift+J to switch between the n…
22428 …reattach the \<emph\>Color Bar\</emph\>, drag the title bar of the toolbar to the edge of the wind…
22431 … 0 br \<ahelp hid=\"HID_COLOR_CTL_COLORS\"\>Click the color that you want to use. To change the f…
22436 …help hid=\".\"\>Choose \<emph\>View - Toolbars - Reset\</emph\> to reset the toolbars to their def…
22438 …90000.xhp 0 help par_id3149748 2 0 br \<ahelp hid=\".\"\>Opens a submenu to show and hide toolba…
22447 …line select=\"appl\"\>\<caseinline select=\"CALC\"\>When you attach a note to cell, a callout appe…
22457 …no:TwainSelect\" visibility=\"visible\"\>Selects the scanner that you want to use.\</ahelp\>\</var…
22460 …nner.\</ahelp\>\</variable\> For an explanation of the dialog please refer to the documentation on…
22469 …DELETE\"\>Clears the current selection of special characters that you want to insert.\</ahelp\> …
22473 …0 br \<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_CHARMAP:LB_FONT\"\>Select a font to display the special …
22474 …=\"HID_CHARMAP_CTL_SHOWSET\"\>Click the special character(s) that you want to insert, and then cli…
22507 helpcontent2 source\text\shared\01\04150100.xhp 0 help hd_id4174321 0 br Link to file 2002-02…
22508 …NSERT_OLEOBJECT:LB_OBJECTTYPE\"\>Select the type of document that you want to create.\</ahelp\> …
22509 …d3145314 18 0 br You cannot use the clipboard or drag and drop to move OLE objects to other file…
22511 …\04150100.xhp 0 help par_id3146773 16 0 br Choose the file that you want to insert as an OLE obj…
22513 …ay of the document, OLE objects are kept in the program cache. If you want to change the cache set…
22516 …PATH\"\>Enter the name of the file that you want to link or embed, or click \<emph\>Search\</emph\…
22517 …SHBUTTON:MD_INSERT_OLEOBJECT:BTN_FILEPATH\"\>Locate the file that you want to insert, and then cli…
22518 …red\01\04150100.xhp 0 help par_id6636555 0 br \<ahelp hid=\".\"\>Enable to insert the file as a…
22525 …ON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL\"\>Locate the plug-in that you want to insert, and then cli…
22526 …r click \<emph\>Browse\</emph\>, and then locate the plug-in that you want to insert.\</ahelp\> …
22543 …rame into the current document. Floating frames are used in HTML documents to display the contents…
22544 helpcontent2 source\text\shared\01\04160500.xhp 0 help par_id3151100 6 0 br If you want to create…
22550 …u can insert fields from a database into your file or you can create forms to access the database.…
22556 … 2 0 br \<ahelp hid=\".\"\>Select the source for a picture that you want to insert.\</ahelp\> …
22561 …id3146797 4 0 br You can change all hyperlinks in the selected text back to normal text by choos…
22579 …020100.xhp 0 help par_id3147576 57 0 br Complex text layout font - right-to-left text direction …
22580 …CHAR_NAME_LB_CTL_NAME\"\>Enter the name of an installed font that you want to use, or select a fon…
22582 …XPAGE_CHAR_NAME_LB_CTL_SIZE\"\>Enter or select the font size that you want to apply. For scalable …
22587 …5616 3 0 br The changes are applied to the current selection, to the entire word that contains t…
22588 …_RID_SVXPAGE_CHAR_NAME_LB_CTL_STYLE\"\>Select the formatting that you want to apply.\</ahelp\> …
22590 …HID_SVXPAGE_CHAR_NAME\"\>Specify the formatting and the font that you want to apply.\</ahelp\>\</v…
22608to apply the current font color to the selected characters. You can also click here, and then drag…
22611 … select\<emph\> Automatic\</emph\>, the text color is set to black for light backgrounds and to wh…
22612 …X_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_RELIEF\"\>Select a relief effect to apply to the selected te…
22613 …lp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_POSITION\"\>Specify where to display the emphasis…
22614 …B_UNDERLINE\"\>Select the underlining style that you want to apply. To apply the underlining to wo…
22616 …_id3148947 69 0 br Lowercase - changes the selected uppercase characters to lower characters …
22617 …p hid=\"HID_SVXPAGE_CHAR_EFFECTS\"\>Specify the font effects that you want to use.\</ahelp\> 20…
22618 …6 71 0 br Title font - changes the first character of each selected word to an uppercase charact…
22620 …_SVXPAGE_CHAR_EFFECTS_LB_EFFECTS2\"\>Select the font effects that you want to apply.\</ahelp\> …
22622 … document in MS Word format, all of the strikethrough styles are converted to the single line styl…
22623 …X_RID_SVXPAGE_CHAR_EFFECTS_CB_SHADOW\"\>Adds a shadow that casts below and to the right of the sel…
22625 …d=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_EMPHASIS\"\>Select a character to display over or belo…
22626 …VXPAGE_CHAR_EFFECTS_CB_INDIVIDUALWORDS\"\>Applies the selected effect only to words and ignores sp…
22627 …p par_id3153147 58 0 br If you apply underlining to a superscript text, the underlining is raise…
22628 …r_id3154280 68 0 br Capitals - changes the selected lowercase characters to uppercase characters…
22629 …54937 70 0 br Small capitals - changes the selected lowercase characters to uppercase characters…
22635to change, and click the \<emph\>Font Color\</emph\> icon. To apply a different color, click the a…
22636 …ferent color, click the arrow next to the \<emph\>Font Color\</emph\> icon, and then select the co…
22657 …083444 27 0 br \<ahelp hid=\"HID_NUMBERFORMAT_TBI_INFO\"\>Adds a comment to the selected number …
22663 …\"HID_NUMBERFORMAT_TBI_ADD\"\>Adds the number format code that you entered to the user-defined cat…
22664 …D_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES\"\>Enter the maximum number of zeroes to display in front of …
22665 …RMAT_LB_FORMAT\"\>Select how you want the contents of the selected cell(s) to be displayed.\</ahel…
22666 …T:LB_CURRENCY\"\>Select a currency, and then scroll to the top of the \<emph\>Format\</emph\> list…
22671to \<emph\>Automatic\</emph\>, $[officename] automatically applies the number formats associated w…
22673 …MBERFORMAT:ED_DECIMALS\"\>Enter the number of decimal places that you want to display.\</ahelp\> …
22677 …PAGE_NUMBERFORMAT:BTN_NEGRED\"\>Changes the font color of negative numbers to red.\</ahelp\> 20…
22701 …roductname\"\>%PRODUCTNAME\</item\>, a date with the value "0" corresponds to Dec 30, 1899. 200…
22729to \<item type=\"productname\"\>%PRODUCTNAME\</item\> [NatNum] modifier is shown. If you want, you…
22730 …umber format that adds a different text to a number depending on if the number is positive, negati…
22731 …m. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to
22738 …d\01\05020301.xhp 0 help par_id3147583 105 0 br Quarterly as 1st quarter to 4th quarter 2002-…
22742to the right of the decimal delimiter than there are placeholders in the format, the number is ro…
22752 …\"\>The Date&Time format displays the date and time that an entry was made to a cell with this for…
22773 …with two sections, the first section applies to positive values and zero, and the second section a…
22782 …1.xhp 0 help par_id3150467 88 0 br Number format codes can consist of up to three sections separ…
22793 …percentages, (numbers that are multiplied by 100) add the percent sign (%) to the number format. …
22803 …s one or more cells using a date format, the result is formatted according to the following mappin…
22817 …Language settings - Languages\</emph\>. For example, if your locale is set to 'Japanese', then the…
22818 …hp 0 help par_id3153323 107 0 br Use question marks (?) to represent the number of digits to inc…
22819to a cell that might contain text, enclose the text by double quotation marks (" "), and then add …
22823 …zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. T…
22827 …nt of the locale, add a modifier in front of the date format. For example, to display a date using…
22835to a cell containing numbers, place a double quotation mark (") in front of and behind the text, o…
22836 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154272 118 0 br Day as Sunday to Sa…
22837 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154302 103 0 br Quarterly as Q1 to
22841 …comma or a period as a thousands separator. You can also use the separator to reduce the size of t…
22846to one character mapping to convert numbers to a string that matches the native number format code…
22858 …5020301.xhp 0 help par_id3155069 110 0 br You can also assign conditions to the three sections, …
22874 …fractions, add the decimal delimiter to your number format code. For example, enter \<emph\>hh:mm:…
22882 …ter to define the width of a space in a number format, type an underscore ( _ ) followed by the ch…
22892 …ections, the first section applies to positive values, the second section to negative values, and …
22896 ….xhp 0 help par_id3159196 236 0 br For example, if you want to apply different colors to differe…
22921 …writer/01/04040000.xhp\" name=\"Bookmark\"\>Bookmark\</link\>, that refers to a specific place in …
22922 …URL:LB_TARGET\"\>Enter the name of the frame that you want the linked file to open in, or select a…
22925 …edits the selected hyperlink.\</ahelp\>\</variable\> A hyperlink is a link to a file on the Intern…
22926 …ahelp hid=\"SW:LISTBOX:TP_CHAR_URL:LB_VISITED\"\>Select a formatting style to use for visited link…
22929 …0/00000002.xhp#url\" name=\"URL\"\>URL\</link\> for the file that you want to open when you click …
22930 …p hid=\"SW:LISTBOX:TP_CHAR_URL:LB_NOT_VISITED\"\>Select a formatting style to use for unvisited li…
22932 … \<ahelp hid=\"SW:EDIT:TP_CHAR_URL:ED_TEXT\"\>Enter the text that you want to display for the hype…
22935 …id=\"SW:PUSHBUTTON:TP_CHAR_URL:PB_URL\"\>Locate the file that you want to link to, and then click …
22940 helpcontent2 source\text\shared\01\05020500.xhp 0 help hd_id3147228 34 0 br Fit to line 2002-0…
22956 …POSITION_MF_SCALE_WIDTH\"\>Enter the percentage of the font width by which to horizontally stretch…
22957 …ID_SVXPAGE_CHAR_POSITION_ED_KERNING2\"\>Enter the amount by which you want to expand or condense t…
22960 …DIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_90_DEG\"\>Rotates the selected text to the left by 90 degre…
22963 …e amount by which you want to raise or to lower the selected text in relation to the baseline. One…
22965 …ets the amount by which the selected text is raised or lowered in relation to the baseline.\</ahel…
22966 …ID_SVXPAGE_CHAR_POSITION_ED_FONTSIZE\"\>Enter the amount by which you want to reduce the font size…
22967 …ed text. For expanded or condensed spacing, enter the amount that you want to expand or condense t…
22969 …IOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_270_DEG\"\>Rotates the selected text to the right by 90 degr…
22986 …TWOLINES_ED_ENDBRACKET\"\>Select the character to define the end of the double-lined area. If you …
22987 …LINES_ED_STARTBRACKET\"\>Select the character to define the start of the double-lined area. If you…
22988 …elp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_TWOLINES_CB_TWOLINES\"\>Allows you to write in double line…
22989 …hared\01\05020600.xhp 0 help par_id3154749 8 0 br Specify the characters to enclose the double-l…
22994 …020700.xhp 0 help hd_id3145072 9 0 br Apply list of forbidden characters to the beginning and en…
23001 …as and periods from breaking the line. Instead, these characters are added to the end of the line,…
23004 …s in the list from starting or ending a line. The characters are relocated to either the previous …
23031 …VXPAGE_STD_PARAGRAPH:ED_TOPDIST\"\>Enter the amount of space that you want to leave above the sele…
23032 …STBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST\"\>Specify the amount of space to leave between lines …
23033 …ption and then enter a percentage value in the box, where 100% corresponds to single line spacing.…
23034to indent the paragraph from the page margin. If you want the paragraph to extend into the page ma…
23035 …011 31 0 br \<variable id=\"einzeiligtext\"\>Applies single line spacing to the current paragrap…
23036 …94 34 0 br \<variable id=\"eineinhalbzeiligtext\"\>Sets the line spacing to 1.5 lines. \</variab…
23038 …ted to the largest font size. If you prefer to have identical spacing for all lines, specify a val…
23039 …XPAGE_STD_PARAGRAPH:CB_AUTO\"\>Automatically indents a paragraph according to the font size and th…
23040 …01\05030100.xhp 0 help par_id3152462 23 0 br Specify the amount of space to leave between select…
23042 …ine select=\"appl\"\>\<caseinline select=\"WRITER\"\>Sets the line spacing to exactly match the va…
23044 …METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC\"\>Enter the value to use for the line spa…
23045to indent the paragraph from the page margin. If you want the paragraph to extend into the page ma…
23046 …d3154512 37 0 br \<variable id=\"zweizeiligtext\"\>Sets the line spacing to two lines. \</variab…
23049 …\01\05030100.xhp 0 help par_id3155419 4 0 br Specify the amount of space to leave between the le…
23050 …PAGE_STD_PARAGRAPH:CB_REGISTER\"\>Aligns the baseline of each line of text to a vertical document …
23051 …\05030100.xhp 0 help par_id3157965 42 0 br Sets the minimum line spacing to the value that you e…
23052 …AGE_STD_PARAGRAPH:ED_BOTTOMDIST\"\>Enter the amount of space that you want to leave below the sele…
23072 …CHAR_NO\"\>Inserts no fill characters, or removes existing fill characters to the left of the tab …
23073 …TABTYPE_DECIMAL\"\>Aligns the decimal point of a number to the center of the tab stop and text to
23076 …xhp 0 help par_id3147653 40 0 br If you want, you can also use the ruler to set the tab position…
23078 …p 0 help par_id3149514 10 0 br Select the type of tab stop that you want to modify. 2002-02-0…
23079 …_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER\"\>Allows you to specify a character to fill the empty space…
23080 …:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE\"\>Draws a line to fill the empty space to the left…
23081 …R:BTN_TABTYPE_RIGHT\"\>Aligns the right edge of the text to the tab stop and extends the text to t…
23082 …OBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS\"\>Fills the empty space to the left of the tab …
23083 … can also specify the measurement units to use for the tab (cm for centimeter, or " for inches). E…
23085 …TOR:BTN_TABTYPE_LEFT\"\>Aligns the left edge of the text to the tab stop and extends the text to t…
23086 …ATOR:ED_TABTYPE_DECCHAR\"\>Enter a character that you want the decimal tab to use as a decimal sep…
23087 …05030300.xhp 0 help par_id3154153 23 0 br Specify the characters to use as leader to the left of…
23088 …:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER\"\>Aligns the center of the text to the tab stop.\</ahel…
23090 …UTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE\"\>Fills the empty space to the left of the tab …
23091 …BUTTON:RID_SVXPAGE_TABULATOR:BTN_NEW\"\>Adds the tab stop that you defined to the current paragrap…
23097 helpcontent2 source\text\shared\01\05030500.xhp 0 help hd_id3150359 21 0 br Spacing to contents …
23108 …0500.xhp 0 help par_id3146975 32 0 br You can also apply a shadow effect to borders. For the bes…
23111 …METRICFIELD_RID_SVXPAGE_BORDER_MF_LEFT\"\>Enter the distance that you want to have between the lef…
23112 …ORDER:LB_LINESTYLE\"\>Click the border style that you want to apply. The border is applied to the …
23114 …ETRICFIELD_RID_SVXPAGE_BORDER_MF_RIGHT\"\>Enter the distance that you want to have between the rig…
23115 …r \<ahelp hid=\"HID_BORDER_CTL_PRESETS\"\>Select a predefined border style to apply.\</ahelp\> …
23117 …D_SVXPAGE_BORDER_CB_SYNC\"\>Applies the same \<emph\>spacing to contents\</emph\> setting to all f…
23118 …p 0 help par_id3154365 22 0 br Specify the amount of space that you want to leave between the bo…
23119 …BOX:RID_SVXPAGE_BORDER:LB_LINECOLOR\"\>Select the line color that you want to use for the selected…
23120 …\"\>In $[officename] Writer, you can add borders to pages, frames, graphics, tables, paragraphs, a…
23122 …_METRICFIELD_RID_SVXPAGE_BORDER_MF_TOP\"\>Enter the distance that you want to have between the top…
23123to a frame in the document cannot exceed the size of the frame. If you apply a shadow to the borde…
23124 …TRICFIELD_RID_SVXPAGE_BORDER_MF_BOTTOM\"\>Enter the distance that you want to have between the bot…
23127 …red\01\05030500.xhp 0 help par_idN109C1 0 br The rules can be condensed to the statement that t…
23150 …ou want to apply the background color to.\</ahelp\> For example, when you define the background co…
23152 …\05030600.xhp 0 help par_id3147442 26 0 br Specify the way that you want to display the backgrou…
23157 …ID_POPUP_COLOR_CTRL\" visibility=\"hidden\"\>Click the color that you want to use as a background.…
23158 …help hid=\"HID_BACKGROUND_CTL_BGDCOLORSET\"\>Click the color that you want to use as a background.…
23160 …\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_AREA\"\>Stretches the graphic to fill the entire back…
23163 …RID_SVXPAGE_BACKGROUND:BTN_BROWSE\"\>Locate the graphic file that you want to use as a background,…
23164 … 0 br \<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_LINK\"\>Links to or embeds the graphi…
23165 …PAGE_BACKGROUND:LB_SELECTOR\"\>Select the type of background that you want to apply.\</ahelp\> …
23174 helpcontent2 source\text\shared\01\05030700.xhp 0 help hd_id3148672 18 0 br Text-to-text - Alignm…
23177 helpcontent2 source\text\shared\01\05030700.xhp 0 help hd_id3150495 22 0 br Snap to text grid (if…
23183 …HID_FORMAT_PARAGRAPH_ALIGN\"\>Sets the alignment of the paragraph relative to the margins of page.…
23184 …nt option for oversized or undersized characters in the paragraph relative to the rest of the text…
23185 …D_SVXPAGE_ALIGN_PARAGRAPH:BTN_JUSTIFYALIGN\"\>Aligns the paragraph to the left and to the right pa…
23186 …IOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_LEFTALIGN\"\>Aligns the paragraph to the left page margin…
23188 … line of a justified paragraph consists of one word, the word is stretched to the width of the par…
23190 …\"SVX_CHECKBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_CB_SNAP\"\>Aligns the paragraph to a text grid. To acti…
23191 …OBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_RIGHTALIGN\"\>Aligns the paragraph to the right page margi…
23210to trim the left edge of the graphic, or a negative amount to add white space to the left of the g…
23211to trim the right edge of the graphic, or a negative amount to add white space to the right of the…
23215to trim the bottom of the graphic, or a negative amount to add white space below the graphic. If t…
23217 …\"\>Trims or scales the selected graphic. You can also restore the graphic to its original size.\<…
23218 …30800.xhp 0 help par_id3152372 4 0 br Use this area to trim or scale the selected graphic, or to
23220 …_PUSHBUTTON_RID_SVXPAGE_GRFCROP_PB_ORGSIZE\"\>Returns the selected graphic to its original size.\<…
23222to trim the top of the graphic, or a negative amount to add white space above the graphic. If the …
23237 …ANAGE_STYLES:CB_AUTO\"\>Updates the style when you apply direct formatting to a paragraph using th…
23239 …xisting style that you want to follow the current style in your document. For paragraph styles, th…
23242 …YLES:LB_BASE\"\>Select an existing style that you want to base the new style on, or select none to
23244 …Customize - Keyboard\</emph\> tab page where you can assign a shortcut key to the current Style. …
23262 …aseinline select=\"IMAGE\"\>\</caseinline\>\<defaultinline\>AutoFit object to page format\</defaul…
23278 …\>\<caseinline select=\"WRITER\"\>Select the Paragraph Style that you want to use as a reference f…
23279to leave between the right edge of the page and the document text. If you are using the \<emph\>Mi…
23280 …t=\"IMPRESS\"\>\</caseinline\>\<defaultinline\>Use this layout if you want to bind the printed pag…
23281 …/caseinline\>\<defaultinline\>Applies the current formatting settings only to even pages that use …
23288 … want, you can assign different paper trays to different page styles. For example, assign a differ…
23289 …RID_SVXPAGE_PAGE:CB_REGISTER\"\>Aligns the text on the selected Page Style to a vertical page grid…
23290to leave between the left edge of the page and the document text. If you are using the \<emph\>Mir…
23291 …/caseinline\>\<defaultinline\>Applies the current formatting settings only to odd pages that use t…
23292 …IMPRESS\"\>\</caseinline\>\<defaultinline\>Applies the formatting settings to both odd and even pa…
23293 … 0 help par_id3153255 2 0 br \<ahelp hid=\"HID_FORMAT_PAGE\"\>Allows you to define page layouts …
23294 …\01\05040200.xhp 0 help par_id3153348 4 0 br Specify the amount of space to leave between the ed…
23296 …GE_PAGE:LB_NUMBER_FORMAT\"\>Select the page numbering format that you want to use for the current …
23299 …METRICFIELD:RID_SVXPAGE_PAGE:ED_BOTTOM_MARGIN\"\>Enter the amount of space to leave between the lo…
23300 …>\</caseinline\>\<defaultinline\>Specify whether to apply the formatting to odd pages, even pages,…
23301 …VX:METRICFIELD:RID_SVXPAGE_PAGE:ED_TOP_MARGIN\"\>Enter the amount of space to leave between the up…
23302 …ion that you want to use in your document.\</ahelp\> The "right-to-left (vertical)" text flow dire…
23304 …=\"IMPRESS\"\>\</caseinline\>\<defaultinline\>Select the page layout style to use in the current d…
23321 …G\"\>Overrides the \<emph\>Spacing \</emph\>setting, and allows the header to expand into the area…
23323 …SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_LMARGIN\"\>Enter the amount of space to leave between the le…
23324 …50693 33 0 br If you want, you can also add borders or a background fill to a header. 2002-02…
23326 …AGE_HEADER:CB_HEIGHT_DYN\"\>Automatically adjusts the height of the header to fit the content that…
23327 …tchinline select=\"appl\"\>\<caseinline select=\"WRITER\"\>To add a header to the current page sty…
23328 helpcontent2 source\text\shared\01\05040300.xhp 0 help par_id3153827 31 0 br If you want to exten…
23329 …IELD:RID_SVXPAGE_HEADER:ED_DIST\"\>Enter the amount of space that you want to maintain between the…
23330 … cursor from the document text to the header or footer, press Ctrl+Page Up or Ctrl+Page Down. Pres…
23331 …r \<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_TURNON\"\>Adds a header to the current page sty…
23333to both even and odd pages. This option is only available for the \<emph\>Default\</emph\> page st…
23335 …lp par_id3156027 2 0 br \<ahelp hid=\"HID_FORMAT_HEADER\"\>Adds a header to the current page sty…
23336 …SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_RMARGIN\"\>Enter the amount of space to leave between the ri…
23352 …NG\"\>Overrides the \<emph\>Spacing \</emph\>setting and allows the footer to expand into the area…
23353 …45136 32 0 br If you want, you can also add borders or a background fill to a footer. 2002-02…
23355 …AGE_FOOTER:CB_HEIGHT_DYN\"\>Automatically adjusts the height of the footer to fit the content you …
23356 helpcontent2 source\text\shared\01\05040400.xhp 0 help par_id3147209 30 0 br If you want to exten…
23358to both even and odd pages. This option is only available if the current page uses the \<emph\>Def…
23360 … cursor from the document text to the header or footer, press Ctrl+Page Up or Ctrl+Page Down. Pres…
23363 …r \<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_TURNON\"\>Adds a footer to the current page sty…
23365 …SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_RMARGIN\"\>Enter the amount of space to leave between the ri…
23366 …IELD:RID_SVXPAGE_FOOTER:ED_DIST\"\>Enter the amount of space that you want to maintain between the…
23369 …SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_LMARGIN\"\>Enter the amount of space to leave between the le…
23370 …lp par_id3156553 2 0 br \<ahelp hid=\"HID_FORMAT_FOOTER\"\>Adds a footer to the current page sty…
23379 …p hid=\".uno:ChangeCaseToKatakana\"\>Changes the selected Asian characters to Katakana characters.…
23380 … hid=\".uno:ChangeCaseToHalfWidth\"\>Changes the selected Asian characters to half-width character…
23381 …lp hid=\".uno:ChangeCaseToLower\"\>Changes the selected western characters to lowercase letters.\<…
23383 …lp hid=\".uno:ChangeCaseToUpper\"\>Changes the selected western characters to capital letters\</ah…
23384 … hid=\".uno:ChangeCaseToFullWidth\"\>Changes the selected Asian characters to full width character…
23385 …p hid=\".uno:ChangeCaseToHiragana\"\>Changes the selected Asian characters to Hiragana characters.…
23395 …78 2 0 br \<ahelp hid=\".uno:RubyDialog\"\>Allows you to add comments above Asian characters to
23396 … hid=\"SVX_EDIT_RID_SVXDLG_RUBY_ED_RIGHT_4\"\>Enter the text that you want to use as a pronunciati…
23400 …elp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_POSITION\"\>Select where you want to place the ruby text.…
23403 …1\05060000.xhp 0 help par_id3154838 15 0 br Enter the text that you want to use as a pronunciati…
23409 …000.xhp 0 help par_id3150445 2 0 br Aligns selected objects with respect to one another. 2002…
23413 …t\shared\01\05070100.xhp 0 help par_id3150146 4 0 br Objects are aligned to the left edge of the…
23414 …seinline\>\<defaultinline\>double-click\</defaultinline\>\</switchinline\> to enter the group, sel…
23415 …ect is selected in Draw or Impress, the left edge of the object is aligned to the left page margin…
23419 …object is selected in Draw or Impress, the center of the object is aligned to the horizontal cente…
23422 …t\shared\01\05070300.xhp 0 help par_id3144336 3 0 br Objects are aligned to the right edge of th…
23423 …e\>If only one object is selected, the right edge of the object is aligned to the right page margi…
23426 …t\shared\01\05070400.xhp 0 help par_id3154230 3 0 br Objects are aligned to the top edge of the …
23427 …ject is selected in Draw or Impress, the top edge of the object is aligned to the upper page margi…
23430 …object is selected in Draw or Impress, the center of the object is aligned to the vertical center …
23433 …t\shared\01\05070600.xhp 0 help par_id3151330 4 0 br Objects are aligned to the top edge of the …
23434 …t is selected in Draw or Impress, the bottom edge of the object is aligned to the lower page margi…
23441 …\".uno:LeftPara\" visibility=\"visible\"\>Aligns the selected paragraph(s) to the left page margin…
23444 …".uno:RightPara\" visibility=\"visible\"\>Aligns the selected paragraph(s) to the right page margi…
23450 …text\"\>\<ahelp hid=\".uno:JustifyPara\"\>Aligns the selected paragraph(s) to the left and the rig…
23461 …hared\01\05100100.xhp 0 help par_id3153718 3 0 br Merging cells can lead to calculation errors i…
23472 …LD:DLG_SPLIT:ED_COUNT\"\>Enter the number of rows or columns that you want to split the selected c…
23487 …t style is applied to the entire word. If the cursor is not inside a word, and no text is selected…
23488 …\05110000.xhp 0 help par_id3155620 2 0 br Use this command to quickly apply font styles to a tex…
23493 …not inside a word, and no text is selected, then the font style is applied to the text that you ty…
23498 …not inside a word, and no text is selected, then the font style is applied to the text that you ty…
23512 … br \<ahelp hid=\".uno:Shadowed\"\>Adds a shadow to the selected text, or if the cursor is in a wo…
23517 …ahelp hid=\".uno:DistributeRows\"\>Adjusts the height of the selected rows to match the height of …
23526 …\01\05120000.xhp 0 help par_id3153514 2 0 br Specify the amount of space to leave between lines …
23530 …id=\".uno:SpacePara1\" visibility=\"visible\"\>Applies single line spacing to the current paragrap…
23533 …p hid=\".uno:SpacePara15\"\>Sets the line spacing of the current paragraph to one and half lines.\…
23536 …lp hid=\".uno:SpacePara2\"\>Sets the line spacing of the current paragraph to two lines.\</ahelp\>…
23539 … hid=\".uno:DistributeColumns\"\>Adjusts the width of the selected columns to match the width of t…
23545 …elp par_id3154894 7 0 br Lists the user-defined styles that are attached to the current document…
23555 … \<variable id=\"name\"\>\<ahelp hid=\".uno:RenameObject\"\>Assigns a name to the selected object,…
23564 …par_id3140354 0 br \<ahelp hid=\".\"\>Assigns a title and a description to the selected object.…
23565 …ion text. The long description text can be entered to describe a complex object or group of object…
23586 …OX:RID_SVXPAGE_LINE:LB_END_STYLE\"\>Select the arrowhead that you want to apply to the selected li…
23587 …TBOX:RID_SVXPAGE_LINE:LB_LINE_STYLE\"\>Select the line style that you want to use.\</ahelp\>\</var…
23593 …RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP\"\>Select the symbol style that you want to use in your chart.\<…
23595 … options for the selected line or the line that you want to draw. You can also add arrowheads to a…
23600 …Enter the transparency of the line, where 100% corresponds to completely transparent and 0% to com…
23601 …1459 14 0 br You can add arrowheads to one end, or both ends of the selected line. To add a cust…
23614 helpcontent2 source\text\shared\01\05200200.xhp 0 help hd_id3155805 13 0 br Fit to line width …
23616 …D_SVXPAGE_LINE_DEF_LB_LINESTYLES\"\>Select the style of line that you want to create.\</ahelp\> …
23617 …AGE_LINE_DEF_CBX_SYNCHRONIZE\"\>Automatically adjusts the entries relative to the length of the li…
23618 …XPAGE_LINE_DEF_MTR_FLD_DISTANCE\"\>Enter the amount of space that you want to leave between dots o…
23625 …E_DEF_NUM_FLD_2\"\>Enter the number of times that you want a dot or a dash to appear in a sequence…
23678to the size of the selected object by the percentage values that you enter in the \<emph\>Width\</…
23680 …SVXPAGE_AREA:RBT_COLUMN\"\>Vertically offsets the original bitmap relative to the bitmap tiles by …
23681 …d=\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_FILL_OFF\"\>Does not apply a fill to the selected object.…
23687 …hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STRETCH\"\>Stretches the bitmap to fill the selected ob…
23690 …object with the bitmap pattern that you click in the list. To add a bitmap to the list, open this …
23694 …<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_TILE\"\>Tiles the bitmap to fill the selected ob…
23695 …SVX:CHECKBOX:RID_SVXPAGE_AREA:CB_HATCHBCKGRD\"\>Applies a background color to the hatching pattern…
23696 helpcontent2 source\text\shared\01\05210100.xhp 0 help par_id3153147 57 0 br To add a color to th…
23697 …SVX:LISTBOX:RID_SVXPAGE_AREA:LB_BITMAP\"\>Click the fill that you want to apply to the selected ob…
23698 …e hatching pattern that you click in the list. To apply a background color to the hatching pattern…
23701 …>\<ahelp hid=\".uno:FillStyle\"\>Select the type of fill that you want to apply to the selected dr…
23702 …\01\05210100.xhp 0 help par_id3154821 42 0 br Click in the position grid to specify the offset f…
23704 …=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_OFFSET\"\>Enter the percentage to offset the rows or c…
23705 …_SVXPAGE_AREA:RBT_ROW\"\>Horizontally offsets the original bitmap relative to the bitmap tiles by …
23707 …TBOX:RID_SVXPAGE_AREA:LB_HATCHBCKGRDCOLOR\"\>Click the color that you want to use as a background …
23708 helpcontent2 source\text\shared\01\05210100.xhp 0 help par_id9695730 0 br To add a color to the …
23711 helpcontent2 source\text\shared\01\05210200.xhp 0 help par_id3149119 2 0 br Select a color to app…
23728 …id=\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD\"\>Adds a custom gradient to the current list. Sp…
23729 …RID_SVXPAGE_GRADIENT:BTN_MODIFY\"\>Applies the current gradient properties to the selected gradien…
23730 …T_TYPES\"\>Lists the available gradients. Click the gradient that you want to apply, and then clic…
23732 …the color in the \<emph\>From \</emph\>box, where 0% corresponds to black, and 100 % to the select…
23733 …ER_X\"\>Enter the horizontal offset for the gradient, where 0% corresponds to the current horizont…
23735 …r the color in the \<emph\>To \</emph\>box, where 0% corresponds to black, and 100 % to the select…
23736 …NTER_Y\"\>Enter the vertical offset for the gradient, where 0% corresponds to the current vertical…
23738 …IELD:RID_SVXPAGE_GRADIENT:MTR_BORDER\"\>Enter the amount by which you want to adjust the area of t…
23739 …SVXPAGE_GRADIENT:LB_GRADIENTS\"\>Select the type of gradient that you want to apply or create.\</a…
23758 … the available hatching patterns. Click the hatching pattern that you want to apply, and then clic…
23759 …_SVXPAGE_HATCH:MTR_FLD_DISTANCE\"\>Enter the amount of space that you want to have between the hat…
23760 …2 10 0 br \<ahelp hid=\"HID_TPHATCH_CTRL\"\>Click a position in the grid to define the rotation …
23762 …SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_ADD\"\>Adds a custom hatching pattern to the current list. Sp…
23766 …SVXPAGE_HATCH:LB_LINE_TYPE\"\>Select the type of hatch lines that you want to use.\</ahelp\> 20…
23767 …ON:RID_SVXPAGE_HATCH:BTN_MODIFY\"\>Applies the current hatching properties to the selected hatchin…
23783 …>Select a bitmap in the list, and then click \<emph\>OK \</emph\>to apply the pattern to the selec…
23784 helpcontent2 source\text\shared\01\05210500.xhp 0 help par_id3147226 4 0 br Use this editor to cr…
23785 …MPORT\"\>Locate the bitmap that you want to import, and then click \<emph\>Open\</emph\>. The bitm…
23787 …95 2 0 br \<ahelp hid=\"HID_AREA_BITMAP\"\>Select a bitmap that you want to use as a fill patter…
23791 …D\"\>Adds a bitmap that you created in the \<emph\>Pattern Editor \</emph\>to the current list.\</…
23793 …P:LB_COLOR\"\>Select a foreground color, and then click in the grid to add a pixel to the pattern.…
23805 …id3146138 8 0 br \<ahelp hid=\"HID_TPSHADOW_CTRL\"\>Click where you want to cast the shadow.\</a…
23806 …AGE_SHADOW:MTR_FLD_DISTANCE\"\>Enter the distance that you want the shadow to be offset from the s…
23807 …W:MTR_SHADOW_TRANSPARENT\"\>Enter a percentage from 0% (opaque) to 100% (transparent) to specify t…
23808to the selected object. If the object already has a shadow, the shadow is removed. If you click th…
23809 …help par_id3153345 4 0 br Set the properties of the shadow that you want to apply. 2002-02-02…
23810 … hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_SHADOW:TSB_SHOW_SHADOW\"\>Adds a shadow to the selected drawing…
23812 … help par_id3155069 2 0 br \<ahelp hid=\"HID_AREA_SHADOW\"\>Add a shadow to the selected drawing…
23832 …help par_id3149283 3 0 br Specify the type of transparency that you want to apply. 2002-02-02…
23833 …R_GRADIENT_TYPES\"\>Select the type of transparency gradient that you want to apply.\</ahelp\> …
23834 …<ahelp hid=\".\"\>Set the transparency options for the fill that you apply to the selected object.…
23835 …SVXPAGE_TRANSPARENCE:MTR_TRGR_BORDER\"\>Enter the amount by which you want to adjust the transpare…
23836 …elp par_id3149798 10 0 br Use the preview to view your changes before you apply the transparency…
23839 …SVXPAGE_TRANSPARENCE:RBT_TRANS_GRADIENT\"\>Applies a transparency gradient to the current fill col…
23845 … objects; text in\</bookmark_value\>\<bookmark_value\>frames; text fitting to frames\</bookmark_va…
23851 helpcontent2 source\text\shared\01\05220000.xhp 0 help hd_id3149511 9 0 br Fit height to text …
23853 helpcontent2 source\text\shared\01\05220000.xhp 0 help hd_id3150445 7 0 br Fit width to text 2…
23854 helpcontent2 source\text\shared\01\05220000.xhp 0 help hd_id3152867 11 0 br Fit to frame 2002-…
23855 helpcontent2 source\text\shared\01\05220000.xhp 0 help hd_id3154288 13 0 br Spacing to borders …
23859 helpcontent2 source\text\shared\01\05220000.xhp 0 help hd_id3155892 29 0 br Adjust to contour …
23860 …RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_WIDTH\"\>Expands the width of the object to the width of the tex…
23861 …\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FIT_TO_SIZE\"\>Resizes the text to fit the entire area …
23862 …D_SVXPAGE_TEXTATTR_TSB_AUTOGROW_HEIGHT\"\>Expands the height of the object to the height of the te…
23863 …=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FULL_WIDTH\"\>Anchors the text to the full width of th…
23865 …01\05220000.xhp 0 help par_id3151265 14 0 br Specify the amount of space to leave between the ed…
23867 …05220000.xhp 0 help par_id3154794 4 0 br The text is positioned relative to the edges of the dra…
23869 …ETRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_RIGHT\"\>Enter the amount of space to leave between the ri…
23870 … 26 0 br \<ahelp hid=\"HID_TEXTATTR_CTL_POSITION\"\>Click where you want to place the anchor for…
23871 …METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_LEFT\"\>Enter the amount of space to leave between the le…
23872 …_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_TOP\"\>Enter the amount of space to leave between the to…
23873 …TRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_BOTTOM\"\>Enter the amount of space to leave between the bo…
23875 …id=\".\"\>Wraps the text that you add after double-clicking a custom shape to fit inside the shape…
23876 helpcontent2 source\text\shared\01\05220000.xhp 0 help par_idN10720 0 br Resize shape to fit tex…
23877 ….xhp 0 help par_idN10724 0 br \<ahelp hid=\".\"\>Resizes a custom shape to fit the text that yo…
23884 helpcontent2 source\text\shared\01\05230100.xhp 0 help hd_id3145746 35 0 br Fit height to text …
23892 helpcontent2 source\text\shared\01\05230100.xhp 0 help hd_id3151042 33 0 br Fit width to text …
23903to shift the object relative to the base point that you selected in the \<emph\>Position Y\</emph\…
23905 …E_MTR_FLD_POS_Y\"\>Enter the vertical distance that you want to move the object relative to the ba…
23907 …X_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_POSPROTECT\"\>Prevents changes to the position or the …
23909 …150774 20 0 br Specify the amount by which you want to resize the selected object with respect t…
23910 …help par_id3151211 32 0 br Resizes text in a drawing object with respect to the borders of the s…
23913 …STATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_HEIGHT\"\>Resizes the text to fit the height of th…
23916 …inline select=\"WRITER\"\>Specifies the position of the anchor in relation to the character height…
23918 …MTR_FLD_POS_X\"\>Enter the horizontal distance that you want to move the object relative to the ba…
23919 …ISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_WIDTH\"\>Resizes the text to fit the width of the…
23930 …43270 10 0 br \<ahelp hid=\"HID_TPROTATION_CTRL1\"\>Click where you want to place the pivot poin…
23932 …D_SVXPAGE_ANGLE:MTR_FLD_ANGLE\"\>Enter the number of degrees that you want to rotate the selected …
23933 …MTR_FLD_POS_Y\"\>Enter the vertical distance from the top edge of the page to the pivot point.\</a…
23936 …0 help par_id3154811 16 0 br \<ahelp hid=\"HID_TPROTATION_CTRL2\"\>Click to specify the rotation…
23937 …0 help par_id3156155 12 0 br Specify the number of degrees that you want to rotate the selected …
23938 …_FLD_POS_X\"\>Enter the horizontal distance from the left edge of the page to the pivot point.\</a…
23946 …GE_SLANT:MTR_FLD_RADIUS\"\>Enter the radius of the circle that you want to use to round the corner…
23959 …r the length of the callout line segment that extends from the callout box to the inflection point…
23960 … br \<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_CAPTION:CB_LAENGE\"\>Click here to display a single-ang…
23961 …:RID_SVXPAGE_CAPTION:MF_ABSTAND\"\>Enter the amount of space that you want to leave between the en…
23962 …XPAGE_CAPTION:LB_ANSATZ_REL\"\>Select where you want to extend the callout line from, in relation
23963 …ION_CTL_TYPE\"\>Click the \<emph\>Callout\</emph\> style that you want to apply to the selected ca…
23966 …f the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callout…
23973 … hid=\".uno:MirrorVert\"\>Flips the selected object(s) vertically from top to bottom.\</ahelp\> …
23976 …ectMirrorHorizontal\"\>Flips the selected object(s) horizontally from left to right.\</ahelp\> …
23981 … is successively stacked on the preceding object. Use the arrange commands to change the stacking …
23984 …1 0 br \<link href=\"text/shared/01/05250100.xhp\" name=\"Bring to Front\"\>Bring to Front\</lin…
23986 …id=\".uno:BringToFront\" visibility=\"visible\"\>Moves the selected object to the top of the stack…
23987 helpcontent2 source\text\shared\01\05250100.xhp 0 help tit 0 br Bring to Front 2002-02-02 02:…
23990 …lp hid=\".\"\>Moves the selected object up one level, so that it is closer to top of the stacking …
23994 … hid=\".\"\>Moves the selected object down one level, so that it is closer to the bottom of the st…
23996 …0 1 0 br \<link href=\"text/shared/01/05250400.xhp\" name=\"Send to Back\"\>Send to Back\</link\…
23998 … hid=\".uno:SendToBack\" visibility=\"visible\"\>Moves the selected object to the bottom of the st…
23999 helpcontent2 source\text\shared\01\05250400.xhp 0 help tit 0 br Send to Back 2002-02-02 02:02…
24010 … 0 br If the selected object is in a frame, you can also anchor the object to the frame. 2002-0…
24014 …6 2 0 br \<ahelp hid=\".uno:SetAnchorToPage\"\>Anchors the selected item to the current page.\</…
24019 …\".uno:SetAnchorToPara\" visibility=\"visible\"\>Anchors the selected item to the current paragrap…
24023 …0 help par_id3147069 2 0 br \<ahelp hid=\".\"\>Anchors the selected item to a character.\</ahelp…
24024to the character that it is anchored to, right-click the graphic, and then choose \<emph\>Graphics…
24027 …\".uno:SetAnchorToCell\" visibility=\"visible\"\>Anchors the selected item to a cell.\</ahelp\> Th…
24030 …".uno:SetAnchorToFrame\" visibility=\"visible\"\>Anchors the selected item to the surrounding fram…
24048 … 0 br \<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_AUTOSIZE\"\>Resizes the text to fit the length of th…
24050 …21 42 0 br \<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_NORMAL\"\>Adds a shadow to the text in the sele…
24054 … 0 br \<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_SLANT\"\>Adds a slant shadow to the text in the sele…
24057 …HID_FONTWORK_TBI_SHADOW_OFF\"\>Removes the shadow effects that you applied to the text.\</ahelp\> …
24063 …3 28 0 br \<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_RIGHT\"\>Aligns the text to the right end of the…
24064 …RMS\" visibility=\"hidden\"\>Click the shape of the baseline that you want to use for the text.\</…
24084 …ICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_TEXTSTART\"\>Enter the amount of space to leave between the be…
24092 …help par_id3154497 74 0 br You can change the shape of the text baseline to match semicircles, a…
24094 …40 24 0 br \<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_LEFT\"\>Aligns the text to the left end of the …
24095 …vertically. To use this command, you must first apply a different baseline to the text.\</ahelp\> …
24101 … created prior to %PRODUCTNAME %PRODUCTVERSION. You must first call \<emph\>Tools - Customize\</em…
24105 …VXDLG_FONTWORK:MTR_FLD_DISTANCE\"\>Enter the amount of space that you want to leave between the te…
24119 …hared\01\05290000.xhp 0 help par_id3153541 10 0 br Use Tab and Shift+Tab to move forwards and ba…
24162 …:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_RIGHT\"\>Scrolls text from left to right.\</ahelp\> …
24163 …5320000.xhp 0 help par_id3144436 15 0 br Select the effect that you want to apply, and then set …
24165 …"\>Plays the animation effect continuously. To specify the number of times to play the effect, cle…
24166 …X:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_UP\"\>Scrolls text from bottom to top.\</ahelp\> 20…
24168 …red\01\05320000.xhp 0 help par_id3148560 35 0 br Specify the amount time to wait before repeatin…
24173 …E_TEXTANIMATION:LB_EFFECT\"\>Select the animation effect that you want to apply to the text in the…
24174 …TION:TSB_AUTO\"\>$[officename] automatically determines the amount of time to wait before repeatin…
24176 …GE_TEXTANIMATION:MTR_FLD_AMOUNT\"\>Enter the number of increments by which to scroll the text.\</a…
24179 …CFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_DELAY\"\>Enter the amount of time to wait before repeatin…
24180 …:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_LEFT\"\>Scrolls text from right to left.\</ahelp\> 2…
24181 …_FLD_COUNT\"\>Enter the number of times that you want the animation effect to repeat.\</ahelp\> …
24182 …lp hid=\"SVX:TABPAGE:RID_SVXPAGE_TEXTANIMATION\"\>Adds an animation effect to the text in the sele…
24184 …VX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_DOWN\"\>Scrolls text from top to bottom.\</ahelp\> …
24191 …S_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE\"\>Enter the row height that you want to use.\</ahelp\> 20…
24192 … a row by dragging the divider below the row header. To fit the row height to the cell contents, d…
24200 …TH_MF_VALUE\" visibility=\"visible\"\>Enter the column width that you want to use.\</ahelp\> 20…
24201 …e select=\"appl\"\> \<caseinline select=\"CALC\"\> To fit the column width to the cell contents, d…
24225 …NT_LB_HORALIGN\"\>Select the horizontal alignment option that you want to apply to the cell conten…
24226 …obentext\"\>\<ahelp hid=\".uno:AlignTop\"\>Aligns the contents of the cell to the upper edge of th…
24228 …f the \<emph\>Default\</emph\> option is selected, numbers will be aligned to the right and text w…
24229 …147085 49 0 br \<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\"\>Click in the dial to set the text orienta…
24231 …D_SVXPAGE_ALIGNMENT_BTN_HYPH\"\>Enables word hyphenation for text wrapping to the next line.\</ahe…
24232 …tstext\"\>\<ahelp hid=\".uno:AlignRight\"\>Aligns the contents of the cell to the right.\</ahelp\>…
24234 …MENT_LB_VERALIGN\"\>Select the vertical alignment option that you want to apply to the cell conten…
24236to vertical. \<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\"\>Aligns Asia…
24237 …nkstext\"\>\<ahelp hid=\".uno:AlignLeft\"\>Aligns the contents of the cell to the left.\</ahelp\>\…
24238 …"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\"\>Aligns the cell contents to the bottom of the ce…
24241 …iable id=\"untentext\"\>\<ahelp hid=\".\"\>Aligns the contents of the cell to the lower edge of th…
24242 …ected cell(s). A positive number rotates the text to the left and a negative number rotates the te…
24243 …\>\<ahelp hid=\".uno:AlignBlock\"\>Aligns the contents of the cell to the left and to the right ce…
24245 …lp hid=\"HID_ALIGNMENT_CTR_BORDER_LOCK\"\>Specify the cell edge from which to write the rotated te…
24249 …d\01\05340300.xhp 0 help par_id3166445 57 0 br Aligns numbers to the right, and text to the left…
24254 helpcontent2 source\text\shared\01\05340300.xhp 0 help par_idN10AD3 0 br Shrink to fit cell size…
24255 …of the cell fit into the current cell width. You cannot apply this command to a cell that contains…
24277 …ed\01\05340400.xhp 0 help par_id3146921 64 0 br You cannot drag and drop to Yes/No, binary, imag…
24278 …xhp 0 help par_id3147175 44 0 br \<ahelp hid=\"HID_TLB_TREELISTBOX\"\>Go to the last record in t…
24289 …40400.xhp 0 help par_id3149578 13 0 br The following table describes how to select individual el…
24296 …xhp 0 help par_id3151173 36 0 br \<ahelp hid=\"HID_TLB_TREELISTBOX\"\>Go to the first record in …
24298 …5 0 br Use the Form Navigation bar at the bottom of the Data Source view to navigate between dif…
24299 …xhp 0 help par_id3153280 38 0 br \<ahelp hid=\"HID_TLB_TREELISTBOX\"\>Go to the previous record …
24307 …p hid=\"HID_TLB_TREELISTBOX\"\>Type the number of the record that you want to display, and then pr…
24309 helpcontent2 source\text\shared\01\05340400.xhp 0 help par_id3158410 7 0 br Allows you to edit, a…
24311 …xhp 0 help par_id3166414 42 0 br \<ahelp hid=\"HID_TLB_TREELISTBOX\"\>Go to the next record in t…
24328 …idden columns. Choose the column that you want to display from the list, or click \<emph\>All \</e…
24351 …SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_BACKSCALE\"\>Enter the amount by which to increase or decrease…
24354 …BUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_OBJ\"\>Renders the 3D surface according to the shape of the obj…
24356 … object that was created by converting a 2D object. To convert a 2D object to 3D, select the objec…
24359 helpcontent2 source\text\shared\01\05350200.xhp 0 help par_id3150822 21 0 br Allows you to modify…
24360 …:RID_SVXFLOAT_3D:NUM_HORIZONTAL\"\>Enter the number of horizontal segments to use in the selected …
24362 …IELD:RID_SVXFLOAT_3D:NUM_VERTICAL\"\>Enter the number of vertical segments to use in the selected …
24366 …X:METRICFIELD:RID_SVXFLOAT_3D:MTR_END_ANGLE\"\>Enter the number of degrees to include in the selec…
24368 …RID_SVXFLOAT_3D:MTR_PERCENT_DIAGONAL\"\>Enter the amount by which you want to round the corners of…
24372 …par_id3155388 7 0 br You can change the number of segments that are used to draw a 3D rotation o…
24386 …05350300.xhp 0 help par_id3148538 5 0 br Specify the type of shading to apply to the selected 3D…
24387 …p hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DISTANCE\"\>Enter the distance to leave between the ca…
24391 …p hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_SLANT\"\>Enter an angle from 0 to 90 degrees for casti…
24393 …SHADEMODE\"\>Select the shading method that you want to use. Flat shading assigns a single color t…
24394 …l length of the camera, where a small value corresponds to a "fisheye" lens, and a large value to
24406to turn the light source on, and then select a color for the light from the list. If you want, you…
24411 … the color of the light source and of the ambient light. You can define up to eight different ligh…
24436 …id=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_COLOR\"\>Converts the texture to color.\</ahelp\> …
24441 …EBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_Y\"\>Applies the texture parallel to the vertical axis.\<…
24444 … object. This feature is only available after you apply a surface textures to the selected object.…
24445 …"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_LUMINANCE\"\>Converts the texture to black and white.\</a…
24449 …br Filters out some of the 'noise' that can occur when you apply a texture to a 3D object. 2002…
24454 …X:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_FILTER\"\>Blurs the texture slightly to remove unwanted spec…
24457 …1\05350500.xhp 0 help par_id3152878 34 0 br Click the respective buttons to define the texture f…
24461 …EBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_X\"\>Applies the texture parallel to the horizontal axis.…
24488 …D_SVXFLOAT_3D_LB_MAT_SPECULAR\"\>Select the color that you want the object to reflect.\</ahelp\> …
24490 …>Select a predefined color scheme, or select \<emph\>User-defined\</emph\> to define a custom colo…
24491 …LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR\"\>Select the color that you want to apply to the object.\</a…
24492 …help hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION\"\>Select the color to illuminate the objec…
24509 …000.xhp 0 help par_id3145383 3 0 br Objects are distributed with respect to the outermost object…
24540 …SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_LANGUAGE\"\>Specifies the language to use to check the spelli…
24541 …id=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_ADD\"\>Adds the unknown word to a user-defined dicti…
24548 …dds the current combination of the incorrect word and the replacement word to the AutoCorrect repl…
24551 …LLCHECK_LB_NEWWORD\"\>Lists suggested words to replace the misspelled word. Select the word that y…
24552 …ks for misspelled words and gives you the option of adding an unknown word to a user dictionary. W…
24553 … at the current cursor position and advances to the end of the document or selection. You can then…
24554 …This label of this button changes to \<emph\>Resume\</emph\> if you leave the Spellcheck dialog op…
24556 …r_idN10854 0 br \<ahelp hid=\".\"\>Click to undo the last step of your spellcheck session. Clic…
24564 …selected text. \<br/\>Choose None to exclude the selected text from spellchecking and hyphenation.…
24565 …t paragraph. \<br/\>Choose None to exclude the current paragraph from spellchecking and hyphenatio…
24566 …uage for all text. \<br/\>Choose None to exclude all text from spellchecking and hyphenation.\<br/…
24576 …implified Chinese;translating to traditional Chinese\</bookmark_value\>\<bookmark_value\>tradition…
24578 …".\"\>Translates the selected Chinese text from one Chinese writing system to the other. If no tex…
24581 helpcontent2 source\text\shared\01\06010600.xhp 0 help par_idN10579 0 br Traditional Chinese to
24582 …slates traditional Chinese text characters to simplified Chinese text characters. Click \<emph\>OK…
24583 helpcontent2 source\text\shared\01\06010600.xhp 0 help par_idN10580 0 br Simplified Chinese to T…
24584 …slates simplified Chinese text characters to traditional Chinese text characters. Click \<emph\>OK…
24595 …06010601.xhp 0 help par_idN10566 0 br You can use this dialog to edit, to add, or to delete ent…
24596 helpcontent2 source\text\shared\01\06010601.xhp 0 help par_idN10569 0 br Traditional Chinese to
24597 …elp par_idN1056D 0 br \<ahelp hid=\".\"\>Translates traditional Chinese to simplified Chinese.\…
24598 helpcontent2 source\text\shared\01\06010601.xhp 0 help par_idN10570 0 br Simplified Chinese to T…
24599 …help par_idN10574 0 br \<ahelp hid=\".\"\>Translates simplified Chinese to traditional Chinese.…
24601 … 0 br \<ahelp hid=\".\"\>Automatically adds the reverse mapping direction to the list for each mo…
24603 … help par_idN10582 0 br \<ahelp hid=\".\"\>Enter the text that you want to replace with the Map…
24605 … help par_idN10589 0 br \<ahelp hid=\".\"\>Enter the text that you want to replace the Term wit…
24609 …\06010601.xhp 0 help par_idN10597 0 br \<ahelp hid=\".\"\>Adds the term to the translation dict…
24611 …hp 0 help par_idN1059E 0 br \<ahelp hid=\".\"\>Saves the modified entry to the database file.\<…
24624 …SVXDLG_THES_LANGUAGE:LB_THES_LANGUAGE\"\>Select the language that you want to use for the thesauru…
24625 …lected in the \<emph\>Meaning\</emph\> list. Select the word that you want to use as a replacement…
24632 …SVX:PUSHBUTTON:RID_SVXDLG_THESAURUS:BTN_LANGUAGE\"\>Specifies the language to use for the thesauru…
24645 …ing a source color in the source image. To replace colors that are similar to the color that you s…
24649 … \<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_BMPMASK:LB_TRANS\"\>Select the color to replace the transpar…
24650 …<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_BMPMASK:CBX_4\"\>Select this checkbox to replace the current …
24651 …PMASK_CTL_QCOL_1\"\>Displays the color in the selected image that you want to replace. To set the …
24652 …t\shared\01\06030000.xhp 0 help par_id3151262 24 0 br You can replace up to four different color…
24654 …se pointer over the selected image, and then click the color that you want to replace.\</ahelp\> …
24665to turn off the AutoCorrect feature, in $[officename] Calc choose \<emph\>Tools - Cell Contents - …
24701 …elp par_id3145606 77 0 br The automatic numbering option is only applied to paragraphs that are …
24708 … style with the Heading 1 to Heading 8 paragraph styles. To apply the Heading 1 paragraph style, t…
24715 …a plus sign (+), or an asterisk (*) directly followed by a space or a tab, to bulleted lists. This…
24721 …"appl\"\>\<caseinline select=\"WRITER\"\>In text documents, you can choose to apply the AutoCorrec…
24724 …77 26 0 br Automatically applies bold formatting to text enclosed by asterisks (*), and underlin…
24733 …ppl\"\>\<caseinline select=\"WRITER\"\>Changes quotation marks in the text to the quotation marks …
24742 …0 br When you choose to modify existing text with all options deselected, still all "Default" para…
24757 …_AUTOCORR_REPLACE:ED_SHORT\"\>Enter the word or abbreviation that you want to replace while you ty…
24758 …"\>Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in …
24762to apply a specific character format to a word or abbreviation. Select the formatted text in your …
24774 …TON:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS\"\>Adds the current entry to the list of exceptio…
24776 …he abbreviations or letter combinations that you do not want $[officename] to correct automaticall…
24777 …do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[off…
24779 …omatically adds abbreviations or words that start with two capital letters to the corresponding li…
24780 …help hid=\"HID_AUTOCORR_LANGUAGE\"\>Select the language for which you want to create or edit the r…
24792 …0400.xhp 0 help par_id3152363 18 0 br Specify the replacement characters to use for single or do…
24795 …BUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD\"\>Resets the quotation marks to the default symbols.…
24807 …p par_id3147000 5 0 br \<ahelp hid=\"HID_LINGU_REPLACE\"\>Click the word to replace the highligh…
24813 …405 9 0 br \<ahelp hid=\"HID_LINGU_ADD_WORD\"\>Adds the highlighted word to a user-defined dicti…
24826 …OMPLETE_OPTIONS:NF_MIN_WORDLEN\"\>Enter the minimum word length for a word to become eligible for …
24828 … is valid until you close the current document. To make the list available to other documents in t…
24829 …AGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY\"\>Select the key that you want to use to accept the autom…
24833 …_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT\"\>Adds the frequently used words to a list. To remove a …
24836 …E_OPTIONS_CB_KEEP_LIST\"\>Makes the current Word Completion list available to other documents afte…
24837 …_OPTIONS:NF_MAX_ENTRIES\"\>Enter the maximum number of words that you want to store in the Word Co…
24838 helpcontent2 source\text\shared\01\06040600.xhp 0 help par_idN106F8 0 br Press Esc to decline th…
24846 …700.xhp 0 help par_id3259376 0 br \<ahelp hid=\".\"\>Enables Smart Tags to be evaluated and sho…
24852 …"\>\<ahelp hid=\".uno:BulletsAndNumberingDial\"\>Adds numbering or bullets to the current paragrap…
24861 … \<ahelp hid=\"HID_VALUESET_BULLET\"\>Click the bullet style that you want to use.\</ahelp\> 20…
24868 …lp hid=\"HID_VALUESET_SINGLENUM\"\>Click the numbering style that you want to use.\</ahelp\> 20…
24875 …>Displays the different styles that you can apply to a hierarchical list. $[officename] supports u…
24877 …br \<ahelp hid=\"HID_VALUESET_NUM\"\>Click the outline style that you want to use.\</ahelp\> 20…
24901 … 77 0 br Adds a bullet to the beginning of a line. Select this option, and then click the \<emph…
24902 …F_BUL_REL_SIZE\"\>Enter the amount by which you want to resize the bullet character with respect t…
24907 …ions for numbered or bulleted lists. If you want, you can apply formatting to individual levels in…
24918 …IONS:ED_SUFFIX\"\>Enter a character or the text to display behind the number in the list. If you w…
24919 …VX:EDIT:RID_SVXPAGE_NUM_OPTIONS:ED_PREFIX\"\>Enter a character or the text to display in front of …
24920 …SVXPAGE_NUM_OPTIONS:LB_CHARFMT\"\>Select the Character Style that you want to use in the numbered …
24922 helpcontent2 source\text\shared\01\06050500.xhp 0 help par_id3151210 111 0 br Links the image to
24923 …:MB_BITMAP\"\>Select the graphic, or locate the graphic file that you want to use as a bullet.\</a…
24925 …ID_SVXPAGE_NUM_OPTIONS:NF_ALL_LEVEL\"\>Enter the number of previous levels to include in the numbe…
24929 …55 61 0 br Select the level(s) that you want to modify, and then specify the formatting that you…
24930 …TBOX:RID_SVXPAGE_NUM_OPTIONS:LB_LEVEL\"\>Select the level(s) that you want to define the formattin…
24935 …nline select=\"appl\"\>\<caseinline select=\"WRITER\"\>Bullets are resized to fit the current line…
24942 …ct this options, and then click \<emph\>Select\</emph\> to locate the image file that you want to
24947 helpcontent2 source\text\shared\01\06050600.xhp 0 help hd_id3150245 28 0 br Space to text 2002…
24954to leave between the left page margin (or the left edge of the text object) and the left edge of t…
24955 …CHECKBOX:TP_NUM_POSITION:CB_RELATIVE\"\>Indents the current level relative to the previous level i…
24958 …ETRICFIELD:TP_NUM_POSITION:MF_NUMDIST\"\>Enter the minimum amount of space to leave between the ri…
24959 …id=\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\"\>Enter the amount of space to leave between the le…
24960 …list. You cannot change the alignment if the values in the \<emph\>Spacing to text \</emph\>and th…
24961 …MULTILISTBOX:TP_NUM_POSITION:LB_LEVEL\"\>Select the level(s) that you want to modify.\</ahelp\> …
24962 …ON:TP_NUM_POSITION:PB_STANDARD\"\>Resets the indent and the spacing values to the default values.\…
24989 …_RID_PB_APPEND\"\>Locate that $[officename] Basic library that you want to add to the current list…
24993 … \<variable id=\"makro\"\>\<ahelp hid=\".uno:MacroDialog\"\>Opens a dialog to organize macros.\</a…
24996 …_RID_ED_MACRONAME\"\>Displays the name of the selected macro. To create or to change the name of a…
24997 …e application or the document containing the macro libraries that you want to organize.\</ahelp\> …
25006 …mize\"\>Customize\</link\> dialog, where you can assign the selected macro to a menu command, a sh…
25016 …6130000.xhp 0 help par_id8968169 0 br \<ahelp hid=\".\"\>Opens a dialog to export the selected …
25031 …00.xhp 0 help par_idN10A6A 0 br \<ahelp hid=\"1241731592\"\>Prompts you to delete the selected …
25045 …p hid=\".\"\>Adds and removes digital signatures to and from your macros. You can also use the dia…
25069 … 0 help par_idN105B7 0 br \<ahelp hid=\".\"\>Opens a submenu with links to dialogs where you ca…
25080 … hid=\"HID_BASICIDE_LIBSDLG_TREE\"\>Enter a name or the path to the library that you want to appen…
25083 …type=\"productname\"\>%PRODUCTNAME\</item\> Basic library that you want to add to the current list…
25088 …omizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.\</ahelp\>\</…
25106 … 0 br \<ahelp hid=\"705498935\"\>Select the menu and submenu that you want to edit.\</ahelp\> 2…
25122 …9974\"\>Opens the Add Commands dialog. Select the command that you want to add to the menu, and th…
25133 …rd accelerator allows you to select a menu command when you press Alt+ an underlined letter in a m…
25137 … par_idN108E8 0 br Add a tilde (~) in front of the letter that you want to use as an accelerato…
25140 … hid=\"705498948\"\>Select the application or open document where you want to add the menu.\</ahel…
25141 …not load a menu configuration from one location and save the configuration to another location. …
25167 …CC_LISTBOX\"\>Lists the available function categories. To assign shortcuts to Styles, open the "St…
25170 …P_CONFIG_ACCEL:BOX_ACC_KEY\"\>Displays the shortcut keys that are assigned to the selected functio…
25172 …BUTTON_TP_CONFIG_ACCEL_RB_OFFICE\"\>Displays shortcut keys that are common to all $[officename] ap…
25173 …ns the key combination selected in the \<emph\>Shortcut keys\</emph\> list to the command selected…
25175 …tegories and the $[officename] functions that you can assign shortcut keys to. 2002-02-02 02:02…
25177 …_CONFIGFUNCTION_ACC_LISTBOX\"\>Select a function that you want to assign a shortcut key to, click …
25183 …ed\01\06140400.xhp 0 help par_idN10604 0 br Select the toolbar you want to edit. 2002-02-02 …
25193 …p 0 help par_idN10634 0 br Deletes the selected toolbar after you agree to the question. You ca…
25213 …p 0 help par_idN1068E 0 br Deletes the selected command after you agree to the question. 200…
25219 … 0 br Opens the Change Icon dialog, where you can assign a different icon to the current command.…
25221 helpcontent2 source\text\shared\01\06140400.xhp 0 help par_idN106B8 0 br Resets the icon to the …
25223 …6D2 0 br \<ahelp hid=\".\"\>Select the location where to load the configuration and where to sa…
25224 …ments or select the application to load and edit the associated configuration. Edit the configurat…
25225 … 0 help par_idN106D8 0 br It is not possible to load a configuration from one location and save…
25227 …ared\01\06140402.xhp 0 help par_id8224433 0 br \<ahelp hid=\".\"\>Click to remove the selected …
25232 …06140402.xhp 0 help par_idN10560 0 br \<ahelp hid=\".\"\>Adds new icons to the list of icons.\<…
25240 …lp par_id3152937 2 0 br \<ahelp hid=\"HID_CONFIG_EVENT\"\>Assigns macros to program events. The …
25242 …ink href=\"text/shared/01/06130000.xhp\"\>Macro Selector\</link\> to assign a macro to the selecte…
25245 … 0 help par_idN1060E 0 br \<ahelp hid=\"705547787\"\>Select first where to save the event bindi…
25262 …help hid=\"HID_XML_FILTER_OPEN\"\>Displays an \<emph\>Open \</emph\>dialog to open a filter from a…
25267 …lp hid=\"HID_XML_FILTER_SAVE\"\>Displays a \<emph\>Save as \</emph\>dialog to save the selected fi…
25268 …\shared\01\06150000.xhp 0 help par_id3149784 16 0 br Double-click a name to edit the filter. …
25269 …d\01\06150000.xhp 0 help par_id3149885 15 0 br Shift-click or Ctrl-click to select several filte…
25272 …/emph\>dialog, where you can create, edit, delete, and test filters to import and to export XML fi…
25275 helpcontent2 source\text\shared\01\06150000.xhp 0 help par_id3154577 14 0 br Click a filter to se…
25296 …file extension to use when you open a file without specifying a filter. $[officename] uses the fil…
25298 …<ahelp hid=\"HID_XML_FILTER_INTERFACE_NAME\"\>Enter the name that you want to display in the \<emp…
25299 …p hid=\"HID_XML_FILTER_APPLICATION\"\>Select the application that you want to use with the filter.…
25300 …3 0 br \<ahelp hid=\"HID_XML_FILTER_NAME\"\>Enter the name that you want to display in the list …
25310 …an import filter, enter the file name of the XSLT stylesheet that you want to use for importing.\<…
25313 …an export filter, enter the file name of the XSLT stylesheet that you want to use for exporting.\<…
25315 …hp 0 help par_id3152867 10 0 br If present, both identifiers are written to the DOCTYPE declarat…
25316 …>Enter the name of the template that you want to use for importing. In the template, styles are de…
25317 …c or system identifier of the DTD (Document Type Definition) that you want to use.\</ahelp\> 20…
25320 …\06150120.xhp 0 help par_id3155892 11 0 br The public identifier is used to detect the filter wh…
25322to the directory that contains the template must be included in \<emph\>Tools - Options - $[office…
25337 …_FILTER_TEST_EXPORT_BROWSE\"\>Locate the file that you want to apply the XML export filter to. The…
25340 …The front-most open file that matches the XML filter criteria will be used to test the filter. The…
25343 …the XML source of the selected document is displayed. The document is used to test the import filt…
25344 …\<ahelp hid=\".\"\>Displays the file name of the document that you want to use to test the XSLT fi…
25378 …d=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_REPLACE_BY_CHARACTER\"\>Check to move character-by-ch…
25379 …anjaConversion\"\>Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.\…
25380 …\"\>Replaces the selection with the suggested characters or word according to the format options.\…
25383 …ggested word or enter another word. Click the \<emph\>Find\</emph\> button to replace your origina…
25386 …\"\>Replaces the selection with the suggested characters or word according to the format options. …
25388 … 0 br \<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNORE\"\>No changes will be made to the current selectio…
25389 …<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANGUL_ONLY\"\>Check to convert only Hangul.…
25392 …br \<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNOREALL\"\>No changes will be made to the current selectio…
25394 helpcontent2 source\text\shared\01\06200000.xhp 0 help par_id3155941 12 0 br Click the format to
25395 …\<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANJA_ONLY\"\>Check to convert only Hanja. …
25397 …s it with the corresponding Hanja.\</ahelp\> Click \<emph\>Ignore\</emph\> to cancel the find func…
25399 …l Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangu…
25406 …ect the check box next to the dictionary that you want to use. Clear the check box next to the dic…
25429 …NGULHANJA_EDIT:LB_BOOK\"\>Select the user-defined dictionary that you want to edit.\</ahelp\> 2…
25431 …ctionary that you want to edit. If you want, you can also type a new entry in this box.\</ahelp\> …
25437 …DLG_HANGULHANJA_EDIT:PB_HHE_NEW\"\>Adds the current replacement definition to the dictionary.\</ah…
25447 ….xhp 0 help par_id3147588 3 0 br Changes made to a document in one window are automatically appl…
25451 …e currently open documents. Select the name of a document in the list to switch to that document. …
25457 helpcontent2 source\text\shared\01\08060100.xhp 0 help hd_id3149760 11 0 br Remind me to register…
25460 …ISTRATION_REQUEST_RB_NOW\"\>Launches your default Web browser and connects to the $[officename] We…
25463 …ar_id3153882 3 0 br \<ahelp hid=\".uno:OnlineRegistrationDlg\"\>Connects to the $[officename] We…
25465 …orting; HTML with META tags\</bookmark_value\>\<bookmark_value\>exporting; to HTML\</bookmark_valu…
25470to an HTML document, the description and the user-defined file properties are included as META \<l…
25473 …0 help par_id3148552 21 0 br The following file properties are converted to META tags when you e…
25480 …automatically converted to $[officename] fields: <META HTTP-EQUIV="REFRESH"...> and <META NAME="..…
25481 … and META tags in the header of an HTML document are imported and anchored to the first paragraph …
25482 …ort an HTML containing these META tags, the contents of the tags are added to the corresponding $[…
25486 …xported to the header of an HTML document. If the document begins with a table, the first paragrap…
25489 … hid=\".\"\>Adds and removes digital signatures to and from your document. You can also use the di…
25500 …=\"hidden\"\>You must save a file before you can apply a digital signature to the file.\</ahelp\> …
25501 …ave a file in OpenDocument format before you can apply a digital signature to the file.\</ahelp\> …
25507 …ser must be opened to download the extension update from a particular web site. That site may requ…
25508 …</link\> to check for online updates for all installed extensions. To check for online updates for…
25510 … you see a progress indicator. Wait for some messages to show up in the dialog, or click Cancel to
25513 …extensions are shown in the dialog. Mark \<emph\>Show all Updates\</emph\> to see also other exten…
25517 … Dependencies are not fulfilled (the update needs some more or newer files to be installed). 20…
25527 helpcontent2 source\text\shared\01\formatting_mark.xhp 0 help hd_id4634540 0 br Left-to-right ma…
25529 helpcontent2 source\text\shared\01\formatting_mark.xhp 0 help hd_id9420148 0 br Right-to-left ma…
25537 …g_mark.xhp 0 help par_id9305398 0 br \<ahelp hid=\".\"\>Opens a submenu to insert special forma…
25544 helpcontent2 source\text\shared\01\gallery.xhp 0 help hd_id3156113 4 0 br Adding a New File to th…
25545 …mph\>Gallery\</emph\>.\<ahelp hid=\"HID_GALLERY_THEMELIST\"\>Click a theme to view the objects ass…
25549 …=\"HID_GALLERY_NEWTHEME\"\>Adds a new theme to the \<emph\>Gallery \</emph\>and lets you choose th…
25550 …ens the \<emph\>Gallery\</emph\>, where you can select graphics and sounds to insert into your doc…
25551to the \<emph\>Gallery\</emph\>, right-click a theme, choose \<emph\>Properties\</emph\>, click th…
25565 …S:LBX_FOUND\"\>Lists the available files. Select the file(s) that you want to add, and then click …
25566 …ILES:BTN_SEARCH\"\>Locate the directory containing the files that you want to add, and then click …
25567 …ON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE\"\>Adds the selected file(s) to the current theme.\<…
25570 …ar_id3153882 2 0 br \<variable id=\"stargallerymanager\"\>Adds new files to the selected theme. …
25571 …E_GALLERYTHEME_FILES:CBB_FILETYPE\"\>Select the type of file that you want to add.\</ahelp\> 20…
25572 …ABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL\"\>Adds all of the files in the list to the current theme.\<…
25579 … 0 help par_idN10582 0 br Displays or hides grid lines that you can use to align objects such a…
25580 helpcontent2 source\text\shared\01\grid.xhp 0 help par_idN10585 0 br Snap to Grid 2002-02-02 …
25581 …hared\01\grid.xhp 0 help par_idN10589 0 br Automatically aligns objects to vertical and horizon…
25582 helpcontent2 source\text\shared\01\grid.xhp 0 help par_idN105C9 0 br Grid to Front 2002-02-02…
25589 ….xhp 0 help par_idN1057F 0 br Displays or hides guides that you can use to align objects on a p…
25590 helpcontent2 source\text\shared\01\guides.xhp 0 help par_idN10582 0 br Snap to Guides 2002-02…
25591 …red\01\guides.xhp 0 help par_idN10586 0 br Automatically aligns objects to vertical and horizon…
25592 helpcontent2 source\text\shared\01\guides.xhp 0 help par_idN105C6 0 br Guides to Front 2002-0…
25600 …help par_idN1057E 0 br Opens a movie file or a sound file that you want to preview. 2002-02-…
25618 helpcontent2 source\text\shared\01\mediaplayer.xhp 0 help par_idN105BD 0 br Moves to a different…
25619 …PI (JMF). Download and install the JMF files, and add the path to the installed jmf.jar to the cla…
25620 helpcontent2 source\text\shared\01\mediaplayer.xhp 0 help par_idN10605 0 br Only a link to the m…
25627 …\shared\01\moviesound.xhp 0 help par_idN1068A 0 br Click where you want to insert the file. …
25629 …ar_idN10696 0 br In the File Open dialog, select the file that you want to insert. 2002-02-0…
25637to pause, to stop, to loop, as well as to adjust the volume or to mute the playback of the file. T…
25643 …isibility=\"hidden\"\>Mark to enable the automatic check for updates. Choose Tools - Options - %PR…
25644 …\>\</image\> on the menu bar will notify you of the update. Click the icon to open a dialog with m…
25645 …639027 0 br Choose \<item type=\"menuitem\"\>Check for Updates\</item\> to check for the availa…
25653 … 0 br Choose \<item type=\"menuitem\"\>Help - Check for Updates\</item\> to check manually. 2…
25655 …line_update.xhp 0 help par_id9219641 0 br You need Administrator rights to update %PRODUCTNAME.…
25658 …line_update.xhp 0 help par_id9766533 0 br If %PRODUCTNAME is configured to download the files a…
25662 …alog.xhp 0 help par_id1502121 0 br By default, downloads will be stored to your desktop. You ca…
25663 …".\"\>Checks for available updates to your version of %PRODUCTNAME. If a newer version is availabl…
25664 … 0 br After installation of the update you can delete the download file to save space. 2002-…
25665 …_id2871181 0 br Under some operation systems, it may be required to manually go to the download…
25667 …p hid=\".\" visibility=\"hidden\"\>Pauses the download. Later click Resume to continue downloading…
25668 …help hid=\".\" visibility=\"hidden\"\>Downloads and saves the update files to the desktop or a fol…
25669 …resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download a…
25670 …plete, you can click Install to start the installation of the update. You see a confirmation dialo…
25682 …39558 0 br \<ahelp hid=\".\"\>Select an installed extension, then click to open the Options dia…
25684 …1\packagemanager.xhp 0 help par_id4129459 0 br \<ahelp hid=\".\"\>Click to check for online upd…
25687 …\".\"\>Read the license. Click the Scroll Down button to scroll down if necessary. Click Accept to
25688 …a Web page, click a hyperlink to an \<item type=\"literal\"\>*.oxt\</item\> file (if your Web brow…
25689 helpcontent2 source\text\shared\01\packagemanager.xhp 0 help par_id671712 0 br Change to the %PR…
25691 …he Web. Click the "Get more extensions here" link in the Extension Manager to open your Web browse…
25701 …p 0 help par_idN10626 0 br Extensions that you add to "%PRODUCTNAME Extensions" are available t…
25707 …\01\packagemanager.xhp 0 help par_idN1069C 0 br Extensions that you add to "My Extensions" can …
25708 …2769\"\>Select the directory where you want to add a new extension, or select the extensions that …
25709 …\"\>Select a top-level node in the list box, and then click Add to add new extensions to that loca…
25710 …e dialog opens where you can select the extensions that you want to add. To copy and to register t…
25711 …D1 0 br \<ahelp hid=\"2180256277\"\>Select the extensions that you want to remove, and then cli…
25712 …DE 0 br \<ahelp hid=\"2180256278\"\>Select the extensions that you want to enable, and then cli…
25714 …EB 0 br \<ahelp hid=\"2180256279\"\>Select the extensions that you want to disable, and then cl…
25724 …ared\01\password_dlg.xhp 0 help par_id3154350 64 0 br Assigns a password to prevent users from m…
25730 … You can save some passwords for the duration of a session, or permanently to a file protected by …
25731 …You must enter the master password to access a file or service that is protected by a saved passwo…
25732 …ASSWORD_ED_MASTERPASSWORD\" visibility=\"visible\"\>Type a master password to prevent unauthorized…
25733 …ahelp hid=\"\" visibility=\"visible\"\>Assign a master password to protect the access to a saved p…
25735 …ue\>portable document format\</bookmark_value\>\<bookmark_value\>exporting;to PDF\</bookmark_value…
25761 helpcontent2 source\text\shared\01\ref_pdf_export.xhp 0 help hd_id3809015 0 br Resize window to
25795 …\ref_pdf_export.xhp 0 help par_id1111789 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25797 …\ref_pdf_export.xhp 0 help par_id1321146 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25799 …par_id1694082 0 br \<ahelp hid=\".\"\>Select to generate a PDF file that shows the pages accord…
25800 …\ref_pdf_export.xhp 0 help par_id1851557 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25801 …1\ref_pdf_export.xhp 0 help par_id2107303 0 br \<ahelp hid=\".\"\>Click to open a dialog where …
25802 …437 0 br \<ahelp hid=\".\"\>Select to generate a PDF file that shows the text and graphics on t…
25804 …p par_id3092135 0 br \<ahelp hid=\".\"\>Select to generate a PDF file that shows the page zoome…
25810 …lp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\"\>Saves the current file to Portable Document Fo…
25813 …1\ref_pdf_export.xhp 0 help par_id341807 0 br \<ahelp hid=\".\"\>Select to show all bookmark le…
25814 …ref_pdf_export.xhp 0 help par_id3479415 0 br \<ahelp hid=\".\"\>Selects to export bookmarks of …
25817 …\ref_pdf_export.xhp 0 help par_id4181951 0 br \<ahelp hid=\".\"\>Select to encrypt the PDF docu…
25818 …01\ref_pdf_export.xhp 0 help par_id43641 0 br \<ahelp hid=\".\"\>Select to hide the reader's co…
25819 …\ref_pdf_export.xhp 0 help par_id4490188 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25820 …\ref_pdf_export.xhp 0 help par_id4576555 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25821 …t.xhp 0 help par_id4850001 0 br \<ahelp hid=\".\"\>Select to show bookmark levels down to the s…
25822 …\ref_pdf_export.xhp 0 help par_id4909817 0 br \<ahelp hid=\".\"\>Choose to create a PDF form. T…
25823 …t.xhp 0 help par_id5092318 0 br \<ahelp hid=\".\"\>Select to enable copying of content to the c…
25824 …\ref_pdf_export.xhp 0 help par_id5318765 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25825 …\ref_pdf_export.xhp 0 help par_id6582537 0 br \<ahelp hid=\".\"\>Select to hide the reader's me…
25826 …1\ref_pdf_export.xhp 0 help par_id672322 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25827 …1\ref_pdf_export.xhp 0 help par_id769066 0 br \<ahelp hid=\".\"\>Select to hide the reader's to…
25829 …\ref_pdf_export.xhp 0 help par_id7844477 0 br \<ahelp hid=\".\"\>Select to restrict some permis…
25831 …lp par_id814539 0 br \<ahelp hid=\".\"\>Select to generate a PDF file that shows the page zoome…
25832 …elp hid=\".\"\>Select to generate a PDF file that shows the page contents without zooming. If the …
25833to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chap…
25834 …\ref_pdf_export.xhp 0 help par_id8764305 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25835 …1\ref_pdf_export.xhp 0 help par_id9038972 0 br \<ahelp hid=\".\"\>Click to open a dialog where …
25836 …\ref_pdf_export.xhp 0 help par_id9089022 0 br \<ahelp hid=\".\"\>Select to enable text access f…
25837 …1\ref_pdf_export.xhp 0 help par_id956755 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25839 …\ref_pdf_export.xhp 0 help par_id9596850 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25840 …\ref_pdf_export.xhp 0 help par_id9601428 0 br \<ahelp hid=\".\"\>Select to generate a PDF file …
25841 …\ref_pdf_export.xhp 0 help par_id9776909 0 br \<ahelp hid=\".\"\>Select to show the given page …
25852 …p 0 help par_idN1076B 0 br \<ahelp hid=\".\"\>Selects to resample or down-size the images to a …
25857 …\ref_pdf_export.xhp 0 help par_idN107A4 0 br \<ahelp hid=\".\"\>Selects to write PDF tags. This…
25858 …ns information about the structure of the document contents. This can help to display the document…
25860 …\ref_pdf_export.xhp 0 help par_idN107C2 0 br \<ahelp hid=\".\"\>Selects to export notes of Writ…
25862 … help par_idN107DD 0 br \<ahelp hid=\".\"\>Selects to export Impress slide transition effects t…
25868 …DocAsPDF\"\>Exports the entire file to Portable Document Format (PDF), and then sends the result a…
25876 …help par_idN1058B 0 br \<ahelp hid=\".\"\>Adds the current macro source to the list of \<link h…
25878 …help par_idN105A0 0 br \<ahelp hid=\".\"\>Allows macros in the document to run.\</ahelp\> 20…
25880 …_idN105A7 0 br \<ahelp hid=\".\"\>Does not allow macros in the document to run.\</ahelp\> 20…
25881 … macros. Choose \<emph\>Tools - Options - %PRODUCTNAME - Security\</emph\> to set the options.\</a…
25884 …r_idN10545 0 br \<ahelp hid=\".\"\>Select the certificate that you want to \<link href=\"text/s…
25886 …r_idN1056E 0 br \<ahelp hid=\".\"\>Select the certificate that you want to digitally sign the c…
25893 …ebhtml.xhp 0 help par_id9186681 0 br The HTML formatted copy is written to the temporary files …
25899 …idN10573 0 br \<ahelp hid=\".\"\>Selects the XForms model that you want to use.\</ahelp\> 20…
25904 …ormsdata.xhp 0 help par_idN10588 0 br \<ahelp hid=\".\"\>Opens a dialog to add a new item (elem…
25910 …hp 0 help par_idN1059D 0 br \<ahelp hid=\".\"\>This button has submenus to add, edit or remove …
25916 …ta.xhp 0 help par_idN1061D 0 br \<ahelp hid=\".\"\>Switches the display to show or hide details…
25918 …ormsdata.xhp 0 help par_idN10628 0 br \<ahelp hid=\".\"\>Opens a dialog to edit the selected it…
25928 …ta.xhp 0 help par_idN10662 0 br \<ahelp hid=\".\"\>Switches the display to show more or less de…
25929 …0 help par_idN10682 0 br \<ahelp hid=\".\"\>Lists the items that belong to the current instance…
25936 …he currently selected item in the Data Navigator. A new attribute is added to the currently select…
25984 …ataname.xhp 0 help par_idN10542 0 br \<ahelp hid=\".\"\>Use this dialog to organize namespaces.…
25988 …me.xhp 0 help par_idN1056C 0 br \<ahelp hid=\".\"\>Adds a new namespace to the list.\</ahelp\> …
25989 … 0 help par_idN1056F 0 br Use the \<emph\>Add Namespace\</emph\> dialog to enter the Prefix and…
25992 …0 help par_idN1057D 0 br Use the \<emph\>Edit Namespace\</emph\> dialog to edit the Prefix and …
26024 …tatab.xhp 0 help par_id2107303 0 br \<ahelp hid=\".\"\>Click the button to open a dialog where …
26025 …sion pattern. Strings validated against the data type must conform to this pattern to be valid. Th…
26031 …br \<ahelp hid=\".\"\>Select a user-defined data type and click the button to delete the user-defi…
26032 …elp par_id4331797 0 br \<ahelp hid=\".\"\>Specifies how whitespaces are to be handled when a st…
26037 …0 br \<ahelp hid=\".\"\>Enter the DOM node to bind the control model to. Click the ... button for …
26047 …ic and click the \<emph\>Print File Direct\</emph\> icon, you are prompted to print the selection …
26048 …\".uno:PrintDefault\"\>Click the \<emph\>Print File Directly\</emph\> icon to print the active doc…
26071 …ents. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag…
26072 …hold down Shift while you drag. Click where you want to place a corner of the rectangle, and drag
26074to the size you want, and then click to define the starting point of the arc. Move your pointer to
26075to start, drag, release, and then move the pointer to where you want the curve to end and click. M…
26076to the size you want, and then click to define the starting point of the diameter line. Move your …
26078to resize the callout. To add text, click the edge of the callout, and then type or paste your tex…
26079 …an one object, drag a selection frame around the objects. To add an object to a selection, press S…
26080 …uno:InsertDraw\"\>Click to open or close the \<emph\>Drawing \</emph\>bar, where you can add shape…
26083to resize the callout. To add text, click the edge of the callout, and then type or paste your tex…
26084 …t, and then type or paste your text. You can also move the cursor to where you want to add the tex…
26086 … and type or paste your text. The text direction corresponds to the direction you dragged to draw …
26093 …05270000.xhp\" name=\"Edit Points\"\>Edit Points\</link\> mode enables you to interactively modify…
26095 … 0 help par_id3154638 47 0 br Hold the Shift key while drawing a polygon to position new points …
26096 …ocument. Drag a text box to the size you want anywhere in the document, and then type or paste you…
26100 …traight line where you drag in the current document. To constrain the line to 45 degrees, hold dow…
26103to the size you want, and then click to define the first radius line. Move your pointer to where y…
26105 … where you drag in the current document. Click where you want to draw the oval, and drag to the si…
26107 …<emph\>Visible Buttons\</emph\>. Click the arrow at the end of the toolbar to access the \<emph\>V…
26109 helpcontent2 source\text\shared\02\01140000.xhp 0 help par_idN10E60 0 br Enables you to edit poi…
26138 …CurrencyField\"\>Creates a currency field.\</ahelp\> If the form is linked to a database, the curr…
26139 …the form properties that are supported by the HTML version that you export to. To specify the HTML…
26142 …NumericField\"\>Creates a numerical field.\</ahelp\> If the form is linked to a database, the nume…
26143 …h\>\</link\> properties of all option fields, enter the same name in order to group them. 2002-…
26145 …o:Pushbutton\"\>Creates a push button.\</ahelp\> This function can be used to execute a command fo…
26148 …p Element Wizard\"\>Group Element Wizard\</link\> starts, which allows you to easily create an opt…
26153 …tton\"\>Creates an option button.\</ahelp\> Option buttons enable the user to choose one of severa…
26155 …"read-only" property to the combo box so that users cannot enter other entries than those found in…
26158to add images from a database.\</ahelp\> In the form document, double-click one of these controls…
26164 …s long as the image control is not write-protected. The control must refer to a database field of …
26165 …br This icon switches the mouse pointer to the select mode, or deactivates this mode. The select m…
26167 …rols and then want to select a control, you have to first open the context menu of the group box a…
26168 …46 0 br When you create a form in an HTML document, you can use the form to send data over the I…
26169 …he "Dropdown" property to the date field, the user can open a calendar to select a date under the …
26170 …=\".uno:DateField\"\>Creates a date field.\</ahelp\> If the form is linked to a database, the date…
26171 …ith the tools that you need to create an interactive form.\</ahelp\>\</variable\> You can use the …
26172 …rols toolbar to add and define the form controls. If you want, you can also link the form to a dat…
26173to another document. You can also copy and paste controls between documents. When you insert a con…
26179 …id=\".uno:CheckBox\"\>Creates a check box.\</ahelp\> Check boxes allow you to activate or deactiva…
26180 …t of a table or query to a form, drag a cell into the form. In a text document, you can also drag …
26183 …p hid=\".uno:GroupBox\"\>Creates a frame to visually group several controls.\</ahelp\> Group boxes…
26184 … 0 help par_id3154579 40 0 br \<ahelp hid=\".\"\>Creates a table control to display a database t…
26186 …170000.xhp 0 help par_id3154731 138 0 br You can apply text and graphics to these buttons. 20…
26189 … On the Form Controls toolbar, click the icon of the control that you want to add. 2002-02-02 0…
26192 …=\".uno:TimeField\"\>Creates a time field.\</ahelp\> If the form is linked to a database, the time…
26200 …> A list box lets users select an entry from a list. If the form is linked to a database and the d…
26201 …shared\02\01170000.xhp 0 help par_id6403088 0 br These wizards help you to enter the properties…
26202 …lp par_id710776 0 br If you add a spin button to a Calc spreadsheet, you can use the Data tab p…
26204 helpcontent2 source\text\shared\02\01170000.xhp 0 help par_idN10C39 0 br To add a control to a d…
26205 …t\shared\02\01170000.xhp 0 help par_idN10C4D 0 br In the document, drag to create the control. …
26245 … 0 br To make the width of the scrollbar equal to the height of the scrollbar, set the Visible S…
26246 … par_idN11D63 0 br In a Calc spreadsheet, you can use the Data tab page to create a two-way lin…
26247 …\02\01170000.xhp 0 help par_idN11DB1 0 br The navigation bar allows you to move through the rec…
26275 …isibility=\"visible\"\>Calls a submenu where you can select a control type to replace the control …
26288 …d is connected to the text field of a database, the entries in this field will be treated as text.…
26289 …emph\>, no limits will be applied. For formatted fields that are connected to a database text fiel…
26295 … 0 br The pre-set limit value will be saved for each document. If you want to open a document in a…
26311 …hared\02\01170004.xhp 0 help par_id3145419 135 0 br Press the Escape key to exit the edit mode. …
26312to travel through controls in your document, you will find one difference to the other types of co…
26313 …w Columns\</emph\> dialog you can select the columns to be shown. Hold down the Shift or Ctrl key
26314 …\<ahelp hid=\"SID_FM_SHOWALLCOLS\"\>Click \<emph\>All \</emph\>if you want to show all columns.\</…
26315 helpcontent2 source\text\shared\02\01170004.xhp 0 help par_id3151056 132 0 br Press Enter to ente…
26318 …345 56 0 br \<ahelp hid=\"SID_FM_CHANGECOL\"\>Opens a submenu to select a data field to replace …
26319 …01170004.xhp 0 help par_id3153539 51 0 br You can define a table control to display the records …
26320 …750 54 0 br \<ahelp hid=\"SID_FM_INSERTCOL\"\>Calls a submenu to select a data field to adopt it…
26321 …\01170004.xhp 0 help par_id3154365 134 0 br If you want to edit columns, press Shift+Space to en…
26322 helpcontent2 source\text\shared\02\01170004.xhp 0 help par_id3154758 130 0 br Press Ctrl+F6 to se…
26324 … browser and drag the desired fields out of the data source browser and on to the column heads of …
26330to show again.\</ahelp\> To show only one column, click the column name. You see only the first 16…
26331 helpcontent2 source\text\shared\02\01170004.xhp 0 help par_id3161657 131 0 br Press Shift+F4 to s…
26423 …ECTION\" visibility=\"hidden\"\>Allows you to select more than one item in a list box.\</ahelp\>Al…
26424 …\>Adds the scrollbar type that you specify to a text box.\</ahelp\>Adds the scrollbar type that yo…
26430 … displayed to the right of the decimal point.\</ahelp\>With numerical and currency fields you can …
26431 …name is also used to group different controls that belong together functionally, such as radio but…
26433 …descriptive text for the control field. This property helps the programmer to save additional info…
26434 …ies the format code for the control. Click the \<emph\>...\</emph\> button to select the format co…
26436 …Sends the data that is entered in other control fields of the current form to the address that is …
26439 ….\</ahelp\> In a form that contains more than one control, the focus moves to the next control whe…
26440to impede the user to enter a lesser value. That means that a lesser value will not be possible.\<…
26441 …t do not correspond to the edit mask, the input is rejected when the user leaves the field. You ca…
26442 …always correspond to the length of the edit mask. If this is not the case, the edit mask is either…
26445 …_id3148587 219 0 br If you click on the \<emph\>...\</emph\> button next to the text field, you …
26449 …\"HID_PROP_HELPURL\"\>Specifies a batch label in URL spelling which refers to a help document and …
26450 …\"hidden\"\>Specifies the list box entry to mark as the default entry.\</ahelp\>Specifies the list…
26454 …ers a-z, A-Z, and 0-9 can be entered. Capital characters are not converted to lowercase characters…
26461 …occurs when you activate a button.\</ahelp\>You can use navigation actions to design your own data…
26462 ….xhp 0 help par_id3149750 175 0 br This property should be assigned only to a single button with…
26465 … Navigator\</link\> and, using the name, the control field can be referred to from a macro. A name…
26466 …dden\"\>Specifies whether to display the navigation bar on the lower border of the table control.\…
26467 …t/shared/02/01170101.xhp\" name=\"Frame\"\>\<emph\>Frame\</emph\>\</link\> to specify the target f…
26469 …control field has the property "Enabled" (Yes), the form user will be able to use the control fiel…
26471 …When creating a form, an index is automatically assigned to the control fields that are added to t…
26472 …n be entered. If a lowercase letter is used, it is automatically converted to a capital letter. …
26474 …nds to the HTML tag <OPTION>; an entry of the value list entered on the \<emph\>Data\</emph\> tab …
26480 …haracters a-z and A-Z can be entered. Capital characters are not converted to lowercase characters…
26482 … button, however, simply hit Enter after entering the search term in order to start the search. …
26485to use. To open the \<link href=\"text/shared/01/05020100.xhp\" name=\"Font\"\>\<emph\>Font\</emph…
26488 …ef=\"text/shared/02/01170100.xhp\" name=\"tips\"\>tips \</link\> referring to the entries control …
26492 …gns the AutoFill function to a combo box.\</ahelp\>The AutoFill function displays a list of previo…
26494 …74 25 0 br The following table describes the actions that you can assign to a button. 2002-02…
26495 …\01170101.xhp 0 help par_id3152493 158 0 br The characters corresponding to certain ASCII codes …
26502to all controls in which the user can enter text. If you assign the read-only property to an image…
26507to use line breaks and formatting in a control field, such as a text box or label. To manually ent…
26511 …0 help par_id3153813 190 0 br If the control is linked to a database and the text length is to b…
26516 …</emph\> property specifies the graphic's path and file name that you want to have displayed on th…
26520 …can be used as the label field when using radio buttons. This text applies to all of the radio but…
26521 …D_DLG_SELECTLABELCONTROL_1\"\>Check the \<emph\>No assignment \</emph\>box to remove the link betw…
26522to the control so that the label reflects the function of the control. Change this entry in order
26523 …e entered. If a lowercase letter is entered, it is automatically converted to a capital letter …
26527 …p hid=\"HID_PROP_PRINTABLE\"\>Specifies whether you want the control field to appear in a document…
26529to be written to the database or transmitted to the recipient of the Web form, but rather assigned…
26531 …rget frame to display the document that is opened by the "Open document / web page" action.\</ahel…
26532to select among various colors. The "Standard" option adopts the system setting. If the desired co…
26534 …n numerical and currency spin boxes. Use the arrow buttons of the spin box to increase or decrease…
26535 …0 help par_id3155101 29 0 br Resets the settings in other control fields to the predefined defau…
26536 …ter the ASCII code of the desired character. You can use the values from 0 to 255. 2002-02-02 0…
26537 …hp 0 help par_id3155342 172 0 br If you export the current form document to HTML format, the def…
26544 …e entered. If a lowercase letter is entered, it is automatically converted to a capital letter …
26546 …156207 193 0 br The \<emph\>Tab order\</emph\> property is not available to \<link href=\"text/s…
26547 …d\"\>grouped\</link\> option fields, the status of the group corresponding to the default setting …
26554 … help par_id3159233 2 0 br This \<emph\>General \</emph\>tab enables you to define the general p…
26556 …property is only used for labeling a form element in the interface visible to the user. If you wor…
26561 …<emph\>Default selection\</emph\> dialog, select the entries that you want to mark as selected whe…
26563 … that contains a value list, you can click the \<emph\>...\</emph\> button to open the \<emph\>Def…
26565 …Enter the URL into the form's data property "URL" text box when you export to a PDF file. 2002-…
26567 …\shared\02\01170101.xhp 0 help par_idN10803 0 br Moves the current form to the first record. …
26569 …\shared\02\01170101.xhp 0 help par_idN1080E 0 br Moves the current form to the previous record.…
26571 …\shared\02\01170101.xhp 0 help par_idN10819 0 br Moves the current form to the next record. …
26573 …\shared\02\01170101.xhp 0 help par_idN10824 0 br Moves the current form to the last record. …
26579 …\shared\02\01170101.xhp 0 help par_idN10845 0 br Moves the current form to the insert row. 2…
26590 …01.xhp 0 help par_idN1110F 0 br \<ahelp hid=\".\"\>Determines intervals to add or subtract with…
26594 …t the text type "Multi-line with formatting", you cannot bind this control to a database field. …
26596 …ahelp hid=\".\"\>Displays text on more than one line.\</ahelp\> Allows you to use line breaks in a…
26598 …\>Specifies if a Push Button behaves as a Toggle Button. If you set Toggle to "Yes", you can switc…
26600 ….xhp 0 help par_idN1156E 0 br \<ahelp hid=\".\"\>If you set this option to "Yes", the Push Butt…
26602 … longer on a control.\</ahelp\> If you set \<emph\>Hide selection\</emph\> to "No", the selected t…
26608 …>Specifies the border color for controls that have the Border property set to "flat".\</ahelp\> …
26610 …70101.xhp 0 help par_idN11B55 0 br \<ahelp hid=\".\"\>Specify the value to add or subtract when…
26613 …dN11B73 0 br \<ahelp hid=\".\"\>Specify the value to add or subtract when the user clicks next
26616 …11FBA 0 br \<ahelp hid=\".\"\>For text fields, select the line end code to be used when writing…
26618 …\01170101.xhp 0 help par_idN120B1 0 br \<ahelp hid=\"37930\"\>Specifies to show or hide the act…
26621 …\01170101.xhp 0 help par_idN120D9 0 br \<ahelp hid=\"37928\"\>Specifies to show or hide the pos…
26622 …\01170101.xhp 0 help par_idN120DB 0 br \<ahelp hid=\"37929\"\>Specifies to show or hide the nav…
26624 …\01170101.xhp 0 help par_idN1215A 0 br \<ahelp hid=\"37931\"\>Specifies to show or hide the fil…
26628 …ar_idN122C8 0 br \<ahelp hid=\"HID_PROP_SCALEIMAGE\"\>Resizes the image to fit the size of the …
26633 helpcontent2 source\text\shared\02\01170101.xhp 0 help par_idN12375 0 br If set to 0, then the t…
26635 …e\>list contents;controls\</bookmark_value\>\<bookmark_value\>cells linked to controls\</bookmark_…
26647 …2.xhp 0 help par_id3145257 43 0 br The database field "Field1" is linked to the field specified …
26651 …2.xhp 0 help par_id3146767 54 0 br The 3rd column of the table is linked to the field specified …
26653 …170102.xhp 0 help par_id3146898 76 0 br Second case: The control belongs to a subform that is cr…
26654 …341 59 0 br If you want a list box to display data from a database table that is linked by a com…
26656 … of the control is to be transmitted to a server. If the control is clicked by the user, the corre…
26657to access more than one table. If the form is based on only one table, the field to be displayed i…
26658 …UNDCOLUMN\" visibility=\"hidden\"\>Use an index to specify the table field or table SQL query to l…
26661to display data from a table that is linked to the current data source table, under \<emph\>Data f…
26664 …ssign a reference value of 1 to the field "feminine" and the value 2 to the "masculine" field, the…
26668 …x to be specified. Example: If you specify an SQL command such as "SELECT Field1, Field2 FROM tabl…
26674to the visible list entries in the form under \<emph\>List entries\</emph\> (entered in the \<link…
26676to display contents of a table linked to the form table, then define in the \<emph\>Type of list c…
26684 … 0 br The data source table does not contain the data to be displayed, but rather a table linked t…
26687 …ucture defines the index to be specified. Example: If a database table is selected under \<emph\>L…
26689 …2.xhp 0 help par_id3154260 50 0 br The 1st column of the table is linked to the field specified …
26691 …d\</emph\>, specify the field of the SQL statement whose contents you want to be displayed. 200…
26693 …bility=\"hidden\"\>Determines the data to fill the lists in list and combo boxes.\</ahelp\>Determi…
26694 …2.xhp 0 help par_id3154486 52 0 br The 2nd column of the table is linked to the field specified …
26702 …rs", and "CustomerNo" is the field of the table "Customers" that is linked to a field of the form …
26704 …example, a table "Orders" is linked to the current form control, and in the database a table "Cust…
26705 …ed in the list box. "field2" is the field of the list table that is linked to the form table (valu…
26706 …3155306 2 0 br The\<emph\> Data \</emph\>tab page allows you to assign a data source to the sele…
26710 …URCE\" visibility=\"hidden\"\>Specifies the field of the data source table to which the control re…
26713 …the form, and are used to assign values to the visible entries. The entries made under \<emph\>Lis…
26714 …2.xhp 0 help par_id3156064 45 0 br The database field "Field2" is linked to the field specified …
26717 …emph\>, specify the field of the data source table whose contents you want to be displayed. 200…
26721 …ta source for the list content of the form-element. This field can be used to define a value list …
26723 …t\shared\02\01170102.xhp 0 help par_id3159226 31 0 br The value assigned to the list entry ("Lis…
26724to contain an empty string, enter the value "$$$empty$$$" under \<emph\>List content\</emph\> at t…
26726to a server when sending the form. With database forms, the value entered is written in the databa…
26729to cells in the current document. If the control is enabled, the value you enter in Reference valu…
26730 … in the property browser, the first field of the result set is used to display and to exchange dat…
26732 …ELL\"\>Specifies the reference to a linked cell on a spreadsheet. The live state or contents of th…
26740 …red\02\01170102.xhp 0 help par_idN10F2B 0 br Tri-state check box is set to "undetermined" state…
26745 helpcontent2 source\text\shared\02\01170102.xhp 0 help par_idN10F4D 0 br Check box is set to "un…
26770 …ared\02\01170102.xhp 0 help par_idN11008 0 br An empty string is copied to the cell. 2002-02…
26779 … help par_idN1103A 0 br The text from the Reference value box is copied to the cell. 2002-02…
26811 … br List box items are updated according to the change. The selection is preserved. This may cause…
26812 …ared\02\01170102.xhp 0 help par_idN110EA 0 br An empty string is copied to the cell. 2002-02…
26815 … help par_idN110F4 0 br The text from the Reference value box is copied to the cell. 2002-02…
26834 …xhp 0 help par_idN1114D 0 br Drop-down list items are updated according to the change. The edit…
26840 …er a multi-column range, only the contents of the leftmost column are used to fill the control. …
26842 …ue\>events; controls\</bookmark_value\>\<bookmark_value\>macros; assigning to events in forms\</bo…
26860 …ave a "Submit" button in your form, the send process represents the action to be initiated. 200…
26869 …52350 2 0 br On the\<emph\> Events \</emph\>tab page you can link macros to events that occur in…
26870 …ny key while the control has the focus.\</ahelp\> This event may be linked to a macro for checking…
26871 …ph\> event occurs. The \<emph\>Before commencing\</emph\> event allows you to kill the process. If…
26875 … When the event occurs, the linked macro will be called. To assign a macro to an event, press the …
26891 …every control is transmitted as an environment variable. They are appended to the URL in the form …
26894 ….xhp 0 help par_id3147226 34 0 br Specifies the URL to which the data of the completed form is t…
26898 …t" method, a document is created from the content of the form that is sent to the specified URL. …
26900 …p par_id3150789 24 0 br Specifies a name for the form. This name is used to identify the form in…
26905 … the user can enter data into it to send over the Internet. The data from the form controls of a f…
26911 …ar_id3154823 32 0 br Defines the target frame in which the loaded URL is to appear. 2002-02-0…
26912 …338 28 0 br \<ahelp hid=\"HID_PROP_SUBMIT_METHOD\"\>Specifies the method to transfer the complet…
26913 helpcontent2 source\text\shared\02\01170201.xhp 0 help par_id3157909 52 0 br In addition to the c…
26933 helpcontent2 source\text\shared\02\01170202.xhp 0 help hd_id3157909 36 0 br Prior to reset 200…
26936 …3147043 2 0 br The\<emph\> Events \</emph\>tab page, allows you to assign a macro to certain eve…
26937 …RAMETER\"\>The\<emph\> Fill parameters \</emph\>event occurs when the form to be loaded has parame…
26941 … can be configured individually, meaning that you can use your own dialogs to depict an action: …
26943 … if an error occurs when accessing the data source.\</ahelp\> This applies to forms, list boxes an…
26947 … The following lists and describes all events in a form that can be linked to a macro: 2002-02-…
26953 …53666 54 0 br A new and empty record is created in a form that is linked to a data source. For e…
26959 …55390 51 0 br \<ahelp hid=\"HID_EVT_APPROVERESETTED\"\>The\<emph\> Prior to reset \</emph\>event…
26964 …rite a macro that contains all the commands to be executed when the event happens. Then assign thi…
26984to be analyzed by %PRODUCTNAME.\</ahelp\> If set to Yes, you can click the \<emph\>...\</emph\> bu…
26985 … 0 br This option applies to database forms only, and is used to navigate within the current recor…
26987 …094 34 0 br \<variable id=\"wozu\"\>If you require a form that can refer to the data in a table …
26988 …ta \</emph\>tab page defines the form properties that refer to the database that is linked to the …
26990 …field, or you can create an appropriate parameter query, which can be used to create the subform. …
26991 …hp 0 help par_id3148575 21 0 br If \<emph\>Add data only\</emph\> is set to "Yes", changing or d…
26993 …sort and filter functions, you will also find all the necessary properties to create a \<link href…
26994 … the main form if the cursor is placed in the subform. A subform is linked to the parent form by a…
26995to a variable that you must enter in \<emph\>Link slave fields\</emph\>. In an appropriate SQL sta…
26997 …e you used in the statement. You can choose any variable name. If you want to enter multiple value…
26998 …d3150330 96 0 br On exit from the last field of a form, the cursor skips to the first field in t…
27001 …L rules without using the WHERE clause.\</ahelp\> For example, if you want to display all records …
27002 …CETYPE\"\>Defines whether the data source is to be an existing database table or query, or if the …
27003to see each customer's orders after entering them into the form. In order to do this you should cr…
27005 … is uniquely assigned to one customer in the orders table. Alternatively, you can use another fiel…
27006 …349 16 0 br \<ahelp hid=\"HID_PROP_DATASOURCE\"\>Defines the data source to which the form shoul…
27007 …92 0 br This option applies to database forms only and is used to navigate through all records. …
27009to the table or query that you specify under \<emph\>Content\</emph\>. If you want to create a new…
27012 … WHERE Customer_Number =: x (if you want the subform from the orders table to show only the data c…
27015 … of the variable in which the values of the Customer_ID database field are to be stored. If you no…
27016 …r SELECT * FROM Orders WHERE Customer_Number =: x (if you want the subform to show all data from t…
27017 …uery. They display the data in a visually pleasant fashion and can be used to enter data or edit d…
27018to be used for the form. The content can be an existing table or a query (previously created in th…
27022 …"Forms Bar\"\>\<emph\>Forms\</emph\> Bar\</link\> can be used in User mode to sort: \<link href=\"…
27023 … contains a database link, the Tab key will, by default, initiate a change to the next or previous…
27024 …led the "parent form" or "master". Subforms are needed as soon as you want to access more than one…
27027to sort the data in the form. The specification of the sorting conditions follows SQL rules withou…
27031 … subform, the Link slave field can be set as a field which will be matched to the contents of the …
27032 …mate 200 ms. This delay enables you to quickly browse through the data records of the master form.…
27039to move from one control to the next when using the Tab key. Every new control added is automatica…
27040 …p of radio buttons where none are selected, then the user will not be able to access the group or …
27042 …tab key in the given order from top to bottom.\</ahelp\> Select a control from the \<emph\>Control…
27043 …\"\>Click the\<emph\> Automatic Sort\</emph\> button to automatically sort the controls according
27044 …D_SVXDLG_TAB_ORDER_PB_MOVE_UP\"\>Click the\<emph\> Move Up\</emph\> button to shift the selected c…
27045 …XDLG_TAB_ORDER_PB_MOVE_DOWN\"\>Click the\<emph\> Move Down\</emph\> button to shift the selected c…
27049 …e button. A corresponding field is then set up in the document with a link to the database. 200…
27052 …ility=\"visible\"\>Opens a window where you can select a database field to add to the form.\</ahel…
27055to a database and you turn off the Design mode, the \<link href=\"text/shared/main0213.xhp\" name=…
27056to switch quickly between \<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design…
27068to copy controls within the same document or between documents. Open another form document and dra…
27070 …enu command \<emph\>Cut\</emph\> to move a control to the clipboard and Ctrl+V or the command \<em…
27074 … help par_id3153561 8 0 br \<ahelp hid=\"SID_FM_NEW\"\>Adds new elements to the form. The\<emph\…
27076 …d=\"SID_FM_DELETE\"\>Deletes the selected entry.\</ahelp\> This allows you to delete individual fo…
27077 …ol fields by the plus sign displayed before the entry. Click the plus sign to open the list of the…
27082 …not visible on screen and is hidden from the user. A hidden control serves to include data that is…
27088 … There have been numerous events to date (for example, focus events), which have not been changed.…
27095to a control, an object registers itself internally as a "Listener" for a specific control event. …
27102 …p\" name=\"Wizards On/Off\"\>\<emph\>Wizards On/Off\</emph\>\</link\> icon to keep the wizard from…
27108 …e data source and table to which the form field corresponds. If you insert the form field in a doc…
27119 …p\" name=\"Wizards On/Off\"\>\<emph\>Wizards On/Off\</emph\>\</link\> icon to keep the wizard from…
27121to the current database table of the form (values table) and stored there as desired. For this fun…
27123 …t box in a document, a wizard starts automatically. This wizard allows you to interactively specif…
27124 … direct link between the current form table and the table whose values are to be displayed in the …
27125 … the number of a supplier, the list box can use the "Supplier number" link to display the name of …
27127 …y, or in a database. If they are saved in a database, they will be written to the database table o…
27130to the visible list entries are located in the form table (values table) and are also entered as s…
27135 …field in common with the table of the current form. This makes it possible to establish an unambig…
27137 …be a relationship between the form table and the table containing the data to be displayed in the …
27144 …ENTSELECTION_FIELD_ET_DISPLAYEDFIELD\"\>Specifies the field whose data are to be shown in the comb…
27152 … the table whose data is to be shown in the list field. Both tables must be linked over a mutual d…
27153 …LISTFIELD\"\>Specifies the current form data field which should be related to a field in the linke…
27155 …_CMB_TABLEFIELD\"\>Specifies the linked table data field, which is related to the specified value …
27159 helpcontent2 source\text\shared\02\01170904.xhp 0 help hd_id3148538 9 0 br No, I only want to sav…
27161 helpcontent2 source\text\shared\02\01170904.xhp 0 help hd_id3149760 3 0 br Do you want to save th…
27162 helpcontent2 source\text\shared\02\01170904.xhp 0 help hd_id3153394 5 0 br Yes, I want to save it…
27169to be saved in a database, they will be saved only in the form. This is especially helpful in HTML…
27179 …s\"\>Specifies whether to start the wizard automatically when inserting a new control.\</ahelp\> T…
27186 …2 1 0 br \<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\"\>Snap to Grid\</link\…
27187 helpcontent2 source\text\shared\02\01171300.xhp 0 help par_id3147834 4 0 br Snap to Grid 2002-…
27188 …300.xhp 0 help par_id3149495 5 0 br \<ahelp hid=\".\"\>Specifies whether to move frames, drawing…
27190 helpcontent2 source\text\shared\02\01171300.xhp 0 help tit 0 br Snap to Grid 2002-02-02 02:02…
27196 …lp par_id3148983 2 0 br Click the\<emph\> Navigator On/Off \</emph\>icon to hide or show the \<e…
27203 …_id3144436 2 0 br \<ahelp hid=\".uno:DesignerDialog\"\>Specifies whether to show or hide the Sty…
27209 … \<ahelp hid=\".uno:StyleApply\"\>Assigns a style to the current paragraph, selected paragraphs, o…
27211 …jects to the default paragraph style , select \<item type=\"literal\"\>Clear formatting\</item\>. …
27218 … font changes apply to the selected text or word in which the cursor is positioned. If no text has…
27222 …nter. \</caseinline\>\<defaultinline\>In order to install a printer as the default printer please …
27223 …iable id=\"schriftarttext\"\>\<ahelp hid=\".uno:CharFontName\"\>Allows you to select a font name f…
27227 …ontHeight\" visibility=\"visible\"\>Allows you to choose between different font sizes from the lis…
27232 …xt/shared/02/02040000.xhp\" name=\"Text running from left to right\"\>Text running from left to ri…
27235 …red\02\02040000.xhp 0 help par_id3153749 3 0 br Text direction from left to right 2002-02-02 …
27236 helpcontent2 source\text\shared\02\02040000.xhp 0 help tit 0 br Text running from left to right …
27237 …ext/shared/02/02050000.xhp\" name=\"Text running from top to bottom\"\>Text running from top to bo…
27238 …ared\02\02050000.xhp 0 help par_id3149827 3 0 br Text direction from top to bottom 2002-02-02…
27241 helpcontent2 source\text\shared\02\02050000.xhp 0 help tit 0 br Text running from top to bottom …
27243 …mph\> Decrease Indent \</emph\>icon to reduce the left indent of the current paragraph or cell con…
27245 …aphs. \</caseinline\>\<caseinline select=\"CALC\"\>The cell content defers to the current value un…
27255 … \</caseinline\>\<caseinline select=\"CALC\"\>The cell content will defers to the current value un…
27257 …graph and sets it to the next tab stop.\</caseinline\>\<caseinline select=\"CALC\"\>Click the\<emp…
27258 …</caseinline\>\<defaultinline\>Ctrl key\</defaultinline\>\</switchinline\> to move the indenting o…
27260 …wo paragraphs are moved with the \<emph\>Increase Indent\</emph\> function to a standard tab dista…
27270 …9784 5 0 br On the \<emph\>Formatting\</emph\> bar, click the arrow next to the \<emph\>Highligh…
27272to the background of a text selection. If no text is selected, click the \<emph\>Highlighting\</em…
27275 …ar_idN10736 0 br To change the highlighting color, click the arrow next to the \<emph\>Highligh…
27276 …\02\02160000.xhp 0 help par_idN1073E 0 br Select the text that you want to highlight. 2002-0…
27277 …t\shared\02\02160000.xhp 0 help par_idN10743 0 br To apply highlighting to a single word, doubl…
27285to open a \<link href=\"text/shared/00/00000001.xhp#abreissleiste\" name=\"toolbar\"\>toolbar\</li…
27293 …0000.xhp 0 help par_id3155391 4 0 br You can make additional adjustments to the spacing by selec…
27294 ….uno:ParaspaceIncrease\"\>Click the\<emph\> Increase Spacing \</emph\>icon to increase the paragra…
27299 ….uno:ParaspaceDecrease\"\>Click the\<emph\> Decrease Spacing \</emph\>icon to decrease the paragra…
27301 …0000.xhp 0 help par_id3156410 4 0 br You can make additional adjustments to the spacing by selec…
27304 …appl\"\>\<caseinline select=\"CALC\"\>To apply a particular type of border to a single cell, posit…
27307 …"\>\<emph\>Borders\</emph\>\</link\>. You can also find information on how to \<link href=\"text/s…
27309 …ahelp hid=\".uno:SetBorderStyle\"\>Click the \<emph\>Borders\</emph\> icon to open the \<emph\>Bor…
27316 …elp par_id3155577 2 0 br \<ahelp hid=\".uno:LineStyle\"\>Click this icon to open the \<emph\>Lin…
27322 …Line Color (of the border)\</emph\> icon to open the \<emph\>Border Color\</emph\> toolbar, which …
27326 … id=\"verankerungtext\"\>\<ahelp hid=\".uno:ToggleAnchorType\"\>Allows you to switch between ancho…
27339 …le\"\>Opens the \<emph\>Arrowheads\</emph\> toolbar. Use the symbols shown to define the style for…
27343 …witchinline\> Drag a corner handle of the object in the direction you want to rotate it. 2002-0…
27368 … and click the\<emph\> Move Up \</emph\>icon, the numbers will be adjusted to the current order. \…
27377 …nd click the\<emph\> Move Down \</emph\>icon, the numbers will be adjusted to the current order. \…
27382 …3148520 2 0 br \<ahelp hid=\".uno:DefaultBullet\"\>Assigns bullet points to the selected paragra…
27402 …y=\"hidden\"\>Enables you to edit a read-only document or database table.\</ahelp\> Use the\<emph\…
27408 …diate storage by $[officename] of the changes made. They are sent directly to the database. 200…
27414 helpcontent2 source\text\shared\02\07070200.xhp 0 help par_id3152372 3 0 br Changes to the conten…
27418 …149495 2 0 br \<ahelp hid=\".uno:Stop\"\>Click to interrupt the current loading process, Ctrl-cl…
27432 …_id3150476 2 0 br \<ahelp hid=\"HID_OFA_HYPERLINK_NAME\"\>Assigns a name to an Internet URL or f…
27433 …earch engines\</link\> support all logical combinations. It is recommended to use only one of the …
27434 … specified text. Search text without quotation marks will be sent directly to the specified search…
27442 …p par_id3154873 2 0 br \<ahelp hid=\"HID_OFA_HYPERLINK_URL\"\>Allows you to either type a URL, o…
27446 …perlink\"\>hyperlink\</link\> as text or as a button. Click the arrow next to the \<emph\>Hyperlin…
27453 …cename] transfers the search request to your standard web browser, which then establishes an Inter…
27467 …_id3147209 8 0 br \<ahelp hid=\"HID_ICCDIALOG_OK_BTN\"\>Applies the data to your document.\</ahe…
27468 … \<ahelp hid=\"HID_ICCDIALOG_RESET_BTN\"\>Resets the entries in the dialog to their original state…
27473 … br \<ahelp hid=\"HID_ICCDIALOG_CHOICECTRL\"\>Select the type of hyperlink to be inserted.\</ahelp…
27475 …ext\"\>\<ahelp hid=\".uno:EditHyperlink\"\>Opens a dialog that enables you to create and edit hype…
27494 …ahelp hid=\".\"\>Enter the name of the frame that you want the linked file to open in, or select a…
27500 …hidden\"\>Specifies the position in the target document where you wish to jump to.\</ahelp\> 20…
27501 …/ahelp\> There you can select the destination within a document and add it to the target URL with …
27507 …X:CHECKBOX:RID_SVXPAGE_HYPERLINK_INTERNET:CBX_ANONYMOUS\"\>Allows you to log in to the FTP address…
27509 …red/02/09070000.xhp\" name=\"Hyperlink dialog\"\>Hyperlink dialog\</link\> to edit hyperlinks with…
27510 …the hyperlink has been completely entered, click on \<emph\>Close\</emph\> to set the link and lea…
27512 …d9887081 0 br \<ahelp hid=\".\"\>Enter a URL for the file that you want to open when you click …
27522 …\>Assigns a news address to the hyperlink.\</ahelp\> Clicking the hyperlink in the document will o…
27526 …ed e-mail address to the hyperlink.\</ahelp\> Clicking the new hyperlink in the document will open…
27540 helpcontent2 source\text\shared\02\09070300.xhp 0 help par_id3154682 2 0 br Hyperlinks to any doc…
27541 …d9462263 0 br \<ahelp hid=\".\"\>Enter a URL for the file that you want to open when you click …
27551 …0000.xhp\" name=\"Hyperlink dialog\"\>Hyperlink dialog\</link\> to set up a hyperlink to a new doc…
27556 …d8894009 0 br \<ahelp hid=\".\"\>Enter a URL for the file that you want to open when you click …
27560 … 0 br \<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\"\>Moves back to the previous page in…
27566 … 0 br \<ahelp hid=\".uno:NextPage\" visibility=\"visible\"\>Moves forward to the next page in the…
27570 …3539 2 0 br \<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of th…
27575 …49716 2 0 br \<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the…
27590 …0 16 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Closes the connection to the data source. See…
27591 …/emph\> - As soon as you select an individual table or query, a connection to the data source is e…
27592 …_id5943479 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Opens a dialog to add/edit/remove a da…
27612 …whose content you want to filter and then click the \<emph\>AutoFilter\</emph\> icon. Only those r…
27613 helpcontent2 source\text\shared\02\12030000.xhp 0 help par_id3159234 5 0 br For example, to view …
27622 …0.xhp 0 help par_id3145345 4 0 br Click the arrow next to the \<emph\>Refresh \</emph\>icon to o…
27630 …ce browser, select the records that you want to insert into the document and then click the \<emph…
27632 helpcontent2 source\text\shared\02\12070000.xhp 0 help par_id3153527 3 0 br Data to Text 2002-…
27633to insert into the document and then click the \<emph\>Data to Text\</emph\> icon. The record is i…
27658 …id=\"SW:CHECKBOX:DLG_AP_INSERT_DB_SEL:CB_TABLE_HEADON\"\>Specifies whether to insert a heading lin…
27659 …ields. If you select a database field in text format, you will not be able to select any format fr…
27660 …OX:DLG_AP_INSERT_DB_SEL:LB_TBL_DB_COLUMN\"\>Specifies the database columns to be inserted into the…
27661 …\>Table\</emph\> area, use the arrow keys to select the columns of the database table that you wan…
27663 …\>option, you can define headings in the document, which do not correspond to the names of the dat…
27664 …TABLE_COL\"\>Lists all database columns to be inserted into the document.\</ahelp\> A column will …
27665 …n(s)\</emph\> list box. \</ahelp\> You can also double click an entry to move it to the \<emph\>Ta…
27666 …lumn(s)\</emph\> list box to define the formatting of the database field. The changes to the numbe…
27667 …4 0 br The number format assigned using the selection list always refers to the database field s…
27668 …rmat\</emph\>\</defaultinline\>\</switchinline\> dialog, which enables you to define the table pro…
27672 …Database Columns\</emph\> dialog, select the \<emph\>Table\</emph\> option to insert the selected …
27681 …ns\</emph\> dialog lets you define which database fields to insert into the document and how to fo…
27682 …ox into the selection field.\</ahelp\> You can also double-click the entry to select it. 2002-0…
27683 …ph\>Fields\</emph\> area, use the arrow button to select the database table columns into which you…
27684to insert the selected data into the document as fields. These \<link href=\"text/swriter/01/04090…
27685 …ted when you choose the \<emph\>Data to Text\</emph\> function, the mail merge fields will be inse…
27686to insert them into the document. \<ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\"…
27687to the "none" entry in the \<emph\>Paragraph Style\</emph\> list box. \<ahelp hid=\"SW_LISTBOX_DLG…
27688to be inserted into the document. You can also enter text here. This text will be also inserted in…
27693 …emph\>Text\</emph\> area, use the arrow button to select the database table columns into which you…
27695 …ted when you choose the \<emph\>Data to Text\</emph\> function, the mail merge fields will be inse…
27697 … 1 0 br \<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"\>Data to Fields\</li…
27698 helpcontent2 source\text\shared\02\12080000.xhp 0 help par_id3145669 3 0 br Data to Fields 200…
27700 …existing database fields by the marked records.\</ahelp\> The \<emph\>Data to Fields \</emph\>icon…
27701 helpcontent2 source\text\shared\02\12080000.xhp 0 help tit 0 br Data to Fields 2002-02-02 02:…
27705 …ariable id=\"standardfilter\"\>\<ahelp hid=\".uno:FilterCrit\"\>Allows you to set the filtering op…
27707 …elp par_id3149549 8 0 br Use the \<emph\>Standard Filter\</emph\> to refine and to combine \<emp…
27721 …TERCRIT_LB_WHEREFIELD3\"\>Specifies the field names from the current table to set them in the argu…
27722 …lp hid=\".uno:DataFilterStandardFilter\"\>Specifies the logical conditions to filter your table da…
27723 …elp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\"\>Specifies a value to filter the field.\</…
27725 …le values for the specified \<emph\>Field name\</emph\> . Choose the value to be used in the filte…
27727 …ables or forms, then type the value in the \<emph\>Value \</emph\>text box to be used for filterin…
27734 helpcontent2 source\text\shared\02\12090101.xhp 0 help par_id3146797 6 0 br Shows values equal to
27738 …\02\12090101.xhp 0 help par_id3148944 16 0 br Shows the values not equal to the condition. 20…
27745 …hared\02\12090101.xhp 0 help par_id3153823 13 0 br Greater than or equal to (> =) 2002-02-02 …
27746 …0 help par_id3154143 14 0 br Shows values that are greater than or equal to the condition. 20…
27747 …hp 0 help par_id3154381 12 0 br Shows values that are less than or equal to the condition. 20…
27750 …t\shared\02\12090101.xhp 0 help par_id3155342 11 0 br Less than or equal to (< =) 2002-02-02 …
27770to enter search criteria. If you enter additional sorting criteria under \<emph\>and then\</emph\>…
27793 helpcontent2 source\text\shared\02\12100200.xhp 0 help hd_id3156153 9 0 br Where to search 200…
27801 helpcontent2 source\text\shared\02\12100200.xhp 0 help par_id3145762 48 0 br If you want to searc…
27809to the internally stored data. It is not always visible to the user, especially if it is used for …
27810 …cument is open. If you are running more than one search and you would like to repeat the search te…
27815 …ble control, you can search each column of the table control corresponding to the database columns…
27821 …ple, 17.02.65). The format of the entry is changed in the data source view to "DD. MMM YYYY" (17 F…
27830 …mph\>Apply field format,\</emph\> you will find the contents corresponding to the standard field f…
27832to be identical to the fields of the form document. If the form document contains fields that poin…
27834 …ifies that the search process will run in reverse direction, from the last to the first record.\</…
27837 …logical forms. These are individual form components, which are each linked to a table. 2002-02-…
27843 …\<item type=\"productname\"\>%PRODUCTNAME\</item\>. If you want to use the SQL server to search in…
27851 …are running a search in a table control field, all columns that are linked to a valid database tab…
27853 … 0 br Returns all fields containing the search pattern as an exact match to the contents of the …
27858 …f you search with regular expressions, the following characters correspond to those used in search…
27863 … database as a field of type Number/Double and the shown formatting is set to display only two dec…
27874 helpcontent2 source\text\shared\02\12100200.xhp 0 help par_id3158408 18 0 br Defines settings to
27876 …RCHFORM_LB_FORM\"\>Specifies the logical form in which you want the search to take place.\</ahelp\…
27885 …filtertext\"\>\<ahelp hid=\".uno:FormFilter\"\>Prompts the database server to filter the visible d…
27889 …filters\"\>form-based filters\</link\> that have been set. You do not need to redefine them. 20…
27896 … data. Changes made in the table are also visible in the form, and changes to the form are visible…
27898 …r If there are several logical forms in a document, the table is only able to show one at a time. …
27903 …lp par_id3145211 5 0 br Choose \<emph\>Edit - Exchange Database\</emph\> to select another table…
27904 …taSource\"\>Displays, in the data source browser, the table that is linked to the current document…
27909 …e shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab…
27914 …ared\02\13020000.xhp 0 help par_id3145673 13 0 br Drag the top left mark to the right while pres…
27922 …\02\13020000.xhp 0 help par_id3153761 15 0 br Drag the mark on the right to the left while press…
27924 …d\02\13020000.xhp 0 help par_id3154307 11 0 br Drag the bottom left mark to the right while pres…
27926to change the left indent starting with the second line of a paragraph, hold down the \<switchinli…
27935 … par_id3149893 5 0 br The\<emph\> Run Query \</emph\>function allows you to check the query. Whe…
27938 …000.xhp 0 help par_idN10621 0 br Choose \<emph\>View - Preview\</emph\> to run the query from t…
27945 … 0 help bm_id3154788 0 br \<bookmark_value\>tables in databases; adding to queries\</bookmark_v…
27952to be inserted into the design window.\</ahelp\> In the\<emph\> Add Tables \</emph\>dialog, select…
27964to the connected database system without a previous evaluation by $[officename]. For example, if y…
27965 …tead passed directly to the data source.\</ahelp\> If you do not display these changes in the desi…
27966 …ed\02\14030000.xhp 0 help par_id3155535 3 0 br Click the icon again to return to normal mode, in…
27993 … 0 br \<ahelp hid=\".uno:SelectObject\" visibility=\"visible\"\>Allows you to select objects in th…
27995 …an one object, drag a selection frame around the objects. To add an object to a selection, press S…
27996 … group by double-click, if you first disable the icon \<emph\>Double-click to edit Text\</emph\> i…
28004 …e the document as a plain text document. Assign an .html or .htm extension to designate the docume…
28009 …inline select=\"DRAW\"\>Double-click the\<emph\> Page Style \</emph\>field to open the \<link href…
28010 …youtStatus\"\>Displays the current Page Style. Double-click to edit the style, right-click to sele…
28011 …line select=\"WRITER\"\>Double-click the\<emph\> Page Style field \</emph\>to open the \<link href…
28012 …ine select=\"IMPRESS\"\>Double-click the\<emph\> Page Style \</emph\>field to open the \<link href…
28013 …inline select=\"CALC\"\>Double-click the \<emph\>Page Style\</emph\> field to open the \<link href…
28019 …0000.xhp 0 help par_id3159194 4 0 br Open the context menu on this field to see a selection of a…
28022 … text is inserted at the cursor position and the following text is shifted to the right. The curso…
28027to toggle the modes (except in the $[officename] Basic IDE, since only the \<emph\>Insert\</emph\>…
28034 …lp par_id3147209 9 0 br Click in text where you want to position the cursor; click in a cell to
28045 …ed\02\20050000.xhp 0 help par_id3154307 15 0 br A new selection is added to an existing selectio…
28052 …If changes to the document have not yet been saved on the hard drive, a "*" is displayed in this f…
28082 …Specifies the degree of brightness, in percent, above which the pixels are to be solarized.\</ahel…
28087 …_DLG_FILTERSOLARIZE_CBX_INVERT\"\>Specifies whether the pixels to be solarized are also to be inve…
28091 …3147396 87 0 br \<ahelp hid=\".uno:GraphicFilterPoster\"\>Opens a dialog to determine the number…
28101 …010000.xhp 0 help par_id3150646 107 0 br Determines the number of pixels to be joined into recta…
28106 …R_DLG_FILTERPOSTER_NUM_POSTER\"\>Specifies the number of colors to which the image is to be reduce…
28107 …the original colors are suppressed. You can apply this function to the whole image or to a part of…
28110to a pop-art format.\</ahelp\> By applying color alienation, the image acquires a completely new c…
28123 …"\>Opens a dialog for defining solarization.\</ahelp\> Solarization refers to an effect that looks…
28145 …ents for the selected graphic object.\</ahelp\> Values from -100% (no red) to +100% (full red) are…
28148 …ts for the selected graphic object.\</ahelp\> Values from -100% (no green) to +100% (full green) a…
28155 …components for the selected graphic.\</ahelp\> Values from -100% (no blue) to +100% (full blue) ar…
28159 … for the selected graphic object.\</ahelp\> Values from -100% (only black) to +100% (only white) a…
28163 …e selected graphic image.\</ahelp\> Values from -100% (no contrast at all) to +100% (full contrast…
28170 …ightness of the midtone values.\</ahelp\> Values from 0,10 (minimum Gamma) to 10 (maximum Gamma) a…
28173 … the transparency in the graphic object.\</ahelp\> Values from 0% (opaque) to +100% (transparent) …
28178 …r \<ahelp hid=\".uno:GrafAttrCrop\" visibility=\"visible\"\>Opens a dialog to crop pixel graphics.…
28182 … 0 br \<ahelp hid=\".\"\>Opens the Basic Shapes toolbar which you can use to insert graphics into…
28183 …r Click an icon on the Basic Shapes toolbar, and then drag in the document to draw the shape. 2…
28184 …me shapes have a handle which you can drag to change the properties of the shape. The mouse pointe…
28188 … br Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape. 2…
28189 …pes have a special handle which you can drag to change properties of the shape. The mouse pointer …
28194 … 0 br Click an icon from the Callouts toolbar, then drag in the document to draw the shape. 2…
28195 …pes have a special handle which you can drag to change properties of the shape. The mouse pointer …
28203 … 0 br Click an icon from the Flowcharts toolbar, then drag in the document to draw the shape. 2…
28217 …s the formatting of the selected text or object and applies the formatting to another text selecti…
28224 … 0 br Click an icon on the Stars toolbar, and then drag in the document to draw the shape. 2…
28225 …s have a special handle which you can drag to change the properties of the shape. The mouse pointe…
28229 …s have a special handle which you can drag to change the properties of the shape. The mouse pointe…
28230 … Click an icon on the Symbol Shapes toolbar, and then drag in the document to draw the shape. 2…
28273 … 229 0 br Select the toolbar with F6. Use the Down Arrow and Right Arrow to select the desired t…
28329 helpcontent2 source\text\shared\04\01010000.xhp 0 help hd_id3156410 9 0 br Using Shortcut Keys to
28338 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id1743522 0 br Moves pointer to the f…
28342 …760 140 0 br Use the down arrow key to scroll through the other files and directories. Use the r…
28348 … The shortcut keys are shown on the right hand side of the menu lists next to the corresponding me…
28356 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3146975 25 0 br Advances focus to th…
28361 …switchinline\> and right or left arrow key, the cursor will jump from word to word; if you also ho…
28367 …p par_id3148753 91 0 br The \<emph\>Italic\</emph\> attribute is applied to the selected area. I…
28369 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3148902 259 0 br Jumps to the last e…
28377 …shared\04\01010000.xhp 0 help par_id3149514 132 0 br Double-click a word to select it. 2002-0…
28380 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3149665 27 0 br Moves the focus to t…
28388 …line\>Ctrl\</defaultinline\>\</switchinline\>+S to open the \<emph\>Special Characters\</emph\> di…
28392 …ltinline\>Ctrl\</defaultinline\>\</switchinline\>+Z shortcut keys are used to undo modifications o…
28394 …elp par_id3150490 93 0 br The \<emph\>Bold\</emph\> attribute is applied to the selected area. I…
28401 …inline\>Ctrl\</defaultinline\>\</switchinline\>+Del to delete everything from the cursor position
28407 …ne\> shortcut keys are shown next to the \<emph\>Open\</emph\> entry in the \<emph\>File\</emph\> …
28411 ….xhp 0 help par_id3152818 339 0 br Exit Handle Selection Mode and return to Object Selection Mod…
28412 … 0 help par_id3152918 345 0 br If a drawing object is selected, switches to edit mode and places…
28415 …ne\>Ctrl\</defaultinline\>\</switchinline\>+A to select the entire text. Use the right or left arr…
28417 …ently selected in a dialog. These shortcut keys apply not only to combo boxes but also to icon but…
28418 …r_id3153228 95 0 br The \<emph\>Underlined\</emph\> attribute is applied to the selected area. I…
28419 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3153241 261 0 br Jumps to the first …
28421 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3153294 233 0 br Switches back to ma…
28427 …10000.xhp 0 help par_id3153697 152 0 br In the $[officename] Help: jumps to main help page. 2…
28439to have the focus on it. If the focal point is a button, pressing Enter runs it as if you had clic…
28440 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3154346 136 0 br INSRT is used to sw…
28441 …ion \</caseinline\>\<defaultinline\>Alt\</defaultinline\>\</switchinline\> to access additional fu…
28454 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id3159150 164 0 br If you want to term…
28455 … 0 br Move the selected point (the snap-to-grid functions are temporarily disabled, but end points…
28459 …\01010000.xhp 0 help par_id4939725 0 br The ratio of the object's width to height is fixed. …
28463 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id7870113 0 br Moves pointer to the l…
28514 …d\04\01020000.xhp 0 help par_id3147506 52 0 br In point edit mode, jumps to previous handle. …
28516 ….xhp 0 help par_id3149018 58 0 br Sets the focus (if not in design mode) to the first control. T…
28530 …d\04\01020000.xhp 0 help par_id3155581 50 0 br In point edit mode, jumps to next handle. 2002…
28553 …par_id3154230 3 0 br For a summary of the current support services refer to the \<emph\>Readme\<…
28559 …02.xhp 0 help par_id3146961 9 0 br There are three icons used to call your attention to addition…
28560 …he "Note" icon points out extra information: for example, alternative ways to reach a certain goal…
28564 …cename] Help system\</emph\> provides easy access to information and support. There are several wa…
28578 …3151111 5 0 br \<ahelp hid=\"HID_HELP_TOOLBOXITEM_BACKWARD\"\>Moves back to the \<emph\>previous…
28582 helpcontent2 source\text\shared\05\00000110.xhp 0 help par_id3154188 13 0 br Allows you to carry …
28583 …p par_id3154285 4 0 br \<ahelp hid=\"HID_HELP_TOOLBOXITEM_START\"\>Moves to the \<emph\>first pa…
28585 …54514 6 0 br \<ahelp hid=\"HID_HELP_TOOLBOXITEM_FORWARD\"\>Moves forward to the \<emph\>next\</e…
28586 …9 18 0 br \<ahelp hid=\"HID_HELP_TOOLBOXITEM_BOOKMARKS\"\>Adds this page to your bookmarks\</ahe…
28589 …user-defined bookmarks. You can edit or delete bookmarks, or click them to go to the corresponding…
28590 … Help system describes commercial software from Sun Microsystems, Inc. Due to license restrictions…
28595 …DLG_SEARCH:ED_SEARCH\" visibility=\"hidden\"\>Enter the text that you want to search for or select…
28597 …00000110.xhp 0 help par_idN10926 0 br You can copy from the Help Viewer to the clipboard on you…
28598 … 0 help par_idN1092C 0 br On a Help page, select the text that you want to copy. 2002-02-02 …
28608 … 0 br In the \<emph\>Search for\</emph\> box, enter the text that you want to find. 2002-02-02 …
28611 …10.xhp 0 help par_idN10A48 0 br Select the search options that you want to use. 2002-02-02 0…
28620 …ttons and commands. To display an extended tip, press Shift+F1, then point to a button or command.…
28631 …ay will jump directly to the next match. When you type a word in the \<emph\>Search term\</emph\> …
28632 … help par_id3147653 7 0 br The index and full-text searches always apply to the currently select…
28633 …SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\" visibility=\"hidden\"\>Click to display the selected…
28634 …X\" visibility=\"hidden\"\>Double-click an entry or type the word you want to find in the index.\<…
28640 …10 15 0 br The \<emph\>Complete words only\</emph\> check box allows you to perform an exact sea…
28641 …help par_id3149732 13 0 br The index and full-text searches always apply to the currently select…
28642 …ngs of the pages found in your full-text search. They are sorted according to relevance with the b…
28643 …52 8 0 br The full text search function in $[officename] Help allows you to find Help documents …
28644 …=\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_SEARCH\" visibility=\"hidden\"\>Click to start a full-text se…
28646 …HECKBOX_TP_HELP_SEARCH_CB_SCOPE\" visibility=\"hidden\"\>Specifies whether to only search in docum…
28649 …her double-click an entry, or select it and click \<emph\>Display\</emph\> to load the correspondi…
28650 …BOX_TP_HELP_SEARCH_CB_FULLWORDS\" visibility=\"hidden\"\>Specifies whether to carry out an exact s…
28651 … 0 br Use the check box \<emph\>Find in headings only\</emph\> to limit the search to document h…
28655 …000150.xhp 0 help par_id3145314 10 0 br Use the \<emph\>Add to Bookmarks\</emph\> icon to set a …
28664 helpcontent2 source\text\shared\05\00000150.xhp 0 help par_id3166410 5 0 br Use the Del key to de…
28668 …BPAGE_CONTENTS\"\>Displays the main help themes, arranged in a similar way to folders in a file ma…
28670 …05\00000160.xhp 0 help par_id3150774 4 0 br Double-click a closed folder to open it and display …
28672 …05\00000160.xhp 0 help par_id3152909 6 0 br Double-click a document icon to display the correspo…
28673 …\05\00000160.xhp 0 help par_id3154749 5 0 br Double-click an open folder to close it and hide th…
28674 …br Use the arrow keys in combination with the Return key to drop down and roll up entries and to o…
28680 …alt id=\"alt_id3148946\"\>Icon\</alt\>\</image\>\<emph\>Back\</emph\> to return to the previous pa…
28688 helpcontent2 source\text\shared\07\09000000.xhp 0 help par_id3150808 9 0 br Switch to the web lay…
28722 …ared/01/06040000.xhp\" name=\"AutoCorrect\"\>AutoCorrect\</link\> function to "Word". 2002-02-0…
28728 …ital letters at the beginning of a word and a sentence have been corrected to one capital letter …
28754 …ur text so that the multiple spaces you have entered have now been reduced to one single space. …
28788 …16 0 br $[officename] saves the current settings in the wizard according to the chosen template.…
28789to your own needs with the help of the wizard. The wizard leads you step-by-step in creating a doc…
28790 …lp par_id3149669 11 0 br \<ahelp hid=\"HID_LTRWIZARD_CREATE\"\>According to your selections, the…
28791 …help par_id3153543 7 0 br \<ahelp hid=\"HID_LTRWIZARD_BACK\"\>Allows you to view the selections …
28793to include in your document, which usually do not apply to personal letters, such as a subject lin…
28794 …ahelp hid=\"HID_LTRWIZARD_NEXT\"\>Saves the current settings and continues to the next page.\</ahe…
28801 … 0 help par_id3145346 4 0 br \<ahelp hid=\".\"\>Specify whether you want to create a business or…
28802 …7226 2 0 br \<ahelp hid=\"HID_LETTER_PAGE1\"\>Specifies whether you want to create a personal or…
28803 … 0 br \<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\"\>Specifies that you want to create a personal le…
28805 …\<link href=\"text/shared/autopi/01010200.xhp\" name=\"Go to AutoPilot Letter - Page 2\"\>Go to Le…
28806 …0 br \<ahelp hid=\"HID_LTRWIZ_OPTBUSINESSLETTER\"\>Specifies that you want to create a business le…
28808 … \<ahelp hid=\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\"\>Specifies that you want to create a formal pers…
28814 helpcontent2 source\text\shared\autopi\01010200.xhp 0 help hd_id3150449 45 0 br Spacing to top ma…
28816 helpcontent2 source\text\shared\autopi\01010200.xhp 0 help hd_id3152922 43 0 br Spacing to left m…
28819 …0 help par_id3146856 2 0 br \<ahelp hid=\"HID_LETTER_PAGE2\"\>Allows you to specify the elements…
28822 …\<link href=\"text/shared/autopi/01010300.xhp\" name=\"Go to AutoPilot Letter - Page 3\"\>Go to Le…
28836 …\<link href=\"text/shared/autopi/01010400.xhp\" name=\"Go to AutoPilot Letter - Page 4\"\>Go to Le…
28837 …par_id3152594 2 0 br \<ahelp hid=\"HID_LETTER_PAGE3\"\>Defines the items to be included in the l…
28839 … 0 br \<ahelp hid=\"HID_LTRWIZ_LSTLETTERNORM\"\>Select a country in order to use a typical letter…
28845 …br \<ahelp hid=\"HID_LTRWIZ_CHKUSESIGNS\"\>Includes a line with references to a business letter on…
28858 …\<link href=\"text/shared/autopi/01010500.xhp\" name=\"Go to AutoPilot Letter - Page 5\"\>Go to Le…
28881 …47834 2 0 br \<ahelp hid=\"HID_LETTER_PAGE5\"\>Specifies the information to include in the foote…
28882 …\<link href=\"text/shared/autopi/01010600.xhp\" name=\"Go to AutoPilot Letter - Page 6\"\>Go to Le…
28887 …\autopi\01010500.xhp 0 help par_idN10600 0 br \<ahelp hid=\".\"\>Select to suppress the footer …
28892 …lp hid=\"HID_LETTER_PAGE6\"\>Specifies where and under which name you want to save the document an…
28894 …h and file name for the template, or click the \<emph\>...\</emph\> button to select the path and …
28897 …shared\autopi\01010600.xhp 0 help par_idN10653 0 br Make manual changes to this letter template…
28906 …i\01020000.xhp 0 help par_id3146948 10 0 br \<ahelp hid=\".\"\>According to your selections, the…
28908 … templates for fax documents. You can then print the fax documents to a printer or to a fax machin…
28909 …es with a template for fax documents, which you can modify with the wizard to suit your own needs.…
28910 …3155628 6 0 br \<ahelp hid=\".\"\>Click the\<emph\> Back \</emph\>button to view the settings ch…
28911 …8 0 br \<ahelp hid=\".\"\>The wizard saves the current settings and goes to the next page. The\<…
28914 …"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\"\>Go to Fax Wizard …
28925 …ext/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\"\>Fax Wizard - Items to inc…
28926 …3147571 3 0 br \<ahelp hid=\"HID_FAX_PAGE2\"\>Specifies the fax elements to be printed.\</ahelp\…
28927 …nk href=\"text/shared/autopi/01020300.xhp\" name=\"Go to Fax Wizard - Sender and Recipient\"\>Go t…
28942 helpcontent2 source\text\shared\autopi\01020200.xhp 0 help tit 0 br Fax Wizard - Items to includ…
28945 …br \<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\"\>Go to Fax W…
28947 …ress on the fax template. Later in the fax document, click the placeholder to enter the actual dat…
28949 …\autopi\01020300.xhp 0 help par_idN105E9 0 br \<ahelp hid=\".\"\>Select to enter the address da…
28953 …ress on the fax template. Later in the fax document, click the placeholder to enter the actual dat…
28958 …ink href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\"\>Go to
28961 …0400.xhp 0 help par_idN105DB 0 br \<ahelp hid=\".\"\>Specifies the text to be printed in the fo…
28968 … 0 br \<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\"\>Go to Fax Wizard…
28973 …d\autopi\01020500.xhp 0 help par_idN105E2 0 br \<ahelp hid=\".\"\>Click to enter or select the …
28976 …shared\autopi\01020500.xhp 0 help par_idN105EC 0 br Make manual changes to this fax template …
28984 …PilotAgenda\"\>Starts the wizard to help you create an agenda template.\</ahelp\>\</variable\> You…
28986 helpcontent2 source\text\shared\autopi\01040000.xhp 0 help par_id3149177 6 0 br Returns to the se…
28987 …13 0 br $[officename] saves the current settings in the wizard according to the selected documen…
28988 helpcontent2 source\text\shared\autopi\01040000.xhp 0 help par_id3156346 10 0 br According to you…
28989 …$[officename] comes with a sample template for agendas that you can modify to suit your own needs.…
28990 …help par_id3156426 8 0 br The wizard saves the current settings and goes to the next page. Once …
28994 …\<link href=\"text/shared/autopi/01040200.xhp\" name=\"Go to AutoPilot Agenda - Page 2\"\>Go to Ag…
29004 …\<link href=\"text/shared/autopi/01040300.xhp\" name=\"Go to AutoPilot Agenda - Page 3\"\>Go to Ag…
29013 … br \<ahelp hid=\"HID_AGENDA_PAGE3\"\>Specifies the headings that you want to include in the agend…
29014 …\<link href=\"text/shared/autopi/01040400.xhp\" name=\"Go to AutoPilot Agenda - Page 4\"\>Go to Ag…
29016 …40300.xhp 0 help par_idN105DE 0 br \<ahelp hid=\".\"\>Specifies whether to print the type of me…
29018 …40300.xhp 0 help par_idN105E5 0 br \<ahelp hid=\".\"\>Specifies whether to print a Please read …
29020 …40300.xhp 0 help par_idN105EC 0 br \<ahelp hid=\".\"\>Specifies whether to print a Please bring…
29022 …40300.xhp 0 help par_idN105F3 0 br \<ahelp hid=\".\"\>Specifies whether to print a Notes line.\…
29025 …\<link href=\"text/shared/autopi/01040500.xhp\" name=\"Go to AutoPilot Agenda - Page 5\"\>Go to Ag…
29026 …r_id3152363 2 0 br \<ahelp hid=\"HID_AGENDA_PAGE4\"\>Specifies the names to be printed on the ag…
29028 …40400.xhp 0 help par_idN105DE 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29030 …40400.xhp 0 help par_idN105E5 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29032 …40400.xhp 0 help par_idN105EC 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29034 …40400.xhp 0 help par_idN105F3 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29036 …40400.xhp 0 help par_idN105FA 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29038 …40400.xhp 0 help par_idN10601 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29040 …40400.xhp 0 help par_idN10608 0 br \<ahelp hid=\".\"\>Specifies whether to print a line where y…
29043 …\<link href=\"text/shared/autopi/01040600.xhp\" name=\"Go to AutoPilot Agenda - Page 6\"\>Go to Ag…
29044 …_id3147143 2 0 br \<ahelp hid=\"HID_AGENDA_PAGE5\"\>Specifies the topics to be printed on the ag…
29046 … hid=\".\"\>Enter the agenda topics. Use the Move up and Move down buttons to sort the topics.\</a…
29064 …shared\autopi\01040600.xhp 0 help par_idN105EF 0 br Make manual changes to this template 200…
29066 … br \<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to AutoPilot Agenda\"\>Go to Agenda …
29074 …id3150504 5 0 br \<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\"\>Returns to the previous step wi…
29077 …_AUTOPILOT\"\>Use the wizard to interactively create a presentation. With the wizard, you can modi…
29078 …ASS:BUT_NEXT\"\>Accepts the new settings and moves to the next page.\</ahelp\> You will not be abl…
29079 … you can undo, modify, or skip altogether the editing steps. If you decide to skip over one of the…
29090 …ID_SD_AUTOPILOT_OPEN\"\>Lists the presentations that you created and saved to the Templates direct…
29095 …\"HID_SD_AUTOPILOT_PAGE1\"\>Specifies the presentation type and allows you to select a template.\<…
29096to start when you expressly request it with \<emph\>File - Wizard - Presentation\</emph\>.\</ahelp…
29099 helpcontent2 source\text\shared\autopi\01050100.xhp 0 help par_id3159414 13 0 br Continue here to
29100 …0 help par_idN1067B 0 br \<ahelp hid=\".\"\>Click \<emph\>Open\</emph\> to see a file selection…
29111 …:DLG_ASS:RB_PAGE2_MEDIUM3\" visibility=\"visible\"\>Creates a presentation to be used as overhead …
29112 …:DLG_ASS:RB_PAGE2_MEDIUM2\" visibility=\"visible\"\>Creates a presentation to be used as slides.\<…
29113 …=\"SD:LISTBOX:DLG_ASS:LB_PAGE2_LAYOUT\" visibility=\"visible\"\>Allows you to select a slide desig…
29114 helpcontent2 source\text\shared\autopi\01050200.xhp 0 help par_id3155388 12 0 br Continue to \<li…
29129 …CHECKBOX:DLG_ASS:CB_PAGE3_LOGO\" visibility=\"visible\"\>Specifies whether to display the $[office…
29130 …\"HID_SD_AUTOPILOT_PAGE3\" visibility=\"visible\"\>Assigns special effects to your presentation an…
29134 …shared\autopi\01050300.xhp 0 help par_id3151054 20 0 br Click here to continue to \<link href=\"…
29141 helpcontent2 source\text\shared\autopi\01050400.xhp 0 help hd_id3146797 32 0 br Further ideas to
29148 …sible\"\>Use this field for further thoughts and ideas that you would like to cover later in your …
29149 …ame of your company, your presentation topic, and the basic ideas you want to cover. 2002-02-02…
29150 helpcontent2 source\text\shared\autopi\01050400.xhp 0 help par_id3157909 11 0 br Continue to \<li…
29155 …\01050500.xhp 0 help par_id3150247 18 0 br You can determine which pages to include in the creat…
29157to the selected presentation template. All pages with a checkmark in the check box next to their n…
29158 helpcontent2 source\text\shared\autopi\01050500.xhp 0 help par_id3156426 23 0 br Return to the \<…
29164 …d\autopi\01090000.xhp 0 help par_idN10686 0 br \<ahelp hid=\".\"\>Click to create the form with…
29174 …id3145121 13 0 br \<ahelp hid=\"HID_DLGFORM_CMDMOVEALL\"\>Click to add all fields to the right b…
29175 …p hid=\"HID_DLGFORM_LBTABLES\"\>Specifies the table or query that you want to create the form for.…
29176 …11 0 br \<ahelp hid=\"HID_DLGFORM_CMDMOVESELECTED\"\>Click to add the selected field(s) to the r…
29177to select a field or hold down the Shift or the \<switchinline select=\"sys\"\>\<caseinline select…
29178 …r_id3149763 15 0 br \<ahelp hid=\"HID_DLGFORM_CMDREMOVESELECTED\"\>Click to remove the selected …
29180 …ou can specify the table or query that you need to create the form as well as the fields that you …
29182 …lp par_id3156329 17 0 br \<ahelp hid=\"HID_DLGFORM_CMDREMOVEALL\"\>Click to remove all fields fr…
29184 …d\autopi\01090100.xhp 0 help par_idN1074E 0 br \<ahelp hid=\".\"\>Click to move the selected fi…
29186 …d\autopi\01090100.xhp 0 help par_idN10755 0 br \<ahelp hid=\".\"\>Click to move the selected fi…
29189 …shared\autopi\01090200.xhp 0 help par_idN10553 0 br Specify if you want to use a subform and en…
29192 …autopi\01090200.xhp 0 help par_idN1055E 0 br Which relation do you want to add? 2002-02-02 0…
29193 …\autopi\01090200.xhp 0 help par_idN105B4 0 br \<ahelp hid=\".\"\>Select to add a subform.\</ahe…
29194 …d\autopi\01090200.xhp 0 help par_idN105C5 0 br \<ahelp hid=\".\"\>Click to add a subform based …
29197 …d\autopi\01090200.xhp 0 help par_idN105DF 0 br \<ahelp hid=\".\"\>Click to add a subform based …
29201 …N10556 0 br Specify the table or query you need to create the subform, and which fields you wis…
29203 …r \<ahelp hid=\".\"\>Specifies the table or query for which the subform is to be created.\</ahelp\…
29209 …red\autopi\01090220.xhp 0 help par_idN10553 0 br If you chose in step 2 to set up a subform bas…
29211 …\"\>Select the subform field that is joined to the main form field, which you select in the list b…
29213 …"\>Select the main form field that is joined to the subform field, which you select in the list bo…
29215 …\"\>Select the subform field that is joined to the main form field, which you select in the list b…
29217 …"\>Select the main form field that is joined to the subform field, which you select in the list bo…
29219 …\"\>Select the subform field that is joined to the main form field, which you select in the list b…
29221 …"\>Select the main form field that is joined to the subform field, which you select in the list bo…
29223 …\"\>Select the subform field that is joined to the main form field, which you select in the list b…
29225 …"\>Select the main form field that is joined to the subform field, which you select in the list bo…
29238 …M_CMDLEFTLABELED\"\>Aligns the database fields column-wise with the labels to the left of the fiel…
29246 … \<ahelp hid=\".\"\>Aligns the database fields column-wise with the labels to the left of the fiel…
29257 helpcontent2 source\text\shared\autopi\01090400.xhp 0 help par_idN10558 0 br The form is to be u…
29260 helpcontent2 source\text\shared\autopi\01090400.xhp 0 help par_idN105BB 0 br The form is to disp…
29261 …1 0 br \<ahelp hid=\".\"\>Creates a form that can be used to display existing data and to enter…
29262 …\autopi\01090400.xhp 0 help par_idN105DA 0 br \<ahelp hid=\".\"\>Select to disallow editing dat…
29264 …\autopi\01090400.xhp 0 help par_idN105E3 0 br \<ahelp hid=\".\"\>Select to disallow deleting da…
29267 …\autopi\01090400.xhp 0 help par_idN105EC 0 br \<ahelp hid=\".\"\>Select to disallow adding new …
29284 …idN10553 0 br \<ahelp hid=\".\"\>Specifies the name of the form and how to proceed.\</ahelp\> …
29290 … 0 br \<ahelp hid=\".\"\>Saves the form, and opens it as a form document to enter and display da…
29291 …105D2 0 br \<ahelp hid=\".\"\>Saves the form, and opens it in edit mode to change the layout.\<…
29306 …_DLGREPORT_1_LBTABLES\"\>Select the table or query for which the report is to be created.\</ahelp\…
29308 …784 13 0 br \<ahelp hid=\"HID_DLGREPORT_1_CMDMOVEALL\"\>Click to transfer all fields to the righ…
29309 …ar_id3150084 17 0 br \<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVEALL\"\>Click to remove all fields fr…
29310 …3150275 15 0 br \<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVESELECTED\"\>Click to remove the selected …
29311 … or query for which you are creating the report, and which fields you wish to include in the repor…
29312 …br \<ahelp hid=\"HID_DLGREPORT_1_CMDMOVESELECTED\"\>Click to transfer the selected field(s) to the…
29313to select a field or press the Shift or \<switchinline select=\"sys\"\>\<caseinline select=\"MAC\"…
29317 …hp 0 help par_id3147102 2 0 br \<ahelp hid=\".\"\>Specifies how you want to label the fields.\</…
29318 …ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\"\>Displays the names of the fields to be included in the r…
29326 … 0 br \<ahelp hid=\"HID_DLGREPORT_2_CMDUNGROUP\"\>Click to move a field from the right box to th…
29328 …he field name, then click the \<emph\>>\</emph\> button. You may select up to four levels of group…
29329 …he field name, then click the \<emph\><\</emph\> button. You may select up to four levels of group…
29330 …10 0 br \<ahelp hid=\"HID_DLGREPORT_2_CMDGROUP\"\>Click to move a field from the left box to the…
29331 … You can group up to four fields in a report.\</ahelp\> When you group more than one field, $[offi…
29338 … 0 br \<ahelp hid=\".\"\>Select the fields by which to sort the report. Fields can be sorted by up…
29339 …\<ahelp hid=\"HID_DLGREPORT_3_SORT4\"\>Select an additional field by which to sort the report.\</a…
29341 … br \<ahelp hid=\"HID_DLGREPORT_3_SORT1\"\>Select the first field by which to sort the report.\</a…
29376 …PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\"\>Saves the current settings and moves to the next page.\</ahe…
29377 …44 4 0 br \<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST\"\>Returns to the selections made …
29381 …\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\"\>Creates new documents according to your selections and …
29393 …i\01110100.xhp 0 help par_id3152801 13 0 br In this area, you can choose to create a new design …
29395 …sible\"\>Loads an existing design from the design list to use as a starting point for the steps to
29423 …p hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_PERL\"\>Used by WebCast export to create HTML pages an…
29425to ASP, in a $[officename] Impress document choose \<emph\>File - Export\</emph\>. You then see th…
29426 … opens the \<emph\>HTML Export Wizard\</emph\>. This will write some files to the folder you have …
29431 …ce you have finished installing the Perl files, the presenter will be able to give the presentatio…
29434 …:PAGE2_INDEX\"\>Specifies the URL (absolute or relative) to be entered by the viewer in order to s…
29436to change between the slides viewed by the audience. You can save the WebCast files locally or sav…
29440 …e, a speaker in a telephone conference using a slide show in the Internet) to change the slides in…
29441to the HTML Export files by entering the http://myserver.com/presentation/secret.htm URL in any HT…
29442to be moved into the directory on your HTTP server that has been referred to in the \<emph\>URL fo…
29444 …he rights to be executable by the HTTP server. Normally, this is done with the chmod command. The …
29445 …pi\01110200.xhp 0 help par_id3151330 73 0 br You can specify if you want to include frames, crea…
29452 …\autopi\01110200.xhp 0 help par_id3153534 65 0 br Now you should be able to use WebCast. 2002…
29453 …xhp 0 help par_id3153920 69 0 br Login on your server as root and switch to the //user/local/htt…
29459 … frames. The exported page will be placed in the main frame, and the frame to the left will displa…
29460 …f extensions into the directory on your HTTP server that has been referred to in the text box \<em…
29462 …ar_id3156362 55 0 br The entered file name will be used by the presenter to switch through the s…
29466 …ugh the URL http://myserver.com/presentation/webcast.asp. They cannot move to other slides found a…
29468 …rl support. The steps to follow will be described next. Please refer to your server manual or ask …
29483 …age will be displayed in a reduced size. You can specify a reduction of up to 80% from the origina…
29487 …ING:PAGE3_RESOLUTION_1\" visibility=\"visible\"\>Select the low resolution to keep the file size s…
29498 … br \<switchinline select=\"appl\"\> \<caseinline select=\"IMPRESS\"\>Link to a copy of the origin…
29501 …utopi\01110400.xhp 0 help par_id3109850 2 0 br Specifies the information to be displayed on the …
29502 …LG_PUBLISHING:PAGE4_DOWNLOAD\" visibility=\"visible\"\>Inserts a hyperlink to download a copy of t…
29505 …_PUBLISHING:PAGE4_MISC\" visibility=\"visible\"\>Specifies additional text to appear on the title …
29515 …681 6 0 br Displays the available button styles. Click on a button style to select it. 2002-0…
29517 …topi\01110500.xhp 0 help par_id3155805 8 0 br Specifies whether you want to insert navigation bu…
29530 …RADIOBUTTON:DLG_PUBLISHING:PAGE6_USER\" visibility=\"visible\"\>Allows you to define your own colo…
29548 …d\autopi\01120100.xhp 0 help hd_id3153894 3 0 br Which names do you want to give the option fiel…
29552 …DIOBUTTONS\" visibility=\"visible\"\>Displays all option fields which have to be included in the g…
29553 …ELECTION_PB_MOVETORIGHT\"\>Confirms the current label and copies the label to the \<emph\>Option f…
29555 …he label of the option field in the form.\</ahelp\> This entry corresponds to the \<link href=\"te…
29556 …r the label for each option field of the group that you want to create and copy the label to the l…
29561 …200.xhp 0 help hd_id3147242 8 0 br No, one particular field is not going to be selected 2002-…
29565 …hp 0 help par_id3144740 2 0 br Determines that you want one option field to be selected as the d…
29566 …CTIONFIELD\" visibility=\"visible\"\>Select the option field that you want to have as the default …
29567 …topi\01120200.xhp 0 help par_id3149346 4 0 br Specifies whether you want to set default settings…
29568 …TION_YES\" visibility=\"visible\"\>Specifies that you want an option field to be selected as a def…
29570 …\" visibility=\"visible\"\>Specifies that you do not want any option field to be the default choic…
29573 …opi\01120300.xhp 0 help hd_id3152594 3 0 br Which value do you want to assign to each option? …
29575 …utopi\01120300.xhp 0 help par_id3151100 2 0 br Assigns a reference value to each option field. …
29578 …TTONS\" visibility=\"visible\"\>Select the option field for which you want to assign the reference…
29582 helpcontent2 source\text\shared\autopi\01120400.xhp 0 help hd_id3152551 3 0 br Do you want to sav…
29583 helpcontent2 source\text\shared\autopi\01120400.xhp 0 help hd_id3153881 9 0 br No, I only want to
29584 helpcontent2 source\text\shared\autopi\01120400.xhp 0 help hd_id3154823 5 0 br Yes, I want to sav…
29585 …ility=\"hidden\"\>Select the data field in which the reference values have to be saved.\</ahelp\> …
29586 …28 11 0 br This page is only displayed if the document is already linked to a database. 2002-…
29587 …TTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\"\>Specifies that you want to save the reference v…
29588 …t\shared\autopi\01120400.xhp 0 help par_id3153255 12 0 br Indicate where to save the \<link href…
29589 …par_id3154094 2 0 br This page is only visible if the document is linked to a database. It speci…
29590to save the reference values in a database.\</ahelp\> The values are written in the data field sel…
29593 …ed\autopi\01120500.xhp 0 help hd_id3144415 3 0 br Which caption is to be given to your option gr…
29595 …x displayed in the form.\</ahelp\> The text you enter here will correspond to the \<link href=\"te…
29617 helpcontent2 source\text\shared\autopi\01130100.xhp 0 help par_id3149578 26 0 br Continue to the …
29621 …shared\autopi\01130100.xhp 0 help par_id3150445 2 0 br Specifies whether to convert documents fr…
29631 helpcontent2 source\text\shared\autopi\01130200.xhp 0 help hd_id3149732 22 0 br Save to 2002-0…
29637 …ach template type and document type, the directory to be read from and the directory to be written…
29639 …RT_2_CBDOCUMENT\" visibility=\"visible\"\>Indicates that the documents are to be converted.\</ahel…
29640 …IMPORT_2_CBTEMPLATE\" visibility=\"visible\"\>Specifies that templates are to be converted.\</ahel…
29643 …130200.xhp 0 help par_id3153681 14 0 br Determines whether templates are to be converted, and ho…
29645 …DLGIMPORT_2_CMDDOCUMENTPATHSELECT\" visibility=\"visible\"\>Opens a dialog to select the desired p…
29646 …GIMPORT_2_EDDOCUMENTPATH\" visibility=\"visible\"\>Specifies the directory to which the destinatio…
29647 …red\autopi\01130200.xhp 0 help par_id3156344 13 0 br Here you can return to the main page of the…
29676 …145669 54 0 br Only closed files are converted. It is possible, however, to use the Euro Convert…
29679 …7264 14 0 br \<ahelp hid=\"HID_DLGCONVERT_CBSOURCEOPEN\"\>Opens a dialog to select the desired d…
29681 …CONVERT_CBTARGETOPEN\"\>Opens a dialog in which you can select a directory to hold the converted f…
29683 …48 0 br \<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\"\>Specifies the currency to be converted into eu…
29691to convert in this range, if you did not mark the \<emph\>Entire document\</emph\> check box. Sele…
29695 …TBTARGET\"\>Specifies the folder and path in which the converted files are to be saved.\</ahelp\> …
29696 …elp par_id3153953 53 0 br \<ahelp hid=\"HID_DLGCONVERT_CBBACK\"\>Returns to the first page of th…
29700 …756 46 0 br \<ahelp hid=\"HID_DLGCONVERT_LISTBOX1\"\>Displays the ranges to be converted from th…
29701 …ERT_TBSOURCE\"\>Indicates the directory or the name of the single document to be converted.\</ahel…
29705 …10 0 br \<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\"\>Specifies the currency to be converted into eu…
29719 … 22 0 br \<ahelp hid=\"HID_ABSPILOT_PREVIOUS\" visibility=\"hidden\"\>Go to previous step.\</ahe…
29720 …8946 23 0 br \<ahelp hid=\"HID_ABSPILOT_NEXT\" visibility=\"hidden\"\>Go to next step.\</ahelp\>…
29721 …5 6 0 br \<ahelp hid=\"HID_ABSPILOT_FINISH\"\>Establishes the connection to the data source and …
29726 …dioButton:RID_PAGE_SELECTABTYPE:RB_OTHER\"\>Select this option if you want to register another dat…
29732 …i\01170200.xhp 0 help par_id3143281 2 0 br \<ahelp hid=\".\"\>Allows you to enter additional set…
29738 …istBox:RID_PAGE_TABLESELECTION:LB_TABLELIST\"\>Specifies the table that is to serve as the address…
29739 …red\autopi\01170300.xhp 0 help par_id3152801 6 0 br You can make changes to the templates and do…
29751 …\01170400.xhp 0 help par_idN105C5 0 br Make this address book available to all modules in %PROD…
29756 …lp par_id3143284 2 0 br \<ahelp hid=\"\"\>Opens a dialog that allows you to specify the field as…
29760 … can purchase a license online. You will get a serial number to change your %PRODUCTNAME to a full…
29764 …of the wizard. If you want to buy a serial number online, click the button. If you already have a …
29766 …d\autopi\purchase.xhp 0 help par_idN10594 0 br \<ahelp hid=\".\"\>Click to enter a web page, wh…
29770 …e license text (scroll down the text accordingly), then accept the license to continue unlocking. …
29772 …n installed version of %PRODUCTNAME where some user settings can be copied to the new installation…
29774 … 0 br \<ahelp hid=\".\"\>Select this box to copy your user name and other data from a previous in…
29782 …help par_idN10566 0 br \<ahelp hid=\".\"\>The Start-up Wizard helps you to specify the user set…
29784 … 0 br \<ahelp hid=\".\"\>Read and accept the license text. You need to scroll to the end of the …
29786 …p.xhp 0 help par_idN1058C 0 br \<ahelp hid=\".\"\>You can use this page to import user data fro…
29790 …d for the document properties, templates, and when you record changes made to documents. This page…
29794to maintain a web site on an Internet server.\</ahelp\>The Web Wizard converts files in a local fo…
29796 … File Transfer Protocol (FTP) to upload files to a server. You cannot use the wizard to upload the…
29799 …ou can use the Web Wizard to maintain a web page on server.\</ahelp\> You can also load previously…
29801 …_idN1055B 0 br \<ahelp hid=\"34207\"\>Select the settings that you want to load and then click …
29807 …7 0 br Select the files that you want to upload to your web site. You can upload the files to a…
29809 …\"\>Lists the documents that you want to publish to your web site. The wizard can convert %PRODUCT…
29811 …lect the files that you want to have to your web site. The order of the list determines the order …
29814 helpcontent2 source\text\shared\autopi\webwizard02.xhp 0 help par_idN10577 0 br Export to file f…
29815 … \<ahelp hid=\"34218\"\>Select the file format that you want to export the selected file to.\</ahe…
29817 …nter the title for the selected document. The title appears as a hyperlink to the selected documen…
29825 …p 0 help par_idN10554 0 br Select the formatting template that you want to use for the layout o…
29831 …pi\webwizard04.xhp 0 help par_idN10554 0 br Use this page of the wizard to customize the layout…
29866 …ref=\"text/shared/autopi/webwizard05is.xhp\"\>Icons\</link\> that you want to use for the navigati…
29872 … help par_idN10553 0 br \<ahelp hid=\"34291\"\>Opens a file open dialog to select a background …
29900 …\autopi\webwizard07.xhp 0 help par_idN10554 0 br Specify where you want to publish your web sit…
29904 …index page and files to a local directory. The index page is saved to the location that you specif…
29906 …rd07.xhp 0 help par_idN10569 0 br \<ahelp hid=\"34263\"\>Opens a dialog to select a folder.\</a…
29908to a compressed archive file and uploads the file to your web site. The index page is saved to the…
29913 …\"\>Uploads your files to an FTP server. The index page is saved to the location that you specifie…
29914 …p 0 help par_idN10584 0 br You cannot use the FTP option if you connect to the internet through…
29928 …N10575 0 br \<ahelp hid=\"41042\"\>Enter the user name that is required to access the FTP serve…
29930 …dN1057C 0 br \<ahelp hid=\"41043\"\>Enter the password that is required to access the FTP serve…
29934 …1045\"\>Enter the location of a directory on the FTP server where you want to store your files.\</…
29936 …d=\"41046\"\>Opens a dialog where you can specify the FTP server directory to store the files.\</a…
29947 …\explorer\database\02000000.xhp 0 help par_id3147399 12 0 br Use queries to find records from da…
29950 …d\explorer\database\02000000.xhp 0 help par_id3149655 28 0 br Allows you to sort and filter the …
29951 …abase file and click the Table icon if you want to print a table, or click the Query icon if you w…
29952 …0 help par_id3150443 44 0 br Decide which columns = data fields you want to include. You can als…
29953 … record and, if required, also sort those records. A query can apply to one table to multiple tabl…
29955 … The query result can contain data from several tables if these are linked to each other by suitab…
29957 … (button in the top left corner of the table), and then drag the selection to a text document or s…
29959 …154910 32 0 br You can find out which operators and commands can be used to formulate the filter…
29963 helpcontent2 source\text\shared\explorer\database\02000002.xhp 0 help hd_id3145072 3 0 br How to
29964 …orer\database\02000002.xhp 0 help hd_id3147576 5 0 br Do you really want to open the query in th…
29970 …ssing table or the field which cannot be interpreted and allows you to decide how to continue with…
29972 …br \<ahelp hid=\".\"\>If you selected the first option, but you still want to open the query in th…
29973 …hid=\".\"\>Allows you to cancel the procedure and specify that the query should not be opened.\</a…
29974 …lows you to open the query design in the \<link href=\"text/shared/explorer/database/02010100.xhp\…
29975to open the query in the \<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design …
30020 …\<ahelp hid=\"HID_CTL_QRYDGNTAB\"\>Double-click fields to add them to the query. Drag-and-drop to
30023 …ed\explorer\database\02010100.xhp 0 help par_id3145223 46 0 br not equal to 2002-02-02 02:02:…
30028 …p par_id3145635 47 0 br ... the content of the field does not correspond to the specified expres…
30034 …e query\</ahelp\>. If you only use a data field to formulate a condition, you do not necessarily n…
30035 …ssible to use user-defined column labels.\</ahelp\> For example, if the data field has the name Pt…
30036to add to the query. You can do this either with drag-and-drop or by double-clicking a field name …
30042 …u can resize and arrange the tables according to your preferences. To move tables, drag the upper …
30056to the query.\</ahelp\> This applies to records containing data that appears several times in the …
30059 …br If you want to test a query, double-click the query name in the database document. The query re…
30062 …he \<emph\>Save\</emph\> icon on the Standard Bar to save the query. You see a dialog that asks yo…
30071 …48799 8 0 br When you open the query design for the first time, in order to create a new query, …
30072 …the context menu of the line headers in the lower area of the query design to insert another line …
30077 …p 0 help par_id3148895 44 0 br ... the content of the field is identical to the indicated expres…
30086 … data according to the field name selected. Functions are executed according to the specified grou…
30094 …10100.xhp 0 help par_id3149825 161 0 br In SQL, this command corresponds to the DISTINCT predica…
30100 … joint vector is selected (it is displayed enlarged), then press Shift+F10 to display the context …
30101to include and the \<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\"\>c…
30102 …n the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly on…
30107 …ress database, you can choose the\<emph\> Distinct Values\</emph\> command to specify in the query…
30110 …rer\database\02010100.xhp 0 help par_id3150510 112 0 br Even if you want to filter by a date, yo…
30112 …ms\</link\>, since they work exclusively with queries for which the values to be invoked are read …
30113 …database\02010100.xhp 0 help par_id3150636 55 0 br greater than or equal to 2002-02-02 02:02:…
30116 … can use the \<emph\>Delete\</emph\> command to remove the table from the Design View. Another opt…
30117 …until the connecting vector is displayed highlighted, then press Shift+F10 to open the context men…
30118 …nd an input line alongside each one. Enter the values, preferably from top to bottom, and press th…
30121 …/ahelp\> Text fields will be sorted alphabetically (A to Z) and numerical fields numerically (0 to
30134 …e\02010100.xhp 0 help par_id3152414 234 0 br for dBase tables: not equal to any given value 2…
30138to enter the SQL code. If you create a query in the query design, $[officename] automatically conv…
30139 …relationship between the two "article number" data fields. If you now want to create a query that …
30146 …shared\explorer\database\02010100.xhp 0 help par_id3153026 43 0 br equal to 2002-02-02 02:02:…
30150 …ormulating filter conditions, various operators and commands are available to you. Apart from the …
30152 …p hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\"\>Select a function to run in the query her…
30166 …er\database\02010100.xhp 0 help par_id3154052 58 0 br less than or equal to 2002-02-02 02:02:…
30179 …_id3154584 56 0 br ... the content of the field is greater than or equal to the specified expres…
30187 …BOX_DLG_SAVE_AS_ET_SCHEMA\"\>Enter the name of the schema that is assigned to the query or table v…
30194 …lp par_id3155098 178 0 br You can also assign aliases to function calls. If the query is not to
30195 …10100.xhp 0 help par_id3155144 206 0 br The following steps are required to create a query conta…
30197 …e Customer table), hold down the mouse button and then drag the field name to the field name of th…
30218to in the Query. All settings made in the lower rows refer to this field.\</ahelp\> If you activat…
30219 … 0 br \<ahelp hid=\".\"\>The \<emph\>Query Design View \</emph\>allows you to create and edit a da…
30221to create a query with variable parameters. Alternatively, you can use an equal sign followed by a…
30222 …e variables, you can later create a query in which only the variables have to be replaced by the e…
30226 …par_id3157902 59 0 br ... the content of the field is less than or equal to the specified expres…
30231 …d3157998 252 0 br \<emph\>Date fields\</emph\> are represented as #Date# to clearly identify the…
30232 …_id3158416 18 0 br \<ahelp hid=\"HID_CTL_QRYDGNCRIT\"\>Select conditions to define the query.\</…
30240to create summaries from the results. Additional functions that are not listed in the list box are…
30249 …vate the a cell with a mouse click, an arrow will appear which enables you to select another table…
30271 … is the same.\</ahelp\> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN…
30274 …=\"HID_DLG_QRY_RIGHT_TABLE\"\>Specifies two different tables that you want to join.\</ahelp\> 2…
30276 …ables.\</ahelp\> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN …
30277 … is the same.\</ahelp\> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN …
30288 …atabase\04000000.xhp 0 help par_id3156136 2 0 br Forms can be used to enter or to edit existing …
30289 …ar_id3156156 23 0 br The Form Controls toolbar offers the tools required to create a form in a t…
30293 …ext/shared/02/01170000.xhp\" name=\"functions\"\>functions\</link\> needed to edit a form. More fu…
30294 …red/02/01170100.xhp\" name=\"apply properties\"\>apply properties\</link\> to them, define \<link …
30295 …=\"5.59mm\"\>\<alt id=\"alt_id1871395\"\>Icon\</alt\>\</image\> allows you to save a form document…
30298 … when assigning properties to the objects contained in the form (for example, when assigning a non…
30310 …he context menu of the table container offers various functions that apply to all database tables.…
30311 …e is open\"\>table is open\</link\>, there are several functions available to edit the data. 20…
30322 …d\explorer\database\05000002.xhp 0 help par_id3150275 16 0 br Allows you to view and assign acce…
30323 …ed\explorer\database\05000002.xhp 0 help par_id3150789 4 0 br Allows you to select the user, def…
30325 …05 6 0 br \<ahelp hid=\".\"\>Specifies the user, whose settings you want to edit.\</ahelp\> 2…
30326 …plorer\database\05000002.xhp 0 help par_id3163829 2 0 br Use this dialog to define the user sett…
30335 …ed\explorer\database\05000003.xhp 0 help par_id3148520 2 0 br Allows you to enter and confirm a …
30362 …tabase\05010000.xhp 0 help par_id3148685 16 0 br Copies the selected row to the clipboard. 20…
30376 …database\05010000.xhp 0 help par_id3159157 14 0 br Cuts the selected row to the clipboard. 20…
30391 …fields in the current table. You can also select multiple fields. In order to remove a field from …
30397 …\"HID_DLGIDX_RESETINDEX\" visibility=\"visible\"\>Resets the current index to the setting that it …
30399 …rent index and then select another index, the change is immediately passed to the data source. You…
30400 …\"visible\"\>Displays the available indexes. Select an index from the list to edit.\</ahelp\> The …
30412 …ommand opens the \<emph\>Relation Design \</emph\>window, which allows you to define relationships…
30413 …abase\05020000.xhp 0 help par_id3147085 8 0 br All data fields referring to a primary key will b…
30414to define a relation among the different tables, you should enter a \<link href=\"text/shared/00/0…
30415 …. If no relationships have been defined, or if you want to relate other tables of the database to
30419 …aced in an intermediate memory by $[officename], but is forwarded directly to the external databas…
30420 …common data fields.\</ahelp\> Click the \<emph\>New Relation\</emph\> icon to create the relations…
30421 …rimary and other key fields. You can add a relation by using drag-and-drop to drop the field of on…
30422 …br By double-clicking a connection line, you can assign certain properties to the relation. The \<…
30439 …olumn names.\</ahelp\> If you click a field, you can use the arrow buttons to select a field from …
30440 …help par_id3150499 2 0 br \<ahelp hid=\".uno:DBAddRelation\"\>Allows you to define and edit a re…
30441 …he corresponding primary key has been modified, use this option to set a default value to all exte…
30442 …BUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_UPD\"\>Specifies that any change made to a primary key does n…
30443 … 0 br Here you can select options that take effect when there are changes to a primary key field.…
30446 …delete the corresponding primary key, the "IS NULL" value will be assigned to all external key fie…
30450 … corresponding primary key has been modified, use this option to set the "IS NULL" value to all ex…
30451 …LT\"\>If you delete the corresponding primary key, a set value will be set to all external key fie…
30461 …ry or table opens the \<emph\>Copy Table \</emph\>dialog, which allows you to define the options f…
30480 … only when a query is copied in a table container. This option enables you to see and edit a query…
30481 … if you copy a dBase table to the Adabas format, since in the Adabas format a primary key must alw…
30485 … is being attached, the source data fields will automatically be truncated to match the field leng…
30486 …TON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\"\>Appends the data of the table to be copied to an existing t…
30497 …AB_WIZ_COLUMN_SELECT_LB_NEW_COLUMN_NAMES\"\>Lists the fields that you want to include in the copie…
30510 …LECT_LB_NEW_COLUMN_NAMES\"\>Lists the data fields that will be included in to the copied table.\</…
30519 …CESS_NUMERICFIELD_TAB_WIZ_TYPE_SELECT_ET_AUTO\"\>Enter the number of lines to use for automatic ty…
30528 …e data field name. To map the contents of a data field in the source table to a different data fie…
30534 … as the second window. You can use this dialog to map the contents of a data field in the source t…
30538 …se)\</bookmark_value\>\<bookmark_value\>tables in databases; access rights to (Base)\</bookmark_va…
30551 …040100.xhp 0 help par_id3149398 19 0 br \<ahelp hid=\".\"\>Allows a user to insert new data.\</a…
30552 …ou are not the administrator, you can use the \<emph\>General\</emph\> tab to view your access rig…
30553 …040100.xhp 0 help par_id3153146 22 0 br \<ahelp hid=\".\"\>Allows a user to change the table str…
30556 …0100.xhp 0 help par_id3154897 23 0 br \<ahelp hid=\".\"\>Allows the user to delete the table str…
30557 …040100.xhp 0 help par_id3155449 21 0 br \<ahelp hid=\".\"\>Allows a user to delete data.\</ahelp…
30558 … a database table as an administrator, you can use this tab to determine user access, and to edit …
30559 …040100.xhp 0 help par_id3158430 20 0 br \<ahelp hid=\".\"\>Allows a user to change data.\</ahelp…
30560 …help hid=\".\"\>Allows the user to modify the defined references, for example, to enter new relati…
30561 …040100.xhp 0 help par_id3163802 18 0 br \<ahelp hid=\".\"\>Allows a user to read the data.\</ahe…
30571 …p 0 help par_id3153049 101 0 br To select the address book that you want to use, choose \<link h…
30586 …71 11 0 br \<ahelp hid=\"HID_DSADMIN_ODBC_OPTIONS\"\>Use this text field to enter additional opt…
30587 …\>Prevents an unauthorized user from accessing the database. You only need to enter the password o…
30589 …to-increment the "id" data field in a MySQL database, change the statement to: 2002-02-02 02:02…
30594to use to view the database in $[officename]. This does not affect the database.\</ahelp\> Choose …
30596 …D_DSADMIN_SQL92CHECK\"\>Only allows names that use characters that conform to the SQL92 naming con…
30597 … instructs the data source to auto-increment a specified Integer data field.\</ahelp\> For example…
30606 …d\explorer\database\11030000.xhp 0 help par_id3151110 18 0 br To be able to define relations bet…
30607 …r_id3151384 15 0 br To view any changes that you make to the database, close the connection to t…
30621 …S_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADDALL\"\>Moves all of the free indexes to the \<emph\>Table In…
30622 …MAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVE\"\>Moves the selected table indexes to the \<emph\>Free Ind…
30623 …\"\>Lets you organize dBase database indexes.\</ahelp\> An index allow you to quickly access a dat…
30624 …"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADD\"\>Moves the selected index to the \<emph\>Table In…
30625 …XES\"\>Lists the available indexes that you can assign to a table.\</ahelp\> To assign an index to
30626 …AGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVEALL\"\>Moves all of the table indexes to the \<emph\>Free Ind…
30627 …BOX_DLG_DBASE_INDEXES_CB_TABLES\"\>Select the database table that you want to index.\</ahelp\> …
30630 …shared\explorer\database\11080000.xhp 0 help hd_id3149514 3 0 br Command to execute 2002-02-0…
30638 …DLG_DIRECTSQL_ME_SQL\"\>Enter the SQL administration command that you want to run.\</ahelp\> 20…
30641 …SQL_PB_EXECUTE\"\>Runs the command that you entered in the \<emph\>Command to execute \</emph\>box…
30649 …" visibility=\"hidden\"\>Some databases track changes to each record by assigning version number t…
30661 …ahelp hid=\"HID_TAB_PAGE_LBUSER\"\>Select the user whose settings you want to modify.\</ahelp\> …
30673 …_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT\"\>Enter the size by which you want to automatically increm…
30674 …INGS_ET_CTRLUSERNAME\"\>Enter the name of a user that you want to give limited control to modify s…
30699 …explorer\database\30000000.xhp 0 help hd_id3149529 65 0 br Client unable to establish connection…
30704 … The database cannot be shut down / restarted as a user is still connected to it. 2002-02-02 02…
30709 …explorer\database\30000000.xhp 0 help hd_id3157971 63 0 br Client unable to establish connection…
30712 …database\30000000.xhp 0 help par_id3145298 73 0 br switches the database to COLD. 2002-02-02 …
30716 …help par_id3147045 39 0 br Choose \<emph\>File - New - Database\</emph\> to open the Database Wi…
30719 …database\30000000.xhp 0 help par_id3147394 98 0 br Click \<emph\>Connect to an existing database…
30723 …as Database\"\>\<emph\>Create New Adabas Database\</emph\>\</link\> dialog to create an Adabas dat…
30726 …base that you may have installed together with $[officename] is restricted to a size of 100 MB, an…
30727 …e\30000000.xhp 0 help par_id3153197 66 0 br This error occurs if you try to access an Adabas D d…
30729 …e\30000000.xhp 0 help par_id3153268 64 0 br This error occurs if you try to access an Adabas D d…
30730 …hp 0 help par_id3153927 45 0 br Determine which directories are referred to by the system variab…
30731 …dabas on a network, you need to install the Adabas server on one machine and the client on the wor…
30732 …database\30000000.xhp 0 help par_id3154663 77 0 br switches the database to WARM. 2002-02-02 …
30733 … 97 0 br The name of an Adabas file cannot exceed 8 characters. The path to the Adabas file, inc…
30734 …database\30000000.xhp 0 help par_id3154965 75 0 br switches the database to COLD. 2002-02-02 …
30742 …tabase\30000000.xhp 0 help par_id3157869 43 0 br To delete the reference to an Adabas database, …
30744 …database\30000000.xhp 0 help par_id3166428 88 0 br Click \<emph\>Connect to an existing database…
30767 …eration, Adabas shuts down, increases the capacity of the DATADEVSPACE (up to 100 MB), and restart…
30770 …ID_DLG_ADABAS_CONUSR\"\>Enter the name of a user that you want to give limited control to modify s…
30774 …ross all DATADEVSPACEs. The combined size of all DATADEVSPACEs corresponds to the size of the data…
30775 …hid=\"HID_DLG_ADABAS_PBDATADEVSPACE\"\>Locate the directory where you want to save the file, and t…
30777 …tion log file.\</ahelp\> This file records all modifications that are made to the database during …
30779 …DABAS_DBNAME\"\>Type the name of the database.\</ahelp\> The name is added to the \<emph\>Data sou…
30787 …e an existing record in a form, and you leave a field empty which is bound to a database column wh…
30788 …trol box is available for all data source types which support write access to their data. The cont…
30790 …t.xhp 0 help par_id6151921 0 br \<ahelp hid=\".\"\>Select to use the CR + LF code pair to end e…
30796 …ar_idN10594 0 br \<ahelp hid=\".\"\>Only allows characters that conform to the SQL92 naming con…
30798 …opdat.xhp 0 help par_idN105A2 0 br \<ahelp hid=\".\"\>Appends the alias to the table name in SE…
30808 …lp par_idN105D6 0 br Some databases assign version numbers to fields to track changes to record…
30812 …baadvpropdat.xhp 0 help par_idN10617 0 br \<ahelp hid=\".\"\>Allows you to use the schema name …
30816 … br \<ahelp hid=\".\"\>Select the type of Boolean comparison that you want to use.\</ahelp\> 20…
30824 …source to auto-increment a specified Integer data field.\</ahelp\> For example, the following MySQ…
30869 …10634 0 br \<ahelp hid=\".\"\>Select the character set that you want to use to view the databas…
30870 …dd.xhp 0 help par_idN10651 0 br Text and dBase databases are restricted to character sets with …
30874 …hp 0 help par_idN106B0 0 br \<ahelp hid=\".\"\>Enter the starting point to search the LDAP data…
30875 … 0 br \<ahelp hid=\".\"\>Enter the maximum number of records that you want to load when you access…
30878 … 0 br To view changes that you make to the database, close the connection to the database, and t…
30881 …p par_idN10761 0 br \<ahelp hid=\".\"\>Enter the size by which you want to automatically increm…
30882 …0 br \<ahelp hid=\".\"\>Enter the name of a user that you want to give limited control to modify s…
30896 …ts of three pages. You cannot transfer all settings from one database type to another. 2002-02-…
30897 …ropcon.xhp 0 help par_idN1056C 0 br For example, you can use the wizard to open a database file…
30899 … 0 br \<ahelp hid=\".\"\>Select the type of database that you want to connect to.\</ahelp\> …
30907 …\shared\explorer\database\dabapropgen.xhp 0 help par_idN10575 0 br Path to dBASE files 2002-…
30908 …apropgen.xhp 0 help par_idN10579 0 br \<ahelp hid=\".\"\>Enter the path to the directory that c…
30914 …\shared\explorer\database\dabapropgen.xhp 0 help par_idN105B1 0 br Path to the text files 20…
30915 …apropgen.xhp 0 help par_idN105B5 0 br \<ahelp hid=\".\"\>Enter the path to the folder of the te…
30916 …\shared\explorer\database\dabapropgen.xhp 0 help par_idN105B8 0 br Path to the spreadsheet docu…
30917 …ar_idN105BC 0 br \<ahelp hid=\".\"\>Enter the path to the spreadsheet document that you want to
30921 …r_idN105CA 0 br \<ahelp hid=\".\"\>Enter the user name that is required to access the database.…
30923 …r \<ahelp hid=\".\"\>If checked, the user will be asked to enter the password that is required to
30925 …0 br \<ahelp hid=\".\"\>Enter the name of the MySQL database that you want to use as a data source…
30927 … br \<ahelp hid=\".\"\>Enter the name of the Oracle database that you want to use as a data source…
30929 …=\".\"\>Enter the name of the Microsoft Access database file that you want to use as a data source…
30935 …r \<ahelp hid=\".\"\>Enter the name of the JDBC driver class that connects to the data source.\</a…
30939 …id=\".\"\>Select a database from the list or click \<emph\>Create\</emph\> to create a new databas…
30949 …If you open the Database Wizard to create a database file for an existing database connection, the…
30964 …help hid=\".\"\>Creates a new database, opens a database file, or connects to an existing database…
30966 …tabase\dabawiz01.xhp 0 help par_idN10589 0 br \<ahelp hid=\".\"\>Select to create a new databas…
30967 …shared\explorer\database\dabawiz01.xhp 0 help par_idN1058C 0 br Connect to an existing database…
30968 …tabase\dabawiz01.xhp 0 help par_idN10590 0 br \<ahelp hid=\".\"\>Select to create a database do…
30971 …nformation. For other database types, the wizard contains additional pages to specify the required…
30973 …tabase\dabawiz01.xhp 0 help par_idN105FD 0 br \<ahelp hid=\".\"\>Select to open a database file…
30976 …".\"\>Select a database file to open from the list of recently used files. Click Finish to open th…
30980 …tabase file. Click Open or OK in the file selection dialog to open the file immediately and to exi…
30990 … 0 help par_idN10554 0 br \<ahelp hid=\".\"\>Specifies whether you want to register the databas…
30994 …tabase\dabawiz02.xhp 0 help par_idN105B4 0 br \<ahelp hid=\".\"\>Select to register the databas…
30996 …tabase\dabawiz02.xhp 0 help par_idN105BB 0 br \<ahelp hid=\".\"\>Select to keep the database in…
30997 …tabase\dabawiz02.xhp 0 help par_idN105C6 0 br \<ahelp hid=\".\"\>Select to display the database…
30998 …tabase\dabawiz02.xhp 0 help par_idN105D1 0 br \<ahelp hid=\".\"\>Select to call the \<link href…
31006 …cess.xhp 0 help par_idN10548 0 br \<ahelp hid=\".\"\>Specifies the path to the database file.\<…
31008 …e\dabawiz02access.xhp 0 help par_idN1054F 0 br \<ahelp hid=\".\"\>Click to open a file selectio…
31018 …e\dabawiz02adabas.xhp 0 help par_idN1054C 0 br \<ahelp hid=\".\"\>Click to open a file selectio…
31025 … ADO interface is a Microsoft Windows proprietary container for connecting to databases. 2002-0…
31026 … (MDAC) to use the ADO interface. Microsoft Windows 2000 and XP include these components by defaul…
31030 …\explorer\database\dabawiz02ado.xhp 0 help par_idN10576 0 br To connect to an Access 2000 file,…
31032 …tabase\dabawiz02ado.xhp 0 help par_idN1057C 0 br To connect with a name to a catalog on a Micro…
31037 …base\dabawiz02ado.xhp 0 help par_idN1058C 0 br \<ahelp hid=\".\"\>Click to open a database sele…
31039 …p 0 help par_idN10599 0 br \<ahelp hid=\".\"\>A password must contain 3 to 18 characters.\</ahe…
31043 …ared\explorer\database\dabawiz02dbase.xhp 0 help par_idN10556 0 br Path to the dBASE files 2…
31044 …z02dbase.xhp 0 help par_idN1055A 0 br \<ahelp hid=\".\"\>Enter the path to the dBase *.dbf file…
31050 …hp 0 help par_id7953733 0 br Before you can use a JDBC driver, you need to add its class path. …
31052 …c.xhp 0 help par_idN10600 0 br \<ahelp hid=\".\"\>Specifies the options to access a \<link href…
31054 … 0 br \<item type=\"productname\"\>You can use a JDBC driver class to connect to a JDBC databas…
31055 …wiz02jdbc.xhp 0 help par_idN1062D 0 br The driver classes must be added to %PRODUCTNAME in Tool…
31057 …se\dabawiz02jdbc.xhp 0 help par_idN10638 0 br You can use a JDBC driver to access an Oracle dat…
31088 … 0 br \<ahelp hid=\"HID_DSADMIN_LDAP_BASEDN\"\>Enter the starting point to search the LDAP data…
31092 … 0 br \<ahelp hid=\"HID_DSADMIN_USESSL_LDAP\"\>Creates a secure connection to the LDAP server thro…
31099 …dabawiz02mysql.xhp 0 help par_idN10566 0 br \<ahelp hid=\".\"\>Connects to an existing ODBC dat…
31101 …dabawiz02mysql.xhp 0 help par_idN1056D 0 br \<ahelp hid=\".\"\>Connects to an existing JDBC dat…
31110 …2odbc.xhp 0 help par_id8034302 0 br On Solaris and Linux platforms, try to use a JDBC driver in…
31111 …xplorer\database\dabawiz02odbc.xhp 0 help par_id8560136 0 br To connect to a Microsoft Access d…
31112 …base\dabawiz02odbc.xhp 0 help par_id8856776 0 br To edit or add records to a database table in …
31116 …iz02odbc.xhp 0 help par_idN10556 0 br \<ahelp hid=\".\"\>Enter the path to the database file.\<…
31118 …ase\dabawiz02odbc.xhp 0 help par_idN1055D 0 br \<ahelp hid=\".\"\>Click to open an ODBC data so…
31120 …help par_idN10564 0 br \<ahelp hid=\".\"\>Select a data source to which you want to connect usi…
31126 …e.xhp 0 help par_idN105A8 0 br \<ahelp hid=\".\"\>Specifies the options to access an Oracle dat…
31128 …\dabawiz02oracle.xhp 0 help par_idN105C1 0 br You can use a JDBC driver to access an Oracle dat…
31152 … help par_idN10542 0 br \<ahelp hid=\".\"\>Enter the path and file name to the spreadsheet file…
31154 …awiz02spreadsheet.xhp 0 help par_idN10549 0 br \<ahelp hid=\".\"\>Click to open a file selectio…
31156 …wiz02spreadsheet.xhp 0 help par_idN10550 0 br \<ahelp hid=\".\"\>Select to request a password f…
31163 …hared\explorer\database\dabawiz02text.xhp 0 help par_idN1056B 0 br Path to text files 2002-0…
31164to the text file or files. If you just want one text file, you can use any extension of the file n…
31166 …ase\dabawiz02text.xhp 0 help par_idN10576 0 br \<ahelp hid=\".\"\>Click to open a file selectio…
31177 …ase\dabawiz02text.xhp 0 help par_idN1061A 0 br \<ahelp hid=\".\"\>Click to access txt files.\</…
31179 …ase\dabawiz02text.xhp 0 help par_idN10647 0 br \<ahelp hid=\".\"\>Click to access csv files.\</…
31181 …ase\dabawiz02text.xhp 0 help par_idN1066A 0 br \<ahelp hid=\".\"\>Click to access custom files.…
31186 …uth.xhp 0 help par_idN10545 0 br \<ahelp hid=\".\"\>Enter the user name to access the database.…
31188 ….xhp 0 help par_idN1054C 0 br \<ahelp hid=\".\"\>Select to prompt a user for a password to acce…
31195 …E Base. From within %PRODUCTNAME Base it is not possible to change the database structure or to ed…
31210 …formats, such as the dBase format. You can also use %PRODUCTNAME Base to connect to external relat…
31212 …le contains queries, reports, and forms for the database as well as a link to the database where t…
31214 …atabase/dabawiz00.xhp\"\>Database Wizard\</link\> helps you to create a database file and to regis…
31215 …\>File - Open\</emph\>. In the \<emph\>File type\</emph\> list box, select to view only \<item typ…
31227 … 0 help par_idN10564 0 br \<ahelp hid=\".\"\>Copies the selected object to the clipboard.\</ahe…
31229 …can insert forms and reports, including subfolders, from one database file to another.\</ahelp\> …
31231 …can insert forms and reports, including subfolders, from one database file to another.\</ahelp\> …
31237to a view. The original query remains in your database file and an additional view is generated on…
31238to filter or to sort database tables to display records on your computer. Views offer the same fun…
31250 …atabase/dabapropcon.xhp\"\>Connection Type Wizard\</link\> which helps you to open a database file…
31255 …idN1055D 0 br The File menu of a database window. Only entries specific to databases are listed…
31259 …/01/01070000.xhp\"\>file save\</link\> dialog, select a path and file name to save.\</ahelp\> 2…
31261 …ar_idN105EE 0 br \<ahelp hid=\".\"\>Exports the selected report or form to a text document. A d…
31265 …r_idN105FC 0 br \<ahelp hid=\".\"\>Opens the default e-mail application to send a new e-mail. T…
31267 …r_idN10603 0 br \<ahelp hid=\".\"\>Opens the default e-mail application to send a new e-mail. T…
31268 …t\shared\explorer\database\menufile.xhp 0 help par_idN10606 0 br Report to Text Document 200…
31269 …0 help par_idN1060A 0 br \<ahelp hid=\".\"\>Exports the selected report to a text document. A d…
31274 …base\menufilesave.xhp 0 help par_idN10568 0 br \<ahelp hid=\".\"\>Click to create a new folder …
31276 …base\menufilesave.xhp 0 help par_idN10583 0 br \<ahelp hid=\".\"\>Click to go up one level in t…
31280 …base\menufilesave.xhp 0 help par_idN105B9 0 br \<ahelp hid=\".\"\>Click to save the form into t…
31302 …nutools.xhp 0 help par_id3150670 20 0 br Select the tables that you want to filter in the \<emph…
31305 …able Filter dialog where you can specify which tables of the database to show or to hide.\</ahelp\…
31346 …hp 0 help par_idN10551 0 br \<ahelp hid=\".\"\>Enter the user name to connect to the data sourc…
31348 …xhp 0 help par_idN1056C 0 br \<ahelp hid=\".\"\>Enter the password to connect to the data sourc…
31350 … 0 br \<ahelp hid=\".\"\>Select to use the same user name and password without further dialog, whe…
31353 … 0 help par_idN1055C 0 br \<ahelp hid=\".\"\>The Query Wizard helps you to design a database qu…
31357 … help par_idN10556 0 br Specifies the table to create the query, and specifies which fields you…
31359 …055D 0 br \<ahelp hid=\".\"\>Specifies the table for which the query is to be created.\</ahelp\…
31372 …ase\querywizard02.xhp 0 help par_idN105BF 0 br \<ahelp hid=\".\"\>Click to sort in alphabetical…
31373 …ase\querywizard02.xhp 0 help par_idN105CC 0 br \<ahelp hid=\".\"\>Click to sort in alphabetical…
31377 …rywizard03.xhp 0 help par_idN10553 0 br Specifies the search conditions to filter the query. …
31384 …se\querywizard03.xhp 0 help par_idN105B2 0 br \<ahelp hid=\".\"\>Select to filter the query by …
31385 …se\querywizard03.xhp 0 help par_idN105BF 0 br \<ahelp hid=\".\"\>Select to filter the query by …
31391 …r\database\querywizard04.xhp 0 help par_idN10553 0 br Specifies whether to display all records …
31395 …se\querywizard04.xhp 0 help par_idN105BD 0 br \<ahelp hid=\".\"\>Select to show all records of …
31397 …se\querywizard04.xhp 0 help par_idN105C8 0 br \<ahelp hid=\".\"\>Select to show only results of…
31409 …10556 0 br Specifies whether to group the query. The data source must support the SQL statement…
31411 … par_idN1058D 0 br \<ahelp hid=\".\"\>Displays all fields that are to be used to group the quer…
31415 … 0 br Specifies the conditions to group the query. The data source must support the SQL statement…
31417 …se\querywizard06.xhp 0 help par_idN1055D 0 br \<ahelp hid=\".\"\>Select to group the query by a…
31419 …se\querywizard06.xhp 0 help par_idN10564 0 br \<ahelp hid=\".\"\>Select to group the query by a…
31429 …rer\database\querywizard07.xhp 0 help par_idN10553 0 br Assigns aliases to field names. Aliases…
31435 …553 0 br Enter a name of the query, and specify whether you want to display or to modify the qu…
31439 …se\querywizard08.xhp 0 help par_idN10561 0 br \<ahelp hid=\".\"\>Select to save and display the…
31441 …se\querywizard08.xhp 0 help par_idN10568 0 br \<ahelp hid=\".\"\>Select to save the query and o…
31447 …id1271401 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select a format to display the date.\</…
31448 …ime.xhp 0 help par_id393078 0 br \<ahelp hid=\".\"\>Enable Include Date to insert a date field …
31449 …0 help par_id4320810 0 br You can click the date or time field and drag to another position wit…
31450 …d\explorer\database\rep_datetime.xhp 0 help par_id5992919 0 br Click OK to insert the field. …
31451 …pe=\"keycode\"\>Shift-F1\</item\> and point with the mouse at an input box to see a help text for …
31452 …id8561052 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select a format to display the time.\</…
31454 …me.xhp 0 help par_id8718832 0 br \<ahelp hid=\".\"\>Enable Include Time to insert a time field …
31463 …the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that i…
31464 …shared\explorer\database\rep_main.xhp 0 help par_id1369060 0 br Wait up to one minute, while %P…
31465 …lity=\"hidden\"\>Select two or more objects and click this icon to resize the objects to the small…
31469 …red\explorer\database\rep_main.xhp 0 help par_id208136 0 br Click Close to close the Extension …
31470 …The Report Builder view is initially divided into three sections, from top to bottom: 2002-02-0…
31471 …explorer\database\rep_main.xhp 0 help par_id2218390 0 br Move the mouse to the Properties view.…
31475 …5122 0 br If the database contents did change, execute the report again to update the result re…
31480 … rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you wa…
31481 …ep_main.xhp 0 help par_id3099154 0 br First you must connect the report to a database table. …
31483 …orer\database\rep_main.xhp 0 help par_id3397320 0 br It is not possible to overlap the fields. …
31485 …ep_main.xhp 0 help par_id366527 0 br Select the table for that you want to create the report. …
31488 …the report. Position the fields as you like. Use the icons in the toolbars to align the fields. …
31492 …br The Add Field window helps you to insert the table entries in the report. Click the Add Field i…
31494 …lity=\"hidden\"\>Select two or more objects and click this icon to resize the objects to the small…
31495 …ep_main.xhp 0 help par_id4680928 0 br Switch back from your web browser to the %PRODUCTNAME win…
31498to create your own database reports. Unlike with the \<link href=\"text/shared/autopi/01100000.xhp…
31499 …rep_main.xhp 0 help par_id5284279 0 br Choose Tools - Extension Manager to open the \<link href…
31500 …lity=\"hidden\"\>Select two or more objects and click this icon to resize the objects to the great…
31501 …".\" visibility=\"hidden\"\>Select two or more objects and click this icon to align the objects at…
31502 …p 0 help par_id5675527 0 br Drag-and-drop the field entry that you want to group into the group…
31507 …f an area name to collapse that area to one line in the Report Builder view. The "-" icon changes
31508 …d6201666 0 br Read the license. If you accept the license, click Accept to continue the install…
31510 …lity=\"hidden\"\>Select two or more objects and click this icon to resize the objects to the great…
31511 …3 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Inserts a vertical line to the current area.\</…
31518 …r\database\rep_main.xhp 0 help par_id7479476 0 br To connect the report to a database table …
31519 …88732 0 br In the Groups box, open the Group Header list box and select to show a group header.…
31521to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select…
31522 …".\" visibility=\"hidden\"\>Select two or more objects and click this icon to align the objects at…
31524 …_main.xhp 0 help par_id7771538 0 br On the Data tab page, click Content to open the combo box. …
31526 …r selecting the table, press the \<item type=\"keycode\"\>Tab\</item\> key to leave the Content bo…
31530 …ed\explorer\database\rep_main.xhp 0 help par_id8307138 0 br If you want to edit the Report Buil…
31531 …0 help par_id8581804 0 br Click the option button in front of the entry to enable this JRE vers…
31534 …".\" visibility=\"hidden\"\>Select two or more objects and click this icon to align the objects at…
31535 …".\" visibility=\"hidden\"\>Select two or more objects and click this icon to align the objects at…
31536 …_main.xhp 0 help par_id9014252 0 br In the Extension Manager, click Add to open the Add extensi…
31538 …ight=\"0.0874inch\"\>\<alt id=\"alt_\"\>label field icon\</alt\>\</image\> to open the Add Field w…
31539 … 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Inserts a horizontal line to the current area.\</…
31540 …4 0 br First decide if you want to edit the generated report, which is a static Writer document…
31541 …k the "Get it!" icon. The file "sun-report-builder.oxt" will be downloaded to your computer. 20…
31542 …t=\"0.1665inch\"\>\<alt id=\"alt_\"\>execute report icon\</alt\>\</image\> to create a new report.…
31546 …\database\rep_navigator.xhp 0 help hd_id2932828 0 br To enter functions to the report 2002-0…
31548 …ator reveals the structure of the report. You can use the Report Navigator to insert functions int…
31551 …p 0 help par_id1569261 0 br Now you can insert a text field and bind it to your [CostCalc] (app…
31553 … 0 br Open the context menu (right click) on the functions entry, choose to create a new functio…
31556 …br If there are blank fields in the cost column, use the following formula to replace the blank fi…
31557 …mands as in the Report Builder view, plus additional commands to create new functions or to delete…
31558 …p par_id5391399 0 br Open the Groups entry and the group where you want to calculate the cost. …
31559 …navigator.xhp 0 help par_id6247749 0 br Change the name to e.g. CostCalc and the formula to [Co…
31563 …bject or area is selected in the Report Builder view. Right-click an entry to open the context men…
31566 …rep_navigator.xhp 0 help par_id9256874 0 br May be you have to set the initial value to the val…
31568 …the initial value for the evaluation of the formula. Often this is set to 0 or to 1.\</ahelp\> …
31571 …pe=\"keycode\"\>Shift-F1\</item\> and point with the mouse at an input box to see a help text for …
31575 …\explorer\database\rep_pagenumbers.xhp 0 help par_id3479415 0 br Select to show the page number…
31576 …he left and right margins. You can align the field to the left or right. You can also select Insid…
31580 …ers.xhp 0 help par_id8532670 0 br You can click the data field and drag to another position wit…
31587 …pe=\"keycode\"\>Shift-F1\</item\> and point with the mouse at an input box to see a help text for …
31588 … \<ahelp hid=\".\"\>On the Data tab page, you can change the data contents to be shown.\</ahelp\> …
31589 …1 0 br \<ahelp hid=\".\"\>If the Conditional Print Expression evaluates to TRUE, the selected o…
31593 …p par_id2162236 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Specifies to print repeated value…
31600 …\rep_prop.xhp 0 help par_id3644215 0 br You can specify some properties to fine-tune the way th…
31607 … 0 br The \<emph\>General\</emph\> tab page can be used to change the name of the report, and to d…
31612 …1 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Keep Together specifies to print the current ob…
31615to either insert the picture as a link to a file or only as an embedded object in the Base file. T…
31618 …able from the Contents list, then press Tab or click outside the input box to leave the input box.…
31623 … help par_id1371501 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to open a list from whi…
31624 …plorer\database\rep_sort.xhp 0 help par_id2091433 0 br When you specify to keep together some r…
31627 …ould be sorted in your report, and the fields that should be kept together to form a group.\</ahel…
31630 …help par_id3729361 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select to create a new group o…
31631 …The sorting and grouping will be applied in the order of the list from top to bottom. 2002-02-0…
31634 …help par_id5833307 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select to show or hide the Gro…
31638 …help par_id7726676 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select to show or hide the Gro…
31640 …ws the fields in an order from top to bottom. You can select any field, then click the Move Up or …
31646 … 0 help par_idN1055C 0 br \<ahelp hid=\".\"\>The Table Wizard helps you to create a database ta…
31650 … 0 br Select fields from the provided sample tables as a starting point to create your own tabl…
31652 … help par_idN1055D 0 br \<ahelp hid=\".\"\>Select the business category to see only business sa…
31654 …0 help par_idN10564 0 br \<ahelp hid=\".\"\>Select the private category to see only private sam…
31662 …e\tablewizard02.xhp 0 help par_id4198736 0 br \<ahelp hid=\".\"\>If set to Yes, the values for …
31666 …xhp 0 help par_idN10569 0 br \<ahelp hid=\".\"\>Select a field in order to edit the field infor…
31670 …02.xhp 0 help par_idN1057F 0 br \<ahelp hid=\".\"\>Add a new data field to the list box.\</ahel…
31684 …se\tablewizard02.xhp 0 help par_idN106A6 0 br \<ahelp hid=\".\"\>If set to Yes, this field must…
31688 …blewizard03.xhp 0 help par_idN10556 0 br Specifies a field in the table to be used as a primary…
31690 …dN1055D 0 br \<ahelp hid=\".\"\>Select to create a primary key. Add a primary key to every data…
31692 …se\tablewizard03.xhp 0 help par_idN10564 0 br \<ahelp hid=\".\"\>Select to automatically add a …
31694 …se\tablewizard03.xhp 0 help par_idN1056B 0 br \<ahelp hid=\".\"\>Select to use an existing fiel…
31698 …ct to automatically insert a value and increment the field's value for each new record. The databa…
31700 …se\tablewizard03.xhp 0 help par_idN10580 0 br \<ahelp hid=\".\"\>Select to create a primary key…
31702 …lp par_idN10587 0 br \<ahelp hid=\".\"\>Select a field and click > to add it to the list of pri…
31704 … click < to remove it from the list of primary key fields. The primary key is created as a concate…
31708 …ar_idN10553 0 br Enter a name of the table and specify whether you want to modify the table aft…
31712 …se\tablewizard04.xhp 0 help par_idN10561 0 br \<ahelp hid=\".\"\>Select to save and edit the ta…
31714 … help par_idN10568 0 br \<ahelp hid=\".\"\>Select to save the table design and open the table t…
31716 …se\tablewizard04.xhp 0 help par_idN1056F 0 br \<ahelp hid=\".\"\>Select to create a form based …
31765 …rk Gallery where you can select another preview. Click OK to apply the new set of properties to yo…
31767 …<ahelp hid=\".\"\>Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all select…
31769 …"\>Switches the letter height of the selected Fontwork objects from normal to the same height for …
31772 …oolbar.xhp 0 help par_idN105DC 0 br \<ahelp hid=\".\"\>Click to apply the alignment to the sele…
31775 …ar.xhp 0 help par_idN1060E 0 br \<ahelp hid=\".\"\>Click to apply the character spacing to the …
31784 helpcontent2 source\text\shared\guide\aaa_start.xhp 0 help hd_id3156211 2 0 br How to simplify yo…
31786 …ductname\"\>%PRODUCTNAME\</item\> includes many sample documents and ready-to-use templates. You c…
31788 …ou can also use the various Wizards (under the \<emph\>File\</emph\> menu) to create user-defined …
31797 …nline\> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You…
31803 …up may take a few seconds longer, because the Java runtime environment has to be started as well. …
31806 helpcontent2 source\text\shared\guide\accessibility.xhp 0 help par_id3155552 4 0 br Access to all…
31813 …_on_off.xhp 0 help par_id3153541 7 0 br Press the shortcut keys Shift+F1 to activate extended ti…
31814 …ph\>Help Mouse Pointer\</emph\> over all controls, icons and menu commands to obtain a description…
31819 …d/guide/activex.xhp\" name=\"ActiveX Control to Display Documents in Internet Explorer\"\>ActiveX …
31824 … 0 br Click the \<emph\>Edit file\</emph\> icon in the document's toolbar to open a copy of the d…
31825 helpcontent2 source\text\shared\guide\activex.xhp 0 help par_id3148550 11 0 br Click the link to
31826 …help par_id3149669 10 0 br In Internet Explorer, browse to a web page that contains a link to a …
31830 …ivex.xhp 0 help par_id3154072 12 0 br You may still right-click the link to save the file on you…
31833 …\>ActiveX Control\</emph\> entry. Open the sub menu of the icon and select to install the feature.…
31837 helpcontent2 source\text\shared\guide\activex.xhp 0 help tit 0 br ActiveX Control to Display Doc…
31839 helpcontent2 source\text\shared\guide\assistive.xhp 0 help hd_id3145345 12 0 br Requirements to u…
31845 …(JRE) version 1.4.1_01 and higher, or version 1.4.0_02 with the locale set to "en_us". 2002-02-…
31848 …3149045 8 0 br Screen magnification software allow users with low vision to work in $[officename…
31852 …sistive.xhp 0 help par_id3152811 9 0 br On-screen keyboards enable users to perform almost all d…
31854 …79 10 0 br Screen readers allow visually impaired users to access $[officename] with text-to-spe…
31855 …is a list of some assistive tools that use the Java Access Bridge software to exchange data with $…
31858 …d3156024 7 0 br $[officename] provides the ability to use alternative input devices for access t…
31866 … \</caseinline\>\<defaultinline\>Ctrl\</defaultinline\>\</switchinline\>+Z to undo this formatting…
31868 …elp par_id3149514 10 0 br Load a document of the type for which you want to modify the URL recog…
31869 …t\shared\guide\autocorr_url.xhp 0 help par_id3151246 11 0 br If you want to modify the URL recog…
31871 …orr_url.xhp 0 help par_id3153561 2 0 br If you do not want $[officename] to automatically recogn…
31880 …he Navigator window. You can move these windows, re-size them or dock them to an edge. 2002-02-…
31881 …autohide.xhp 0 help par_id3147335 69 0 br These methods can also be used to undock a currently d…
31883 … Styles and Formatting window, double-click a gray part of the window next to the icons while hold…
31884 …tohide.xhp 0 help par_id3150503 67 0 br Drag the window by its title bar to the side, or 2002…
31885 … button on the edge of the docked window to show or hide the docked window. The AutoHide function …
31899 …mph\> area select the edge(s) that you want to appear in a common layout. Click on an edge in the …
31900 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
31902 …s and the page contents in the \<emph\>Spacing to contents\</emph\> area. You can only change dist…
31903 …der_paragraph.xhp 0 help par_id3151178 14 0 br Click \<emph\>OK\</emph\> to apply the changes. …
31905 …rder_paragraph.xhp 0 help par_id3153543 7 0 br Click \<emph\>OK\</emph\> to apply the changes. …
31906 …s and the page contents in the \<emph\>Spacing to contents\</emph\> area. You can only change dist…
31907 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
31909 …ar_id3156113 2 0 br Place the cursor in the paragraph for which you want to define a border. …
31918 …ble.xhp 0 help par_id3146957 2 0 br Select the table cells that you want to modify. 2002-02-0…
31920 …\border_table.xhp 0 help par_id3149807 14 0 br Click \<emph\>OK\</emph\> to apply the changes. …
31921 …ble.xhp 0 help par_id3152472 8 0 br Select the table cells that you want to modify. 2002-02-0…
31922 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
31923 …ed style to the current border style of the table cells. Select the blank border style at the top …
31924 … \</emph\>toolbar (Writer) or on the \<emph\>Line and Filling\</emph\> bar to open the \<emph\>Bor…
31925 …ance between the border lines and the page contents in the \<emph\>Spacing to contents\</emph\> ar…
31926 …mph\> area select the edge(s) that you want to appear in a common layout. Click on an edge in the …
31943 helpcontent2 source\text\shared\guide\change_title.xhp 0 help hd_id3156136 4 0 br How to change t…
31946 …for your document. Some file manager utilities can display the titles next to the filenames of you…
31955 …ed changes (for example, select the \<emph\>Scale\</emph\> tab if you want to modify the scale of …
31956 …Format - Axis\</emph\>, then select the axis (or axes) that you would like to edit. A dialog appea…
31958 … 0 br Click \<emph\>OK\</emph\>. In your document, click outside the chart to exit chart editing m…
31962 …t/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\"\>Adding Texture to Char…
31963 …ap as a texture for the currently selected bars. Click \<emph\>OK\</emph\> to accept the setting. …
31965 …rformat.xhp 0 help par_id3149182 5 0 br Double-click on the bar you want to edit. All bars of th…
31967 …uide\chart_barformat.xhp 0 help par_id3156136 3 0 br You can add texture to the bars in a graph …
31968 …t\shared\guide\chart_barformat.xhp 0 help par_id720847 0 br If you want to edit only one bar, d…
31969 helpcontent2 source\text\shared\guide\chart_barformat.xhp 0 help tit 0 br Adding Texture to Char…
31975 …Insert a chart with a default data set, and then use the Data Table dialog to enter your own data …
31976 …uide\chart_insert.xhp 0 help par_id3139133 0 br Different methods exist to start a chart: 20…
31977 …lp par_id3145419 7 0 br Follow the instructions in the dialog that opens to create the chart. …
31979 …ar_id3150275 4 0 br Select the cells that contain the data that you want to present in your char…
31980 …art Data\</emph\>\</link\>. If you want to change the values of a chart obtained from selected cel…
31987 … - Object - Chart\</emph\> to insert a chart with default data. In Draw or Impress, choose \<emph\…
31993 …e \<link href=\"text/schart/01/wiz_chart_type.xhp\"\>Chart Wizard\</link\> to create the chart. …
32000 …rt_legend.xhp 0 help par_id3147210 6 0 br Choose from the available tabs to make modifications, …
32007 …91 0 br If no title text exists, choose \<emph\>Insert - Title\</emph\> to enter the text in a …
32009 …e.xhp 0 help par_id3145382 6 0 br A single-click on the title allows you to move it with the mou…
32010 …help par_id3147336 8 0 br Select one of the available tabs in the dialog to make modifications. …
32011 …y border appears around the text and you can now make changes. Press Enter to create a new line. …
32015 … 0 br Click \<emph\>OK\</emph\>. In your document, click outside the chart to exit chart editing m…
32016 helpcontent2 source\text\shared\guide\chart_title.xhp 0 help par_id3155341 7 0 br If you want to
32020 …71 46 0 br You are free to change the items on the menu bar. You can delete items, add new ones,…
32023 …ew.xhp 0 help par_id3153345 43 0 br You can customize your $[officename] to suit your needs. …
32025 …\" name=\"Tools - Customize\"\>\<emph\>Tools - Customize\</emph\>\</link\> to open the \<emph\>Cus…
32036 ….xhp 0 help par_id3150276 35 0 br An inserted drawing object is anchored to the current paragrap…
32037 ….xhp 0 help par_id3151210 30 0 br An inserted drawing object is anchored to the current cell. Yo…
32038 …p 0 help par_id3152996 32 0 br Switch to the other document and place the cursor where the drawi…
32039 …nctions.xhp 0 help par_id3153345 28 0 br In $[officename] it is possible to copy drawing objects…
32040 …y_drawfunctions.xhp 0 help par_id3156426 31 0 br Copy the drawing object to the clipboard, for e…
32044 …cell range in the sheet and then use either the clipboard or drag-and-drop to insert the cells int…
32045 …copytable2application.xhp 0 help par_id3146957 12 0 br If you drag cells to the normal view of a…
32046 …copytable2application.xhp 0 help par_id3147088 10 0 br Use the clipboard to copy the contents of…
32047 …par_id3148538 13 0 br When you copy a cell range from $[officename] Calc to the clipboard, the d…
32048 …u insert a cell range with an enclosed chart, the chart will keep its link to the source cell rang…
32050 …>AutoAbstract function for sending text to presentations\</bookmark_value\>\<bookmark_value\>outli…
32053to transfer each heading together with its accompanying paragraphs, select the \<emph\>File - Send…
32055to the clipboard, you can paste it with or without text attributes. Use the shortcut keys \<switch…
32056 …de\copytext2application.xhp 0 help par_id3149655 8 0 br If you drag text to the normal view of a…
32057 …pytext2application.xhp 0 help par_id3150793 11 0 br If you drag the text to the outline view of …
32059 …ted with the Heading Paragraph Style, choose \<emph\>File - Send - Outline to Presentation\</emph\…
32061 …ormat in which the clipboard contents will be pasted, click the arrow next to the \<emph\>Paste\</…
32063 …okmark_value\>\<bookmark_value\>right-to-left text\</bookmark_value\>\<bookmark_value\>entering te…
32069 …lp par_id3149047 3 0 br Ctrl+Shift+A or Ctrl+Left Shift Key - switch to left-to-right text entry…
32071 …\ctl.xhp 0 help par_id3149809 9 0 br Use the Right or Left Arrow key to jump to the next or prev…
32072 …umn pages, sections or frames that are formatted with text flow from right to left, the first colu…
32074 …p par_id3154758 2 0 br Ctrl+Shift+D or Ctrl+Right Shift Key - switch to right-to-left text entry…
32075 …lp par_id3154909 8 0 br Use the Delete key to delete a whole composite character. Use the Backsp…
32076to left, embedded Western text still runs from left to right. The cursor responds to the arrow key…
32077 … 0 br In paragraphs with justified alignment, the characters are stretched to flush the lines at t…
32084 …\</emph\>, match the fields for first name, company, department, and so on to the actual field nam…
32085 …addressbook.xhp 0 help par_id3147399 5 0 br In order for the replacement to take place, you must…
32086 …ph\> combo box, select the system address book or the data source you want to use as an address bo…
32088 …ata source, click the \<emph\>Administrate\</emph\> button. This takes you to the \<emph\>Address …
32091 …n the \<emph\>Table\</emph\> combo box, select the database table you want to use as the address b…
32092 …different data sources. The contents of the data fields are then available to you for use in vario…
32093 …he address book data is read-only in %PRODUCTNAME Base. It is not possible to add, edit, or delete…
32096 …in text format\</bookmark_value\>\<bookmark_value\>exporting; spreadsheets to text format\</bookma…
32102 …red\guide\data_dbase2office.xhp 0 help par_id3147088 54 0 br If you want to exchange data with a…
32105 …"\>\<emph\>Text Import\</emph\>\</link\> dialog appears. Decide which data to include from the tex…
32108 …000.xhp\" name=\"Open\"\>\<emph\>Open\</emph\>\</link\> and click the file to import. 2002-02-0…
32119 …" height=\"0.222inch\"\>\<alt id=\"alt_id3153159\"\>Icon\</alt\>\</image\> to save the query. 2…
32124 …r_sql.xhp 0 help par_id7923825 0 br Choose \<emph\>File - Open\</emph\> to open a database file…
32129 …data_forms.xhp 0 help par_idN10617 0 br Using forms, you can define how to present the data. Op…
32132 …orms.xhp 0 help par_idN10632 0 br Open the database file where you want to create the new form.…
32134 …\guide\data_forms.xhp 0 help par_idN1063E 0 br Click \<emph\>Use Wizard to Create Form\</emph\>…
32136 …orms.xhp 0 help par_idN1064C 0 br Open the database file where you want to create the new form.…
32139 …se the \<link href=\"text/shared/02/01170000.xhp\"\>Form Controls\</link\> to insert form controls…
32140to access all forms that were created from within the current database window. In addition, you ca…
32142to spreadsheets\</bookmark_value\>\<bookmark_value\>exporting;from data sources to %PRODUCTNAME Ca…
32145 …shared\guide\data_im_export.xhp 0 help hd_id9999694 0 br Importing data to Base 2002-02-02 0…
32147 …ase file that contains the database table to be exported. Click Tables to view the tables, or clic…
32148 …export.xhp 0 help par_id130619 0 br Now you can save or export the data to many file types. …
32149 …ar_id1331217 0 br In the Base window, right-click the name of the table to export. Choose \<emp…
32152 …hared\guide\data_im_export.xhp 0 help par_id2761314 0 br An easy method to import and export da…
32153 …_id3163853 0 br You copy a table from Base to a new Calc sheet, then you can save or export the…
32154to ensure the first column has a text format, you must make sure that the first field of the first…
32155 …lp par_id3619495 0 br In the Base window, click \<emph\>Tables\</emph\> to view the tables. …
32156 …uide\data_im_export.xhp 0 help par_id3791924 0 br Select the data to be copied to Base. 200…
32159 … the Copy Table dialog. Most databases need a primary key, so you may want to check the \<emph\>Cr…
32163 …can enter a range reference like A1:X500 in the Name Box if you don't want to scroll. 2002-02-0…
32167 …n. Any format information from a spreadsheet file gets lost when importing to Base. 2002-02-02 …
32168 …elp par_id9852900 0 br Open the Calc file that contains the data to be imported to Base. You ca…
32174 …In the Database Wizard, select the type of database, and select the option to open the Table Wizar…
32175 …lorer/database/tablewizard00.xhp\"\>Table Wizard\</link\> helps you to add a table to the new data…
32181 …hared\guide\data_queries.xhp 0 help par_idN10617 0 br If you often want to access only a subset…
32184 …ries.xhp 0 help par_idN10632 0 br Open the database file where you want to create the new query…
32186 …uide\data_queries.xhp 0 help par_idN1063E 0 br Click \<emph\>Use Wizard to Create Query\</emph\…
32188 …ries.xhp 0 help par_idN1064C 0 br Open the database file where you want to create the new query…
32197to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organ…
32212 …utoPilot\"\>last dialog page of the Report Wizard\</link\>, you can choose to edit the report temp…
32215 …se \<emph\>File - Open\</emph\> and select the database file that you want to create the report fo…
32217 …rt.xhp 0 help par_id3156280 18 0 br Double-click one of the report links to open the report. …
32218 …ared\guide\data_report.xhp 0 help par_id4747154 0 br Execute the report to see the resulting re…
32219 …par_id5086825 0 br Use the toolbars and menu commands and drag-and-drop to edit the report as s…
32228 …elp par_id1757560 0 br Choose Edit in the context menu of a report name to open the Report Buil…
32229 …guide\data_reports.xhp 0 help par_id1886959 0 br Started by "Use Wizard to Create Report" comma…
32230 …ar_id2866908 0 br You can choose to generate a one-time snapshot with fixed data, or a "live" r…
32231 …33 0 br Choose Open in the context menu or double-click the report name to create a new report …
32232 …rts.xhp 0 help par_id3119602 0 br Open the database file where you want to create the new repor…
32233 …s.xhp 0 help par_id408948 0 br Saves the report and the information how to create the report in…
32234 …id4094363 0 br The following list gives you some information to decide which method to use for …
32235 … br Saves the report as a Writer text document. Stores the information how to create the report in…
32237 …shared\guide\data_reports.xhp 0 help par_id455030 0 br Full flexibility to use report headers a…
32238 …br Choose Edit in the context menu of a report name to edit the Writer template file that was used…
32241 …ared\guide\data_reports.xhp 0 help par_id5931272 0 br Use drag-and-drop to position the record …
32242 …nu or double-click the report name to either see again the static snapshot of the data from first …
32243 …he \<link href=\"text/shared/autopi/01100000.xhp\"\>Report Wizard\</link\> to create the report. …
32244 …guide\data_reports.xhp 0 help par_id8409985 0 br Uses a Writer template to generate a report do…
32246 …pshot of the data. To see an updated report, execute the same report again to create a Writer docu…
32248 …reports.xhp 0 help par_id9869075 0 br Select from several given choices to arrange the data rec…
32252 …orts.xhp 0 help par_idN105DC 0 br Open the database file where you want to create the new repor…
32254 …uide\data_reports.xhp 0 help par_idN105E8 0 br Click \<emph\>Use Wizard to Create Report\</emph…
32259 …ou can click the \<emph\>Find Record\</emph\> icon on the form bar to open a dialog to find any te…
32270 …con\</alt\>\</image\> on the \<emph\>Form Navigation\</emph\> toolbar to change to the filtered vi…
32271 …mm\" height=\"5.64mm\"\>\<alt id=\"alt_id3147618\"\>Icon\</alt\>\</image\> to turn off the design …
32282 …\guide\data_tabledefine.xhp 0 help par_id3150084 6 0 br In the next cell to the right, define th…
32284 …define.xhp 0 help par_id3153349 5 0 br Enter new fields in rows from top to bottom. Click the \<…
32285 …>Tables\</emph\> icon. Choose \<emph\>Create Table in Design View\</emph\> to create a new table. …
32286to the specified field type. For example, it is not possible to enter text in a number field. Memo…
32288 … 0 help par_id3155535 2 0 br This section contains information about how to create a new databas…
32295 …bles.xhp 0 help par_idN10632 0 br Open the database file where you want to create the new table…
32297 …guide\data_tables.xhp 0 help par_idN1063E 0 br Click \<emph\>Use Wizard to Create Table\</emph\…
32299 …bles.xhp 0 help par_idN1064C 0 br Open the database file where you want to create the new table…
32307 …bles.xhp 0 help par_idN10782 0 br Open the database file where you want to create the new table…
32315 …a_view.xhp 0 help par_idN105CA 0 br Choose \<emph\>File - Open\</emph\> to open the database fi…
32316 …lorer/database/dabadoc.xhp\"\>database file\</link\> gives you full access to tables, queries, rep…
32317 …xhp 0 help par_idN105E3 0 br Choose \<emph\>View - Data source\</emph\> to view the registered …
32318 …a source view\</link\> can be used to drag-and-drop table fields from registered databases into yo…
32332 …id3149415 4 0 br Choose \<emph\>View - Data Sources\</emph\> or press F4 to call the data source…
32347 … certificates is not a perfectly secure method. Numerous ways are possible to circumvent the secur…
32349 …the original developers. For malevolent intruders, there are numerous ways to replace original fil…
32351 …ges that the validation files return. The %PRODUCTNAME software has no way to ensure that the mess…
32352 …help par_id7953123 0 br Example: Think about someone wants to camouflage his identity to be a s…
32355 … a private key, which must be kept secret, and a public key, which you add to your documents when …
32357 …natures.xhp 0 help par_idN10671 0 br When you apply a digital signature to a document, a kind o…
32363 …ificate, then select and edit the certificate. Enable the root certificate to be trusted at least …
32367 …ertify your e-mail address. A few of the companies that offer certificates to private persons are …
32370 …elp par_idN10690 0 br A message box advises you to save the document. Click \<emph\>Yes\</emph\…
32371 …\>Digital Signatures\</link\> dialog. Click \<emph\>Add\</emph\> to add a public key to the docume…
32373 …alog, where you can add more certificates if you want. Click OK to add the public key to the saved…
32374 …image\> in the status bar. You can double-click the icon in the status bar to view the certificate…
32376 …ment, the macros inside the document are signed automatically. If you want to sign only the macros…
32379 …image\> in the status bar. You can double-click the icon in the status bar to view the certificate…
32381 …nstall a recent version of Thunderbird, Mozilla Suite, or Firefox software to install some system …
32382 …%PRODUCTNAME to use one specified profile for certificates, then you can set the environment varia…
32392 …kup copy\</emph\> option is selected, the old version of the file is saved to the backup directory…
32394 …ation necessary to restore the current document in case of a crash. Additionally, in case of a cra…
32403 helpcontent2 source\text\shared\guide\doc_open.xhp 0 help hd_id3149234 13 0 br Restrict Files to
32407 …\guide\doc_open.xhp 0 help par_id3149164 4 0 br Select the file you want to open and click \<emp…
32410 …mph\> dialog to a certain type select the corresponding \<emph\>File type\</emph\> from the list. …
32411 …de\doc_open.xhp 0 help par_id3153092 20 0 br If you click the arrow next to the \<emph\>New\</em…
32413 …ed\guide\doc_open.xhp 0 help par_id3422650 0 br Press Shift+F5 to set the cursor to the last sa…
32423 …\shared\guide\doc_save.xhp 0 help hd_id7146824 0 br Automatic extension to the file name 200…
32432 …eight=\"5.64mm\"\>\<alt id=\"alt_id3152349\"\>This icon is for tips on how to use the program more…
32446 …59111 0 br When saving a file, %PRODUCTNAME always appends an extension to the file name, excep…
32463 … in the submenu of the Navigator's \<emph\>Drag Mode\</emph\> icon whether to copy the object, ins…
32469 …ared\guide\dragdrop_beamer.xhp 0 help hd_id3147230 39 0 br Applying data to a table document …
32474 …hared\guide\dragdrop_beamer.xhp 0 help par_id3149233 28 0 br If you want to reverse a drag-and-d…
32476 …ide\dragdrop_beamer.xhp 0 help par_id3149656 46 0 br It is also possible to copy by drag-and-dro…
32478 …1 48 0 br Plain text can be copied using drag-and-drop from one document to a data field in the …
32479 …link\> dialog appears, in which you can decide whether to use all database fields, and whether to
32480 … or the selected range of a spreadsheet can be dragged using drag-and-drop to a table container in…
32482 …amer.xhp 0 help par_id3155132 43 0 br When you create a text form linked to a database, you can …
32484to draw objects\</bookmark_value\>\<bookmark_value\>draw objects;dropping Gallery pictures\</bookm…
32487 …it while holding down the Ctrl key, in which case a plus sign appears next to the mouse pointer), …
32488 …no additional symbol appears next to the mouse pointer), only the attributes are copied from the g…
32489 …le holding down Shift and Ctrl, in which case a linking arrow appears next to the mouse pointer), …
32492to Gallery\</bookmark_value\>\<bookmark_value\>copying;to Gallery\</bookmark_value\>\<bookmark_val…
32493 …hared/guide/dragdrop_gallery.xhp\" name=\"Adding Graphics to the Gallery\"\>Adding Graphics to the…
32495 …ouse button pressed for more than two seconds. The graphic image is copied to the internal memory.…
32496 …78 53 0 br If the mouse pointer does not change to a hand symbol, you can simply click the graph…
32499 …lery.xhp 0 help par_id3154823 56 0 br Display the Gallery theme to which you want to add the gra…
32500to a hand symbol, the graphic refers to a hyperlink. In this case, click the graphic while pressin…
32501 helpcontent2 source\text\shared\guide\dragdrop_gallery.xhp 0 help tit 0 br Adding Graphics to th…
32504 …hic.xhp 0 help par_id3147576 17 0 br Open the document in which you want to insert the graphic o…
32505 …\>Alt\</defaultinline\>\</switchinline\> key, to select it without executing any hyperlinks it may…
32506 …f the documents are not visible side by side, first move the mouse pointer to the button of the ta…
32508 …Keep the mouse button pressed and wait a moment while the object is copied to an internal memory. …
32509 …c.xhp 0 help par_id3155338 18 0 br Open the document from which you want to copy the graphic. …
32510 …tton as soon as the gray text cursor indicates the position where you want to insert a copy of the…
32511 …805 16 0 br You can copy a graphic from one document to another by drag-and-drop. If you plan to
32513 …k_value\>spreadsheets; copying areas to text documents\</bookmark_value\>\<bookmark_value\>copying…
32514 …agdrop_table.xhp\" name=\"Copying Spreadsheet Areas to Text Documents\"\>Copying Spreadsheet Areas…
32515 …op_table.xhp 0 help par_id3147088 26 0 br Select the sheet area you want to copy. 2002-02-02 …
32517 helpcontent2 source\text\shared\guide\dragdrop_table.xhp 0 help par_id3149827 27 0 br Point to th…
32518 …documents are not visible next to each other, first drag the mouse pointer to the destination docu…
32520 …drop_table.xhp 0 help par_id3154860 31 0 br Choose \<emph\>Open\</emph\> to open the source docu…
32523 …id3156346 28 0 br Once the cursor is located in the place where you want to insert the sheet are…
32524 …ared\guide\dragdrop_table.xhp 0 help tit 0 br Copying Spreadsheet Areas to Text Documents 20…
32526 …red\guide\edit_symbolbar.xhp 0 help hd_id3151384 86 0 br To add a button to the list of Visible …
32527 …red\guide\edit_symbolbar.xhp 0 help hd_id3153561 85 0 br To add a button to a toolbar: 2002-0…
32528 …ext/shared/guide/edit_symbolbar.xhp\" name=\"Adding Buttons to Toolbars\"\>Adding Buttons to Toolb…
32534 …8 0 br In the\<emph\> Toolbars \</emph\>box, select the toolbar you want to change. 2002-02-0…
32535 …hoose \<emph\>Visible Buttons\</emph\> and then select the button you want to display. 2002-02-…
32536 helpcontent2 source\text\shared\guide\edit_symbolbar.xhp 0 help tit 0 br Adding Buttons to Toolb…
32540 …In your e-mail program, enter the recipient, subject and any text you want to add, then send the e…
32541 …ne select=\"UNIX\"\> If you want to send the current document with another e-mail program, you can…
32550 …lp the program developers to improve the code, so that in later versions this error can possibly b…
32551 …og, you can enter some additional information that may help the developers to localize the error. …
32552 …error_report.xhp 0 help par_id3149670 11 0 br You will not get an answer to your error report. I…
32553 … Error Report Tool will start automatically. However, if the program seems to be stuck and the too…
32554 … the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive t…
32556 …s. If the program enters into an endless loop, so that it does not respond to mouse-clicks or keyp…
32557 …0 br You may choose to respond to questions that the developers may have about the reported error.…
32558 …ror_report.xhp 0 help par_id3153681 3 0 br Sun Microsystems is committed to respecting your onli…
32559 …h\>Show Report\</emph\> button on the main dialog of the Error Report Tool to view what will get s…
32560 helpcontent2 source\text\shared\guide\error_report.xhp 0 help par_id3166460 6 0 br Go to the {off…
32562 …ns; saving in other formats\</bookmark_value\>\<bookmark_value\>exporting; to Microsoft Office for…
32567 …e\export_ms.xhp 0 help par_id3153252 7 0 br If you want the file dialogs to offer another file f…
32579 …fficename], you need a fax modem and a fax driver that allows applications to communicate with the…
32585 … br On the \<emph\>Toolbars\</emph\> tab page, click the down arrow button to position the new ico…
32586 …par_idN10715 0 br Your \<emph\>Standard\</emph\> bar now has a new icon to send the current doc…
32589to check if a field has content or no content, you can select the filter conditions "empty" (SQL:"…
32591 …l filter conditions in the form. These conditions are linked by Boolean OR to the previously defin…
32599 …t\shared\guide\find_attributes.xhp 0 help par_idN10688 0 br If you want to find text with any f…
32600to search for, the \<emph\>Search for Styles\</emph\> box in the \<emph\>Options \</emph\>area of …
32601 …t\shared\guide\find_attributes.xhp 0 help par_idN106B0 0 br If you want to search for text in w…
32612 …r the current attributes, reset the \<emph\>Find & Replace\</emph\> dialog to normal mode. 2002…
32630 … Color\</emph\> icon, can open another toolbar. Click the arrow next to the icon to open a toolbar…
32631 …155450 8 0 br You now have a choice: either click the icon that you want to activate, or seize t…
32633 … drag-and-drop the window's title bar to an edge of the document window. The mouse pointer should …
32634 …7296975 0 br Choose \<emph\>View - Toolbars - Reset\</emph\> to reset the toolbars to their def…
32635 …br Choose \<emph\>View - Toolbars\</emph\> and click the name of a toolbar to remove the check mar…
32639 …_toolbar.xhp 0 help par_idN106F7 0 br Drag the title bar of the toolbar to an edge of the docum…
32642 …ends on your system's window manager settings. You must enable your system to show the full window…
32646 …shared\guide\fontwork.xhp 0 help par_idN1068B 0 br You can use Fontwork to create graphical tex…
32650 …red\guide\fontwork.xhp 0 help par_idN106A4 0 br Double-click the object to enter text edit mode…
32651 helpcontent2 source\text\shared\guide\fontwork.xhp 0 help par_idN106A8 0 br Press Esc to exit te…
32665 …d\guide\fontwork.xhp 0 help par_idN108D1 0 br Click the Fontwork object to select it. 2002-0…
32669 …tons, see push buttons\</bookmark_value\>\<bookmark_value\>controls;adding to documents\</bookmark…
32670 …elds.xhp\" name=\"Inserting and Editing Buttons\"\>Adding a Command Button to a Document\</link\>\…
32672to the button, click the \<emph\>Events\</emph\> tab, and click the \<emph\>... \</emph\>button be…
32673 …0 br (Optional) Specify the properties of the form that the button belongs to. 2002-02-02 02:02…
32676 …d\guide\formfields.xhp 0 help par_id3159233 8 0 br In the document, drag to draw the button. …
32677 …ou can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and …
32678 helpcontent2 source\text\shared\guide\formfields.xhp 0 help par_idN1077F 0 br To Add a Button to
32679 …guide\formfields.xhp 0 help par_idN107A4 0 br The mouse pointer changes to a cross-hair. 200…
32694 …inal object. Changes to the original object have no effect on the copy. A link remains dependent o…
32698 …guide\gallery_insert.xhp 0 help par_id3147443 22 0 br Drag the object on to the other object in …
32705 …p par_id3153561 7 0 br Drag the object into the document, or right-click to open the context men…
32706 …t into the document while pressing the Shift and Ctrl keys, or right-click to open the context men…
32720 …s.xhp 0 help par_id1399578 0 br Right-click any of the selected objects to open the context men…
32725 …red\guide\groups.xhp 0 help par_id561540 0 br Groups can also be nested to form groups within o…
32729 ….xhp 0 help par_id607013 0 br Select the objects together that you want to group. Hold down Shi…
32731 …guide\groups.xhp 0 help par_id691549 0 br You can add or delete objects to and from a group in …
32732 …93 0 br For example, you can group all of the objects in a company logo to move and resize the …
32736 …vert all objects in a group together, and you can enter the group any time to change the individua…
32744 … last character, the AutoCorrect - if enabled - will change the target URL to be the same as the v…
32746 …k on the hyperlink, do not release the mouse button and drag the hyperlink to the Hyperlink Bar. E…
32749 … par_id3152361 13 0 br If the hyperlink is a button, click on the border to select it, or press …
32751 …_id333262 0 br In all document types, you can open the Hyperlink dialog to edit a hyperlink. Fi…
32759 … is called \<emph\>Target\</emph\>, enter \<emph\>Target\</emph\>. To jump to another document, en…
32760 …nsert.xhp 0 help par_id3146975 34 0 br If you wish to insert in a text a hyperlink that refers t…
32762 …8 0 br Place the text cursor in the document at the point where you want to insert the hyperlink…
32764 …log\</link\> instead of the \<emph\>Hyperlink\</emph\>\<emph\>Bar\</emph\> to define the hyperlink…
32765 …also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings…
32767 …t\shared\guide\hyperlink_insert.xhp 0 help par_id3154685 23 0 br To jump to a specific line in a…
32768 …ared\guide\hyperlink_insert.xhp 0 help par_id3155421 31 0 br If you want to insert the hyperlink…
32769 helpcontent2 source\text\shared\guide\hyperlink_insert.xhp 0 help par_idN1076D 0 br To jump to a…
32774to the location of the output document. For example, if you placed all the graphics for your homep…
32775 … - General\</emph\>\</link\> and specify in the \<emph\>Save URLs relative to\</emph\> field if $[…
32777 …\shared\guide\hyperlink_rel_abs.xhp 0 help par_id3153541 53 0 br Be sure to organize all files f…
32779 …t\shared\guide\hyperlink_rel_abs.xhp 0 help par_id3154046 50 0 br A link to a web page, for exam…
32780 …fficename] also reacts differently, depending on whether the file referred to in the link exists, …
32781to have a C hard drive: operating systems such as Unix or MacOS do not recognize drive letters, an…
32785 …yperlink_search.xhp 0 help par_id3143267 18 0 br Enter the text you want to find in the \<emph\>…
32789 …ch.xhp 0 help par_id3153662 19 0 br Click the \<emph\>Find\</emph\> icon to open a submenu. 2…
32790 …elp par_id3154751 17 0 br The \<emph\>Hyperlink\</emph\> Bar can be used to search for the selec…
32792 …r_idN10620 0 br Choose \<emph\>View - Toolbars - Hyperlink Bar\</emph\> to open the Hyperlink B…
32793 …rlink Bar\"\>\<emph\>Tools - Options - Internet - Search\</emph\>\</link\> to define the search op…
32796 …>\<link href=\"text/shared/guide/imagemap.xhp\"\>Adding Clickable Hotspots to Images\</link\>\</va…
32797 …ide\imagemap.xhp 0 help par_idN1064F 0 br An ImageMap allows you to attach URLs to specific are…
32799 …\guide\imagemap.xhp 0 help par_idN10677 0 br To add a clickable hotspot to an image 2002-02-…
32803 …gemap.xhp 0 help par_idN106A0 0 br Use the icons in the ImageMap Editor to draw a hotspot shape…
32806 …nter the "Text" that will be shown as a tip when the user points the mouse to the hotspot. 2002…
32807 …ared\guide\imagemap.xhp 0 help par_idN106B3 0 br Click the Apply button to apply your changes, …
32809 …_idN106BA 0 br You may save the ImageMap as a file and upload that file to a Web server, for ex…
32810 helpcontent2 source\text\shared\guide\imagemap.xhp 0 help tit 0 br Adding Clickable Hotspots to
32815 …<item type=\"productname\"\>%PRODUCTNAME\</item\> Writer are now available to you. Not all options…
32816 …HTML Document (\<item type=\"productname\"\>%PRODUCTNAME\</item\> Writer)" to open in \<item type=…
32820to copy and convert all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint int…
32825 …t_ms.xhp 0 help par_id3159399 8 0 br If you always want the file dialogs to show another format …
32826 …m type=\"productname\"\>%PRODUCTNAME\</item\> Writer/Web are now available to you, such as \<emph\…
32827 …t_ms.xhp 0 help par_id9207434 0 br Choose the file type "HTML Document" to open in \<item type=…
32838 …r_id3145273 14 0 br Some of the filters open a dialog, which you can use to select, for example,…
32843 …file. In the \<emph\>File type\</emph\> box you can restrict the selection to certain file types. …
32847 …nsert_bitmap.xhp 0 help par_id3151384 9 0 br Click \<emph\>Open\</emph\> to insert the image. …
32848 …ed\guide\insert_bitmap.xhp 0 help par_id3152462 21 0 br If you only want to export the selected …
32849 …\shared\guide\insert_bitmap.xhp 0 help par_id3152576 17 0 br If you want to save in a format suc…
32851 …_id3153126 6 0 br Click the \<emph\>Link\</emph\> box if you want a link to the original file. …
32852 …d3153824 26 0 br To embed graphics that were first inserted as links, go to \<emph\>Edit - Links…
32855 …ct the bitmap image. You can also select additional objects, such as text, to be exported with the…
32856 …Export\</emph\> command writes the picture with all applied filter effects to a file. The \<emph\>…
32857 … br The \<emph\>Picture\</emph\> Bar may look slightly different depending to the module you are u…
32858 …ght-click the picture and choose \<emph\>Picture\</emph\> from the submenu to open a properties di…
32859 …ginal picture file will not be changed by the filters. Filters are applied to a picture only insid…
32864to highlight one of the handles. Then press an arrow key. To scale in smaller steps, hold down the…
32866to open up draw objects from the center instead of dragging from one corner to the other, hold dow…
32867 … cursor to the place in the document where you want one corner of the rectangle to be. Press the m…
32868 …iple objects of the same type. Click the document without moving the mouse to stop drawing objects…
32869 …actly on their edge. While holding down the mouse button, drag the objects to the new location. If…
32870 …p par_id3153345 9 0 br Choose \<emph\>View - Toolbars - Drawing\</emph\> to open the \<emph\>Dra…
32872 …ed\guide\insert_graphic_drawit.xhp 0 help par_id3156422 8 0 br To revert to normal text mode aft…
32877 …>\<bookmark_value\>accents\</bookmark_value\>\<bookmark_value\>compose key to insert special chara…
32881 …ert_specialchar.xhp 0 help par_id3147576 2 0 br This function allows you to insert special chara…
32884 … \</caseinline\>\<defaultinline\>Ctrl\</defaultinline\>\</switchinline\>+S to call the \<emph\>Spe…
32886 …h\>Sun Solaris:\</emph\> Using a Sun keyboard. First press the Compose key to the right of the spa…
32892 …r own UNO (Universal Network Objects) components to $[officename]. Those new components can be add…
32893 …dd-Ons can extend the functionality of $[officename]. They are not related to the \<switchinline s…
32927 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help par_id3144433 15 0 br Press Enter to ex…
32928 …keyboard.xhp 0 help par_id3145116 111 0 br Ctrl+Home or Ctrl+End: scroll to the top or bottom of…
32931 …he data source view, the Tab key moves to the next column. To move to the next control, press Ctrl…
32933 …elp par_id3145365 12 0 br Close the toolbar with Esc. It is not possible to move the toolbar wit…
32935 …r the keyword "Accessibility" you find step-by-step instructions about how to control the selected…
32937 …s anchored\<emph\> To page\</emph\>, the keys Page Up or Page Down move it to the previous or next…
32938 …\</emph\> area, you must press the arrow key as often as the number states to move the selected ob…
32939 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help par_id3145749 8 0 br Press Enter to exe…
32943 …id3147073 79 0 br Use Ctrl+Tab in the image window to select the next point. Use Shift+Ctrl+Tab
32946 …ab to enter the handle edit mode. The upper left handle is the active handle, it starts blinking. …
32948 …d3147492 95 0 br Escape key (during mouse drag): cancel drag, move split to old position 2002…
32949 …de\keyboard.xhp 0 help par_id3147497 2 0 br Press Enter to accept the change. Press Escape to ca…
32951 …de\keyboard.xhp 0 help par_id3147618 35 0 br every free window from left to right, 2002-02-02…
32952 … is anchored \<emph\>To Paragraph\</emph\>, the arrow keys move the object to the previous or next…
32953 …hared\guide\keyboard.xhp 0 help par_id3148405 56 0 br Use the arrow keys to move the selected ob…
32957 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help par_id3148798 18 0 br Press Enter to ex…
32958 …ted. Use the right and left arrows to select an icon on a horizontal toolbar. Similarly, use the u…
32959to select the first object in the current document. When an object is selected, press \<item type=…
32960 …"productname\"\>%PRODUCTNAME\</item\> Calc main help page) there is a link to access the keyboard …
32961 …oard.xhp 0 help par_id3149234 36 0 br every toolbar from top to bottom and from left to right, …
32963 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help par_id3149441 47 0 br Press Shift+F2 to
32965 …f the object is anchored \<emph\>To frame\</emph\>, the Arrow keys move it to the next frame in th…
32970 …9983 13 0 br Press the down arrow or right arrow to open the selected toolbar. This is equivalen…
32972 …p 0 help par_id3150369 141 0 br Escape: resets the current dividing line to its default position…
32975 …ction tool to select the first draw object in the document. If you want to edit, size, or move the…
32979 …id3150780 98 0 br Ctrl+Left Arrow or Ctrl+Right Arrow: move focus to the left or to the right co…
32980 …caseinline select=\"WRITER\"\>In text documents you can press Shift+Ctrl+A to activate the anchor …
32981 …par_id3151000 84 0 br Ctrl+Left Arrow or Ctrl+Right Arrow: jump to the previous or to the next s…
32982 …t the right or lower edge. Select the toolbar and press PageUp or PageDown to display the remainin…
32983 … 0 br Press Alt or F6 or F10 to select the first menu (the \<emph\>File\</emph\> menu). With righ…
32988 …3151300 49 0 br In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab to ju…
32989 …xt\shared\guide\keyboard.xhp 0 help par_id3152360 30 0 br Press F10 to switch to the menu bar an…
32991 …hared\guide\keyboard.xhp 0 help par_id3152473 31 0 br Press Ctrl+F6 to switch to the document. …
32993 …0 help par_id3152869 83 0 br Left or Right Arrow: go one position to the left or to the right …
32994 …2896 146 0 br Ctrl+Arrow left or right: moves the selected column to the left or to the right. …
32999 …yboard.xhp 0 help par_id3153252 32 0 br Press Shift+F6 or Shift+Ctrl+Tab to switch through objec…
33000 …_id3153285 80 0 br Use the Delete key with the focus in the image window to delete the selected …
33007 …reviously mentioned objects just as with F6, but without switching through to the document. \<swit…
33009 …hared\guide\keyboard.xhp 0 help par_id3153919 66 0 br Use the arrow keys to move the anchor. The…
33010 … the main selection area. Spacebar adds the current character to the list of characters to be inse…
33013 … 0 br Ctrl+Shift+Space key: select the range from the last selected column to the current column (…
33014 …several windows, dialogs, and in the table control field, there are tables to select data, for ins…
33015 …p 0 help par_id3154343 78 0 br Use the icon \<emph\>Edit Points\</emph\> to switch into the poin…
33019 …shared\guide\keyboard.xhp 0 help par_id3154538 86 0 br Home or End: jump to the first or the las…
33022 …104 0 br Shift+Space key: select the range from the last selected column to the current column …
33024 …hp 0 help par_id3154912 51 0 br Press Backspace above the Enter key to return to the previous he…
33025 …\keyboard.xhp 0 help par_id3155083 3 0 br Now you can use the arrow keys to move or resize the d…
33027to scroll down the combo box entries, or the up arrow or Page Up key to scroll upwards. The Home k…
33028 …de\keyboard.xhp 0 help par_id3155382 87 0 br Ctrl+Home or Ctrl+End: jump to the first or the las…
33029 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help par_id3155537 50 0 br Press Enter to ex…
33030 …_id3155894 88 0 br Shift+Ctrl+Home or Shift+Ctrl+End: move split to the first or to the last pos…
33032 … is set into the image window of the ImageMap Editor. Press Esc to set the focus back to the icons…
33041 …ar_id3159096 75 0 br Press Tab to select an icon. If you selected one of the icons from \<emph\>…
33045 …ift+Left Arrow or Ctrl+Shift+Right Arrow: move a split one position to the left or to the right …
33050 …ide\keyboard.xhp 0 help par_id3166450 58 0 br Use the Alt and arrow keys to move the selected ob…
33057 …ying content, when sending "Form Letters" for example. It is also possible to have the same text p…
33059 …- New - Business Cards\</emph\>\</link\> to open the\<emph\> Business Cards \</emph\>dialog, which…
33060 …\</emph\> tab, you can specify whether all labels or only certain ones are to be created. 2002-…
33062 ….xhp 0 help par_id3149767 29 0 br Click on \<emph\>New Document\</emph\> to create a new documen…
33063 …e contents\</emph\> box is selected. If this is selected, a label only has to be entered (on the t…
33065to select the database and table from which the data fields are obtained. Click on the arrow butto…
33067 …ame=\"File - New - Labels\"\>\<emph\>File - New - Labels\</emph\>\</link\> to open the \<emph\>Lab…
33068 …Synchronize Labels\</emph\> button, the current individual label is copied to all the other labels…
33073 …help par_id3146972 45 0 br On the Table Data bar, click the \<emph\>Data to Fields\</emph\> icon…
33076 …150084 37 0 br Select the format of the label sheets you want to print on. Remember to mark \<em…
33077 …d3150447 41 0 br Choose \<emph\>Insert - Fields - Other\</emph\>, and go to the \<emph\>Database…
33080 …sed, drag it into the label. This inserts a field. Put the fields in order to complete the address…
33081 …0 help par_id3153824 36 0 br Choose \<emph\>File - New - Labels\</emph\> to open the \<emph\>Lab…
33082 … row headers to the left. Use the \<item type=\"keycode\"\>Shift\</item\> or \<item type=\"keycode…
33086 …see also languages\</bookmark_value\>\<bookmark_value\>applying;languages, to selected text\</book…
33088 …uage_select.xhp 0 help hd_id3145801 15 0 br Applying a language directly to selected text 200…
33099 …ick the big button in the middle of the document page. This starts a macro to display more info an…
33100 … 0 help par_id3083443 7 0 br Choose \<emph\>Tools - Options\</emph\>. Go to \<link href=\"text/s…
33103 … par_id3146792 23 0 br Click on the name of the character style to which you want to apply a dif…
33104 …anguage_select.xhp 0 help par_id3148455 16 0 br Select the text to which you want to apply a lan…
33105 …<emph\>For the current document only\</emph\>, your choice will only apply to the current document…
33110 …10 0 br Place the cursor in the paragraph whose paragraph style you want to edit. 2002-02-02 …
33112 …_id3152578 4 0 br Within the document, you can apply a separate language to any paragraph style.…
33113 …anguage_select.xhp 0 help par_id3152886 5 0 br You can assign a language to selected pieces of t…
33114 …e_select.xhp 0 help par_id3153093 3 0 br The language you select applies to the whole document. …
33120 …t.xhp 0 help par_id3155766 27 0 br Now you can apply the character style to your selected text. …
33125 …ack. Either double-click the exe file, or unpack the tar.gz file according to standard practice on…
33127 …id3906979 0 br Select to install the new files for the current user only or for all users (whic…
33131 …ges in many different languages. Click your own language on the first page to see the following in…
33134 …uage_select.xhp 0 help par_id7718741 0 br The macro downloads the files to the appropriate fold…
33136 …"\>File - Wizards - Install new dictionaries\</item\> to open a Writer document which helps you to
33145 …e line should begin. Hold down the mouse button and drag to the point where you want the line to e…
33156 …line while holding down the Shift key. This multiple selection enables you to assign all of them a…
33157 …ons \</emph\>icon to open the \<emph\>Drawing \</emph\>toolbar, and click the \<emph\>Line\</emph\…
33168 …define.xhp 0 help par_id3147653 16 0 br Use the draw functions to create an object to be used as…
33169 … help par_id3149765 19 0 br Click \<emph\>Add\</emph\> and assign a name to the new arrow style.…
33171 …ineend_define.xhp 0 help par_id3151176 20 0 br Click \<emph\>OK\</emph\> to close the dialog. …
33172 …ineend_define.xhp 0 help par_id3153750 15 0 br You can define any object to be included in the l…
33179 …e length of the line as a percentage of the line width, select \<emph\>Fit to line width\</emph\>.…
33184 …estyle_define.xhp 0 help par_idN10671 0 br Click \<emph\>Close\</emph\> to close the dialog. …
33188 …" height=\"0.222inch\"\>\<alt id=\"alt_id3144510\"\>Icon\</alt\>\</image\> to open the \<emph\>Lin…
33189 …>Drawing Object Properties\</emph\> toolbar contains icons and combo boxes to define various line …
33190 …the width in the \<emph\>Line Width\</emph\> box. A width of 0 corresponds to 1 pixel. 2002-02-…
33191 …" height=\"0.222inch\"\>\<alt id=\"alt_id5858221\"\>Icon\</alt\>\</image\> to select an arrow styl…
33199 … 0 br To save the macro, first select the object where you want the macro to be saved in the \<em…
33202 …e\macro_recording.xhp 0 help par_id3148550 12 0 br If you want the macro to be saved into a new …
33207 …de\macro_recording.xhp 0 help par_id3150504 15 0 br Press the Escape key to deselect an object, …
33208 …o_recording.xhp 0 help par_id3153087 7 0 br Perform the actions you want to be recorded in the d…
33210 …ing.xhp 0 help par_id3154749 4 0 br Open the document for which you want to record a macro. 2…
33212 …hared\guide\macro_recording.xhp 0 help par_id3159158 10 0 br If you want to abort the recording …
33216 …ro_recording.xhp 0 help par_id8014465 0 br Actions that are not related to the document content…
33243 …653 5 0 br Double-click \<emph\>%PRODUCTNAME Writer\</emph\> if you want to select the measureme…
33248 …e left pane of the dialog, double-click the application for which you want to select the measureme…
33249 …0 help par_idN10674 0 br Open a document of the type for which you want to change the measureme…
33299 …efilters.xhp 0 help par_id3143267 1 0 br You can save and open documents to and from several mob…
33300 …icefilters.xhp 0 help par_id3145272 24 0 br To convert Pocket PC formats to and from $[officenam…
33309 …ctiveSync software or by the Windows Explorer. The filters will be applied to the document files a…
33315 … \<emph\>Mobile Device Filters\</emph\> entry. Select the filters you want to install. 2002-02-…
33318 …xhp 0 help par_id3153252 7 0 br The Java Runtime Environment is required to use the mobile devic…
33319 …, \<emph\>Next\</emph\>, \<emph\>Install\</emph\>, \<emph\>Finish\</emph\> to install the filters …
33320 …edevicefilters.xhp 0 help par_id3154145 27 0 br Click the \<emph\>Device to Desktop\</emph\> tab…
33330 … 0 br To change the association of Microsoft Office file name extensions to open the files eithe…
33340 …l to the complexity of the structure and formatting of the source document. $[officename] cannot r…
33346 …ar_id3150439 30 0 br For a detailed overview of the converting documents to and from Microsoft O…
33356 …s that may cause conversion challenges. These will not affect your ability to use or work with the…
33384 helpcontent2 source\text\shared\guide\ms_user.xhp 0 help hd_id3152596 26 0 br You can choose to p…
33391 …cument file format. You can specify the folder to be read, and the folder where the converted file…
33397 … you save a document, the \<emph\>File type \</emph\>will be set according to your choice. Of cour…
33399 …Converter\"\>\<emph\>File - Wizards - Document Converter\</emph\>\</link\> to start the wizard. …
33400 …_id3152577 25 0 br If you use macros in one of the applications and want to use the same functio…
33409 …\"\>\<emph\>Tools - Options - Load/Save - VBA Properties\</emph\>\</link\> to set the VBA macro ha…
33414 …97 6 0 br Open a category by clicking on the plus sign. If you only want to view the entries in …
33415 … all types of objects contained in a document. If a plus sign appears next to a category, this ind…
33416 …p par_id3154823 3 0 br All contents of the Navigator window are referred to here as "categories,…
33417 …ide\navigator.xhp 0 help par_id3166461 7 0 br You may dock the Navigator to any document border …
33419 …<bookmark_value\>cursor;quickly moving to an object\</bookmark_value\>\<bookmark_value\>objects;qu…
33420 …hared/guide/navigator_setcursor.xhp\" name=\"Navigation to Quickly Reach Objects\"\>Navigation to
33422 …lp par_id3145382 10 0 br Double-click an object in the Navigator to jump directly to the positio…
33424 …s of the buttons refer to the category, for example, the button "Next Object" is named "Next Page"…
33425 …3163802 11 0 br You can use the \<emph\>Navigation\</emph\> toolbar to scroll to the previous or…
33426 helpcontent2 source\text\shared\guide\navigator_setcursor.xhp 0 help tit 0 br Navigation to Quic…
33430 …br On the toolbar of the \<emph\>Help\</emph\> window, click the left icon to show or hide the nav…
33448 …ageformat_max.xhp 0 help par_id3145120 42 0 br Click \<emph\>OK\</emph\> to close the dialog. …
33450 …147653 40 0 br Select the \<emph\>Format - Page\</emph\> command, and go to the \<emph\>Page\</e…
33451 …br $[officename] offers a semi-automatic feature that enables you to print as close to the paper's…
33454 …x.xhp 0 help par_id3156426 36 0 br Not all printers can print a paper up to its edges. Most of t…
33459 …u can use the Format Paintbrush tool to copy formatting from a text selection or object and apply …
33460 …shared\guide\paintbrush.xhp 0 help par_idN10660 0 br The cursor changes to a paint bucket. 2…
33461 …d\guide\paintbrush.xhp 0 help par_idN10663 0 br If you want to apply the formatting to more tha…
33463 …1066E 0 br Select or click the text or object that you want to apply the formatting to. 2002…
33477 …p par_idN106DD 0 br Select the text or object whose formatting you want to copy. 2002-02-02 …
33490 … your document using different formats. In %PRODUCTNAME you can choose how to paste the contents u…
33493 … help par_idN10750 0 br Click the arrow next to the \<emph\>Paste\</emph\> icon on the Standard…
33499 …ial\</emph\> dialog appears. Use the \<emph\>Paste Special\</emph\> dialog to copy cells using bas…
33500 …emph\>Transpose\</emph\>: swaps the rows and the columns of the cell range to be pasted. 2002-0…
33513 …elp par_id3145313 6 0 br Select the option to print in black and white. For further information,…
33516 …ter you can choose to print color-formatted text in black and white. You can specify this either f…
33522 … 0 br \<emph\>Grayscale\</emph\> converts all colors to a maximum of 256 gradations from black to
33529 … presentations or drawings will be printed without color. If you only want to print in black for t…
33537 …e to reduce the data necessary to print your document. The settings can be defined differently for…
33540 …r \<emph\>Printer\</emph\>\<emph\>- \</emph\>to define options for reducing data while printing di…
33541 …_idN106E2 0 br \<emph\>Print to file\</emph\>\<emph\>-\</emph\> to define options for reducing …
33545 …uality. But the printing time is substantially shorter, and when you print to a file, the file siz…
33562 …is secured so that it cannot be read with an external editor. This applies to content, graphics an…
33568 …tect the content, position and size of inserted graphics. The same applies to frames (in Writer) a…
33573 …hen the correct password is entered. Until then, all changes will continue to be recorded. Accepta…
33580 …lp par_id3146957 5 0 br Let's say you also e-mailed a copy of the report to a good friend and co…
33583 …redlining.xhp 0 help par_id3150774 4 0 br The edited document comes back to you, and you can inc…
33584 …he various changes. On the final edit of the document, it is then possible to look at each individ…
33594to the \<emph\>Filter\</emph\> tab in the dialog and specify that you only want to see the changes…
33598 … comparing documents\</bookmark_value\>\<bookmark_value\>changes;comparing to original\</bookmark_…
33604 …f one of the authors has made changes to a document without recording them, you can compare the ch…
33605 …inal document. One day you send out copies of your document to all reviewers. You ask them to edit…
33613 … of the document from the dialog. If there have been no subsequent changes to the original documen…
33615 …ning_docmerge.xhp 0 help par_id3149182 24 0 br If changes have been made to the original documen…
33616 …elp par_id3152425 20 0 br Open the original document into which you want to merge all copies. …
33617 …br When a document has been edited by more than one person, it is possible to merge the edited cop…
33622 …nges are recorded. For example, the changing of a tab stop from align left to align right is not r…
33625 …e and then choosing \<emph\>Edit - Changes - Comment\</emph\>. In addition to Extended Tips, the c…
33626 … help par_id3149095 9 0 br To start recording changes, open the document to be edited and choose…
33627 …help par_id3149578 11 0 br If you move to a marked change with the mouse pointer, you will see a…
33632 …heet document are highlighted by a border around the cells; when you point to the cell you can see…
33641 …rotect Records\</emph\>. To turn off the function or to accept or reject changes it is necessary t…
33645 …guide\redlining_versions.xhp 0 help par_id3149399 44 0 br You can choose to view individual vers…
33646 …9811 45 0 br In the dialog to open a document, you can select from a combo box which version of …
33647 …=\"Versions\"\>\<emph\>Versions\</emph\>\</link\> command that enables you to save multiple versio…
33651 … 0 br If you place the cursor on the box it changes to a hand symbol. You can now drag the box t…
33658 …ing.xhp 0 help par_idN10728 0 br You can assign custom scripts (macros) to menu items, icons, d…
33663 …\shared\guide\scripting.xhp 0 help par_idN10751 0 br To assign a script to a new menu entry …
33666 …pts in the user directory), and the current document. Open any one of them to see the supported sc…
33667 …cripting.xhp 0 help par_idN1076C 0 br Open any scripting language entry to see the available sc…
33669 …h\> to create a new menu assignment. The new menu entry appears in the \<emph\>Menu entries\</emph…
33670 …\shared\guide\scripting.xhp 0 help par_idN10783 0 br To assign a script to a key combination …
33672 …\shared\guide\scripting.xhp 0 help par_idN1078A 0 br To assign a script to an event 2002-02-…
33674 …\shared\guide\scripting.xhp 0 help par_idN10791 0 br To assign a script to an event for an embe…
33676 …\shared\guide\scripting.xhp 0 help par_idN10798 0 br To assign a script to a hyperlink 2002-…
33678 …\shared\guide\scripting.xhp 0 help par_idN1079F 0 br To assign a script to a graphic 2002-02…
33680 …\shared\guide\scripting.xhp 0 help par_idN107A6 0 br To assign a script to a form control 20…
33682 …\shared\guide\scripting.xhp 0 help par_idN107AD 0 br To assign a script to a control in the %PR…
33684 …opers can use high-level languages, for example Java programming language, to control %PRODUCTNAME…
33688 …pts in the user directory), and the current document. Open any one of them to see the supported sc…
33689 …cripting.xhp 0 help par_idN10A65 0 br Open any scripting language entry to see the available sc…
33692 …0 br Selecting the option button sets the scope of the new key combination to be applicable in all…
33695 …pts in the user directory), and the current document. Open any one of them to see the supported sc…
33696 …cripting.xhp 0 help par_idN10AAA 0 br Open any scripting language entry to see the available sc…
33698 helpcontent2 source\text\shared\guide\scripting.xhp 0 help par_idN10AB6 0 br Select to save in %…
33699 … help par_idN10AB9 0 br This sets the scope of the new event assignment to be applicable in all…
33703 …pts in the user directory), and the current document. Open any one of them to see the supported sc…
33704 …cripting.xhp 0 help par_idN10AEB 0 br Open any scripting language entry to see the available sc…
33714 … 0 br Click one of the \<emph\>...\</emph\> buttons to open a dialog where you can assign a script…
33717 … 0 br Click one of the \<emph\>...\</emph\> buttons to open a dialog where you can assign a script…
33726 …eaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of…
33730 helpcontent2 source\text\shared\guide\space_hyphen.xhp 0 help par_id3154749 66 0 br In order to e…
33732 …ters; PostScript, UNIX\</bookmark_value\>\<bookmark_value\>PDF; PostScript to PDF converter, UNIX\…
33734 …d\guide\spadmin.xhp 0 help hd_id3146929 306 0 br Connecting a PostScript to PDF Converter 200…
33748 …xhp 0 help par_id3125863 290 0 br Choose a command line that you can use to print on your printe…
33749to the $[officename] software and can be used with various Xservers without your having to install…
33750 …30 0 br All fonts added to the $[officename] software are listed in the dialog that now appears.…
33753 …er \<emph\>Color\</emph\>, otherwise choose "color". If switching to grayscale leads to unfavorabl…
33755 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3146135 302 0 br Assign a name to
33760 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3147242 11 0 br Change to the {ins…
33763 …Selection of drivers\</emph\> list box, select the printer driver you want to install. 2002-02-…
33764 …min.xhp 0 help par_id3147506 303 0 br You can now send faxes by printing to the printer that has…
33765 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3147559 353 0 br Change to the {in…
33772 …hp 0 help par_id3149126 321 0 br Enter the directory from which you want to add the fonts. Press…
33774 …\spadmin.xhp 0 help par_id3149260 347 0 br Click \<emph\>Browse\</emph\> to select the directory…
33776 …/psprint/psprint.conf for all users. All changes are immediately available to all users. 2002-0…
33777 …e other hand, when working with spreadsheets and drawings you will be able to use all of the fonts…
33778 …de\spadmin.xhp 0 help par_id3149802 339 0 br If you select several fonts to rename, one dialog a…
33779 …ber that drivers deleted from server installations are no longer available to other users who are …
33781 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3150517 84 0 br Remember to create…
33783 …u to select a printer font type available in the printer for each font type installed on your comp…
33785 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3150787 300 0 br Choose whether to
33789 …uide\spadmin.xhp 0 help par_id3151120 336 0 br Select the fonts you want to rename and click \<e…
33796 …cument which can also be printed, as it is assumed that you will only want to use those fonts that…
33797 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3152889 312 0 br Assign a name to
33799 …help par_id3153064 313 0 br You can now create PDF documents by printing to the converter that h…
33808 …whether the fonts are to be copied into the $[officename] directory or only symbolic links are to
33809 …05 0 br In $[officename] you can also activate an icon for sending faxes to a default fax. To do…
33810 …A list of the fonts from this directory appears. Select the fonts you want to add. To add all the …
33811 …h\>Paper\</emph\> tab page, you can define the paper format and paper tray to be used as the defau…
33812 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3154575 355 0 br Change to the {in…
33817 helpcontent2 source\text\shared\guide\spadmin.xhp 0 help par_id3154825 357 0 br Go to the {instal…
33818 …t\shared\guide\spadmin.xhp 0 help par_id3154989 307 0 br If a PostScript to PDF converter such a…
33819 …padmin.xhp 0 help par_id3155111 301 0 br Enter a command line with which to communicate with the…
33823 …t a test page, click on \<emph\>Test Page\</emph\>. If the test page fails to print or is incorrec…
33828 …ral tab pages. This is where you can make settings that are used according to the PPD file of the …
33831to use the default driver, the Acrobat Distiller driver or another driver. The driver "Generic Pri…
33833 …p par_id3159093 148 0 br The $[officename] software tries to match the display on screen to the …
33834 …ortant data and is suitable for most printers. In that case, you will have to do without the paper…
33836 …s, the printer administration program \<emph\>spadmin\</emph\> is provided to help you set up prin…
33848 …ecified under \<emph\>Tools - Options - %PRODUCTNAME - Paths\</emph\> to be able to access the tem…
33851 …tandard_template.xhp 0 help par_id3150386 14 0 br There are several ways to make your work easie…
33853 … whose default setting you want to restore. Thereafter, when you open an empty text document, it w…
33855 …e] template and modify it, or open a new document and edit it as necessary to create the desired t…
33856 …ed\guide\standard_template.xhp 0 help par_id3155960 33 0 br You may need to update the view of t…
33857 …ate.xhp 0 help par_id3156276 12 0 br To reset the modified text template to the original default…
33858 …cument template for each $[officename] module. The following describes how to proceed for text doc…
33864 …rameters.xhp 0 help par_id1641895 0 br Add this parameter to the program start command to suppr…
33873 … the \<emph\>DISPLAY \</emph\>environment variable on UNIX based platforms to the value \<emph\>{d…
33879 …caseinline select=\"WIN\"\>in a dialog box \</caseinline\>\<defaultinline\>to the console\</defaul…
33911 …lp par_id3153360 8 0 br Replace \<emph\>{install}\</emph\> with the path to your installation of…
33921 …81 50 0 br Prints the files \<emph\>{filename1} {filename2} ...\</emph\> to the printer \<emph\>…
33934 …66 37 0 br Prints the files \<emph\>{filename1} {filename2} ...\</emph\> to the default printer …
33947 … the current paragraph. If you want to change the tab stops, you should first consider the scope t…
33948 …ll paragraphs using the current Paragraph Style: Right-click the paragraph to open the context men…
33951 …6 16 0 br To change tab type, click the tab you want to change on the ruler, then right-click to
33952to change the displayed units of measurement. These changes are only valid until you exit $[office…
33954 …on the ruler to move that tab and all the tabs to the right of it. This results in the spacing bet…
33960 helpcontent2 source\text\shared\guide\tabs.xhp 0 help par_id3151059 14 0 br If you want to change…
33966 …br To set several decimal tabs one after the other, keep clicking the icon to the left of the rule…
33967 …hp 0 help par_id3154145 12 0 br Double-click the white area of the ruler to set one tab. The \<e…
33968 …hared\guide\tabs.xhp 0 help par_id3154150 11 0 br Double-click the ruler to open the \<link href…
33970 …ar_id3155136 5 0 br Click the ruler once to set a left-justified tab. Right-click a tab icon on …
33971 …you click a tab. Drag one tab while continuing to press Shift to move that tab as well as all the …
33979 …lowing applies to all modules (\<item type=\"productname\"\>%PRODUCTNAME\</item\> Writer, Calc, Dr…
33980to \<item type=\"productname\"\>%PRODUCTNAME\</item\> Writer: If you click the icon with a short-c…
33981 …hp 0 help par_id3150040 40 0 br Click the arrow next to the \<emph\>Font Color\</emph\> icon to
33992 …sor is a blinking block. \</caseinline\>\</switchinline\>Click on the area to enable insert mode. …
33994 …hared\guide\textmode_change.xhp 0 help par_id3153031 3 0 br Press Insert to toggle between overw…
33995 … blinking vertical line. \</caseinline\>\</switchinline\>Click on the area to enable the overwrite…
33997 …he Status Bar, click on the area indicating the current mode in order to switch to the other mode:…
34000 … help par_id3906674 0 br Press \<item type=\"keycode\"\>Ctrl+A\</item\> to select the whole tex…
34002 …0 help par_idN1063F 0 br Press \<item type=\"keycode\"\>Ctrl+A\</item\> to select the whole tex…
34005 …r While pressing the Shift key click the first and then the last sheet tab to select all sheets. …
34007 …ing.xhp 0 help par_idN10665 0 br Click the \<emph\>Outline\</emph\> tab to open outline view. …
34010 …0 help par_idN106DD 0 br Press \<item type=\"keycode\"\>Ctrl+A\</item\> to select the whole tex…
34033 …guide\workfolder.xhp 0 help par_id3150774 3 0 br When you start a dialog to open or save a docum…
34037 …58430 7 0 br You also use this procedure to change the directory displayed by $[officename] when…
34042 …ined in Extensible Markup Language (XML). The model uses separate sections to describe what a form…
34048 …orms.xhp 0 help par_idN10722 0 br In the data navigator, add an element to the instance. 200…
34049 …par_idN10726 0 br Load a new instance from an XML file and add controls to the relevant XML ele…
34057 …ment, you can open the document, fill out the form, and submit the changes to a server. 2002-02…
34062to XML\</bookmark_value\>\<bookmark_value\>loading;XML files\</bookmark_value\>\<bookmark_value\>i…
34066 …he stylesheets define the transformation from the OpenDocument file format to another XML format t…
34067 …ormat. After you install an import filter, the name of the filter is added to the list of file typ…
34068 …ph\>save\</emph\> the files to a different XML format. After you install an export filter, the nam…
34069 …mph\>. After you install these filters, the names of the filters are added to the list of file typ…
34076 …te an XML filter for %PRODUCTNAME, you need to design an \<emph\>XSLT stylesheet\</emph\> that can…
34077 …dN109B0 0 br For more information about the OpenDocument XML format, go to \<link href=\"http:/…
34078 …you can include a \<emph\>template\</emph\> with your filter to apply %PRODUCTNAME styles to an XM…
34080 …mph\>stylesheet\</emph\> that maps the elements of the external XML format to the elements of the …
34081 …lp par_idN109E8 0 br Create a template that assigns %PRODUCTNAME styles to elements in the exte…
34093 …e XSLT stylesheet that defines the transformation from OpenDocument format to the external format.…
34094 … box, enter the path and file name to the XSLT stylesheet that defines the transformation from the…
34096 …t are specified on the \<emph\>Transformation\</emph\> tab page are copied to the local %PRODUCTNA…
34102 …r_idN10A6F 0 br In the list of filters, select the filter that you want to test, and click \<em…
34108 …\xsltfilter_create.xhp 0 help par_idN10D0E 0 br This identifier is used to detect the file type…
34109 …d\guide\xsltfilter_create.xhp 0 help par_idN10D1F 0 br This DTD is used to validate the files o…
34110 …ck \<emph\>Browse\</emph\>, select the %PRODUCTNAME document that you want to test, and click \<em…
34114 …istribute.xhp 0 help par_idN10AC0 0 br You can distribute an XML filter to multiple users using…
34118 …distribute.xhp 0 help par_idN10AD9 0 br Select the filter that you want to distribute and click…
34122 …Open Package\</emph\> and select the package file with the filter you want to install. 2002-02-…
34124 …lter_distribute.xhp 0 help par_idN10B19 0 br Select the filter you want to delete and click \<e…
34130 …roxy settings in Tools - Options - Internet. Then choose Check for Updates to check for the availa…
34133 …id3153990 2 0 br \<ahelp hid=\".uno:HelpMenu\"\>The Help menu allows you to start and control th…
34134 …57909 16 0 br \<ahelp hid=\".uno:HelpSupport\"\>Shows information on how to get support.\</ahelp…
34137 …ible for the evaluation version of %PRODUCTNAME. \<ahelp hid=\".\"\>Choose to open the \<link href…
34155 …_idN108B1 0 br Sorts the selection from the highest to the lowest value, or from the lowest to
34161 …ct. Enter or paste data into the cells, then click outside the object to return to Impress.\</ahel…
34169 …_DLG\"\>Use the \<emph\>Hyperlink\</emph\> Bar to create and edit the hyperlinks in your documents…
34177 …p 0 help par_id3153394 10 0 br \<ahelp hid=\".\"\>Use the Table Data bar to control the data vie…
34178 …elp par_idN10744 0 br \<link href=\"text/shared/02/12070000.xhp\"\>Data to Text\</link\> 200…
34181 …ared\main0212.xhp 0 help par_idN1078F 0 br Starts the Mail Merge Wizard to create form letters.…
34200 …bsoluteRecord\"\>Shows the number of the current record. Enter a number to go to the corresponding…
34202 … 0 br \<ahelp hid=\".uno:DeleteRecord\"\>Deletes a record. A query needs to be confirmed before …
34203 … 0 help par_id3148914 11 0 br \<ahelp hid=\".uno:NextRecord\"\>Takes you to the next record.\</a…
34205 …filter and sort functions are only available when the SQL statement refers to only one table and i…
34207 … 0 help par_id3151248 13 0 br \<ahelp hid=\".uno:LastRecord\"\>Takes you to the last record.\</a…
34208 …hp 0 help par_id3151276 17 0 br \<ahelp hid=\".uno:RecUndo\"\>Allows you to undo a data entry.\<…
34212 …cons to edit a database table or to control the data view. The bar is displayed at the bottom of a…
34213 … 0 help par_id3155308 7 0 br \<ahelp hid=\".uno:FirstRecord\"\>Takes you to the first record.\</…
34215 …p 0 help par_id3157846 9 0 br \<ahelp hid=\".uno:PrevRecord\"\>Takes you to the previous record.…
34216 …_id3157910 3 0 br The Navigation bar is only visible for forms connected to a database. In the \…
34217 …\</emph\> bar to move within records as well as to insert and to delete records. If data is saved …
34219 …f=\"text/shared/02/01170000.xhp\"\>More Controls \</link\> bar to add a Navigation bar to a form. …
34223 …iting an SQL query, use the icons in the \<emph\>Query Design\</emph\> Bar to control the display …
34229 … 10 0 br \<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\"\>Snap to Grid\</link\…
34252 …44762 68 0 br The functions provided allow you to edit the points of a curve or an object conver…
34258 …ter displays a small empty square when resting on a point. Drag that point to another location. Th…
34262 …\"\>Use the \<emph\>Delete Points\</emph\> icon to delete one or several selected points. If you w…
34264to Curve \</emph\>icon into a straight line or you change a curve with the mouse so that a point l…
34265 …t the curve between two points or within a closed curve and drag the mouse to shift the entire cur…
34267 …e control point each. They cannot be modified to round points unless the straight line is converte…
34269 …ve \</emph\>icon splits a curve. Select the point or points where you want to split the curve, the…
34273 …shared\main0227.xhp 0 help par_id3153766 57 0 br First select the points to be deleted, and then…
34281 …multaneously. The control points may differentiate in length, allowing you to vary the degree of c…
34285 … 0 br If you wish to create a corner point you must first insert either a smooth or a symmetrica…
34288 …ame=\"Edit Points\"\>\<emph\>Edit Points\</emph\>\</link\> icon allows you to activate or deactiva…
34289to insert points.\</ahelp\> You can also move points, just as in the move mode. If, however, you c…
34302 …name] provides an Application Programming Interface (API) that enables you to control $[officename…
34308 …chine for the Java platform) already has been started. After modifications to the ClassPath you mu…
34309to support the Java platform, you must install the Java 2 Runtime Environment software from Sun Mi…
34310 …p par_id3155338 4 0 br The Java platform support needs to be activated under $[officename] to ru…
34312 …hp 0 help par_id9116183 0 br Before you can use a JDBC driver, you need to add its class path. …
34331 …help hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\"\>Select an entry to edit.\</ahelp\> 2…
34334 …elp par_idN10607 0 br You will only see the entries that are applicable to the current document…
34337 …s dialog to create general settings for working with $[officename]. The information covers topics …
34362 …0.xhp 0 help par_id3149762 4 0 br Use the \<emph\>Address\</emph\> field to enter and edit your …
34366 …typing errors are made, the program can use this data to suggest replacements. Note that changes t…
34368 …ename]. For example, the "First name" and "Last name" data fields are used to automatically insert…
34372 …_id3156410 2 0 br \<ahelp hid=\"HID_OPTIONS_GENERAL\"\>Use this tab page to enter or edit user d…
34383 …red\optionen\01010200.xhp 0 help hd_id3153575 17 0 br Save URLs relative to 2002-02-02 02:02:…
34400 …ed\optionen\01010200.xhp 0 help par_id3148946 76 0 br Data source linked to the document and its…
34403 …ptionen\01010200.xhp 0 help par_id3149484 18 0 br This option allows you to select the default f…
34404 …m type=\"productname\"\>%PRODUCTNAME\</item\> saves the information needed to restore all open doc…
34406 …ata without indents and extra line breaks.\</ahelp\> This allows documents to be saved and opened …
34408 …_RID_SFXPAGE_SAVE_LB_APP\"\>Specifies the document type for which you want to define the default f…
34423 …t to be printed on a distant printer, if you do not change the printer manually in the Print dialo…
34425 …01010200.xhp 0 help par_idN10922 0 br \<ahelp hid=\".\"\>You can select to get a warning messag…
34440 …7 7 0 br \<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\"\>Click to display the \<emph\>…
34442 … \<ahelp hid=\"HID_OPTIONS_PATH\"\>This section contains the default paths to important folders in…
34470 …pens the \<emph\>Select Path\</emph\> dialog to select another folder or the \<emph\>Open\</emph\>…
34507 …lp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\"\>Specifies the book to be edited.\</ahelp\>…
34508 … In the \<emph\>Edit custom dictionary \</emph\>dialog you have the option to enter new terms or e…
34511 …er you wish to avoid certain words in your documents.\</ahelp\> You can include in the custom dict…
34512 …46 0 br Specifies that words that contain numbers as well as letters are to be checked. 2002-…
34513 …cifies the minimum number of characters required for automatic hyphenation to be applied. \<ahelp …
34518 …s the \<emph\>Edit custom dictionary\</emph\> dialog, in which you can add to your custom dictiona…
34521 …id=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\"\>If you want to change a value, sele…
34524 …es simultaneously. If you wish to activate or deactivate individual sub-modules, click the\<emph\>…
34527 …id=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\"\>Assigns a new language to the current custom d…
34532 …able user dictionaries.\</ahelp\> Mark the user dictionaries that you want to use for spellcheck a…
34534 … par_id3156029 12 0 br Sets the minimum number of characters of the word to be hyphenated that m…
34535 …his way, you can open the context menu to obtain a list of suggested corrections. Select a suggest…
34536 …CT:PB_NEW_REPLACE\"\>Adds the word in the \<emph\>Word \</emph\>text field to your current custom …
34545 …ionen\01010401.xhp 0 help par_id3144510 6 0 br Mark all modules that are to be activated for thi…
34552 …PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_BACK\"\>Click here to undo the current cha…
34575 …RGB color model for printing in color. The CMYK controls are provided only to ease the input of co…
34577 … initials of the three colors will appear and you can set the color from 0 to 255 with the spin bu…
34584 …e initials of the four colors will appear and you can set the color from 0 to 255 with the spin bu…
34585 … help par_id3153104 2 0 br \<ahelp hid=\"HID_OPTIONS_COLOR\"\>Allows you to select a color from …
34591 …OR:BTN_LOAD\"\>Accesses the \<emph\>Open\</emph\> dialog, which allows you to select a color palet…
34593 …R:BTN_SAVE\"\>Opens the \<emph\>Save As\</emph\> dialog, which enables you to save the current col…
34613 …e right color window, you will see the entire color spectrum from the left to the right, with the …
34617to define your own colors using the two-dimensional graphic and numerical gradient chart.\</ahelp\…
34618 …small selection cursor in the right window on the color, which corresponds to the selected color i…
34620 …The gradient in the left color window is immediately adjusted with respect to hue, saturation, and…
34622 ….xhp 0 help par_id3153061 4 0 br In the two big color windows, you click to select a new color. …
34627 …elp par_id3154758 7 0 br Click the corner of the field in which you want to change the color. …
34628 …r \<ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_1\"\>Click the <-- button to replace the selected…
34631 …RGB color model for printing in color. The CMYK controls are provided only to ease the input of co…
34645 …isplayed automatically in selected situations. Click the Help Agent window to see a Help page with…
34648 …OFA_TP_MISC_CB_FILEDLG\"\>Specifies whether $[officename] dialogs are used to open and save docume…
34654 …r (two digits)\</emph\> setting allows the user to define the years in which two-digit dates are a…
34655 …_OFA_TP_MISC_PB_HELPAGENT_RESET\"\>Click \<emph\>Reset Help Agent \</emph\>to restore the default …
34678 …of HTML and Basic source code.\</ahelp\> Select \<emph\>Automatic\</emph\> to detect a suitable fo…
34684 …UBSTITUTION:CB_FONT1\"\>Enter or select the name of the font that you want to replace.\</ahelp\> …
34687 …\> to replace both the screen font and the printer font, even if the original font is installed on…
34688 …<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\"\>Check to display only non-pro…
34718 …elp hid=\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS\"\>Displays icons next to the corresponding me…
34725 …help par_id4743797 0 br \<ahelp hid=\".\"\>Enter the smallest font size to apply antialiasing.\…
34726 …tionen\01010800.xhp 0 help par_id6649372 0 br \<ahelp hid=\".\"\>Select to smooth the screen ap…
34728 …help hid=\"svx_CheckBox_OFA_TP_VIEW_CB_SYSTEM_FONT\"\>Specifies to use the system font to display …
34730 …10800.xhp 0 help par_idN10962 0 br \<ahelp hid=\".\"\>Specifies whether to restore the last use…
34731 ….xhp 0 help par_idN10A1D 0 br \<ahelp hid=\"20201\"\>Press Shift+Ctrl+R to restore or refresh t…
34734 …".\"\>Directly accesses hardware features of the graphical display adapter to improve the screen d…
34743 …\shared\optionen\01010900.xhp 0 help hd_id3147323 67 0 br Convert colors to grayscale 2002-02…
34762 …s field is marked, the reduction in print quality for bitmaps also applies to the transparent area…
34763to be warned if transparent objects are contained in the document.\</ahelp\> If you print such a d…
34768 …APS_NORMAL\"\>High print quality corresponds to a resolution of 300dpi. Normal print quality corre…
34769to be sent to the printer. Reducing the print data increases the print speed because the print fil…
34771 …irectly to a printer. The areas of the document in which transparency is to be visible must theref…
34772 …TFILEOUTPUT\"\>Specifies whether the print settings apply to direct printing or to printing to a f…
34787 …e attributes of a graphic stored in the cache do not have to be re-calculated if you return to the…
34793 …_TP_MEMORY_CB_QUICKLAUNCH\"\>Mark this check box if you want $[officename] to enable quickstart at…
34806 …n order to enhance cursor visibility, if the user sets the application background color between 40…
34807 …s as a color scheme that you can reload later.\</ahelp\> The name is added to the \<emph\>Scheme\<…
34810 …ared\optionen\01012000.xhp 0 help par_id3150769 15 0 br To apply a color to a user interface ele…
34812 …<emph\>Automatic\</emph\> color setting changes the user interface element to the preset color fro…
34813 …ID_SVXPAGE_COLORCONFIG_LB_COLORSCHEME\"\>Selects the color scheme you want to use.\</ahelp\> 20…
34814 …br The color settings for "Visited links" and "Unvisited links" only apply to documents created af…
34834 …AGE_PREVIEWS\"\>Applies the high contrast settings of the operating system to page previews.\</ahe…
34836 …_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\"\>Enter the number of seconds to display the Help tip…
34842 …ntrast is an operating system setting that changes the system color scheme to improve readability.…
34845 …ECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\"\>Allows you to use assistive tools,…
34853 …_RID_SVXPAGE_SSO_LB_MECHANISM\"\>Choose your security mechanism for access to the LDAP server.\</a…
34856 …GE_SSO_CB_PASSWORD\"\>Using "simple" authentication method, check this box to make your password p…
34857to your personal $[officename] settings stored on an LDAP server.\</ahelp\> To see this tab page a…
34859 …RD\"\>Using "simple" authentication method, enter your password for access to the LDAP server here…
34875 …aceholders for the names of hosts and domains. For example, type *.sun.com to address all the host…
34877 …es the Internet without a proxy server. Allows you to set up a connection directly on your compute…
34884 … Internet service. Ask your system administrator for the proxies and ports to enter. 2002-02-02…
34886 … GNOME or KDE, this option tells %PRODUCTNAME to use the system settings. You must restart %PRODUC…
34902 …USHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_ADD\"\>Click this button to add a new configuration to the li…
34908 …rently according to the way they are constructed. For example, some are case sensitive and some ar…
34909 …elp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_NEW\"\>Use this button to include a new search…
34910 …r_id3149560 27 0 br To determine which prefixes, separators and suffixes to use when defining a …
34912 …TON:RID_SVXPAGE_INET_SEARCH:PB_CHANGE\"\>Click this button to apply the modifications made to an e…
34913 …r_id3153662 2 0 br \<ahelp hid=\"HID_OPTIONS_SEARCH\"\>Use this tab page to define the settings …
34914 …"\>Displays the available search engines.\</ahelp\> Select a search engine to display its configur…
34917 …id=\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_DELETE\"\>Click this button to delete the selected …
34919 …d \<emph\>Lower\</emph\>. The search terms entered are converted according to your selection. 2…
34925 … 0 help par_idN1056B 0 br On UNIX systems, specifies the e-mail program to use when you send th…
34929 …0 help par_idN10595 0 br \<ahelp hid=\"703255045\"\>Opens a file dialog to select the e-mail pr…
34932 …d\optionen\01020400.xhp 0 help par_idN105D5 0 br Specifies to use the Mozilla plug-in to show %…
34933 …tionen\01020400.xhp 0 help par_idN105D8 0 br When you click a hyperlink to a %PRODUCTNAME docum…
34934to save the document on your disk, or whether you want to use an application to open the document.…
34935to a temporary folder, then tells your system to run %PRODUCTNAME and open the document in %PRODUC…
34936 … the \<emph\>Edit File\</emph\> icon, a copy of the document is downloaded to a temporary folder o…
34938 …ug-in to show %PRODUCTNAME documents in a browser window. Select, click OK, then restart your brow…
34950 …p par_idN1064B 0 br \<ahelp hid=\"703988739\"\>Select to see a warning dialog when you try to s…
34952 …p par_idN10652 0 br \<ahelp hid=\"703988740\"\>Select to see a warning dialog when you try to p…
34954 …988741\"\>Select to see a warning dialog when you try to sign a document that contains recorded ch…
34956 …660 0 br \<ahelp hid=\"703988742\"\>Select to see a warning dialog when you try to export a doc…
34958 …01030300.xhp 0 help par_idN10667 0 br \<ahelp hid=\"703988743\"\>Select to always remove user d…
34960 …\"\>Select to specify that the \<emph\>Save with password\</emph\> option in the file saves dialog…
34968 …p 0 help par_idN106AE 0 br \<ahelp hid=\"703988750\"\>Select to allow this document to be opene…
34969 …ion protects the document against accidental changes. It is still possible to edit a copy of the d…
34971 …01030300.xhp 0 help par_idN106B8 0 br \<ahelp hid=\"703988751\"\>Select to enable recording cha…
34974 …t\</emph\>. Click \<emph\>Unprotect\</emph\> and type the correct password to disable the protecti…
34977 …ed\optionen\01030500.xhp 0 help hd_id3144764 24 0 br Copy local graphics to Internet 2002-02-…
34991 …ttons \<emph\>Size 1\</emph\> to \<emph\>Size 7\</emph\> to define the respective font sizes for t…
34992 …HTMLOPT:CB_STARBASIC\"\>Mark this check box to include the $[officename] Basic instructions when e…
34994 …GR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\"\>Mark this check box to ignore all font sett…
34995to be imported as fields.\</ahelp\> For an opening tag, an HTML_ON field will be created with the …
34996 …eck box to automatically upload the embedded pictures to the Internet server when uploading using …
34997 …optionen\01030500.xhp 0 help par_id3150010 40 0 br If you want the macro to run automatically wh…
34998 …GE_HTMLOPT:CB_STARBASIC_WARNING\"\>If this field is marked, when exporting to HTML a warning is sh…
35004 …r \<ahelp hid=\".\"\>If not checked, numbers will be interpreted according to the setting in \<emp…
35005 … decimal separator and the thousands separator characters differ according to the locale of the HT…
35011 …cuments that are created in $[officename] are handled. It is also possible to define settings for …
35038 … are moved. You can select the\<emph\> Guides while moving \</emph\>option to show the exact posit…
35043 …us\"\>\<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_GRF\"\>Specifies whether to display graphics and…
35048 …n\01040200.xhp 0 help par_id3153527 4 0 br Specifies settings that refer to the representation o…
35051 …_RULER\"\>Enables the rulers. Use the following two check boxes to select the ruler(s) to be shown…
35060 …e document. The notes will be displayed as color boxes. Double click a box to read and edit it.\</…
35072 …=\"SW_CHECKBOX_TP_STD_FONT_CB_DOCONLY\"\>Specifies that the settings apply to the current document…
35078 …ph\>Format - Numbering/Bullets\</emph\>\</defaultinline\>\</switchinline\> to format a paragraph w…
35080 …br \<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_STANDARD\"\>Specifies the font to be used for the \<em…
35081 … 0 br \<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_TITLE\"\>Specifies the font to be used for headings…
35116to each other. If you have a printer with double-sided printing capability, then you can create a…
35118 …help hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_BLACK_FONT\"\>Specifies whether to always print text in…
35119 …r \<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_LEFTP\"\>Specifies whether to print all left pages…
35120 … \<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_RIGHTP\"\>Specifies whether to print all right page…
35121 …\<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_REVERSE\"\>Specifies whether to reverse the printing…
35124 …s defined on this tab page apply for all subsequent documents. If you want to change settings for …
35127 …AGE:LB_FAX\"\>If you have installed fax software on your computer and wish to fax directly from th…
35128 …P_OPTPRINT_PAGE:CB_PROSPECT\"\>Select the\<emph\> Brochure \</emph\>option to print your document …
35129 …00.xhp 0 help par_id3155628 4 0 br Specifies which document contents are to be printed. 2002…
35131 …P_OPTPRINT_PAGE:CB_BACKGROUND\"\>Specifies whether to include colors and objects that are inserted…
35132to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME …
35160 …hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\"\>Specifies that changes to a row or column have…
35165 … Determines the relative effect of rows and columns to adjacent other rows or columns, as well as
35167 …elp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\"\>Specifies that changes to a row or column only…
35173 …lp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\"\>Specifies the value to be used for moving a…
35174 …lp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\"\>Specifies the value to be used for moving a…
35176 …at has been set at the cell is accepted. Any other input resets the format to \<emph\>Text\</emph\…
35177 …elp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\"\>Specifies that changes to a row or column affe…
35200 … br \<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\"\>Specifies whether to represent every spac…
35204 … text using the \<emph\>Hidden Paragraph\</emph\> field, specifies whether to display the hidden p…
35205 …\01040600.xhp 0 help par_id3149964 17 0 br All insert options refer only to the current paragrap…
35230to select a color to identify each type of recorded change. By entering "By author" from the list,…
35234 …\<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\"\>Defines how changes to text attributes are …
35257 …d=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS\"\>Specifies whether to automatically update…
35259 …elp\> The following table lists the fields that are updated without regard to this checkbox. 20…
35285 …d\optionen\01041000.xhp 0 help par_id2782982 0 br In %PRODUCTNAME prior to %PRODUCTVERSION, the…
35288 … hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\"\>Specifies whether to add MS Word-compatib…
35289 …\>Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stop…
35298 …tified paragraphs. If disabled, spacing between words will not be expanded to justify the lines. …
35304 …nal leading is used by default. In documents created by %PRODUCTNAME prior to version %PRODUCTVERS…
35305 …op handling is used by default. In documents created by %PRODUCTNAME prior to version %PRODUCTVERS…
35307 …cuments of recent versions, the new process is used. In %PRODUCTNAME prior to version %PRODUCTVERS…
35310to a character or paragraph should work. In %PRODUCTNAME prior to version %PRODUCTVERSION, an iter…
35312 …xhp 0 help par_idN10846 0 br Specifies that the bottom spacing is added to a paragraph, even wh…
35313 …\01041000.xhp 0 help par_idN10848 0 br \<ahelp hid=\"879350288\"\>Click to use the current sett…
35314 … the option is off, table cells will be formatted as in %PRODUCTNAME prior to version %PRODUCTVERS…
35316 …0864 0 br Specifies how to calculate the position of floating objects anchored to a character o…
35317 …ersions prior to %PRODUCTVERSION. If the option is off, the floating objects are positioned using …
35318 …N1086A 0 br The option will be set to off for new documents. For Writer documents created by a …
35321 …itioning is used. If the option is on, the straightforward process is used to ensure compatibility…
35335 …OX:DLG_CAPTION:CB_COPY_ATTR\"\>Applies the border and shadow of the object to the caption frame.\<…
35336 …APTION_PAGE_BOX_POS\"\>Determines the position of the caption with respect to the object.\</ahelp\…
35337 …elp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\"\>Defines the character to be displayed after t…
35338 …L\"\>Specifies the headings or chapter levels where you want the numbering to start.\</ahelp\> …
35341 …1 0 br Specifies the settings for captions that are automatically added to inserted objects. …
35343 …p hid=\".\"\>Select the object type for which the AutoCaption settings are to be valid.\</ahelp\> …
35345 …ar_idN10593 0 br Defines the options to be applied to the selected object type. These options a…
35350 …elp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\"\>Defines the character to be displayed after t…
35356 helpcontent2 source\text\shared\optionen\01050100.xhp 0 help hd_id3145382 5 0 br Snap to grid …
35357 …"appl\"\>\<caseinline select=\"DRAW\"\>Grid to Front \</caseinline\>\<caseinline select=\"IMPRESS\…
35362 …\<caseinline select=\"DRAW\"\>Snap Lines to Front \</caseinline\>\<caseinline select=\"IMPRESS\"\>…
35371 …p hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\"\>Specifies whether to change the current g…
35373to switch the visibility of the grid with the \<emph\>Grid - Visible Grid\</emph\> command on the …
35374 … hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\"\>Specifies whether to display the grid.\</…
35377to switch the visibility of the grid with the \<emph\>Grid - Visible Grid\</emph\> command on the …
35381 … hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\"\>Specifies whether to move frames, drawing…
35390 …\".uno:ToolsOptions\"\>Defines various settings for spreadsheets, contents to be displayed, and th…
35420 …tchinline\>, the \<emph\>Outline symbols\</emph\> option specifies whether to view the outline sym…
35422 …ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VSCROLL\"\>Specifies whether to display a vertical s…
35423 …r \<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_NIL\"\>Specifies whether to show numbers with th…
35425 …0 help par_id3148405 17 0 br Defines whether to display or hide objects, or use placeholders, fo…
35426 …elp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\"\>Specifies whether to view guides when mov…
35428 …s in the current document. By double clicking a note, the cursor will jump to the corresponding ce…
35429 … hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ROWCOLHEADER\"\>Specifies whether to display row and colu…
35430 …ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_FORMULA\"\>Specifies whether to show formulas instea…
35432 …lp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_PAGEBREAKS\"\>Specifies whether to view the page breaks…
35434 … \<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GRID\"\>Specifies whether to display grid lines b…
35440 …ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_HANDLES\"\>Specifies whether to display the handles …
35441to \<emph\>Tools - Options - %PRODUCTNAME\</emph\>\<emph\>- Appearance\</emph\>, under \<emph\>Sch…
35442to display the sheet tabs at the bottom of the spreadsheet document.\</ahelp\> If this box is not …
35444 …CPAGE_CONTENT_CB_VALUE\"\>Mark the\<emph\> Value highlighting \</emph\>box to highlight all values…
35445to display a horizontal scrollbar at the bottom of the document window.\</ahelp\> Note that there …
35452 helpcontent2 source\text\shared\optionen\01060300.xhp 0 help hd_id3148491 5 0 br Press Enter to m…
35458 …shared\optionen\01060300.xhp 0 help hd_id3154307 8 0 br Press Enter to switch to edit mode 20…
35463 …<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_MARKHDR\"\>Specifies whether to highlight column and…
35465 …0 br \<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EDITMODE\"\>Allows you to immediately edit the…
35467to automatically apply the formatting attributes of the selected cell to the empty adjacent cells.…
35470 …OUT_CB_REPLWARN\"\>Specifies that, when you paste cells from the clipboard to a cell range that is…
35471 …mula and you insert a new column after column B, the reference is expanded to A1:C1. If the range …
35472 …SCPAGE_LAYOUT_CB_EXPREF\"\>Specifies whether to expand references when inserting columns or rows a…
35482to edit this list in the \<emph\>Entries\</emph\> box, this button will change from \<emph\>Add\</…
35483 …GE_USERLISTS:ED_COPYFROM\"\>Defines the spreadsheet and the cells to copy, in order to include the…
35487 …> This button will change from \<emph\>New\</emph\> to \<emph\>Discard\</emph\>, which enables you…
35488to related rows and columns, the \<link href=\"text/shared/optionen/01060401.xhp\" name=\"Copy Lis…
35490 …0401.xhp 0 help bm_id3153341 0 br \<bookmark_value\>sort lists; copying to in Calc\</bookmark_v…
35496 …D_SCDLG_COLORROW_BTN_GROUP_ROWS\"\>Select the\<emph\> Rows \</emph\>option to summarize the conten…
35497 …br \<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\"\>Allows you to copy marked cells to a sort li…
35498 …CDLG_COLORROW_BTN_GROUP_COLS\"\>Select the\<emph\> Columns \</emph\>option to summarize the conten…
35508 …0500.xhp 0 help hd_id3152581 32 0 br Search criteria = and <> must apply to whole cells 2002-…
35518 …br \<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\"\>Specifies whether to distinguish between …
35523 …gs, the number of decimal places, and if capitalization or lower cases are to be considered when s…
35526 …elp par_id3148814 44 0 br If \<emph\>Search criteria = and <> must apply to whole cells \</emph\…
35528 …e whole cell exactly. When the \<emph\>Search criteria = and <> must apply to whole cells\</emph\>…
35529 …"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\"\>Defines the number of decimals to be displayed for num…
35531 …br \<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CALC\"\>Specifies whether to make calculations us…
35539 …\>=B5-B7\</item\> in B6 to calculate the net price, and type the formula \<item type=\"literal\"\>…
35544 …e the text in any cell as a label for the column below the text or the row to the right of the tex…
35550 …ionen\01060500.xhp 0 help par_id3154760 63 0 br Switch on the iterations to correctly calculate …
35552 …C\"\> This relates to the \<link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\"\>…
35553 …5416 46 0 br Select the start date for the internal conversion from days to numbers. 2002-02-…
35568 …lp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\"\>Specifies the color to highlight deletions …
35571 …lp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\"\>Specifies the color to highlight insertions…
35573 …red\optionen\01060600.xhp 0 help par_id3156343 13 0 br To record changes to your work, choose \<…
35574 …help hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\"\>Specifies the color to highlight moved cell…
35588 …us settings for newly created presentation documents, such as the contents to be displayed, the me…
35597 …CKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\"\>Specifies whether to display the rulers at the top and to t…
35601 …p hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\"\>Specifies whether to display guides when …
35602 … The \<emph\>Contour of each individual object \</emph\>option enables you to see if single object…
35618 …RID_SVXPAGE_GRID_CBX_SNAP_POINTS\"\>Specifies whether to align the contour of the graphic object t…
35619to Object Points\"\>\<emph\>Snap to Object Points\</emph\>\</link\>\</caseinline\>\<caseinline sel…
35621 …_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\"\>Specifies whether to align the contour of the graphic object t…
35622to Object Border\"\>\<emph\>Snap to Object Border\</emph\>\</link\>\</caseinline\>\<caseinline sel…
35623to Page Margins\"\>\<emph\>Snap to Page Margins\</emph\>\</link\>\</caseinline\>\<caseinline selec…
35624to move or create individual objects without snap positions, keep the \<switchinline select=\"sys\…
35626 …_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\"\>Snaps the edge of a dragged object to the nearest snap lin…
35629 …cted in the \<emph\>When rotating \</emph\>spin box.\</ahelp\> If you want to rotate an object out…
35631to Guides\"\>\<emph\>Snap to Guides\</emph\>\</link\>\</caseinline\>\<caseinline select=\"DRAW\"\>…
35632 …ween the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the …
35633 …hift key is pressed before you release the mouse button. This also applies to an ellipse (a circle…
35634 …RID_SVXPAGE_GRID_CBX_SNAP_BORDER\"\>Specifies whether to align the contour of the graphic object t…
35635 … reduction.\</ahelp\> When working with polygons, you might find it useful to reduce their editing…
35637 …ue\>\<bookmark_value\>printing; fitting to pages in presentations\</bookmark_value\>\<bookmark_val…
35648 helpcontent2 source\text\shared\optionen\01070400.xhp 0 help hd_id3153710 27 0 br Fit to page …
35656 …hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_COLOR\"\>Specifies that you want to print in original co…
35657 …=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_FRONT\"\>Select\<emph\> Front \</emph\>to print the front of a…
35659 …<emph\> Brochure \</emph\>option to print the document in brochure format.\</ahelp\> You can also …
35660 …lp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\"\>Specifies whether to scale down objects t…
35661 …\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_GRAYSCALE\"\>Specifies that you want to print colors as gray…
35662 …D:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAPERBIN\"\>Determines that the paper tray to be used is the one d…
35663 …r \<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\"\>Specifies whether to print the current da…
35664 …en\01070400.xhp 0 help par_id3153092 14 0 br Defines additional elements to be printed on the pa…
35665 …RADIOBUTTON:TP_PRINT_OPTIONS:RBT_DEFAULT\"\>Specifies that you do not want to further scale pages …
35666 …id=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_BACK\"\>Select \<emph\>Back\</emph\> to print the back of a …
35667 …ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\"\>Specifies whether to print the page name …
35668 …\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGETILE\"\>Specifies that pages are to be printed in tiled …
35670 …p hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES\"\>Specifies whether to print the pages that…
35672 …br \<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\"\>Specifies wither to print the current ti…
35673 …"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_BLACKWHITE\"\>Specifies that you want to print the document i…
35696 …soft PowerPoint adds the bottom spacing of a paragraph to the top spacing of the next paragraph to
35697 …\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE\"\>Specifies whether to activate the Wizard …
35698 …hnellbearb\"\>\<ahelp hid=\".uno:QuickEdit\"\>Specifies whether to immediately switch to the text …
35699to move an object with the \<emph\>Rotate\</emph\> tool enabled. If\<emph\> Object always moveable…
35701 …le id=\"textbereich\"\>\<ahelp hid=\".uno:PickThrough\"\>Specifies whether to select a text frame …
35702to use the cache for displaying objects on the master page.\</ahelp\> This speeds up the display. …
35706 …ON\"\>Maintains relative alignment of Bézier points and 2D drawing objects to each other when you …
35707 …br \<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_COPY\"\>Specifies whether to automatically create…
35712 …u always want a presentation to start with the current slide.\</ahelp\> Unmark\<emph\> Always with…
35715 …ing documents, including the contents to be displayed, the scale to be used, the grid alignment an…
35721to pages in $[officename] Math\</bookmark_value\>\<bookmark_value\>format filling printing in $[of…
35728 helpcontent2 source\text\shared\optionen\01090100.xhp 0 help hd_id3153896 14 0 br Fit to size …
35736 …=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_FRAME\"\>Applies a thin border to the formula area in …
35737 …MATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\"\>Adjusts the formula to the page format used…
35739 …TARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\"\>Specifies whether to include the contents…
35740 …IONPAGE_CB_TITLEROW\"\>Specifies whether you want the name of the document to be included in the p…
35750 …l the colors available for the data series.\</ahelp\> Select a data series to change its color. Se…
35752 …\shared\optionen\01110100.xhp 0 help par_id3150713 2 0 br Assigns colors to the data rows. The s…
35759 …shared\optionen\01130100.xhp 0 help hd_id3148451 15 0 br Load Basic code to edit 2002-02-02 0…
35763 …shared\optionen\01130100.xhp 0 help hd_id3154072 11 0 br Load Basic code to edit 2002-02-02 0…
35765 …\shared\optionen\01130100.xhp 0 help hd_id3155420 5 0 br Load Basic code to edit 2002-02-02 0…
35772to edit\</emph\> check box. If both boxes are marked and you edit the disabled Basic Code in the $…
35781 …x in the [S] column in front of the entry if a $[officename] OLE object is to be converted into th…
35782 …e box in the [L] column in front of the entry if a Microsoft OLE object is to be converted into th…
35800 …help par_id3148491 29 0 br The default entry applies to the currency format that is assigned to
35803 …complex text layout support. You can now modify the settings corresponding to complex text layout …
35805 helpcontent2 source\text\shared\optionen\01140000.xhp 0 help par_id3152938 18 0 br If you want to
35810 …mph\>Default currency\</emph\> field will be transmitted to all open documents and will lead to co…
35816 …onen\01140000.xhp 0 help par_idN106E2 0 br \<ahelp hid=\".\"\>Specifies to use the decimal sepa…
35841 …ID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\"\>Specifies that kerning is applied to both western text an…
35843 …</link\>, you can specify whether the list of forbidden characters applies to those at the beginni…
35844 …AGE_ASIAN_LAYOUT_RB_CHAR_KERNING\"\>Specifies that kerning is only applied to western text.\</ahel…
35846 …PAGE_ASIAN_LAYOUT_LB_LANGUAGE\"\>Specifies the language for which you want to define first and las…
35847 …ter typed here is positioned at the end of a line due to a line break, it is automatically moved t…
35850 …d at the beginning of a line after a line break, it is automatically moved to the end of the previ…
35855 …NS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\"\>Specifies the characters to be ignored.\</ahelp\…
35857 …_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\"\>Specifies the options to be treated as equal …
35869 … text cursor movement and text selection for mixed text (right-to-left mixed with left-to-right te…
35870to other characters. If Sequence Input Checking (SIC) is enabled, \<item type=\"productname\"\>%P…
35872 …E_OPTIONS_CTL_RB_MOVEMENT_VISUAL\"\>The text cursor moves to the right with Arrow Right and to the…
35873 …br System: All numbers are shown using Arabic or Hindi numerals, according to the locale settings …
35877 …OPTIONS_CTL_RB_MOVEMENT_LOGICAL\"\>The text cursor moves to the text end with Arrow Right and to t…
35885 …nen\01160100.xhp 0 help bm_id3154136 0 br \<bookmark_value\>connections to data sources (Base)\…
35893to stipulate that connections that are no longer needed are not deleted immediately, but are kept …
35894 …nen\01160100.xhp 0 help par_id3147571 2 0 br Defines how the connections to data sources are poo…
35897 …mark the \<emph\>Enable pooling for this driver\</emph\> checkbox in order to pool its connection.…
35902 …, modify, or remove entries to the list of registered databases. You must register a database with…
35904 … name and database file of all registered databases. Double-click an entry to edit.\</ahelp\> 2…
35906 … href=\"text/shared/optionen/01160201.xhp\"\>Database Link\</link\> dialog to create a new entry.\…
35910 … href=\"text/shared/optionen/01160201.xhp\"\>Database Link\</link\> dialog to edit the selected en…
35919 …\"1346111489\"\>Enter a name for the database. %PRODUCTNAME uses this name to access the database.…
35923 …nd applets in %PRODUCTNAME, including which Java Runtime Environment (JRE) to use. 2002-02-02 0…
35926 …_ENABLE\"\>Allows you to run Java applications and applets in %PRODUCTNAME.\</ahelp\> When a Java …
35931 …p hid=\"HID_OPTIONS_JAVA_LIST\"\>Select the JRE that you want to use.\</ahelp\> The path to the JR…
35932 …\<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\"\>Add a path to the root folder of a…
35937 …lasspath.xhp 0 help par_idN1056A 0 br You use this dialog to add folders and archives to the Ja…
35942 …ADDARCHIVE\"\>Select an archive file in jar or zip format and add the file to the class path.\</ah…
35944 …RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH\"\>Select a folder and add the folder to the class path.\</ah…
35946 …_REMOVE_PATH\"\>Select an archive or a folder in the list and click Remove to remove the object fr…
35950 …nen\javaparameters.xhp 0 help par_idN10549 0 br You can use this dialog to enter optional start…
35952 …parameter for a JRE as you would on a command line. Click Assign to add the parameter to the list …
35959 …ID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\"\>Adds the current JRE start parameter to the list.\</ahelp\> …
35962 …parameters.xhp 0 help par_idN105D8 0 br For example, to point the system property "myprop" to a…
35970 … options differ according to the security level. Macros that are allowed to run on a higher securi…
35972 …p par_idN1057C 0 br Only macros from trusted file locations are allowed to run. All other macro…
35973 …rusted Sources tab page. Any macro from a trusted file location is allowed to run.\</ahelp\> 20…
35975 …p par_idN105A6 0 br Only signed macros from trusted sources are allowed to run. Unsigned macros…
35976 …acros from a trusted source are allowed to run. In addition, any macro from a trusted file locatio…
35979 …acros from a trusted source are allowed to run. In addition, any macro from a trusted file locatio…
35982 …y_sl.xhp 0 help par_idN105D9 0 br \<ahelp hid=\".\"\>A macro can be set to auto-start, and it c…
35993 …d=\".\"\>Trusted file locations are used only if the security level is set to "very high". With th…
35995 …folder selection dialog. Select a folder from which all macros are allowed to execute.\</ahelp\> …
36002 …ionen\mailmerge.xhp 0 help par_idN1057F 0 br Enter the user information to use when you send e-…
36007 helpcontent2 source\text\shared\optionen\mailmerge.xhp 0 help par_idN105C0 0 br Send replies to
36008 …e e-mail address that you enter in the Reply address text box as the reply-to e-mail address.\</ah…
36010 …merge.xhp 0 help par_idN105DF 0 br \<ahelp hid=\".\"\>Enter the address to use for e-mail repli…
36018 …N10637 0 br \<ahelp hid=\".\"\>When available, uses a secure connection to send e-mails.\</ahel…
36022 …t/shared/optionen/testaccount.xhp\"\>Test Account Settings\</link\> dialog to test the current set…
36036 …en\online_update.xhp 0 help par_id2143925 0 br \<ahelp hid=\".\"\>Click to show a dialog box wh…
36039 …57130 0 br Online Update is a module that can be selected or deselected to be installed. Choose…
36041to check for online updates periodically, then select the time interval how often %PRODUCTNAME wil…
36043 … par_id7870113 0 br \<ahelp hid=\".\"\>Select to download an available online update automatica…
36044 …e options for the automatic notification and downloading of online updates to %PRODUCTNAME. 200…
36045 …displays an extended bubble help with some explaining text. Click the icon to proceed. 2002-02-…
36048 …</link\> tab page, click the \<emph\>Server Authentication\</emph\> button to specify the server s…
36050 …5BE 0 br \<ahelp hid=\".\"\>Enables the authentication that is required to send e-mail by SMTP.…
36058 … 0 help par_idN1061A 0 br \<ahelp hid=\".\"\>Select if you are required to first read your e-ma…
36073 …</link\> tab page, you can click the \<emph\>Test Settings\</emph\> button to test your settings. …
36079 …idN105AE 0 br \<ahelp hid=\".\"\>Click the \<emph\>Stop\</emph\> button to stop a test session …
36090 …r_idN105DB 0 br \<ahelp hid=\".\"\>Use the value list box to view values and copy them to the c…
36224 …_id8789025 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Opens a dialog to save the selected bi…
36374 …lue\>Macromedia Flash export\</bookmark_value\>\<bookmark_value\>exporting;to Macromedia Flash for…
36376 …WF)" as file format, the current Impress or Draw document will be exported to the Macromedia Flash…
36379 … This wizard guides you through the export process and includes the option to save the pictures in…
36401 helpcontent2 source\text\simpress\01\01180001.xhp 0 help hd_id3155439 36 0 br Fit object to paper…
36442 …p par_id3147564 21 0 br \<ahelp hid=\"HID_SD_NAVIGATOR_TBI_LAST\"\>Jumps to the last slide in th…
36446 … hid=\"HID_SD_NAVIGATOR\"\>Opens the Navigator, where you can quickly jump to other slides or move…
36453 …VIGATOR_LB\"\>Lists available $[officename] files.\</ahelp\> Select a file to display the contents…
36458 … par_id3153564 12 0 br \<ahelp hid=\"HID_SD_NAVIGATOR_TBI_FIRST\"\>Jumps to the first slide in t…
36461 …ared/00/00000005.xhp#andocken\" name=\"dock\"\>dock\</link\> the Navigator to the edge of your wor…
36463 …hid=\"HID_SD_NAVIGATOR_TLB\"\>Lists available slides. Double-click a slide to make it the active s…
36466 …_id3156448 48 0 br Press \<item type=\"keycode\"\>Ctrl+Shift+F5\</item\> to open the Navigator w…
36467 … hid=\"HID_SD_NAVIGATOR_TBI_PEN\"\>Switches the mouse pointer to a pen that you can use to write o…
36468 … choose to display a list of all shapes or only the named shapes. Use drag-and-drop in the list to
36483 …licate object. If you are making more than one copy, this color is applied to the last copy. \</ah…
36486 …MTR_FLD_WIDTH\" visibility=\"visible\"\>Enter the amount by which you want to enlarge or reduce th…
36490 …6 0 br Sets the position and rotation of a duplicate object with respect to the selected object.…
36491 …M_FLD_COPIES\" visibility=\"visible\"\>Enter the number of copies you want to make.\</ahelp\> 2…
36492 …. Positive values shift the duplicate object to the right and negative values shift the duplicate …
36493 …TR_FLD_ANGLE\" visibility=\"visible\"\>Enter the angle (0 to 359 degrees) by which you want to rot…
36496 …TR_FLD_HEIGHT\" visibility=\"visible\"\>Enter the amount by which you want to enlarge or reduce th…
36517 …\<ahelp hid=\"SD:CHECKBOX:DLG_MORPH:CBX_ATTRIBUTES\"\>Applies cross-fading to the line and fill pr…
36539 …09.xhp\" name=\"rulers\"\>rulers\</link\> to position objects in the workspace, to set paragraph i…
36550 …hp 0 help par_id3145251 2 0 br \<ahelp hid=\"HID_SD_BTN_DRAW\"\>Switches to normal view where yo…
36554 …link\>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the be…
36555 …0 help par_id3152597 2 0 br \<ahelp hid=\"HID_SD_BTN_OUTLINE\"\>Switches to outline view where y…
36556 …56382 4 0 br The upper outline level corresponds to slide titles, and the lower levels correspon…
36561 …1\03110000.xhp 0 help bm_id3153190 0 br \<bookmark_value\>notes; adding to slides\</bookmark_va…
36563 … 2 0 br \<ahelp hid=\"HID_SD_BTN_NOTES\"\>Switches to notes page view, where you can add notes t…
36566 … br \<ahelp hid=\"HID_SD_BTN_HANDOUT\"\>Switches to handout page, where you can scale several slid…
36580 …id=\"HID_SD_BTN_MASTERPAGE\"\>Switches to one of several master views, where you can add elements …
36584 …help hid=\".uno:SlideMasterPage\"\>Switches to slide master view, where you can add elements that …
36585 …hid=\".\" visibility=\"hidden\"\>Select a slide master and click this icon to rename the slide mas…
36586 …o the document. Double-click the new slide master on the Slides pane to apply it to all slides.\</…
36588 …hid=\".\" visibility=\"hidden\"\>Select a slide master and click this icon to remove the slide mas…
36596 …\<ahelp hid=\".\"\>Add header, footer, date, and slide number placeholders to the master slide.\</…
36599 …IDE\"\>Adds or removes header, footer, date, and slide number placeholders to the layout of the ma…
36602 …d:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER\"\>Adds a header placeholder to the master slides fo…
36604 …:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE\"\>Adds a date/time placeholder to the master slide.\</…
36606 …d:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER\"\>Adds a footer placeholder to the master slide.\</…
36608 …RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER\"\>Adds a slide number placeholder to the master slide.\</…
36611 …d=\"SID_MASTER_LAYOUTS_NOTES\"\>Add header, footer, date, and slide number to the notes master sli…
36622 …\simpress\01\03152000.xhp 0 help par_idN106BA 0 br Specify the elements to include on your slid…
36624 …ER\"\>Adds the text that you enter in the \<emph\>Footer text\</emph\> box to the bottom of the sl…
36626 …ID_SD_TABPAGE_HEADERFOOTER:TB_FOOTER_FIXED\"\>Adds the text that you enter to the bottom of the sl…
36628 …ER\"\>Adds the text that you enter in the \<emph\>Header text\</emph\> box to the top of the slide…
36630 …ID_SD_TABPAGE_HEADERFOOTER:TB_HEADER_FIXED\"\>Adds the text that you enter to the top of the slide…
36632 …CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME\"\>Adds the date and time to the slide.\</ahelp\>…
36643 helpcontent2 source\text\simpress\01\03152000.xhp 0 help par_idN107D1 0 br Apply to All 2002-…
36644 …shButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLYTOALL\"\>Applies the settings to all the slides in yo…
36646 …utton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLY\"\>Applies the current settings to the selected slides.…
36662 …\"\>Applies master slide background to the new slide. \</caseinline\>\<defaultinline\>Apply master…
36689 … the rulers and drop them on the page. To delete a snap line, drag it back to the ruler. 2002-0…
36691 …50533 6 0 br Sets the position of a selected snap point or line relative to the top left corner …
36692 …\>Inserts a snap point or snap line (also known as guide) that you can use to quickly align object…
36693 …0 help par_id3153040 24 0 br You can also drag a snap point or snap line to a new position. 2…
36695 …r_id3153815 3 0 br Draw or move an object near a snap point or snap line to snap it in place. …
36696 … 0 help par_id3154503 12 0 br Specified the type of snap object you want to insert. 2002-02-0…
36704 …Item\"\>Sets the position of the selected snap point or snap line relative to the top left corner …
36714 …simpress\01\04110000.xhp 0 help par_id3155446 4 0 br You can also choose to only insert specific…
36723to the file name and select the elements you want to insert. Hold down \<switchinline select=\"sys…
36724 helpcontent2 source\text\simpress\01\04110100.xhp 0 help par_id3151073 2 0 br Allows you to inser…
36725 helpcontent2 source\text\simpress\01\04110100.xhp 0 help par_id3155962 5 0 br If you want to inse…
36727 … At the prompt, click \<emph\>Yes \</emph\>to scale the elements to fit on the slide or \<emph\>No…
36734 …ess\01\04110200.xhp 0 help par_id3154702 5 0 br Select the text you want to insert from the list…
36743 helpcontent2 source\text\simpress\01\04130000.xhp 0 help par_id3149019 4 0 br If you want to keep…
36752 helpcontent2 source\text\simpress\01\04990000.xhp 0 help par_id3145799 3 0 br If you want to edit…
36774 …age number into the current slide or page.\</ahelp\> If you want to add a page number to every sli…
36797 …e changes are automatically applied to all of the elements formatted with this style in your docum…
36802to an object on your slide. Click the paint bucket icon and then click an object in your slide to
36826 …SLT:CBX_MASTER_PAGE\"\>Applies the background of the selected slide design to all of the slides in…
36827 …splays the slide designs you can apply to your slide. Select a design and click \<emph\>OK \</emph…
36849 …_id3154016 4 0 br Select a design category, and then a template you want to apply. 2002-02-02…
36894 helpcontent2 source\text\simpress\01\05150000.xhp 0 help hd_id3150930 83 0 br Parallel to line …
36900 …mension measurement units. You can also select a measurement unit you want to display from the lis…
36902 …CTL_POSITION\"\>Determines the position of the dimension text with respect to the dimension line a…
36908 …er\</link\> called \<emph\>Dimension Lines\</emph\>. If you set that layer to invisible, you will …
36910 …X:RID_SVXPAGE_MEASURE:TSB_PARALLEL\"\>Displays the text parallel to or at 90 degrees to the dimens…
36911 helpcontent2 source\text\simpress\01\05150000.xhp 0 help par_id3156382 85 0 br If you want to mod…
36915 …ance properties of the dimension line and the guides with respect to each other and to the baselin…
36941 …205 24 0 br \<ahelp hid=\".uno:NewRouting\"\>Resets the line skew values to the default.\</ahelp…
36949 …0.xhp 0 help par_id3153418 4 0 br Select the object(s) that you want to move to the foreground. …
36954 …50600.xhp 0 help par_id3149121 4 0 br Select the object(s) that you want to move behind an other…
36966 helpcontent2 source\text\simpress\01\06040000.xhp 0 help hd_id3149257 3 0 br Apply to selected sl…
36970 …FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT\"\>Select the slide transition you want to use for the selected…
36974 …par_id3154704 54 0 br To apply the same transition effect to more than one slide, switch to the …
36978 …ress\01\06040000.xhp 0 help par_idN10724 0 br \<ahelp hid=\".\"\>Select to play the sound repea…
36982 …\06040000.xhp 0 help par_idN10737 0 br \<ahelp hid=\".\"\>Specifies how to get the next slide.\…
36983 helpcontent2 source\text\simpress\01\06040000.xhp 0 help par_idN1073B 0 br Apply to All Slides …
36985 …01\06040000.xhp 0 help par_idN10744 0 br \<ahelp hid=\".\"\>Select to advance to the next slide…
36988 …01\06040000.xhp 0 help par_idN10751 0 br \<ahelp hid=\".\"\>Select to advance to the next slide…
36989 …_idN1075E 0 br \<ahelp hid=\".\"\>Applies the selected slide transition to all slides in the cu…
36992 …ress\01\06040000.xhp 0 help par_idN10785 0 br \<ahelp hid=\".\"\>Select to see the slide transi…
37013 …ects in the animation. You can also press the \<emph\>Play\</emph\> button to view the animation. …
37016 …6 0 br \<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_FIRST\"\>Jumps to the first image in t…
37022 …tion of the current image in the animation sequence.\</ahelp\> If you want to view another image, …
37023 …nimation on the current slide.\</ahelp\> You can only use existing objects to create an animation.…
37026 …\"SD_TIMEFIELD_FLT_WIN_ANIMATION_TIME_FIELD\"\>Enter the number of seconds to display the current …
37028 … GIF, and click this icon to open it for editing. When you are finished editing the animation, cli…
37042 …of times that the animation is played.\</ahelp\> If you want the animation to play continuously, c…
37043 …14 0 br \<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_LAST\"\>Jumps to the last image in th…
37054 …able id=\"effekttext\"\>\<ahelp hid=\".uno:EffectWindow\"\>Assigns effects to selected objects.\</…
37059 …9F 0 br Each list entry can consist of the following columns, from left to right: 2002-02-02…
37066 …\"text/simpress/01/animationeffect.xhp\"\>Custom Animation\</link\> dialog to add another animatio…
37068 …\"text/simpress/01/animationeffect.xhp\"\>Custom Animation\</link\> dialog to change the animation…
37077 …itional properties of the animation. Click the \<emph\>...\</emph\> button to open the \<link href…
37081 …hp 0 help par_idN1082B 0 br \<ahelp hid=\".\"\>Click one of the buttons to move the selected an…
37087 …ress\01\06060000.xhp 0 help par_idN10840 0 br \<ahelp hid=\".\"\>Select to preview new or edite…
37092 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3145237 5 0 br Go to previous slide…
37093 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3146879 7 0 br Go to first slide …
37095 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3148725 8 0 br Go to last slide …
37101 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3150128 13 0 br Go to document 2…
37114 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3155258 9 0 br Go to page or object…
37117 helpcontent2 source\text\simpress\01\06070000.xhp 0 help hd_id3157900 6 0 br Go to next slide …
37120 …06070000.xhp 0 help par_id3147171 63 0 br Locate the sound file you want to play. 2002-02-02 …
37122 …s\01\06070000.xhp 0 help par_id3148417 86 0 br Locate the macro you want to run. 2002-02-02 0…
37123 helpcontent2 source\text\simpress\01\06070000.xhp 0 help par_id3148585 50 0 br Jumps to a slide o…
37124 …EDIT_TP_ANIMATION_EDT_MACRO\"\>Enter a path to the macro you want to run, or click \<emph\>Browse …
37125 …_TP_ANIMATION_EDT_PROGRAM\"\>Enter a path to the program you want to start, or click \<emph\>Brows…
37126 helpcontent2 source\text\simpress\01\06070000.xhp 0 help par_id3149891 49 0 br Jumps to the last …
37128 helpcontent2 source\text\simpress\01\06070000.xhp 0 help par_id3150479 48 0 br Jumps to the first…
37129 …T:TP_ANIMATION:EDT_DOCUMENT\"\>Enter a path to the file you want to open, or click \<emph\>Browse …
37131 …ON_EDT_BOOKMARK\"\>Enter the name of the slide or the object that you want to look for.\</ahelp\> …
37135 …selected object during a slide show.\</ahelp\> You can also assign actions to grouped objects. …
37136 …01\06070000.xhp 0 help par_id3154097 82 0 br Locate the program you want to start. 2002-02-02…
37143 …T:TP_ANIMATION:EDT_SOUND\"\>Enter a path to the sound file you want to open, or click \<emph\>Brow…
37144 …lp hid=\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEARCH\"\>Locate the file you want to open.\</ahelp\> 2…
37179 …ationDialog\"\>Defines settings for your slide show, including which slide to start from, the way …
37182 …s displayed between the final slide and the start slide. Press the Esc key to stop the show.\</ahe…
37187 …X:DLG_START_PRESENTATION:CBX_PEN\"\>Changes the mouse pointer to a pen which you can use to draw o…
37191 …press\01\06080000.xhp 0 help par_id3154766 4 0 br Specifies which slides to include in the slide…
37193 …ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_CHANGE_PAGE\"\>Advances to the next slide when …
37194 …simpress\01\06080000.xhp 0 help par_id4846339 0 br If the system allows to span a window over a…
37195 …80000.xhp 0 help par_id5168919 0 br \<ahelp hid=\".\"\>Select a monitor to use for full screen …
37196 …esktop is displayed on more than one monitor, you can select which monitor to use for full screen …
37207 …how using slides within the current presentation. You can then pick slides to meet the needs of yo…
37213 …Ensure that \<emph\>Use Custom Slide Show\</emph\> is selected if you want to run a custom present…
37221 …\>Removes a slide from the \<emph\>Selected slides \</emph\>list. You need to choose a slide in th…
37225 … 0 br Select a slide and click \<emph\>>>\</emph\> or \<emph\><<\</emph\> to add or remove the sl…
37226 …OMSHOW_BTN_ADD\"\>Adds an existing slide to the bottom of the \<emph\>Selected slides\</emph\> lis…
37232 …6 2 0 br \<ahelp hid=\".uno:ChangeBezier\"\>Converts the selected object to a Bézier curve.\</ah…
37243 helpcontent2 source\text\simpress\01\13050200.xhp 0 help hd_id3155066 4 0 br Convert to Polygon …
37245to a polygon (a closed object bounded by straight lines).\</ahelp\> The appearance of the object d…
37247 …id=\"SD:NUMERICFIELD:DLG_VECTORIZE:NM_LAYERS\"\>Enter the number of colors to be displayed in the …
37248 …5 19 0 br Preview of the converted image. Click \<emph\>Preview\</emph\> to generate the vectori…
37251 …elp par_id3153713 5 0 br The following options are required to convert a bitmap image to a polyg…
37257 … 0 br \<link href=\"text/simpress/01/13050300.xhp\" name=\"Convert to 3D\"\>Convert to 3D\</link\>…
37258 …cluding clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as …
37259 …s\01\13050300.xhp 0 help par_id3146965 9 0 br Press F3 to quickly enter a group and Ctrl+F3 to l…
37260 …riable id=\"anmerkung\"\>The selected object is first converted to a contour, and then to a 3D obj…
37261 … par_id3149127 3 0 br If you select two or more objects and convert them to 3D, the result is a …
37263 …1\13050300.xhp 0 help par_id3151242 5 0 br Converting a group of objects to 3D does not change t…
37264 …ref=\"text/shared/01/05350000.xhp\" name=\"3D Effect\"\>3D Effect\</link\> to the converted object…
37265 … 2 0 br \<ahelp hid=\".uno:ConvertInto3D\"\>Converts the selected object to a three-dimensional …
37266 helpcontent2 source\text\simpress\01\13050300.xhp 0 help tit 0 br Convert to 3D 2002-02-02 0…
37267 …link href=\"text/simpress/01/13050400.xhp\" name=\"Convert to 3D Rotation Object\"\>Convert to 3D …
37269 helpcontent2 source\text\simpress\01\13050400.xhp 0 help tit 0 br Convert to 3D Rotation Object …
37270 …142 0 br \<bookmark_value\>converting; to bitmaps\</bookmark_value\>\<bookmark_value\>bitmaps; …
37272 … 0 br \<ahelp hid=\".uno:ConvertIntoBitmap\"\>Converts the selected object to a bitmap (a grid of …
37276 … br \<bookmark_value\>converting; to metafile format (WMF)\</bookmark_value\>\<bookmark_value\>met…
37280 … br \<ahelp hid=\".uno:ConvertIntoMetaFile\"\>Converts the selected object to Windows Metafile For…
37282 …19 0 br \<bookmark_value\>converting; to contours\</bookmark_value\>\<bookmark_value\>contours;…
37284to a polygon, or a group of polygons.\</ahelp\> If the conversion creates a group of polygons (for…
37285to a contour, you can no longer edit it as you normally would. Instead, you can edit the contour a…
37296 …ects with a line.\</ahelp\> Closed objects containing a fill are converted to lines and lose their…
37300 …ress\01\13170000.xhp 0 help par_id3153726 3 0 br You cannot apply a fill to closed shapes that h…
37308 ….uno:Merge\" visibility=\"visible\"\>Adds the area of the selected objects to the area of the lowe…
37319 …nimationeffect.xhp 0 help par_idN1055D 0 br Adds a new animation effect to the object selected …
37332 …oneffect.xhp 0 help par_idN10598 0 br \<ahelp hid=\"878871556\"\>Select to preview new or edite…
37333 …elp hid=\"878874113\" visibility=\"hidden\"\>Select an effect and click OK to assign it.\</ahelp\>…
37340 …idN105BB 0 br Assign an effect to an object, then click the Effect Options button (it displays …
37346 … 0 help par_id1145359 0 br \<ahelp hid=\".\"\>Enable to assign a gradually decreasing speed to
37348 … 0 help par_id5049287 0 br \<ahelp hid=\".\"\>Enable to assign a gradually increasing speed to
37359 …dN10726 0 br \<emph\>Other sound\</emph\> - displays a file open dialog to select a sound file.…
37363 ….xhp 0 help par_idN10737 0 br \<ahelp hid=\"878824973\"\>Select a color to be shown after the a…
37388 …p 0 help par_idN10606 0 br \<ahelp hid=\"878855173\"\>Deselect this box to animate only the tex…
37391 …7F 0 br \<ahelp hid=\"878860804\"\>Enter an additional delay in seconds to animate subsequent p…
37408 … par_idN106AD 0 br \<ahelp hid=\"878841864\"\>Specifies whether and how to repeat the current e…
37412 …106D1 0 br \<ahelp hid=\"878838793\"\>Specifies whether to let the animated shape return to its…
37413 …p 0 help par_idN106DE 0 br \<ahelp hid=\"878838283\"\>Specifies whether to let the animation st…
37414 …p 0 help par_idN106EB 0 br \<ahelp hid=\"878838284\"\>Specifies whether to let the animation st…
37419 …ultinline\>Slide \</defaultinline\>\</switchinline\> Pane to add, to rename, to delete, and to arr…
37424 …task pane contains pages to specify the master pages, layouts, custom animation, and slide transit…
37426 … Pages tab page, where you apply a master page (background) to all slides (left-click) or to the s…
37430 …FA 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Left-click to apply the master page to all sli…
37431 …7 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Applies the master page to all slides.\</ahelp\…
37432 …d=\".\" visibility=\"hidden\"\>Applies the master page or the slide design to the selected slides.…
37434 …ity=\"hidden\"\>Opens the Layouts tab page, where you apply a slide design to the selected slide o…
37435 …dN107CB 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to apply a slide design to all sele…
37436 …y=\"hidden\"\>Opens the Custom Animation tab page, where you apply effects to the selected objects…
37437 …"\>Opens the Slide Transition tab page, where you apply transition effects to the selected slides.…
37446 …4012 2 0 br \<ahelp hid=\".uno:PagesPerRow\"\>Enter the number of slides to display on each row …
37454 ….\"\>Enter the amount of time before the slide show automatically advances to the next slide.\</ah…
37487 …oom In \</emph\>tool and drag a rectangular frame around the area you want to enlarge. 2002-02-…
37488 …_id3146135 32 0 br \<ahelp hid=\".uno:ZoomOptimal\"\>Resizes the display to include all of the o…
37489 …ges the screen display of the current document. Click the arrow next to the icon to open the \<emp…
37493 …e $[officename] window.\</ahelp\> Place the pointer on the slide, and drag to move the slide. When…
37502 …_id3151277 35 0 br \<ahelp hid=\".uno:ZoomObjects\"\>Resizes the display to fit the object(s) yo…
37503 … 0 br \<ahelp hid=\".uno:ZoomPrevious\"\>Returns the display of the slide to the previous zoom fa…
37519 …bjects\</bookmark_value\>\<bookmark_value\>3D rotation objects; converting to\</bookmark_value\>\<…
37524 helpcontent2 source\text\simpress\02\10030000.xhp 0 help hd_id3151185 27 0 br Set to circle (slan…
37529 …<ahelp hid=\".uno:ConvertInto3DLathe\"\>Converts the selected 2D object(s) to a 3D object, by rota…
37533to change the direction of the transparency gradient. Drag the black handle to change the length o…
37535 …e object in the direction you want to rotate it. To skew an object, drag a center handle in the di…
37536 …DUCTNAME\</item\> Draw \<emph\>Mode \</emph\>toolbar, click the arrow next to the \<emph\>Effects …
37539to the selected object in \<emph\>Format - Area\</emph\>.\</ahelp\> Drag the handles of the gradie…
37541 …cted object to change its shape.\</ahelp\> If the selected object is not a polygon or Bézier curve…
37542to a new location to change the shape of the converted object. To change the orientation of the sy…
37544 …elected object to distort it.\</ahelp\> If the selected object is not a polygon or Bézier curve, y…
37546 …elected object to distort it.\</ahelp\> If the selected object is not a polygon or Bézier curve, y…
37552 helpcontent2 source\text\simpress\02\10030000.xhp 0 help par_id3153156 28 0 br Set to circle (sla…
37556 …t point. Double-click an object to move the pivot point to the center of the object. You can also …
37558to the selected object.\</ahelp\> The transparency line represents a a grayscale, with the black h…
37562to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s…
37581 …ignLeft\"\>When the object is resized, the current gluepoint remains fixed to the left edge of the…
37582 … 11 0 br \<ahelp hid=\".uno:GlueEscapeDirectionTop\"\>Connector attaches to the top edge of the …
37583 …Center\"\>When the object is resized, the current glue point remains fixed to the center of the ob…
37585 …Bottom\"\>When the object is resized, the current glue point remains fixed to the bottom edge of t…
37590 …4 0 br \<ahelp hid=\".uno:GlueEscapeDirectionRight\"\>Connector attaches to the right edge of th…
37592 … 0 br \<ahelp hid=\".uno:GlueEscapeDirectionBottom\"\>Connector attaches to the bottom edge of t…
37593 …ignTop\"\>When the object is resized, the current glue point remains fixed to the top edge of the …
37598 … 8 0 br \<ahelp hid=\".uno:GlueEscapeDirectionLeft\"\>Connector attaches to the left edge of the…
37601 …Center\"\>When the object is resized, the current glue point remains fixed to the vertical center …
37606 …nRight\"\>When the object is resized, the current glue point remains fixed to the right edge of th…
37618 …t\simpress\02\10050000.xhp 0 help hd_id3148390 14 0 br Fit Vertical Text to Frame 2002-02-02 …
37621 helpcontent2 source\text\simpress\02\10050000.xhp 0 help hd_id3166466 6 0 br Fit Text to Frame …
37624to fit the dimensions of the frame. (Enable Asian text support to enable this icon).\</ahelp\> Cli…
37628 …\simpress\02\10050000.xhp 0 help par_id3150472 16 0 br Fit Vertical Text to Frame 2002-02-02 …
37629 … in the current document. The text that you enter is automatically resized to fit the dimensions o…
37630 helpcontent2 source\text\simpress\02\10050000.xhp 0 help par_id3150860 7 0 br Fit Text to Frame …
37631 … callout to resize the callout. To change a rectangular callout to a rounded callout, drag the lar…
37647 …ou drag in the current document. Click where you want to place a corner of the square, and drag to
37649 …ag in the current document. Click where you want to place a corner of the rounded rectangle, and d…
37651 …u drag in the current document. Click where you want to place a corner of the rectangle, and drag
37653 …ou drag in the current document. Click where you want to place a corner of the square, and drag to
37655 …rag in the current document. Click where you want to place a corner of the rounded square, and dra…
37657 …u drag in the current document. Click where you want to place a corner of the rectangle, and drag
37658 …rag in the current document. Click where you want to place a corner of the rounded square, and dra…
37660 …ag in the current document. Click where you want to place a corner of the rounded rectangle, and d…
37690 … where you drag in the current document. Click where you want to draw the oval, and drag to the si…
37691to the size you want, and then click to define the starting point of the arc. Move your pointer to
37693to the size you want, and then click to define the starting point of the arc. Move your pointer to
37695 …where you drag in the current document. Click where you want to draw the circle, and drag to the s…
37699to the size you want, and then click to define the first radius line. Move your pointer to where y…
37702to the size you want, and then click to define the first radius line. Move your pointer to where y…
37713to the size you want, and then click to define the first radius line. Move your pointer to where y…
37716 … where you drag in the current document. Click where you want to draw the oval, and drag to the si…
37724 …where you drag in the current document. Click where you want to draw the circle, and drag to the s…
37725to the size you want, and then click to define the starting point of the diameter line. Move your …
37727to the size you want, and then click to define the starting point of the diameter line. Move your …
37728to the size you want, and then click to define the first radius line. Move your pointer to where y…
37730to the size you want, and then click to define the starting point of the diameter line. Move your …
37731to the size you want, and then click to define the starting point of the diameter line. Move your …
37743 …reates a closed shape by drawing a straight line segment from the endpoint to the starting point o…
37744 …ens the \<emph\>Lines\</emph\> toolbar, where you can add lines and shapes to the current slide.\<…
37748to start, drag, release, and then move the pointer to where you want the curve to end and click. M…
37749 …gree. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag…
37753to start the polygon, and drag to draw a line segment. Click again to define the end of the line s…
37762to start the polygon, and drag to draw a line segment. Click again to define the end of the line s…
37763to multiples of 45 degrees. If you hold down the \<switchinline select=\"sys\"\>\<caseinline selec…
37793 …>Open the \<emph\>3D Objects\</emph\> toolbar, where you can add 3D shapes to the current slide.\<…
37796 …hree axes, click to select the object, and then click again to display its rotation handles. Drag …
37838 …with an arrow at the endpoint. Click a connection point on an object, drag to a connection point o…
37842 … and an arrow at the endpoint. Click a connection point on an object, drag to a connection point o…
37851 …Open the \<emph\>Connectors\</emph\> toolbar, where you can add connectors to objects in the curre…
37852 …"text/simpress/02/10030200.xhp\" name=\"glue point\"\>glue point\</link\>, to an object. 2002-0…
37853 …ctor with arrows at both ends. Click a connection point on an object, drag to a connection point o…
37854 …bends near a connection point. Click a connection point on an object, drag to a connection point o…
37855 …bends near a connection point. Click a connection point on an object, drag to a connection point o…
37860 …bends near a connection point. Click a connection point on an object, drag to a connection point o…
37861 …n arrow at the starting point. Click a connection point on an object, drag to a connection point o…
37862 … and has circles at both ends. Click a connection point on an object, drag to a connection point o…
37863 …tor with circles at both ends. Click a connection point on an object, drag to a connection point o…
37864 …n arrow at the starting point. Click a connection point on an object, drag to a connection point o…
37869 …aws a straight line connector. Click a connection point on an object, drag to a connection point o…
37878 … circle at the starting point. Click a connection point on an object, drag to a connection point o…
37881 … circle at the starting point. Click a connection point on an object, drag to a connection point o…
37888 …n arrow at the starting point. Click a connection point on an object, drag to a connection point o…
37893 …Draws a curved line connector. Click a connection point on an object, drag to a connection point o…
37894 …bends near a connection point. Click a connection point on an object, drag to a connection point o…
37895 … circle at the starting point. Click a connection point on an object, drag to a connection point o…
37897 …with a circle at the endpoint. Click a connection point on an object, drag to a connection point o…
37898 … and a circle at the endpoint. Click a connection point on an object, drag to a connection point o…
37905 …ends and circles at both ends. Click a connection point on an object, drag to a connection point o…
37908to a connection point on another object, and then release. You can also drag to an empty part of y…
37911 …ctor with arrows at both ends. Click a connection point on an object, drag to a connection point o…
37912 …with a circle at the endpoint. Click a connection point on an object, drag to a connection point o…
37913 …with an arrow at the endpoint. Click a connection point on an object, drag to a connection point o…
37914 …bends near a connection point. Click a connection point on an object, drag to a connection point o…
37915 …bends and arrows at both ends. Click a connection point on an object, drag to a connection point o…
37923 …tor with circles at both ends. Click a connection point on an object, drag to a connection point o…
37927 …t and has arrows at both ends. Click a connection point on an object, drag to a connection point o…
37929 …or more 90-degree angle bends. Click a connection point on an object, drag to a connection point o…
37944 …ar, where you can add objects, including charts, spreadsheets, and images, to your document.\</ahe…
37959 …ith an arrow where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37960 …traight line where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37964 …, where you can add straight lines, lines with arrows, and dimension lines to the current slide or…
37965 …mph\>Dimension Line\</emph\> icon. Move your pointer to where you want the line to start and drag
37967 …ith a circle where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37969to be the same length as the side of a nearby object, hold down the \<switchinline select=\"sys\"\…
37971 …er\</link\> called \<emph\>Dimension Lines\</emph\>. If you set that layer to invisible, you will …
37974 …ith an arrow where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37979 …ith an arrow where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37986 …ith a square where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37989 …at both ends where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37991 …ith an arrow where you drag in the current document. To constrain the line to 45 degrees, hold dow…
37995 …hid=\".\"\>Specifies the properties of a 3D object or converts a 2D object to 3D.\</ahelp\> 200…
38042 …fter you click an object, and then click it again.\</ahelp\> Drag a handle to rotate the object in…
38047 …o:AnimationMode\"\>Plays a preview of an animation effect that is assigned to an object, when you …
38053 …id=\".uno:ActionMode\"\>Runs a preview of the interaction that is assigned to an object, when you …
38063 …00.xhp 0 help bm_id3150010 0 br \<bookmark_value\>text; double-clicking to edit\</bookmark_valu…
38064 …k href=\"text/simpress/02/13060000.xhp\" name=\"Double-Click to add Text\"\>Double-Click to add Te…
38065 …\>Changes the mouse-click behavior, so that you can double-click an object to add or edit text.\</…
38067 helpcontent2 source\text\simpress\02\13060000.xhp 0 help par_id3155445 3 0 br Double-click to add…
38068 helpcontent2 source\text\simpress\02\13060000.xhp 0 help tit 0 br Double-Click to add Text 20…
38089 ….uno:LeaveAllGroups\" visibility=\"visible\"\>Exits all groups and returns to normal view.\</ahelp…
38092 … 0 br \<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\"\>Snap to Guides\</li…
38094 helpcontent2 source\text\simpress\02\13140000.xhp 0 help par_id3154255 3 0 br Snap to Guides 2…
38095 helpcontent2 source\text\simpress\02\13140000.xhp 0 help tit 0 br Snap to Guides 2002-02-02 0…
38096 …0 br \<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"\>Snap to Page Mar…
38098 helpcontent2 source\text\simpress\02\13150000.xhp 0 help par_id3156384 2 0 br Snap to Page Margin…
38099 helpcontent2 source\text\simpress\02\13150000.xhp 0 help tit 0 br Snap to Page Margins 2002-0…
38100 …0 br \<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"\>Snap to Object …
38102 helpcontent2 source\text\simpress\02\13160000.xhp 0 help par_id3154018 2 0 br Snap to Object Bord…
38103 helpcontent2 source\text\simpress\02\13160000.xhp 0 help tit 0 br Snap to Object Border 2002-…
38104 …0 br \<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"\>Snap to Object …
38105 helpcontent2 source\text\simpress\02\13170000.xhp 0 help par_id3148664 2 0 br Snap to Object Poin…
38107 helpcontent2 source\text\simpress\02\13170000.xhp 0 help tit 0 br Snap to Object Points 2002-…
38179 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id2616351 0 br Switch to the previo…
38180 …t\simpress\04\01020000.xhp 0 help par_id3145073 138 0 br Moves the focus to the next slide. 2…
38183 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3145412 51 0 br Jump to first slid…
38189 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3147088 80 0 br Bring to Front. …
38193 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3148393 28 0 br Fit text to frame.…
38196 …can edit the individual objects of the group. Click outside the group to return to the normal view…
38197 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3149563 130 0 br Moves to the next…
38198 …0 help par_id3149757 45 0 br Type a number of a slide and press Enter to go to the slide. 200…
38200 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3149984 43 0 br Go to next slide w…
38201 …20000.xhp 0 help par_id3150262 41 0 br Play next effect (if any, else go to next slide). 2002…
38203 …<defaultinline\>Ctrl\</defaultinline\>\</switchinline\> and drag an object to create a copy of the…
38204 …p 0 help par_id3150689 109 0 br Hold down Shift while dragging to resize an object to maintain t…
38205 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3150702 55 0 br Go to the previous…
38213 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3152775 86 0 br Send to Back. 2…
38217 …t\simpress\04\01020000.xhp 0 help par_id3153268 136 0 br Moves the focus to the first slide. …
38219 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3153690 57 0 br Go to the next sli…
38221 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3153906 47 0 br Go to the previous…
38222 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3154258 53 0 br Jump to the last s…
38234 … adjacent items or a text passage. Click at the start of a selection, move to the end of the selec…
38235 …ion \</caseinline\>\<defaultinline\>Alt\</defaultinline\>\</switchinline\> to draw or resize objec…
38239 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id4433423 0 br Switch to the next s…
38249 …ue\>3D objects; generating\</bookmark_value\>\<bookmark_value\>converting; to curves, polygons, 3D…
38250 …s\guide\3d_create.xhp 0 help hd_id3145410 65 0 br To convert a 2D object to a 3D rotation object…
38251 …ess\guide\3d_create.xhp 0 help hd_id3149048 34 0 br To convert an object to a curved shape: 2…
38252 …3d_create.xhp\" name=\"Converting 2D Objects to Curves, Polygons, and 3D Objects\"\>Converting 2D …
38253 …s\guide\3d_create.xhp 0 help hd_id3153738 56 0 br To convert a 2D object to a polygon: 2002-0…
38254 …s\guide\3d_create.xhp 0 help hd_id3153919 60 0 br To convert a 2D object to a 3D object: 2002…
38256 …he handles of the object. You can also drag the control points of a handle to modify the shape of …
38263 … par_id3149336 43 0 br You can rotate the 2D object before converting it to create a more comple…
38269 …u can convert two dimensional (2D) objects to create different shapes. $[officename] can convert 2…
38274 …s\guide\3d_create.xhp 0 help par_idN108C5 0 br To convert a text object to 3D, use the \<emph\>…
38275 helpcontent2 source\text\simpress\guide\3d_create.xhp 0 help tit 0 br Converting 2D Objects to C…
38279 …lt id=\"alt_id3148489\"\>Note Icon\</alt\>\</image\> to add a single object or a group of objects
38282 …par_id3148703 59 0 br Select an object or group of objects that you want to include in your anim…
38283 …drawing objects, text objects, and graphic objects (images) on your slides to make your presentati…
38285 …elp par_id3150756 63 0 br Enter the number of seconds you want the frame to display in the \<emp…
38286 …height=\"0.423cm\"\>\<alt id=\"alt_id3149355\"\>Tip Icon\</alt\>\</image\> to create a separate an…
38287 …_id3151177 100 0 br You can preview your animation by using the controls to the left of the \<em…
38291 … you create a bitmap animation (animated GIF), you can assign a delay time to each frame, and spec…
38292 …d_gif_create.xhp 0 help par_id3154871 99 0 br Use the animation timeline to specify the duration…
38293 …54939 65 0 br Select the number of times you want the animation sequence to repeat in the \<emph…
38295 …; saving as GIFs\</bookmark_value\>\<bookmark_value\>exporting; animations to GIF format\</bookmar…
38299 …animated_gif_save.xhp 0 help par_id3150206 81 0 br Locate where you want to save the animated GI…
38300 …elp par_id3153963 80 0 br Click the \<emph\>Selection\</emph\> check box to export the selected …
38303 …ing;animation effects\</bookmark_value\>\<bookmark_value\>effects;applying to/removing from object…
38307 …ted_objects.xhp 0 help hd_id3154762 70 0 br To apply an animation effect to an object: 2002-…
38309 … br On a slide in \<emph\>Normal\</emph\> view, select the object you want to animate. 2002-02-…
38310 …r On a slide in \<emph\>Normal\</emph\> view, select the object from which to remove the effect. …
38312 ….xhp 0 help par_id3150214 32 0 br You can apply preset animation effects to objects on your slid…
38316 …r_id3166462 71 0 br On the \<emph\>Add\</emph\> dialog, click a tab page to choose from a catego…
38317 …nimated_objects.xhp 0 help par_id4217047 0 br An object can be animated to move along a motion …
38323 …ange.xhp 0 help hd_id3147562 75 0 br To apply the same transition effect to more than one slide …
38325 …slidechange.xhp 0 help hd_id3153811 68 0 br To apply a transition effect to a slide 2002-02-0…
38327 …\<emph\>Normal\</emph\> view, select the slide that you want to add the transition effect to. 2…
38329 …" height=\"0.222inch\"\>\<alt id=\"alt_id3151172\"\>Icon\</alt\>\</image\> to change the view magn…
38333 …Slide Sorter\</emph\> view, select the slides that you want to add the transition effects to. 2…
38335 … br In \<emph\>Slide Sorter\</emph\> View, select the slides that you want to remove the transitio…
38343to another location. To select multiple slides, hold down shift and click on the slides. To create…
38344 …eview on the \<emph\>Slides Pane\</emph\>, and then drag the slide preview to another location. …
38346 …e \<emph\>View - Outline\</emph\>, select a slide, and then drag the slide to another location. …
38347 …3153079 23 0 br To temporarily remove a slide from your presentation, go to \<emph\>Slide Sorter…
38354 …n display an entire image as a slide background, or you can tile the image to produce a patterned …
38355 …t\simpress\guide\background.xhp 0 help par_id3148701 36 0 br If you want to change the backgroun…
38362to use a custom image for the slide background, close the \<emph\>Page Setup \</emph\>dialog, and …
38371 … par_idN10827 0 br Choose \<emph\>View - Master - Slide Master\</emph\> to change the slide mas…
38372 …ound.xhp 0 help par_idN1082F 0 br Choose \<emph\>Format - Page\</emph\> to change the slide bac…
38373 …ound.xhp 0 help par_idN10837 0 br Choose \<emph\>View - Normal\</emph\> to close the master vie…
38374 … help par_idN1083F 0 br Choose \<emph\>File - Templates - Save\</emph\> to save the document as…
38376 …nd.xhp 0 help par_idN1084A 0 br Now you can use the Presentation Wizard to open a new presentat…
38381 …ide\change_scale.xhp 0 help par_id3148487 11 0 br You can use the keypad to quickly enlarge or r…
38384 …ing a mouse with a scroll wheel, you can hold down Ctrl and turn the wheel to change the zoom fact…
38387 …uide/footer.xhp\" name=\"Adding a Header or a Footer to All Slides\"\>Adding a Header or a Footer
38393 …andout master, click the Handout tab above the slide. Click the Normal tab to leave the handout ma…
38395 …mph\> and \<emph\>Notes and Handouts\</emph\> where you can enter contents to the predefined areas…
38396 helpcontent2 source\text\simpress\guide\footer.xhp 0 help par_id1956236 0 br If you want to chan…
38398 …time> field and apply some formatting to change the format for the date and time on all slides. Th…
38401 …ss\guide\footer.xhp 0 help par_id3149947 10 0 br Drag in the master page to draw a text object, …
38402 …150476 17 0 br You can also add fields, such as the date or page number, to a header or footer b…
38403 … 0 help par_id3155064 16 0 br You can add a text object to the master page for your slides to ac…
38407 … \<emph\>Date and Time\</emph\> checkbox is enabled, but the format is set to Fixed and the text i…
38408 … help par_id5015411 0 br Every type of master has some predefined areas to hold the date, foote…
38409 …ome formatting. You can also enter some text here which will be shown next to the fields. 2002-…
38410 …icon on the Master View toolbar, or choose \<emph\>View - Normal\</emph\>, to leave the notes mast…
38412 …t a header on all slides, you can move the Footer Area on the slide master to the top. 2002-02-…
38413 …ter.xhp 0 help par_id8217413 0 br When you switch to the master view, you can move that areas t…
38414 …icon on the Master View toolbar, or choose \<emph\>View - Normal\</emph\>, to leave the slide mast…
38416 …t\simpress\guide\footer.xhp 0 help tit 0 br Adding a Header or a Footer to All Slides 2002-0…
38417 …;presentations to HTML\</bookmark_value\>\<bookmark_value\>saving;as HTML\</bookmark_value\>\<book…
38420 …xport.xhp 0 help par_id3148842 4 0 br Set the \<emph\>File type\</emph\> to \<emph\>HTML Documen…
38424 …port.xhp 0 help par_id3153246 2 0 br Open the presentation that you want to save in HTML format.…
38431 …\html_import.xhp 0 help par_id3146313 4 0 br In the slide where you want to insert the text, cho…
38432 …mpress\guide\html_import.xhp 0 help par_id3147297 10 0 br Repeat steps 1 to 3 until all of the t…
38433 … par_id3148610 12 0 br Locate the file containing the text that you want to add, and then click …
38434 …import.xhp 0 help par_id3149126 7 0 br Double-click in the inserted text to enter edit mode. …
38449 …- Slide Sorter\</emph\>, and then select the hidden slide(s) that you want to show. 2002-02-02 …
38450 … 0 help par_id3145593 56 0 br If you want the selected custom slide show to start when you click…
38454 …ides you want to add to your slide show, and click the \<emph\>>>\</emph\> button. Hold down Shift…
38456 …idual.xhp 0 help par_id3150344 71 0 br You can create custom slide shows to meet the needs of yo…
38457 …ide\individual.xhp 0 help par_id3150538 76 0 br Select the show you want to start from the list.…
38462 …l.xhp 0 help par_id3155372 68 0 br Do not select this option if you want to run a custom slide s…
38464 …\>View - Slide Sorter\</emph\>, and then select the slide(s) that you want to hide. 2002-02-02 …
38468 …simpress\guide\keyboard.xhp 0 help hd_id3149354 5 0 br Advance to the next slide or to the next …
38472 helpcontent2 source\text\simpress\guide\keyboard.xhp 0 help hd_id3153003 12 0 br Go to a specific…
38473 helpcontent2 source\text\simpress\guide\keyboard.xhp 0 help hd_id3153035 19 0 br Advance to the n…
38474 helpcontent2 source\text\simpress\guide\keyboard.xhp 0 help hd_id3154558 3 0 br Return to previou…
38480 …s\guide\keyboard.xhp 0 help par_id3147171 28 0 br Navigate to the slide where you want to move t…
38482to access $[officename] Impress commands as well as to navigate through the workspace. $[officenam…
38484 …press\guide\keyboard.xhp 0 help par_id3148769 24 0 br Move to the slide where you want to paste …
38485 …a placeholder, press \<item type=\"keycode\"\>Ctrl+Enter\</item\>. To move to the next placeholder…
38487to Slide Sorter, press \<item type=\"keycode\"\>Enter\</item\> to change the keyboard focus to the…
38490to navigate to the slide that you want to select, and then press the \<item type=\"keycode\"\>Spac…
38491 …d.xhp 0 help par_id3155987 27 0 br Use the arrow keys to navigate to the slide that you want to
38492 …d.xhp 0 help par_id3156060 16 0 br Use the arrow keys to navigate to the slide that you want to
38496 …t/simpress/guide/layer_move.xhp\" name=\"Moving Objects to a Different Layer\"\>Moving Objects to
38497 …xhp 0 help par_id3145587 20 0 br Drag the object to the name tab of the layer you want to move i…
38501 helpcontent2 source\text\simpress\guide\layer_move.xhp 0 help tit 0 br Moving Objects to a Diffe…
38533 …25 0 br In the name tab of the layer, the text color of the name changes to blue. 2002-02-02 …
38542 …able in $[officename] Draw, not in $[officename] Impress. Layers allow you to assemble elements on…
38547 …gned an action, but that should not be printed. Set the layer's properties to not printable. Objec…
38549 …s where you draw, for example, the dimension lines. By switching the layer to show or hide, you ca…
38550to protect its contents, or hide a layer and its contents from view or from printing. When you add…
38559 …3145588 52 0 br Locate the file containing the line styles that you want to load, and then click…
38562 …3150391 56 0 br Locate the file containing the line styles that you want to load, and then click…
38565 …de\line_arrow_styles.xhp 0 help par_id3154017 49 0 br You can use styles to organize similar lin…
38571 helpcontent2 source\text\simpress\guide\line_draw.xhp 0 help hd_id2071596 0 br How to use the Fr…
38573 helpcontent2 source\text\simpress\guide\line_draw.xhp 0 help hd_id46388 0 br How to use the Curv…
38574 …\line_draw.xhp 0 help par_id1122165 0 br Click where you want the curve to start, and keep hold…
38577 …o control points (handles) that you can drag to adjust the arc of the curve. A control point is co…
38578 … help par_id3149451 43 0 br Drag in any direction to define an arc for the curve, and then click…
38582 helpcontent2 source\text\simpress\guide\line_draw.xhp 0 help par_id3151172 9 0 br Double-click to
38583 helpcontent2 source\text\simpress\guide\line_draw.xhp 0 help par_id3153919 23 0 br Click to draw …
38585 …draw.xhp 0 help par_id3154865 22 0 br Move the pointer to where you want the curve segment to en…
38587 … 0 br Click where you want the curve to start, and drag a short distance in the direction you wa…
38591 …\guide\line_draw.xhp 0 help par_id7734916 0 br Release the mouse button to finish the line. …
38592 …d down \<item type=\"keycode\"\>Shift\</item\> while you drag to restrict the direction to a 45 de…
38603 …line_edit.xhp 0 help par_id3083280 71 0 br Click the line where you want to add the point, and d…
38605 …ide\line_edit.xhp 0 help par_id3145241 65 0 br To convert the data point to a smooth point, clic…
38607 …ide\line_edit.xhp 0 help par_id3145299 66 0 br To convert the data point to a symmetrical point,…
38608 …ide\line_edit.xhp 0 help par_id3145348 67 0 br To convert the data point to a corner point, clic…
38612 …uide\line_edit.xhp 0 help par_id3150261 75 0 br Click the point you want to delete. 2002-02-0…
38614 …l point to a data point. You can change the shape of a curve by converting a data point to a diffe…
38623 …press\guide\line_edit.xhp 0 help par_id3153810 12 0 br Drag a data point to resize the line. If …
38624 …a control point, select the data point, and then click the \<emph\>Convert to Curve\</emph\> icon …
38626 …line_edit.xhp 0 help par_id3155925 14 0 br Click the data point you want to convert, and do one …
38639 …uide/masterpage.xhp\" name=\"Applying a Slide Design to a Master Slide\"\>Applying a Slide Design
38644 …de\masterpage.xhp 0 help par_id3150436 18 0 br To apply the slide design to all of the slides in…
38645 …de\masterpage.xhp 0 help par_id3151387 29 0 br To apply the slide design to the current slide on…
38646 …<emph\>Templates\</emph\>, select a template with the design that you want to apply. To preview th…
38650 …t\simpress\guide\masterpage.xhp 0 help tit 0 br Applying a Slide Design to a Slide Master 2…
38659 …press\guide\orgchart.xhp 0 help hd_id3153730 52 0 br To add a color fill to a shape: 2002-02-…
38660 helpcontent2 source\text\simpress\guide\orgchart.xhp 0 help hd_id3155255 48 0 br To add text to t…
38662 …xt/simpress/01/06070000.xhp\" name=\"interactions\"\>interactions\</link\> to some objects on your…
38666 …\orgchart.xhp 0 help par_id3146871 45 0 br Click a connection site, drag to a connection site on…
38679 …N108A0 0 br Select an interaction in the dialog. For example, select to go to the next slide wh…
38685 …guide\page_copy.xhp 0 help par_id3147298 15 0 br Change to the presentation where you want to pa…
38687 …4 0 br Click the plus sign next to the icon for the presentation file, and then select the slide…
38692 …153073 14 0 br In the presentation containing the slide(s) that you want to copy, choose\<emph\>…
38693 …py.xhp 0 help par_id3153812 13 0 br Open the presentations that you want to copy and paste betwe…
38695 …lp par_id3156401 16 0 br Select the slide that you want the copied slide to follow, and then cho…
38696 … 10 0 br Locate the presentation file containing the slide that you want to insert, and click \<…
38707 ….xhp 0 help par_id3149946 81 0 br Locate the gradient list that you want to load, and then click…
38710 …les.xhp 0 help par_id3151239 76 0 br Locate the color list that you want to load, and then click…
38713 …s.xhp 0 help par_id3154505 86 0 br Locate the hatches list that you want to load, and then click…
38718 …s\guide\palette_files.xhp 0 help par_id3156385 73 0 br You can use lists to organize colors, gra…
38720to pages; individual slides\</bookmark_value\>\<bookmark_value\>pages; fitting to printed pages\</…
38721 …mpress/guide/print_tofit.xhp\" name=\"Printing a Slide to Fit a Paper Size\"\>Printing a Slide to
38723 …br In \<emph\>Layout settings \</emph\>area, select the \<emph\>Fit object to paper format\</emph\…
38724 …elp par_id3150431 8 0 br Click \<emph\>OK\</emph\>. The slide is resized to fit the printed page…
38726 …nt_tofit.xhp 0 help par_id3154658 4 0 br Open the document that you want to print. 2002-02-02…
38728 helpcontent2 source\text\simpress\guide\print_tofit.xhp 0 help tit 0 br Printing a Slide to Fit …
38748 …465 13 0 br Hold down Shift, and click the range of slides that you want to print. 2002-02-02…
38749 … box, if you want to number the handout pages. Ensure the \<emph\>Header\</emph\> check box is ena…
38751 …eader, Date and time, Footer, and Page number. These four areas correspond to the four areas in th…
38752 …xhp 0 help par_id6752220 0 br Click \<emph\>Notes and Handouts\</emph\> to enter the header and…
38753 …ant another layout of the slides on the printed paper pages, use the mouse to move the slides arou…
38755 …impress\guide\printing.xhp 0 help par_id816064 0 br Click \<emph\>Apply to All\</emph\>. 200…
38756 …ess\guide\printing.xhp 0 help par_id8286080 0 br You see layouts of one to six slides per page.…
38758 …p 0 help par_id996734 0 br Choose \<emph\>Insert - Page Number\</emph\> to open the \<emph\>Hea…
38763 …ings.xhp 0 help par_id3145248 12 0 br If you want the whole presentation to auto-repeat, open th…
38764 …ide\rehearse_timings.xhp 0 help par_id3145590 8 0 br When it's time to advance to the next slide…
38765 …_timings.xhp 0 help par_id3149874 4 0 br Open a presentation, and switch to \<emph\>Slide Sorter…
38769 …cial icon, tell your imaginary audience what you want to tell for the first slide, then advance to
38774 … an object that is covered by another object using the keyboard, press Tab to cycle through the ob…
38784 …d2361522 0 br On the Task Pane, click \<emph\>Slide Transition\</emph\> to open that tab page. …
38786 …simpress\guide\show.xhp 0 help par_id3209936 0 br Click to advance to the next effect or to the…
38787 …re keys are available to \<link href=\"text/simpress/04/01020000.xhp\"\>control a slide show\</lin…
38788 …simpress\guide\show.xhp 0 help par_id4199957 0 br If you want all shows to start from the curre…
38789 …tem type=\"literal\"\>-show\</item\> and an Impress filename. For example, to start the file \<ite…
38791 …p par_id5829645 0 br For an automatic change to the next slide, you must assign a slide transit…
38792 …lide to advance to the next slide. The \<link href=\"text/simpress/guide/rehearse_timings.xhp\"\>r…
38793 …help par_id6860255 0 br Choose \<emph\>Slide Show - Slide Show\</emph\> to run the show. 200…
38794 …always starts with the first slide. You advance manually through slides up to the last slide. You …
38796 …p 0 help par_id8702658 0 br Press \<item type=\"keycode\"\>Esc\</item\> to abort the show befor…
38798 … par_id9219641 0 br To advance to the first slide, after all slides have been shown, you must s…
38799 …\simpress\guide\show.xhp 0 help par_id9636829 0 br Different ways exist to start a slide show. …
38800 …t\simpress\guide\show.xhp 0 help par_id9766533 0 br Click \<emph\>Apply to All Slides\</emph\>.…
38806 …sert.xhp 0 help par_id1616565 0 br Enable the \<emph\>Link to file\</emph\> checkbox to insert …
38807 …able_insert.xhp 0 help par_id2466505 0 br Click outside the spreadsheet to view the slide. 2…
38808 …ess\guide\table_insert.xhp 0 help par_id3145112 12 0 br Go to the slide where you want to insert…
38809 … br Choose \<emph\>Insert - Spreadsheet\</emph\>. Click in the spreadsheet to enter your data. …
38813 …e\table_insert.xhp 0 help par_id3150537 20 0 br Locate the file you want to insert, and then cli…
38814 … par_id3150715 7 0 br You can add a blank $[officename] Calc spreadsheet to a slide as an OLE ob…
38815 …ress\guide\table_insert.xhp 0 help par_id3150749 3 0 br Go to the slide where you want to insert…
38818 …lide, changes that are made to the original spreadsheet file are not updated on your slide. You ca…
38819 … 21 0 br The entire spreadsheet is inserted into your slide. If you want to change the sheet tha…
38821to curves\</bookmark_value\>\<bookmark_value\>characters; converting to curves\</bookmark_value\>\…
38824 …text2curve.xhp 0 help par_id3146963 4 0 br Select the text that you want to convert, and do one …
38828 …acter, the converted text becomes a grouped object. Double-click the group to edit individual obje…
38831 …e\>\<bookmark_value\>converting; bitmaps to polygons\</bookmark_value\>\<bookmark_value\>bitmaps; …
38834 …br \<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\"\>Convert to Polygon\<…
38835 …<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\"\>\<emph\>Convert to Polyg…
38836 …e.xhp 0 help par_id3151241 28 0 br Select the bitmap image that you want to convert. 2002-02-…
38843 helpcontent2 source\text\simpress\main0000.xhp 0 help hd_id3150746 1 0 br Welcome to the $[office…
38844 helpcontent2 source\text\simpress\main0000.xhp 0 help hd_id3153000 5 0 br How to Work With $[offi…
38845 helpcontent2 source\text\simpress\main0000.xhp 0 help tit 0 br Welcome to the $[officename] Impr…
38857 …1.xhp 0 help par_id3154321 2 0 br This menu contains commands that apply to the whole document. …
38885 … help par_id3146971 2 0 br This menu contains the commands that are used to insert new elements …
38908 …2 0 br Contains spelling tools, a gallery of object art that you can add to your document, as we…
38952 … the currently selected object. You can double-click some status bar items to open a related dialo…
38957 …nue to drag until the vertical and horizontal guides are where you want the new origin to be, and …
38958 … rulers at the left and upper edges of the $[officename] Impress workspace to assist you in creati…
38959 …indent or tab settings for the text object, drag an indent or a tab marker to a new location on th…
38960 …ress/01/04030000.xhp\" name=\"snap line\"\>snap line\</link\> from a ruler to help you align objec…
38962 …double lines. To precisely resize the object, drag one of the double lines to a new location on th…
38971 …ltinline\>\</switchinline\>, and then click again. To return the selection to the previously selec…
38972 …ph\> bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar…
38974 helpcontent2 source\text\simpress\main0210.xhp 0 help par_id3154556 9 0 br This tool is used to r…
38975 helpcontent2 source\text\simpress\main0210.xhp 0 help par_id3154651 7 0 br To add text to a selec…
38977 …u drag in the current document. Click where you want to place a corner of the rectangle, and drag
38979 … where you drag in the current document. Click where you want to draw the oval, and drag to the si…
38983 helpcontent2 source\text\simpress\main0210.xhp 0 help par_idN10780 0 br Enables you to edit poin…
38985 helpcontent2 source\text\simpress\main0210.xhp 0 help par_idN10793 0 br Enables you to edit glue…
38992 …ontains frequently used editing tools.\</ahelp\> Click the arrow next to an icon to open a toolbar…
38998 … 0 br \<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\"\>Snap to Guides\</li…
39000 …0 br \<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"\>Snap to Page Mar…
39003 …0 br \<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"\>Snap to Object …
39004 …3 5 0 br \<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\"\>Snap to Grid\</link\…
39006 …0 br \<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"\>Snap to Object …
39011 …214.xhp 0 help par_id3150543 2 0 br Use the \<emph\>Picture\</emph\> bar to set the color, contr…
39021 …p par_id3148610 14 0 br You can also assign a number of dynamic effects to your slides, includi…
39022 …, slide transitions and multimedia are a few of the techniques you can use to make your presentati…
39025 … par_id3153247 13 0 br $[officename] Impress provides you with templates to create professional-…
39026 …hile the Handout page contains both the slide and the text you want to distribute to the audience.…
39115 …d3150208 2 0 br \<ahelp hid=\"SID_NEXTMARK\"\>Moves the cursor to the next marker (to the right)…
39119 … hid=\"SID_PREVMARK\" visibility=\"visible\"\>Moves the cursor to the previous marker (to the left…
39124 … help par_id3145387 2 0 br \<ahelp hid=\"SID_NEXTERR\"\>Moves the cursor to the next error (movi…
39128 … 0 br \<ahelp hid=\"SID_PREVERR\" visibility=\"visible\"\>Moves the cursor to the previous error (…
39140 …can be displayed in the work area. \<emph\>Show All\</emph\> is equivalent to the \<emph\>Entire F…
39149 …ar_id3154656 2 0 br \<ahelp hid=\"SID_AUTO_REDRAW\"\>Choose this command to automatically refres…
39158 …ackslash division sign\</bookmark_value\>\<bookmark_value\>indexes; adding to formulas\</bookmark_…
39161 …wing is a complete list of the unary and binary operators. The symbol next to the operator indicat…
39164 …u are using values instead of placeholders in your operators, for example, to construct a division…
39170 …\>sub\</emph\> or \<emph\>sup\</emph\> in the Commands window to add indexes and powers to the cha…
39174to produce two characters with a slash (from upper left to lower right) between them.\</ahelp\> Th…
39175to produce two characters with a slash (from lower left to upper right) between them.\</ahelp\> Th…
39182 …Type \<emph\><?>ominus<?>\</emph\> in the \<emph\>Commands\</emph\> window to insert a \<emph\>cir…
39183 …nd binary operators to build your $[officename] Math formula. Unary refers to operators that affec…
39196 …ype \<emph\><?>odivide<?>\</emph\> in the \<emph\>Commands\</emph\> window to insert a \<emph\>cir…
39200 …r Type \<emph\><?>odot<?>\</emph\> in the \<emph\>Commands\</emph\> window to insert a \<emph\>cir…
39202to use a colon ':' as division sign, choose \<emph\>Tools - Symbols - Catalog\</emph\> or click th…
39223to relation\</bookmark_value\>\<bookmark_value\>congruent relation\</bookmark_value\>\<bookmark_va…
39226 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3145336 68 0 br similar or equal to
39229 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3147098 58 0 br orthogonal to 2002…
39230 … 0 br The following is a complete list of the relations. The symbol next to the name of the rela…
39234 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3147598 62 0 br parallel to 2002-0…
39242 …t\smath\01\03090200.xhp 0 help par_id3149218 60 0 br approximately equal to 2002-02-02 02:02:…
39246 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3150006 31 0 br less than or equal to
39247 … 0 br \<ahelp hid=\"HID_SMA_XLEY\"\>Inserts the \<emph\>less than or equal to\</emph\> relation wi…
39248 …smath\01\03090200.xhp 0 help par_id3150171 66 0 br greater than or equal to (slanted) 2002-02…
39254 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3151089 64 0 br less than or equal to
39255 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3151332 56 0 br identical to 2002-…
39258 …smath\01\03090200.xhp 0 help par_id3153131 29 0 br greater than or equal to 2002-02-02 02:02:…
39259 …help hid=\"HID_SMA_RELATIONS_CAT\"\>You can choose among various relations to structure your \<emp…
39264 …br \<ahelp hid=\"HID_SMA_XLESLANTY\"\>Inserts a \<emph\>less than or equal to\</emph\> relation wi…
39267 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3155076 70 0 br proportional to 20…
39268 …69 0 br \<ahelp hid=\"HID_SMA_XPROPY\"\>Inserts the \<emph\>proportional to\</emph\> relation wi…
39269 …elp hid=\"HID_SMA_XEQUIVY\"\>Inserts a character for the \<emph\>identical to\</emph\> (congruent)…
39270 …br \<ahelp hid=\"HID_SMA_XGEY\"\>Inserts the \<emph\>greater than or equal to\</emph\> relation wi…
39271 …0 br \<ahelp hid=\"HID_SMA_XSIMEQY\"\>Inserts the \<emph\>similar or equal to\</emph\> relation wi…
39272 helpcontent2 source\text\smath\01\03090200.xhp 0 help par_id3155935 72 0 br similar to 2002-02…
39273 … 0 br \<ahelp hid=\"HID_SMA_XSIMY\"\>This icon inserts the \<emph\>similar to\</emph\> relation wi…
39274 …ll\</emph\> or \<emph\><<\</emph\> in the \<emph\>Commands\</emph\> window to insert the \<emph\>m…
39275 …ahelp hid=\"HID_SMA_XGESLANTY\"\>Inserts the \<emph\>greater than or equal to\</emph\> relation wi…
39302to n x_{i}\</emph\>. In this example, the union symbol is indicated by the name \<emph\>union\</em…
39311 …ath\01\03090300.xhp 0 help par_id3149233 47 0 br You can also add limits to an operator (for exa…
39312 …help hid=\"HID_SMA_OPERATORS_CAT\"\>You can choose among various operators to structure your \<emp…
39321 …mation with one placeholder.\</ahelp\> You can also type \<emph\>from{<?>} to{<?>} <?>\</emph\> di…
39324 …36 0 br The following is a list of the available operators. An icon next to the operator name in…
39325 …example, type \<emph\>sum_a^b c\</emph\> in the Commands window to arrange the limits to the right…
39328 …tegral and summation with placeholders\</ahelp\> You can also type \<emph\>to <?><?>\</emph\> dire…
39361 …ssign an index or an exponent to a function. For example, typing \<emph\>sin^2x\</emph\> results i…
39378 …ctions that appear in the \<emph\>Selection\</emph\> window. The icon next to the function indicat…
39384 …400.xhp 0 help par_id3151250 70 0 br \<ahelp hid=\".\"\>Inserts x raised to the yth power.\</ahe…
39395 …\</emph\> window. Any functions not contained in the Selection window need to be typed manually in…
39435 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3145107 29 0 br Be sure to put spaces…
39444 …p hid=\"HID_SMA_BRACKETS_CAT\"\>You can choose among various bracket types to structure a \<emph\>…
39451 …centages. Mark the \<emph\>Scale all brackets\</emph\> check box to apply the changes to all brack…
39470 …following is a complete list of all available bracket types. The icon next to the bracket type ind…
39525 …\</emph\> in the \<emph\>Commands\</emph\> window. The line adjusts itself to correct length. 2…
39531 …ibute functions, the letter "a" in the icon refers to the placeholder that you would like to assig…
39532 …xhp 0 help par_id3149626 48 0 br Use the \<emph\>color\</emph\> command to change the color of …
39543 …odifying the font size with two placeholders. The first placeholder refers to the font size (for e…
39564 …holder. This method is useful when the base size of the formula is subject to change. The commands…
39566 …n \<item type=\"productname\"\>%PRODUCTNAME\</item\> Math. The symbol next to the attribute indica…
39601 …par_id3146913 38 0 br \<ahelp hid=\"HID_SMA_RSUBX\"\>Inserts a subscript to the right of a place…
39604 …<emph\>`\</emph\> directly in the Commands window. The command must appear to the left or right of…
39607 …par_id3147309 42 0 br \<ahelp hid=\"HID_SMA_LSUBX\"\>Inserts a subscript to the left of a placeh…
39611 …r_id3147531 44 0 br \<ahelp hid=\"HID_SMA_LSUPX\"\>Inserts a superscript to the left of a placeh…
39615 …0 br \<ahelp hid=\"HID_SMA_ALIGNCX\"\>Assigns horizontal central alignment to "a" and inserts a pl…
39617 … directly in the \<emph\>Commands\</emph\> window. The command must appear to the left or right of…
39618 …<emph\>stack{a+b-c*d#alignr "text"}\</emph\>, where "text" appears aligned to the right. Note that…
39621to the left without using the \<emph\>Format - Alignment\</emph\> menu. To do this, place an empty…
39628 …r_id3151262 40 0 br \<ahelp hid=\"HID_SMA_RSUPX\"\>Inserts a superscript to the right of a place…
39630 …id3153536 17 0 br The letter "a" refers to the placeholder in your formula which you would like
39632 …t of all available formatting options in $[officename] Math. The icon next to the formatting optio…
39636 …6 0 br \<ahelp hid=\"HID_SMA_ALIGNLX\"\>This icon assigns left-alignment to "a" and inserts a pl…
39638 helpcontent2 source\text\smath\01\03090700.xhp 0 help par_id3154723 9 0 br Align to horizontal ce…
39659 helpcontent2 source\text\smath\01\03090700.xhp 0 help par_idN10F70 0 br Aligning to the left …
39664 … help par_id3145263 76 0 br \<ahelp hid=\"HID_SMA_ALEPH\"\>Use this icon to insert a \<emph\>car…
39667 … par_id3145786 58 0 br \<ahelp hid=\"HID_SMA_XSETMINUSY\"\>Use this icon to insert the \<emph\>d…
39669 helpcontent2 source\text\smath\01\03090800.xhp 0 help par_id3147448 64 0 br Subset or equal to
39670 … br \<ahelp hid=\"HID_SMA_XSUBSETEQY\"\>Use this icon to insert the \<emph\>is a subset or equal t…
39672 …_id3147573 54 0 br \<ahelp hid=\"HID_SMA_XINTERSECTIONY\"\>Use this icon to insert two placehold…
39673 …0 help par_id3148672 86 0 br \<ahelp hid=\"HID_SMA_SETC\"\>Use this icon to insert a character f…
39674 …0 help par_id3148709 84 0 br \<ahelp hid=\"HID_SMA_SETR\"\>Use this icon to insert a character f…
39679 …t\smath\01\03090800.xhp 0 help par_id3149236 70 0 br not subset or equal to 2002-02-02 02:02:…
39680 …par_id3149249 49 0 br \<ahelp hid=\"HID_SMA_XNSUBSETEQY\"\>Use this icon to insert the \<emph\>n…
39681 …cons will be shown in the lower part of this window. Simply click a symbol to incorporate the oper…
39682 …help par_id3149338 52 0 br \<ahelp hid=\"HID_SMA_XOWNSY\"\>Use this icon to insert the set opera…
39685to insert a slash for creating a \<emph\>quotient set\</emph\> with two placeholders.\</ahelp\> En…
39687 …0 help par_id3149641 80 0 br \<ahelp hid=\"HID_SMA_SETZ\"\>Use this icon to insert a character f…
39690 …0 help par_id3149974 82 0 br \<ahelp hid=\"HID_SMA_SETQ\"\>Use this icon to insert a character f…
39691 …p par_id3149995 48 0 br \<ahelp hid=\"HID_SMA_XNSUPSETY\"\>Use this icon to insert the \<emph\>n…
39694 … 0 help par_id3150706 34 0 br \<ahelp hid=\"HID_SMA_XINY\"\>Use the icon to insert the \<emph\>i…
39696 …elp par_id3150997 36 0 br \<ahelp hid=\"HID_SMA_XNOTINY\"\>Use this icon to insert the \<emph\>i…
39697 …lp par_id3151088 65 0 br \<ahelp hid=\"HID_SMA_XSUPSETY\"\>Use this icon to insert the set opera…
39698 …elp hid=\"HID_SMA_XSUPSETEQY\"\>Use this icon to insert the set operator \<emph\>is a super set or…
39699 helpcontent2 source\text\smath\01\03090800.xhp 0 help par_id3153305 68 0 br Superset or equal to
39700 …p par_id3153968 47 0 br \<ahelp hid=\"HID_SMA_XNSUBSETY\"\>Use this icon to insert the \<emph\>n…
39701 helpcontent2 source\text\smath\01\03090800.xhp 0 help par_id3154224 73 0 br Be sure to leave spac…
39703 …0 help par_id3154352 78 0 br \<ahelp hid=\"HID_SMA_SETN\"\>Use this icon to insert a character f…
39704 …elp par_id3154376 56 0 br \<ahelp hid=\"HID_SMA_XUNIONY\"\>Use this icon to insert the \<emph\>u…
39705to the characters in your \<emph\>$[officename] Math\</emph\> formula. The individual operators ar…
39707 …"\>Use this icon to insert an \<emph\>empty set\</emph\>.\</ahelp\> Enter \<emph\>emptyset\</emph\…
39708 …smath\01\03090800.xhp 0 help par_id3155798 72 0 br not superset or equal to 2002-02-02 02:02:…
39709 …par_id3155810 50 0 br \<ahelp hid=\"HID_SMA_XNSUPSETEQY\"\>Use this icon to insert the \<emph\>n…
39710 …lp par_id3156227 61 0 br \<ahelp hid=\"HID_SMA_XSUBSETY\"\>Use this icon to insert the \<emph\>i…
39739 …owing example explains how to create symbols with indexes in \<emph\>$[officename] Math\</emph\>. …
39743 … indexes in \<emph\>$[officename] Math\</emph\>. You can copy this example to the \<emph\>Commands…
39749 … 0 help par_id3150300 2 0 br A third example of how to use \<emph\>$[officename] Math\</emph\> t…
39755 …is an example of how to create a matrix with varying font sizes in \<emph\>$[officename] Math\</em…
39758 …ple of how to create a matrix with \<emph\>$[officename] Math\</emph\>. If you want to use the exa…
39763 …r Here is an example of how to create a bold font matrix in \<emph\>$[officename] Math\</emph\>. Y…
39767 …xample of how to create functions with \<emph\>$[officename] Math\</emph\>. If you want to use the…
39771 …mple of how to create a square root with \<emph\>$[officename] Math\</emph\>. If you want to use t…
39777 …th\01\03090909.xhp 0 help par_id3145791 2 0 br Here is an example of how to use various fonts an…
39791 …he height and positioning of the vertical lines always corresponds exactly to the enclosing bracke…
39797to the argument. Setting a single bracket is a bit cumbersome. Therefore, there you can display si…
39800 …" and "floor" brackets are often used for rounding up or down the argument to the next integer: "l…
39802 …h will be followed consistently in the future. In general, the rules apply to all group operations…
39806 …1100.xhp 0 help par_id3149054 4 0 br Braces "{}" are used to group expressions together to form …
39812 … 0 br Note: the quotation marks in the examples are used to emphasize text and do not belong to th…
39814 …091100.xhp 0 help par_id3150935 16 0 br The same rules apply to "left" and "right" as to the oth…
39822 …like the comma in this case) are set as text. Although it is also possible to type "\\[2,~3\\)" th…
39823 …e x * y rangle" work as expected. The result of the latter can be compared to "grave {hat langle x…
39828to the enclosed expression. For example, if you want "( a over b )" with a bracket size adjusted t…
39830 …se "size n". These can easily be used in any context. This enables you to copy to other areas by u…
39839 …then interpreted from left to right. The operations only affect its corresponding group (or expres…
39844 …smath\01\03091200.xhp 0 help par_id3147516 16 0 br Super- and subscripts to the left of the base…
39845 …091200.xhp 0 help par_id3148387 4 0 br However, it is no longer possible to use the following pa…
39847 …nent for a character are displayed one on top of the other, left-justified to the base character. …
39848 …nly refer to the next character ("a_24" refers only to the "2"), $[officename] Math refers to the …
39852 … position of a base character can only be used once. You must use brackets to indicate the desired…
39853 …emph\>$[officename] Math\</emph\>. You can try the examples described here to help you understand …
39855 … \<emph\>$[officename] Math\</emph\> provides several options. In addition to the notation "R_i{}^…
39857 …0.xhp 0 help par_id3154570 21 0 br Super- and subscripts can be attached to most unary and binar…
39858 helpcontent2 source\text\smath\01\03091200.xhp 0 help par_id3155904 19 0 br Be sure to also enter…
39867 …possible that a line inserted with \<emph\>underline\</emph\> is too close to the character. In th…
39874 … 0 br Brackets preceded by "left" or "right", however, are always adjusted to the argument. See "l…
39875 …id3150756 4 0 br Brackets always have a fixed size as well. This applies to all symbols that can…
39946 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3145154 88 0 br Is similar to 2002…
39948 …91502.xhp 0 help par_id3148502 82 0 br is defined as/by definition equal to 2002-02-02 02:02:…
39955 …smath\01\03091502.xhp 0 help par_id3150308 70 0 br Greater than or equal to 2002-02-02 02:02:…
39962 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3151063 94 0 br Is orthogonal to 2…
39963 …t\smath\01\03091502.xhp 0 help par_id3151346 90 0 br Is similar or equal to 2002-02-02 02:02:…
39964 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3152714 76 0 br Less than or equal to
39966 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3152784 96 0 br Is parallel to 200…
39969 …ath\01\03091502.xhp 0 help par_id3152934 84 0 br Is equivalent/congruent to 2002-02-02 02:02:…
39974 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3153616 72 0 br Greater than-equal to
39976 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3153690 78 0 br Less than-equal to
39979 helpcontent2 source\text\smath\01\03091502.xhp 0 help par_id3153930 92 0 br Is proportional to
39985 …ath\01\03091502.xhp 0 help par_id3155291 385 0 br Arrow with double line to the right 2002-02…
39990 …ath\01\03091502.xhp 0 help par_id3156166 387 0 br Arrow with double line to the left and the rig…
39993 …ath\01\03091502.xhp 0 help par_id3163845 383 0 br Arrow with double line to the left 2002-02-…
40029 helpcontent2 source\text\smath\01\03091503.xhp 0 help par_id3158496 108 0 br Subset or equal to
40033 helpcontent2 source\text\smath\01\03091503.xhp 0 help par_id3158791 116 0 br Superset or equal to
40035 helpcontent2 source\text\smath\01\03091503.xhp 0 help par_id3158939 110 0 br Not subset to 200…
40037 …\smath\01\03091503.xhp 0 help par_id3159086 112 0 br Not subset or equal to 2002-02-02 02:02:…
40043 …math\01\03091503.xhp 0 help par_id3163122 120 0 br Not superset or equal to 2002-02-02 02:02:…
40126 helpcontent2 source\text\smath\01\03091505.xhp 0 help par_id3144763 168 0 br Range from ... to
40159 …01\03091506.xhp 0 help par_id3160188 407 0 br wide vector arrow, adjusts to the character size …
40161 …\smath\01\03091506.xhp 0 help par_id3160336 409 0 br wide tilde, adjusts to the character size …
40163 …t\smath\01\03091506.xhp 0 help par_id3160485 411 0 br wide roof, adjusts to the character size …
40180 …te, cyan, magenta, red, blue, green, or yellow). Then enter the characters to be changed. 2002-…
40186 helpcontent2 source\text\smath\01\03091506.xhp 0 help par_id3167830 309 0 br Accent to top right …
40188 helpcontent2 source\text\smath\01\03091506.xhp 0 help par_id3167978 325 0 br Accent to bottom rig…
40249 helpcontent2 source\text\smath\01\03091508.xhp 0 help par_id1778008 0 br Qualifier to suppress o…
40331 helpcontent2 source\text\smath\01\03091509.xhp 0 help par_id3186012 469 0 br Align to horizontal …
40365 … upward diagonal ellipsis (three dots on the diagonal from the bottom left to the top right)\</ahe…
40400 …s a downward diagonal ellipsis (three dots on the diagonal from upper left to lower right).\</ahel…
40419 …TON:RID_FONTTYPEDIALOG:1\"\>Click one of the choices from this pop-up menu to access the \<link hr…
40421 helpcontent2 source\text\smath\01\05010000.xhp 0 help par_id3148831 6 0 br If you want to mark in…
40422 …lp hid=\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:5\"\>You can specify the font to be used for the \<em…
40426 …tentext\"\>\<ahelp hid=\"SID_FONT\"\>Defines the fonts that can be applied to formula elements.\</…
40428 …lp hid=\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:7\"\>You can specify the font to be used for \<emph\>…
40429 …t to each standard installed basic font. Every font installed on your system is available for you
40431 …<ahelp hid=\"STARMATH:PUSHBUTTON:RID_FONTTYPEDIALOG:2\"\>Click this button to save your changes as…
40432 …lp hid=\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:6\"\>You can specify the font to be used for \<emph\>…
40433 …\>Fonts\</emph\> dialog display a default font for all elements. To change to a different font, cl…
40441 …OX_RID_FONTDIALOG_1\" visibility=\"visible\"\>Check this box to assign the bold attribute to the f…
40442 …X_RID_FONTDIALOG_2\" visibility=\"visible\"\>Check this box to assign the italic attribute to the …
40443 …100.xhp 0 help par_id3150208 8 0 br You can assign additional attributes to the selected font. …
40444 …y=\"visible\" hid=\"STARMATH_MODALDIALOG_RID_FONTDIALOG\"\>Use this dialog to select the font for …
40458 …the relative size of the mathematical operators in a formula in proportion to the base size.\</ahe…
40459to the base size. To change the base size, select or type in the desired point (pt) size from the…
40460 …USHBUTTON:RID_FONTSIZEDIALOG:1\" visibility=\"visible\"\>Click this button to save your changes as…
40461 …u can determine the relative sizes for each type of element with reference to the base size. 20…
40462 …4\" visibility=\"visible\"\>Select the size for text in a formula relative to the base size.\</ahe…
40463 …ble\"\>Select the relative size for the indexes in a formula in proportion to the base size.\</ahe…
40464 …e this dialog to specify the font sizes for your formula. Select a base size and all elements of t…
40465 …ible\"\>Select the relative size for the limits in a formula in proportion to the base size.\</ahe…
40467 …tive size for names and other function elements in a formula in proportion to the base size.\</ahe…
40508 …0 br Use the \<emph\>Category\</emph\> button to determine the formula element for which you would…
40518 …help par_id3149102 67 0 br Adds a border to your formula. This option is particularly useful if …
40519 … 0 help par_id3149690 52 0 br Defines the spacing of symbols in relation to variables 2002-02…
40524 …TON:RID_DISTANCEDIALOG:1\"\>This button allows you to select the category for which you would like…
40532 …id=\"HID_SMA_OPERATOR_EXCHEIGHT\"\>Determines the height from the variable to the operator's upper…
40536 …NCE\"\>Use this dialog to determine the spacing between formula elements. The spacing is specified…
40538 …d=\"HID_SMA_ATTRIBUT_DIST\"\>Defines the height of the symbols in relation to the baseline.\</ahel…
40557 …ALOG:1\" visibility=\"visible\"\>Aligns the selected elements of a formula to the left.\</ahelp\> …
40558 …D_ALIGNDIALOG:2\" visibility=\"visible\"\>Aligns the elements of a formula to the center.\</ahelp\…
40559 …D_ALIGNDIALOG:3\" visibility=\"visible\"\>Aligns the elements of a formula to the right.\</ahelp\>…
40561 …STARMATH:PUSHBUTTON:RID_ALIGNDIALOG:1\" visibility=\"visible\"\>Click here to save your changes as…
40563 …de in $[officename] Math\</bookmark_value\>\<bookmark_value\>formulas; fit to text\</bookmark_valu…
40571 …pens the \<emph\>Symbols\</emph\> dialog, in which you can select a symbol to insert in the formul…
40574 … 0 br \<ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMBOLDIALOG_1\"\>Click here to open the \<link href…
40575 …ame appears below the symbol list and a magnified version appears in a box to the right. Note that…
40590 helpcontent2 source\text\smath\01\06010100.xhp 0 help hd_id3154640 31 0 br Moving a Symbol to Ano…
40593to a symbol set, select a font in the \<emph\>Font\</emph\> box, and then click a symbol in symbol…
40594 …ect a Unicode subset in which to place your new or edited symbol. When a subset has been selected,…
40595 …t\</emph\> list box and add at least one symbol. Click \<emph\>OK\</emph\> to close the dialog. Th…
40598 …SYMDEFINEDIALOG_1\"\>Displays the name of the current font and enables you to select a different f…
40599 …ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMDEFINEDIALOG_2\"\>Click this button to replace the name of …
40602 ….xhp 0 help par_id3151174 27 0 br As an example, to transfer the large ALPHA from the "Greek" se…
40603 …id3153527 18 0 br You can also click \<emph\>Cancel\</emph\> at any time to close the dialog wit…
40604to add the symbol shown in the right preview window to the current symbol set.\</ahelp\> It will b…
40605 …\> The symbol, the name of the symbol, and the set that the symbol belongs to are displayed in the…
40606 …17 0 br \<ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMDEFINEDIALOG_3\"\>Click to remove the symbol sh…
40607to add symbols to a symbol set, to edit symbol sets, or to modify symbol notations.\</ahelp\> You …
40613 …dialog under \<emph\>File\</emph\>. Use the \<emph\>Insert\</emph\> dialog to load, edit and displ…
40617 …icking a character or symbol in the document moves the focus of the cursor to the \<emph\>Commands…
40618 …id3150048 14 0 br You can also click a position in the document to move the cursor to its corres…
40619 …ursor\"\>\<ahelp hid=\"SID_FORMULACURSOR\"\>Use this icon on the Tools bar to turn the Formula Cur…
40634 helpcontent2 source\text\smath\04\01020000.xhp 0 help par_id3145249 24 0 br Move left or right to
40639 …000.xhp 0 help par_id3150345 2 0 br A list of the shortcut keys specific to creating formulas is…
40641 …020000.xhp 0 help par_id3151181 30 0 br Jump from the last category item to the last function of…
40644 ….xhp 0 help par_id3153246 19 0 br The following shortcut keys correspond to commands in the \<em…
40645 …20000.xhp 0 help par_id3153723 28 0 br Jump from the first category item to the first function o…
40650 …xhp 0 help par_id3143229 5 0 br Empty character strings are a simple way to ensure that texts an…
40654 …>{}\</emph\> in the Commands window. In the following example, the goal is to achieve a line break…
40675 …57 2 0 br How does one attach comments that don't appear in the document to a formula? 2002-0…
40677 …comment begins with a double percent sign \<emph\>%%\</emph\>, and extends to the next line-end ch…
40686 …keyboard.xhp 0 help par_id3149875 8 0 br If you want to use the $[officename] Math interface to
40693 helpcontent2 source\text\smath\guide\keyboard.xhp 0 help par_id3154659 3 0 br If you want to inse…
40694 …3155625 10 0 br If the Selection window is open, use F6 to switch from the Commands window to th…
40702 helpcontent2 source\text\smath\guide\newline.xhp 0 help hd_id3147339 2 0 br How to write formulas…
40708 …tween the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way
40715 helpcontent2 source\text\smath\guide\text.xhp 0 help hd_id8509170 0 br How to enter direct text …
40717 … operators automatically. Sometimes this is not what you want. If you want to write W\<emph\>*\</e…
40718 …t\smath\guide\text.xhp 0 help par_id4941557 0 br You can also use W^"*" to enter the character …
40720 helpcontent2 source\text\smath\guide\text.xhp 0 help par_id5988952 0 br Change {*} to {} * {} as…
40721 …t\smath\guide\text.xhp 0 help par_id755943 0 br If you have set up Math to convert imported Mat…
40723 …p 0 help par_id9961851 0 br Some formulas start with an = sign. Use "=" to enter that character…
40726 helpcontent2 source\text\smath\main0000.xhp 0 help hd_id3148868 1 0 br Welcome to the $[officenam…
40728 helpcontent2 source\text\smath\main0000.xhp 0 help hd_id3153915 5 0 br How to Work With $[officen…
40732 helpcontent2 source\text\smath\main0000.xhp 0 help tit 0 br Welcome to the $[officename] Math He…
40744 helpcontent2 source\text\smath\main0101.xhp 0 help par_id3148840 11 0 br Use a Wizard to create i…
40748 … this menu are used to edit formulas. In addition to basic commands, (for example, copying content…
40752 …147338 2 0 br Sets the display scale and defines which elements you want to be visible. Most of …
40759 …n0105.xhp 0 help par_id3149018 2 0 br This menu contains commands needed to format formulas. …
40764 … Use this menu to open and edit the symbol catalog, or import an external formula as a data file. …
40770 …t in $[officename] Math are described here. You can customize the toolbars to meet your requiremen…
40785 …wn symbols and import characters from other fonts. You can add new symbols to the basic catalog of…
40787 …ting and showing formulas) and not a calculation program. Use spreadsheets to calculate formulas, …
40788 …sistants to help you create formulas. These are all listed in a selection window, in which you can…
40789to the Commands window. This context menu contains all the commands that are found in the Selectio…
40791 …d=\"HID_SMA_COMMAND_WIN_EDIT\"\>Use the $[officename] Math Commands window to enter and edit formu…
40795 …elp par_id3147174 267 0 br \<ahelp hid=\"\" visibility=\"visible\"\>Jump to Previous Script\</ah…
40800 …elp par_id3150260 268 0 br \<ahelp hid=\"\" visibility=\"visible\"\>Jump to Next Script\</ahelp\…
40811 …emph\>Tools - Customize\</emph\>. Then configure the old Mail Merge dialog to a new menu entry. …
40812 … \<variable id=\"sendenstarimpress\"\>Choose \<emph\>File - Send - Outline to Presentation\</emph\…
40813 …br \<variable id=\"sendenclipboard\"\>Choose \<emph\>File - Send - Outline to Clipboard\</emph\>\<…
40815 …\<variable id=\"sendenpraeser\"\>Choose \<emph\>File - Send - AutoAbstract to Presentation\</emph\…
41085 … 0 br \<variable id=\"texttabelle\"\>Choose \<emph\>Table - Convert - Text to Table\</emph\>\</var…
41103 …0 help par_id4314706 0 br You can also press Page Up and Page Down keys to scroll through the p…
41106 … the icons on the \<emph\>Page Preview Bar\</emph\> to scroll through the pages of the document or…
41124 … help par_id3101901 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to create one big docum…
41125 …UMERICFIELD:DLG_MAILMERGE:NF_TO\"\>Specifies the number of the last record to be printed.\</ahelp\…
41126 …RICFIELD:DLG_MAILMERGE:NF_FROM\"\>Specifies the number of the first record to be printed.\</ahelp\…
41127 …help hid=\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_FROM\"\>Specifies which records to include in your form…
41134 …2 0 br \<ahelp hid=\"SW:EDIT:DLG_MAILMERGE:ED_PATH\"\>Specifies the path to store the form lette…
41137 …(placeholders). For more information about inserting database fields refer to the \<link href=\"te…
41139 … help par_id3155138 14 0 br Determines whether to send your form letters to a printer or save th…
41142 … help par_id5345011 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Click to create one document …
41144 …abase records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop colum…
41148 …r \<link href=\"text/swriter/01/01160100.xhp\" name=\"Outline to Presentation\"\>Outline to Presen…
41149 …\".uno:SendOutlineToStarImpres\"\>Sends the outline of the active document to a new presentation d…
41150 helpcontent2 source\text\swriter\01\01160100.xhp 0 help tit 0 br Outline to Presentation 2002…
41151 …br \<link href=\"text/swriter/01/01160200.xhp\" name=\"Outline to Clipboard\"\>Outline to Clipboar…
41152 …ahelp hid=\".uno:SendOutlineToClipboard\"\>Sends the outline of a document to the clipboard in Ric…
41153 helpcontent2 source\text\swriter\01\01160200.xhp 0 help tit 0 br Outline to Clipboard 2002-02…
41157 … the headings and a number of subsequent paragraphs in the active document to a new AutoAbstract t…
41158 …outline levels to be copied to the new document.\</ahelp\> For example, if you choose 4 levels, al…
41159 …of consecutive paragraphs to be included in the AutoAbstract document after each heading.\</ahelp\…
41162 … href=\"text/swriter/01/01160400.xhp\" name=\"AutoAbstract to Presentation\"\>AutoAbstract to Pres…
41165 …0 help par_id3145580 6 0 br Enter the number of paragraphs that you want to include below each o…
41166 …60400.xhp 0 help par_id3153667 4 0 br Enter the number of outline levels to include in the new p…
41167 helpcontent2 source\text\swriter\01\01160400.xhp 0 help tit 0 br AutoAbstract to Presentation …
41174 …want to use to indicate a new HTML page.\</ahelp\> To use this option, apply one of the heading pa…
41175 …1\01160500.xhp 0 help par_id3149801 3 0 br Consecutive numbers are added to the file name if mor…
41176to create a separate page when a heading style that you specify is encountered in the document.\</…
41208 …1 0 br \<ahelp hid=\"HID_NAVI_TBX11\"\>Moves the cursor to the footer, or from the footer to the…
41211to the previous item in the document. To specify the type of item to jump to, click the \<emph\>Na…
41212 …INES\"\>Click \<emph\>1 \</emph\>to only view the top level headings in the Navigator window, and …
41213to another page while you are in a document, press Shift+\<switchinline select=\"sys\"\>\<caseinli…
41215 …choose \<emph\>Display\</emph\>, and then click the document that you want to view. 2002-02-02 …
41216 …mp to the next or previous item in a document, click the \<link href=\"text/swriter/01/02110100.xh…
41218to a category in the Navigator to view the items in the category. To view the number of items in a…
41220 …ump to different parts of your document. You can also use the Navigator to insert elements from th…
41224 …s icon, and then choose the number of heading outline levels that you want to view in the Navigato…
41225to the next or the previous item in the category that you select. Select the category, and then cl…
41232 …rrent document. Click the hyperlink in the document to jump to the item that the hyperlink points
41234to set a reminder at the current cursor position. You can define up to five reminders. To jump to
41242to the next item in the document. To specify the type of item to jump to, click the \<link href=\"…
41247 …ator, drag its title bar. To dock the Navigator, drag its title bar to the left or to the right ed…
41252 …he text "hidden" when you rest the mouse pointer over it. The same applies to header and footer co…
41256 …d=\"HID_NAVI_TBX16\"\>Type the number of the page number that you want to jump to, and then press …
41258 … as a hyperlink. Click this icon, and then choose the option that you want to use.\</ahelp\> 20…
41260 …lick the\<emph\> Content View\</emph\> icon. Now you can use drag-and-drop to reorder contents. …
41262 …8 0 br \<ahelp hid=\"HID_NAVI_TBX10\"\>Moves the cursor to the header, or from the header to the…
41269 …an either jump to all table formulas located within your document or only to the incorrect ones. F…
41270 …r which enables you to choose among the existing targets within a document.\</ahelp\> You can then…
41271to your specific preferences for navigating within a document. To do this, choose \<link href=\"te…
41273 …ahelp hid=\"HID_NAVI_VS\"\>Click the icon for the type of objects you want to browse through. Then…
41274 …153293 15 0 br \<ahelp hid=\"HID_SCRL_PAGEUP\"\>Click the up button to scroll to the previous pa…
41275 …\02110100.xhp 0 help par_id3154330 4 0 br The entries largely correspond to those in the \<link …
41276 …ons jump to the previous or the next page in the document. The arrow buttons are black if you are …
41278 …98 16 0 br \<ahelp hid=\"HID_SCRL_PAGEDOWN\"\>Click the down button to scroll to the next page o…
41279 …idN106DD 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through bookm…
41280 …idN106F4 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through contr…
41281 …idN1070B 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through drawi…
41282 …idN10722 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through text …
41283 …idN10739 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through footn…
41284 …idN10750 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through graph…
41285 …idN10767 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through index…
41286 …idN1077E 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through remin…
41287 …_idN10795 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Sets the cursor to the next object of t…
41288 …idN107AF 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through OLE o…
41289 …idN107C6 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through headi…
41290 …idN107DD 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through pages…
41291 …idN107F4 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through notes…
41292 …_idN1080B 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Sets the cursor to the previous object …
41293 …idN10829 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through secti…
41294 …idN10840 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through selec…
41295 …idN10857 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through searc…
41296 …idN1086E 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through table…
41297 …idN10885 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through wrong…
41298 …idN1089C 0 br \<ahelp hid=\".\" visibility=\"hidden\"\>Select this icon to browse through table…
41324 …\swriter\01\02120000.xhp 0 help hd_id3155383 45 0 br Save links relative to 2002-02-02 02:02:…
41329 …k the arrow next to the \<emph\>AutoText\</emph\> icon on the \<emph\>Insert\</emph\> bar, and the…
41330to the selected AutoText entry.\</ahelp\>Opens the \<link href=\"text/swriter/01/05060700.xhp\" na…
41333 …tches the letters that you type, press Ctrl+Tab to advance through the entries.\</ahelp\> For exam…
41334 … If you are creating a new AutoText entry, type the shortcut that you want to use for the entry.\<…
41335 …8762 48 0 br \<ahelp hid=\"SW:CHECKBOX:DLG_GLOSSARY:CB_FILE_REL\"\>Links to AutoText directories…
41337 …P Word document or template, containing the AutoText entries that you want to import.\</ahelp\> …
41339 …0 help par_id3149583 76 0 br You can also use the macros that are linked to some of the provided…
41344 …53037 50 0 br \<ahelp hid=\"SW:CHECKBOX:DLG_GLOSSARY:CB_NET_REL\"\>Links to files on the Interne…
41345 …d=\"SW:MENUBUTTON:DLG_GLOSSARY:PB_EDIT\"\>Click to display additional AutoText commands, for examp…
41346 …3153300 66 0 br You can drag and drop AutoText entries from one category to another. 2002-02-…
41347 …G_BIB_BASE:PB_RENAME\"\>Changes the name of the selected AutoText category to the name that you en…
41349 … br \<ahelp hid=\"HID_MD_COPY_TO_CLIPBOARD\"\>Copies the selected AutoText to the clipboard.\</ahe…
41353 …om the selection that you made in the current document. The entry is added to the currently select…
41354to store AutoText.\</ahelp\>Opens the \<link href=\"text/shared/optionen/01010301.xhp\" name=\"Edi…
41357 …t path to the directory where the selected AutoText category files are stored. If you are creating…
41359 …0000.xhp 0 help par_id3155396 46 0 br Use this area to set the way $[officename] inserts links t…
41362 …t\swriter\01\02120000.xhp 0 help par_id3156064 61 0 br To add a new path to an AutoText director…
41369 …SW:EDIT:DLG_RENAME_GLOS:ED_NS\" visibility=\"visible\"\>Assigns a shortcut to the selected AutoTex…
41370 helpcontent2 source\text\swriter\01\02120100.xhp 0 help par_id3149171 2 0 br Allows you to change…
41412 … 0 help par_id3146846 52 0 br \<ahelp hid=\"HID_DLG_FLDEDT_NEXT\"\>Jumps to the next field of th…
41416 …xhp 0 help par_id3148798 19 0 br Displays the name of the macro assigned to the selected field. …
41420 … 0 help par_id3149602 49 0 br \<ahelp hid=\"HID_DLG_FLDEDT_PREV\"\>Jumps to the previous field o…
41424 …database that you want to insert the selected field from. You can also change the table or query t…
41426 … par_id3151168 4 0 br You can also double-click a field in your document to open the field for e…
41427 …e this command.\</ahelp\> In the dialog, you can use the arrow buttons to move to the previous or …
41429 …140000.xhp 0 help par_id3153126 37 0 br Displays the text that is linked to a condition. 2002…
41437 …_id3156124 17 0 br Displays the condition that must be met for the field to be activated. If you…
41438 helpcontent2 source\text\swriter\01\02140000.xhp 0 help par_id5081637 0 br If you want to change…
41450to the footnote or endnote text, click the anchor for note in the document. You can also position …
41454 …8 27 0 br \<ahelp hid=\"SW:IMAGEBUTTON:DLG_INS_FOOTNOTE:BT_NEXT\"\>Moves to the next footnote or…
41455 …it, and then choose \<emph\>Format - Character\</emph\>. You can press F11 to open the \<emph\>Sty…
41459 …ter\01\02150000.xhp 0 help par_id3153308 20 0 br Select the type of note to insert, that is, foo…
41461 …1 24 0 br \<ahelp hid=\"SW:IMAGEBUTTON:DLG_INS_FOOTNOTE:BT_PREV\"\>Moves to the previous footnot…
41463 …swriter\01\02150000.xhp 0 help par_id3155079 22 0 br Converts a footnote to an endnote. 2002-…
41464 …swriter\01\02150000.xhp 0 help par_id3156098 21 0 br Converts an endnote to a footnote. 2002-…
41468 helpcontent2 source\text\swriter\01\02160000.xhp 0 help hd_id3147736 20 0 br End arrow to right …
41471 helpcontent2 source\text\swriter\01\02160000.xhp 0 help hd_id3151384 18 0 br End arrow to left …
41474 helpcontent2 source\text\swriter\01\02160000.xhp 0 help hd_id3154617 24 0 br Arrow to right 20…
41475 helpcontent2 source\text\swriter\01\02160000.xhp 0 help hd_id3155080 22 0 br Arrow to left 200…
41484 …ar_id3149829 21 0 br \<ahelp hid=\"HID_INSERT_IDX_MRK_NEXT_SAME\"\>Jumps to the last index entry…
41486 helpcontent2 source\text\swriter\01\02160000.xhp 0 help par_id3150550 26 0 br End arrow to left …
41488 …LTMRK:LB_TOX\"\>Displays the type of index that the selected entry belongs to.\</ahelp\> You canno…
41493 …elp par_id3154327 23 0 br \<ahelp hid=\"HID_INSERT_IDX_MRK_PREV\"\>Jumps to the previous index e…
41494 …elp par_id3154633 25 0 br \<ahelp hid=\"HID_INSERT_IDX_MRK_NEXT\"\>Jumps to the next index entry…
41495 …writer\01\02160000.xhp 0 help par_id3155539 32 0 br You can jump quickly to index entries with t…
41496 …ar_id3155869 19 0 br \<ahelp hid=\"HID_INSERT_IDX_MRK_PREV_SAME\"\>Jumps to the first index entr…
41499 helpcontent2 source\text\swriter\01\02160000.xhp 0 help par_id3156108 27 0 br End arrow to right …
41505 …ar_id3143275 3 0 br The \<emph\>Edit Sections\</emph\> dialog is similar to the \<link href=\"te…
41508 …ible\" hid=\"HID_REGION_TREE\"\>Type the name of the section that you want to edit, or click a nam…
41513 … the horizontal ruler, that you can use to adjust page margins, tab stops, indents, borders, table…
41526 …0000.xhp 0 help par_id3149287 4 0 br To change the default field display to field names instead …
41527 …ocument with \<emph\>View - Field Names\</emph\> enabled, you are prompted to include the field na…
41541 …5 0 br When you hide a paragraph, footnotes and frames that are anchored to characters in the pa…
41543 …"Hidden Paragraph" to assign a \<link href=\"text/swriter/01/04090200.xhp\" name=\"condition\"\>co…
41554 …0.xhp 0 help par_id3145420 5 0 br Select the type of break that you want to insert. 2002-02-0…
41555 …ine\>+Enter. However, if you want to assign the following page a different Page Style, you must us…
41557 …PAGE\"\>Inserts a manual page break, and moves the text found to the right of the cursor to the be…
41559 …AK:RB_LINE\"\>Ends the current line, and moves the text found to the right of the cursor to the ne…
41562 …break (in a multiple column layout), and moves the text found to the right of the cursor to the be…
41563 … that you specify to the page that follows the manual page break. This option is only available if…
41571 …mmand to create a section. You can use sections to insert blocks of text from other documents, to
41590 …r is the DDE name for the application that contains the data. Topic refers to the location of the …
41591 …elp\> By default, $[officename] automatically assigns the name "Section X" to new sections, where …
41592to insert, or click the browse button (\<emph\>...\</emph\>) to locate the file.\</ahelp\>\<switch…
41595to insert a section named "Section1" from a $[officename] text document abc.sxw as a DDE link, use…
41598to create the field variable "x" and set its value to 1. Then specify a condition based on this va…
41600 …s check box, and then enter the \<emph\>DDE \</emph\>command that you want to use. The \<emph\>DDE…
41601 …r When you open a document that contains linked sections, you are prompted to update the links. …
41602to hide the section.\</ahelp\> A condition is a \<link href=\"text/swriter/01/04090200.xhp\" name=…
41606 …X:MD_EDIT_REGION:LB_SUBREG\"\>Select the section in the file that you want to insert as a link.\</…
41607 …id=\"SW:PUSHBUTTON:MD_EDIT_REGION:PB_FILE\"\>Locate the file that you want to insert as a link, an…
41612 helpcontent2 source\text\swriter\01\04020100.xhp 0 help par_idN108EA 0 br Select to allow editin…
41631 …anchor at the current cursor position in the document, and adds a footnote to the bottom of the pa…
41632 … 0 help par_id3149812 16 0 br Select the type of numbering that you want to use for footnotes an…
41634 helpcontent2 source\text\swriter\01\04030000.xhp 0 help par_id3151256 20 0 br Select whether to i…
41637 …G_INS_FOOTNOTE:RB_NUMBER_AUTO\"\>Automatically assigns consecutive numbers to the footnotes or end…
41638 … par_id3154645 23 0 br \<variable id=\"endnoten\"\>The following applies to both footnotes and e…
41640 …<ahelp hid=\"SW:EDIT:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR\"\>Choose this option to define a character o…
41646 …ator to quickly jump to the marked location at a later time.\</ahelp\> In an HTML document, bookma…
41648 …tom of the document window, and then choose the bookmark that you want to jump to.\</defaultinline…
41649to a specific bookmark, press F5 to open the \<link href=\"text/swriter/01/02110000.xhp\" name=\"N…
41650 …INSERT_BOOKMARK:CB_BOOKMARK\"\>Type the name of the bookmark that you want to create. The lower li…
41659to a selected graphic, table, frame, text frame, or drawing object.\</ahelp\> You can also access …
41661 …EDT_TEXT\"\>Type the text that you want to appear after the caption number.\</ahelp\> For example,…
41663 …STBOX:DLG_CAPTION:BOX_FORMAT\"\>Select the type of numbering that you want to use in the caption.\…
41664 …OX:DLG_CAPTION:BOX_CATEGORY\"\>Select the caption category, or type a name to create a new categor…
41666 …elp par_idN10690 0 br \<ahelp hid=\".\"\>Enter optional text characters to appear between the n…
41675 …OX:DLG_CAPTION:CB_COPY_ATTR\"\>Applies the border and shadow of the object to the caption frame.\<…
41676to the caption label. To use this feature, you must first assign an \<link href=\"text/swriter/gui…
41677 …ct the number of outline levels from the top of the chapter hierarchy down to include in the capti…
41678 …01\04060100.xhp 0 help par_id3153532 4 0 br When you add chapter numbers to caption labels, the …
41679 …EDIT:DLG_SEQUENCE_OPTION:ED_SEPARATOR\"\>Enter the character that you want to insert between the c…
41693 …r\01\04070000.xhp 0 help par_id396130 0 br Click into the envelope page to make it the current …
41705 …click the arrow button to insert the field in the address. If you want, you can apply formatting,…
41708 …\"visible\"\>Select the database containing the address data that you want to insert.\</ahelp\> …
41709 …containing the address data that you want to insert, and then click the left arrow button. The dat…
41710 …ble\"\>Select the database table containing the address data that you want to insert.\</ahelp\> …
41740 …help par_id3150700 35 0 br Select the envelope size format that you want to use, or create a cus…
41741 …END_LEFT\" visibility=\"visible\"\>Enter the amount of space that you want to leave between the le…
41742 …DDR_LEFT\" visibility=\"visible\"\>Enter the amount of space that you want to leave between the le…
41744 …and choose the text formatting style for the addressee field that you want to edit.\</ahelp\> 2…
41746 …SEND_TOP\" visibility=\"visible\"\>Enter the amount of space that you want to leave between the to…
41747 …ADDR_TOP\" visibility=\"visible\"\>Enter the amount of space that you want to leave between the to…
41749 …ck and choose the text formatting style for the sender field that you want to edit.\</ahelp\> 2…
41766 … hid=\"SW:METRICFIELD:TP_ENV_PRT:FLD_RIGHT\"\>Enter the amount to shift the print area to the righ…
41774 … 0 br \<ahelp hid=\"SW:METRICFIELD:TP_ENV_PRT:FLD_DOWN\"\>Enter the amount to shift the print area…
41775 … printer for envelopes. Depending on the printer model, envelopes may have to be placed left, righ…
41796 …DOKFORMAT\"\>Click the format that you want to apply to the selected field, or click "Additional f…
41803 …k at the \<emph\>Created \</emph\>line. The name of the author is appended to the \<emph\>Created\…
41804 helpcontent2 source\text\swriter\01\04090001.xhp 0 help par_id3147167 2 0 br Fields are used to i…
41823 …MERICFIELD:TP_FLD_DOK:ED_DOKDATEOFF\"\>Enter the contents that you want to add to a user-defined f…
41825 …X:TP_FLD_DOK:LB_DOKTYPE\"\>Lists the available field types. To add a field to your document, click…
41829 …D:TP_FLD_DOK:ED_DOKLEVEL\"\>Select the chapter heading level that you want to include in the selec…
41832 …UMERICFIELD:TP_FLD_DOK:ED_DOKDATEOFF\"\>Enter the offset that you want to apply to a date or time …
41833 helpcontent2 source\text\swriter\01\04090001.xhp 0 help par_id3154948 54 0 br If you want to chan…
41835 …SW:EDIT:TP_FLD_DOK:ED_DOKVALUE\"\>Enter the offset value that you want to apply to a page number f…
41839 …60 0 br The format contains the text following the number-range field up to the end of the parag…
41844 …r In the \<emph\>Format\</emph\>, click the numbering format that you want to use. 2002-02-02 0…
41851 …the \<emph\>Format\</emph\> list, click the numbering format that you want to use. 2002-02-02 0…
41854 …eference from one sub-document to another. Note that the reference name will not appear in the sel…
41857 …3147746 9 0 br Inserting a reference to another position in the document. The corresponding text…
41860 …id=\"SW:LISTBOX:TP_FLD_REF:LB_REFFORMAT\"\>Select the format that you want to use for the selected…
41861 …tered this way will be ignored. For the target in HTML documents, you have to \<link href=\"text/s…
41863 …ve" or "below", depending on the location of the reference target relative to the position of the …
41865 …his way will be ignored. For referenced fields in HTML documents, you have to \<link href=\"text/s…
41871 …d to mark certain text passages in a document. In a text document, you can use the bookmarks, for …
41877 …ext as a reference and you do not want to reenter it after deleting the reference, select the text…
41883 …t displayed in the\<emph\> Selection\</emph\> list. If you want to insert a reference to the targe…
41884 …LD_REF:ED_REFNAME\"\>Type the name of the user-defined field that you want to create.\</ahelp\> To…
41885 …advantage of entering a cross-reference as a field is that you do not have to adjust the reference…
41887 … 0 br \<ahelp hid=\".\"\>Lists the available field types. To add a field to your document, click…
41912 … 0 br \<ahelp hid=\"SW:EDIT:TP_FLD_DB:ED_DBCONDITION\"\>For fields linked to a \<link href=\"text…
41913 …0003.xhp 0 help par_id3145771 43 0 br Enter the characters that you want to combine. You can com…
41915 …04090003.xhp 0 help par_id3147084 29 0 br Select the macro that you want to run when the field i…
41917 …d=\"SW_PUSHBUTTON_TP_FLD_FUNC_PB_LISTADD\"\>Adds the \<emph\>Item\</emph\> to the list.\</ahelp\> …
41918 …t runs a macro when you click the field in the document. To assign a macro to the field, click the…
41920 … \<emph\>Input list\</emph\> field in your document or press Ctrl+Shift+F9 to display the \<link h…
41926 …01\04090003.xhp 0 help par_id3149173 35 0 br Type the text that you want to hide if a condition …
41929 …"SW_LISTBOX_DLG_FLD_DROPDOWN_LB_LISTITEMS\"\>Choose the item that you want to display in the docum…
41930 …ou want to insert when the variable "sun" equals "1" in the \<emph\>Then \</emph\>box. If you want…
41936 … br Depending on the field type that you select, you can assign conditions to certain functions. F…
41944 …hics. When you click a placeholder field in the document, you are prompted to insert the item that…
41950 …C_ED_FUNCCOND2\"\>Enter the text to display when the condition is met in the \<emph\>Then \</emph\…
41951 …Type the text that you want to display in the field. If you are inserting a placeholder field, typ…
41956 …01\04090003.xhp 0 help par_id3156282 33 0 br Type the text that you want to appear in the placeh…
41957 helpcontent2 source\text\swriter\01\04090003.xhp 0 help par_id3159199 42 0 br Combines up to 6 ch…
42004 …d=\"SW_EDIT_TP_FLD_VAR_ED_VARSEPARATOR\"\>Type the character that you want to use as a separator b…
42005 …elds, click the format that you want to apply in the \<emph\>Format \</emph\>list, or click "Addit…
42013 …FLD_VAR_LB_VARCHAPTERLEVEL\"\>Choose the heading or chapter level at which to restart numbering in…
42015 … Displays the number of pages from the "Set page variable" reference point to this field. 2002-…
42016 …ph\>box is converted to an opening HTML \<link href=\"text/shared/00/00000002.xhp#tags\" name=\"ta…
42018 … br Variable fields let you add dynamic content to your document. For example, you can use a varia…
42022 …377 23 0 br Inserts a custom global variable. You can use the User Field to define a variable fo…
42026 …page count restarts. Select "on" to enable the reference point, and "off" to disable it. You can a…
42030 …62 32 0 br \<ahelp hid=\"HID_FLDVAR_APPLY\"\>Adds the user-defined field to the \<emph\>Selectio…
42046 …elect the database table or the database query that you want the field to refer to.\</ahelp\> You …
42048 …riter\01\04090006.xhp 0 help par_id3147100 7 0 br You can use this field to insert several recor…
42055 …of the record that you want to insert when the condition that you specify is met.\</ahelp\> The re…
42057 …cument, if the condition that you define is met. The records that you want to include must be sele…
42062 …r to fields in a different database (or in a different table or query within the same database), $…
42067 …006.xhp 0 help par_id3155861 14 0 br You can use the "Next record" field to insert the contents …
42068 … 24 0 br \<ahelp hid=\".\"\>Select the format of the field that you want to insert. This option …
42070 …g where you can select a database file (*.odb). The selected file is added to the Databases Select…
42072to print a form letter. If you answer Yes, the \<link href=\"text/swriter/01/01150000.xhp\"\>Mail …
42084 …ntents of a fixed date or time field are equal to the SDVAL parameter, otherwise the contents are …
42099to special HTML tags. The field contents are inserted between the opening and closing HTML tags of…
42112 …n the document.\</ahelp\> You can use input fields for text, or to assign a new value to a variabl…
42113 …149691 6 0 br \<ahelp hid=\"SW:PUSHBUTTON:DLG_FLD_INPUT:PB_NEXT\"\>Jumps to the next input field…
42128 …e the Conditional text field, although they can be applied to any fields that can be linked to a c…
42129to control the display of \<link href=\"text/swriter/01/04090000.xhp\"\>fields\</link\> and \<link…
42147 …0.xhp 0 help par_id3147500 33 0 br The condition is true if "x" is equal to 1. 2002-02-02 02:…
42148 …lp par_id3147515 17 0 br Any record and next record: controls the access to database records. …
42149 …ent, place the cursor between the two fields, press Space, and then return to the \<emph\>Fields \…
42169 …1\04090200.xhp 0 help par_id3149802 18 0 br The simplest way to define a condition is to type th…
42176 helpcontent2 source\text\swriter\01\04090200.xhp 0 help par_id3150051 56 0 br You may want to cre…
42181 helpcontent2 source\text\swriter\01\04090200.xhp 0 help par_id3150147 128 0 br For example, to hi…
42201 … 0 br The condition is always met. You can also enter any value not equal to 0 as the conditional…
42212 …01\04090200.xhp 0 help par_id3153562 84 0 br You can now use a condition to insert text based on…
42217 helpcontent2 source\text\swriter\01\04090200.xhp 0 help par_id3153876 54 0 br When you refer to a…
42260 …ter\01\04120000.xhp 0 help par_idN105AC 0 br Opens a menu to insert index entries and to insert…
42277 helpcontent2 source\text\swriter\01\04120100.xhp 0 help hd_id3156278 19 0 br Apply to all similar…
42280 …(X = 1-10) can be automatically added to the table of contents. The level of the entry in the inde…
42284 … pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading…
42291 …AME\"\>Enter a name for the new user-defined index. The new index is added to the list of availabl…
42292 …lp hid=\"HID_INSERT_IDX_MRK_TYPE\"\>Select the index that you want to add the entry to.\</ahelp\> …
42300 helpcontent2 source\text\swriter\01\04120200.xhp 0 help par_id3149481 5 0 br Use this tab to spec…
42312 …X:TP_TOX_STYLES:LB_PARALAY\"\>Select the paragraph style that you want to apply to the selected in…
42314 …BUTTON:TP_TOX_STYLES:BT_STD\"\>Resets the formatting of the selected level to the "Default" paragr…
42317 …p 0 help par_id3154505 37 0 br You can assign different paragraph styles to change the formattin…
42327 …Use this tab to specify and define the type of \<link href=\"text/swriter/01/04120200.xhp\" name=…
42344 …:NUMERICFIELD:TP_TOX_SELECT:NF_LEVEL\"\>Enter the number of heading levels to include in the index…
42345 …SW:LISTBOX:TP_TOX_SELECT:LB_TYPE\"\>Select the type of index that you want to insert.\</ahelp\> Th…
42346 …\>Assign Styles\</emph\> dialog, where you can select the paragraph styles to include in the index…
42347 …01\04120211.xhp 0 help par_id3149096 16 0 br Use this area to specify which information to inclu…
42349 …12 0 br \<ahelp hid=\"SW:LISTBOX:TP_TOX_SELECT:LB_AREA\"\>Select whether to create the index for…
42351 …rmatted with one of the predefined heading styles (Heading 1-10) are added to the index.\</ahelp\>…
42352 … the paragraph styles that you want to include in the index, click the \<emph\>Assign Styles (...\…
42354 …</ahelp\> Manual changes that you make to an index are lost when the index is refreshed. If you wa…
42372 …y is inserted as a top level index entry and the entries that are assigned to the key as indented …
42373 …G\"\>Select numeric when you want to sort numbers by value, such as in 1, 2, 12. Select alphanumer…
42377 …s.\</ahelp\> If you want the first occurrence of the entry in the document to determine the case o…
42380 …lp hid=\"SW_LISTBOX_TP_TOX_SELECT_LB_LANGUAGE\"\>Select the language rules to use for sorting the …
42382 …tomatically marks index entries using a concordance file - a list of words to include in an index.…
42383 …r\01\04120212.xhp 0 help par_idN10671 0 br To use multi-level collation to Asian languages, sel…
42396 …TOX_SELECT:LB_CAPTIONSEQUENCE\"\>Select the caption category that you want to use for the index en…
42398 …\04120213.xhp 0 help par_id3151315 4 0 br Specify the information to be combined to form an inde…
42401 …\"\>Creates index entries from object captions.\</ahelp\> To add a caption to an object, select th…
42403 …_TOX_SELECT:LB_DISPLAYTYPE\"\>Select the part of the caption that you want to use for index entrie…
42430 … br \<ahelp hid=\"HID_OLE_CHECKLB\"\>Select the object types that you want to include in a table o…
42437 …\"SW:LISTBOX:TP_TOX_SELECT:LB_BRACKET\"\>Select the brackets that you want to enclose bibliography…
42445 …yles\</emph\> list, and then click the \<emph\>>> \</emph\>button to move the style to the index l…
42447 …150566 4 0 br The list contains the paragraph styles that you can assign to index levels. 200…
42458 …e format of the index or table entries. The appearance of this tab changes to reflect the type of …
42468 …writer\01\04120221.xhp 0 help hd_id3149559 33 0 br Tab position relative to Paragraph Style inde…
42476 …p par_id3147169 4 0 br \<ahelp hid=\".\"\>Select the level that you want to define.\</ahelp\> …
42477 …\<ahelp hid=\"SW:CHECKBOX:TP_TOX_ENTRY:CB_AUTORIGHT\"\>Aligns the tab stop to the right page margi…
42481 …W:PUSHBUTTON:TP_TOX_ENTRY:PB_TAB\"\>Inserts a tab stop. To add leader dots to the tab stop, select…
42485to the "indent from left" value defined in the paragraph style selected on the \<emph\>Styles\</em…
42486 … \<ahelp hid=\"SW:METRICFIELD:TP_TOX_ENTRY:MF_TABPOS\"\>Enter the distance to leave between the le…
42488 …he part that you want to create a hyperlink for, and then click this button. Click in the empty bo…
42490 helpcontent2 source\text\swriter\01\04120221.xhp 0 help par_id3154480 10 0 br To add a code to th…
42491 …, including, if available, the chapter number. To assign chapter numbering to a heading style, cho…
42493 …\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_ALL_LEVELS\"\>Applies the current settings to all of the table of …
42504 helpcontent2 source\text\swriter\01\04120222.xhp 0 help par_id3153532 3 0 br Level "S" refers to
42507 …ch as the chapter heading and number. Select the information that you want to display in the \<emp…
42508 …TRY\" visibility=\"visible\"\>Select the chapter information that you want to include in the index…
42539to the \<emph\>Structure line\</emph\>, click the entry, click in an empty box on the \<emph\>Stru…
42541 …elp hid=\"SW:LISTBOX:TP_TOX_ENTRY:LB_THIRDKEY\"\>Select the entry by which to sort the bibliograph…
42545 …_AUTHINSERT\"\>Adds the reference code for the selected bibliography entry to the \<emph\>Structur…
42546 …liography entries according to the position of their references in the document.\</ahelp\> Select …
42573 …br \<ahelp hid=\"HID_DLG_CREATE_AUTOMARK\"\>Create or edit a list of words to include in an Alphab…
42577 …250.xhp 0 help par_id3152953 3 0 br "Search term" refers to the index entry that you want to mar…
42587 …p 0 help par_id3155896 4 0 br "Alternative entry" refers to the index entry that you want to app…
42588 helpcontent2 source\text\swriter\01\04120250.xhp 0 help par_id3155907 14 0 br For example, to inc…
42590to highlight all places where a word appears, then open the Insert Index Entry dialog to add that …
42603 …graphy record. This record is only stored in the document. To add a record to the bibliography dat…
42606 …_LISTBOX\"\>Select the short name of the bibliography record that you want to insert.\</ahelp\> …
42616 …rahm\"\>\<ahelp hid=\".uno:InsertFrame\"\>Inserts a frame that you can use to create a layout of o…
42617 …\>Draws a frame where you drag in the document. Click the arrow next to the icon to select the num…
42618 …6 0 br You can also preview the effects when you change the frame anchor to "As Character". The …
42619 …d arrows at the beginning and the end of text in frame, use the arrow keys to scroll through the r…
42621 …30000.xhp 0 help par_id3153678 37 0 br To edit a frame, click the border to select it, and then …
42629 … one of the handles blinks to show that it is selected. TO select another handle, press Ctrl+Tab a…
42643 …0 br \<ahelp hid=\"SW:CHECKBOX:DLG_INSERT_TABLE:CB_BORDER\"\>Adds a border to the table cells.\</a…
42646 … into the document. You can also click the arrow, drag to select the number of rows and columns to
42649 …o a table, select the text, and then choose \<emph\>Table - Convert - Text to Table\</emph\>. 2…
42651to open the \<emph\>Insert Table\</emph\> dialog, where you can insert a table in the current docu…
42662 …G_INSERT_TABLE:NF_REPEAT_HEADER\"\>Select the number of rows that you want to use for the heading.…
42673 …400.xhp 0 help par_id3148386 14 0 br Click in the document that you want to change the data sour…
42679 …database, you can then exchange the database with another address database to insert different add…
42680 …h\>Databases in Use\</emph\> list, select the database table that you want to replace. 2002-02-…
42684 …id=\"1419596301\"\>Opens a file open dialog to select a database file (*.odb). The selected file i…
42688 …nts of a file, insert a section into your document, and then insert a link to the text file in the…
42696 …SW:RADIOBUTTON:DLG_JAVAEDIT:RB_EDIT\"\>Enter the script code that you want to insert.\</ahelp\> …
42697 …d=\"SW:EDIT:DLG_JAVAEDIT:ED_TYPE\"\>Enter the type of script that you want to insert.\</ahelp\> Th…
42698 …3149810 14 0 br \<ahelp hid=\"SW:EDIT:DLG_JAVAEDIT:ED_URL\"\>Adds a link to a script file. Click…
42700 …\>Edit Script\</emph\> dialog contains previous and next buttons to jump from script to script. …
42704 …PUSHBUTTON:DLG_JAVAEDIT:PB_URL\"\>Locate the script file that you want to link to, and then click …
42710 …g to the \<emph\>Rulers \</emph\>\<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\"\>Gall…
42712 … 0 br \<ahelp hid=\"HID_VS_RULER\"\>Select the type of line that you want to insert, and then cli…
42717to all of the pages that use the same page style.\</ahelp\> In a new document, only the "Default"…
42724to all of the pages that use the same page style.\</ahelp\> In a new document, only the "Default"…
42754 …OLL\"\>Select this check box, and then select the page style that you want to use for the first pa…
42756 …PAGENUM\"\>Enter the page number that you want to appear on the first page after the break. If you…
42759 …:RID_SVXPAGE_EXT_PARAGRAPH:BTN_KEEPTOGETHER\"\>Shifts the entire paragraph to the next page or col…
42760 …GE_EXT_PARAGRAPH:ED_HYPHENBEFORE\"\>Enter the minimum number of characters to leave at the end of …
42764 …_SVXPAGE_EXT_PARAGRAPH_LB_BREAKTYPE\"\>Select the break type that you want to insert.\</ahelp\> …
42766 …EAK\"\>Select this check box, and then select the break type that you want to use.\</ahelp\> 20…
42768 …STBOX:RID_SVXPAGE_EXT_PARAGRAPH:LB_PAGECOLL\"\>Select the formatting style to use for the first pa…
42769 …ISTBOX_RID_SVXPAGE_EXT_PARAGRAPH_LB_BREAKPOSITION\"\>Select where you want to insert the break.\</…
42772 …ount specified in the \<emph\>Lines \</emph\>box, the paragraph is shifted to the next page. 20…
42785 …\<ahelp hid=\"SW_EDIT_TP_DROPCAPS_EDT_TEXT\"\>Enter the text that you want to display as drop caps…
42786 …s that you want the drop cap to extend downward from the first line of the paragraph.\</ahelp\> Th…
42787 …MERICFIELD_TP_DROPCAPS_FLD_DROPCAPS\"\>Enter the number of characters to convert to drop caps. \</…
42788 …p hid=\"SW_CHECKBOX_TP_DROPCAPS_CB_SWITCH\"\>Applies the drop cap settings to the selected paragra…
42789 …_TP_DROPCAPS_BOX_TEMPLATE\"\>Select the formatting style that you want to apply to the drop caps.\…
42790 …hid=\"SW_METRICFIELD_TP_DROPCAPS_FLD_DISTANCE\"\>Enter the amount of space to leave between the dr…
42804 …ART\"\>Select this check box, and then enter the number that you want to assign to the paragraph.\…
42807 …=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\"\>Enter the number at which to restart the line num…
42808 …e=\"Line numbering\"\>Line numbering\</link\> options. To add line numbers to your document, choos…
42810 …UMERICFIELD:TP_NUMPARA:NF_NEW_START\"\>Enter the number that you want to assign to the paragraph.\…
42811 … or bullets from the paragraph. You can also select the style of numbering to use, and reset the n…
42814 …xhp\" name=\"Numbering Style\"\>Numbering Style\</link\> that you want to apply to the paragraph.\…
42828 helpcontent2 source\text\swriter\01\05040500.xhp 0 help hd_id3151248 50 0 br Apply to 2002-02-…
42837 …145206 22 0 br Displays the column number, as well as width and distance to the adjacent columns…
42842 … When you apply a layout to a page style, all pages that use the style are updated. Similarly, whe…
42845 …\"SW_IMAGEBUTTON_TP_COLUMN_BTN_DOWN\"\>Moves the column display one column to the left.\</ahelp\> …
42851 …d=\"SW_IMAGEBUTTON_TP_COLUMN_BTN_UP\"\>Moves the column display one column to the right.\</ahelp\>…
42852 …_METRICFIELD_TP_COLUMN_ED_DIST2\"\>Enter the amount of space that you want to leave between the co…
42856 …STBOX_DLG_COLUMN_LB_APPLY_TO\"\>Select the item that you want to apply the column layout to.\</ahe…
42878 …\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\"\>Enter the amount of space to leave between the se…
42885 …hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\"\>Enter the amount of space to leave between the bo…
42912 …NOTES:ED_FTN_SUFFIX\" visibility=\"visible\"\>Enter the text that you want to display after the fo…
42913 …NOTES:ED_END_SUFFIX\" visibility=\"visible\"\>Enter the text that you want to display after the en…
42916 …NOTES:ED_FTN_PREFIX\" visibility=\"visible\"\>Enter the text that you want to display in front of …
42918 … section. If the section spans more than one page, the footnotes are added to the bottom of the pa…
42921 …ES:FLD_FTN_OFFSET\" visibility=\"visible\"\>Enter the number that you want to assign the footnote.…
42922 …NOTES:ED_END_PREFIX\" visibility=\"visible\"\>Enter the text that you want to display in front of …
42923 …ES:FLD_END_OFFSET\" visibility=\"visible\"\>Enter the number that you want to assign the endnote.\…
42937 …D_PAGE_RB_CHARSGRID\"\>Adds or removes a text grid for lines or characters to the current page sty…
42938 …help hid=\"SW_CHECKBOX_TP_TEXTGRID_PAGE_CB_RUBYBELOW\"\>Displays Ruby text to the left of or below…
42939 …800.xhp 0 help par_id3151171 17 0 br \<ahelp hid=\".\"\>Adds a text grid to the current page sty…
42961 helpcontent2 source\text\swriter\01\05060100.xhp 0 help hd_id3150545 48 0 br to 2002-02-02 02:…
42963 helpcontent2 source\text\swriter\01\05060100.xhp 0 help hd_id3150912 56 0 br to 2002-02-02 02:…
42974 …id=\"SW:METRICFIELD:TP_FRM_STD:ED_AT_HORZ_POS\"\>Enter the amount of space to leave between the le…
42976 …lp hid=\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_PARA\"\>Anchors the selection to the current paragrap…
42980 …0.xhp\" name=\"Graphics\"\>\<emph\>Graphics\</emph\>\</link\> flip options to adjust the layout of…
42982 …lp hid=\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_PAGE\"\>Anchors the selection to the current page.\</…
42985 …. If you anchor the object as a character, the reference rectangle changes to a red line. 2002-…
42987 …ter\01\05060100.xhp 0 help par_id3150463 59 0 br If you anchor an object to a frame with a fixed…
42990 …_STD:CB_AUTOHEIGHT\"\>Automatically adjusts the width or height of a frame to match the contents o…
42991 …hid=\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_AT_CHAR\"\>Anchors the selection to a character.\</ahelp…
42999 …hors the selection as character. The height of the current line is resized to match the height of …
43000 …:TP_FRM_STD:BT_REALSIZE\"\>Resets the size settings of the selected object to the original values.…
43001 …id=\"SW:METRICFIELD:TP_FRM_STD:ED_AT_VERT_POS\"\>Enter the amount of space to leave between the to…
43003 …bject within the layout boundaries of the text that the object is anchored to. To place the select…
43036 …01\05060200.xhp 0 help par_id3149637 34 0 br Specify the amount of space to leave between the se…
43038 …\"\>\<ahelp hid=\".uno:WrapThroughTransparent\"\>Moves the selected object to the background. This…
43047 …umlauftext\"\>\<ahelp hid=\".uno:TextWrap\"\>Specify the way you want text to wrap around an objec…
43048 …chertext\"\>\<ahelp hid=\".uno:WrapIdeal\"\>Automatically wraps text to the left, to the right, or…
43092 …\<ahelp hid=\"HID_CONTDLG_POLYINSERT\"\>Inserts a handle that you can drag to change the shape of …
43097 …elp hid=\"HID_CONTDLG_POLYMOVE\"\>Lets you drag the handles of the contour to change the shape of …
43107 …om the contour outline. Click here, and then click the point that you want to delete.\</ahelp\> …
43110to start the polygon, and drag to draw a line segment. Click again to define the end of the line s…
43111 …_id3155184 4 0 br \<ahelp hid=\"HID_CONTDLG_APPLY\"\>Applies the contour to the selected object.…
43114 …0 help par_id3156270 10 0 br \<ahelp hid=\"HID_CONTDLG_SELECT\"\>Changes to selection mode, so t…
43132 …TTON:TP_GRF_EXT:PB_BROWSE\"\>Locate the new graphic file that you want to link to, and then click …
43136 …ath to the linked graphic file. To change the link, click the browse button (\<emph\>...\</emph\>)…
43147 …2:PUSHBUTTON:RID_SFX_SMALLTP_MACROASSIGN:PB_ASSIGN\"\>Assigns the selected to the selected event.\…
43157 …ents that can trigger a macro.\</ahelp\> Only the events that are relevant to selected object are …
43161 …OASSIGN\"\>Lists the available macros. Select the macro that you want to assign to the selected ev…
43168 …] document.\</ahelp\> Within this list, select the location where you want to save the macros. …
43206 …\01\05060700.xhp 0 help par_id3155857 45 0 br hyperlink that is assigned to the object is clicke…
43210 …01\05060700.xhp 0 help par_id3156058 84 0 br Frames allow you to link certain events to a functi…
43214 …r \<ahelp hid=\"SFX2:TABPAGE:RID_SFX_TP_MACROASSIGN\"\>Specifies the macro to run when you click a…
43215 …\01\05060700.xhp 0 help par_id3159203 89 0 br For events that are linked to controls in forms, s…
43225 helpcontent2 source\text\swriter\01\05060800.xhp 0 help hd_id3155180 3 0 br Link to 2002-02-02…
43229 …MBOBOX:TP_FRM_URL:CB_FRAME\"\>Specify the name of the frame where you want to open the targeted fi…
43230 …BUTTON:TP_FRM_URL:PB_SEARCH\"\>Locate the file that you want the hyperlink to open, and then click…
43235 …lp hid=\"SW:EDIT:TP_FRM_URL:ED_URL\"\>Enter the complete path to the file that you want to open, f…
43236 …00000002.xhp#imagemap\" name=\"ImageMap\"\>ImageMap\</link\> that you want to use. The ImageMap se…
43257 …<ahelp hid=\"SW:CHECKBOX:TP_FRM_ADD:CB_PROTECT_CONTENT\"\>Prevents changes to the contents of the …
43258 … br \<ahelp hid=\"SW:CHECKBOX:TP_FRM_ADD:CB_EDIT_IN_READONLY\"\>Allows you to edit the contents of…
43262 …_ALT_NAME\"\>Enter the text to display in a web browser when the selected item is unavailable. Alt…
43295 …BLE:ED_NAME\"\>Enter an internal name for the table. You can use this name to quickly locate the t…
43297 …:TP_FORMAT_TABLE:ED_BOTTOM_DIST\"\>Enter the amount of space that you want to leave between the bo…
43300 …D:TP_FORMAT_TABLE:ED_RIGHT_DIST\"\>Enter the amount of space that you want to leave between the ri…
43304 …ELD:TP_FORMAT_TABLE:ED_TOP_DIST\"\>Enter the amount of space that you want to leave between the to…
43305 …W:RADIOBUTTON:TP_FORMAT_TABLE:RB_LEFT\"\>Aligns the left edge of the table to the left page margin…
43306 …IOBUTTON:TP_FORMAT_TABLE:RB_FROM_LEFT\"\>Aligns the left edge of the table to the indent that you …
43307 …IOBUTTON:TP_FORMAT_TABLE:RB_FULL\"\>Extends the table horizontally to the left and to the right pa…
43308 …RADIOBUTTON:TP_FORMAT_TABLE:RB_RIGHT\"\>Aligns the right edge of the table to the right page margi…
43309 …LD:TP_FORMAT_TABLE:ED_LEFT_DIST\"\>Enter the amount of space that you want to leave between the le…
43310 …] automatically calculates the table width. Select this option if you want to specify the individu…
43320 …IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_UP\"\>Displays the table columns found to the right of the cur…
43322 …AGEBUTTON:TP_TABLE_COLUMN:COL_BTN_DOWN\"\>Displays the table columns found to the left of the curr…
43324 …SW:CHECKBOX:TP_TABLE_COLUMN:CB_PROP\"\>Resizes the table width in relation to the column width tha…
43339 …13 0 br To delete a column, place the cursor in the column that you want to delete, hold down Al…
43340 …53531 15 0 br To delete a row, place the cursor in the row that you want to delete, hold down Al…
43346 helpcontent2 source\text\swriter\01\05090300.xhp 0 help hd_id3147100 33 0 br Allow table to split…
43360 …X:TP_TABLE_TEXTFLOW:CB_PAGECOLL\"\>Applies the page style that you specify to the first page that …
43364 …X:TP_TABLE_TEXTFLOW:LB_PAGECOLL\"\>Select the page style that you want to apply to the first page …
43371 …\"\>Select this check box, and then select the type of break that you want to associate with the t…
43373 helpcontent2 source\text\swriter\01\05090300.xhp 0 help par_idN108D6 0 br Allow row to break acr…
43374 …lumn break inside a row of the table.\</ahelp\> This option is not applied to the first row in a t…
43376 …umericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\"\>Enter the number of rows to include in the headi…
43378 …an also use a combination of the following %PRODUCTNAME formatting options to specify the orientat…
43381 helpcontent2 source\text\swriter\01\05090300.xhp 0 help par_idN1096C 0 br right-to-left (vertica…
43382 helpcontent2 source\text\swriter\01\05090300.xhp 0 help par_idN10970 0 br left-to-right directio…
43404 helpcontent2 source\text\swriter\01\05110100.xhp 0 help hd_id3149878 5 0 br Fit to size 2002-0…
43406 …CKBOX:DLG_ROW_HEIGHT:CB_AUTOHEIGHT\"\>Automatically adjusts the row height to match the contents o…
43412 …timalRowHeight\" visibility=\"visible\"\>Automatically adjusts row heights to match the contents o…
43432 …ELD:DLG_COL_WIDTH:ED_COL\"\>Enter the column number of the column you want to change the width of.…
43437 …lColumnWidth\" visibility=\"visible\"\>Automatically adjusts column widths to match the contents o…
43438 …The change affects only selected cells. You can adjust multiple cells next to each other if you se…
43448 …elp hid=\"SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_BEFORE\"\>Adds new columns to the left of the curr…
43450 …help hid=\"SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_AFTER\"\>Adds new columns to the right of the cur…
43451 helpcontent2 source\text\swriter\01\05120400.xhp 0 help par_id3154504 11 0 br Specifies where to
43466 …nt\"\>\<emph\>Template Management\</emph\>\</link\> dialog to copy styles from one document to ano…
43471 …swriter\01\05130000.xhp 0 help par_id3147512 7 0 br Use Character Styles to format single charac…
43472 helpcontent2 source\text\swriter\01\05130000.xhp 0 help par_id3147527 11 0 br Use Frame Styles to
43474 …al list. To view the styles in a sublevel, click on the plus sign (+) next to the sublevel name. …
43480 …writer\01\05130000.xhp 0 help par_id3149298 64 0 br Use Numbering Styles to format numbered or b…
43482 …r Use Paragraph Styles to format paragraphs, including the font type and size. You can also select…
43493 …01\05130000.xhp 0 help par_id3152769 20 0 br Displays styles appropriate to the current context.…
43504 …br Use Page Styles to organize the structure of the document, and to add page numbers. You can als…
43514 …r_id3151390 3 0 br When a Numbering Style is created, a name is assigned to the numbering. This …
43525 …ficename] predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10,…
43527to the titles of dialog fields): If a paragraph formatted with a conditional style is in a \<emph\…
43528 …149689 17 0 br Here you can see the list of all Paragraph Styles applied to a context. 2002-0…
43529to close the Paragraph Style dialog, and then format all paragraphs in your business letter, inclu…
43531 …30100.xhp 0 help par_id3150760 25 0 br You can apply the Paragraph Style to the context by doubl…
43532 … 0 br \<ahelp hid=\"SW:CHECKBOX:TP_CONDCOLL:CB_CONDITION\"\>Check this box to define a new style a…
43533 …elp par_id3151321 14 0 br The Paragraph Style applied to the context is used when exporting to o…
43534 …hid=\"SW:PUSHBUTTON:TP_CONDCOLL:PB_REMOVE\"\>Click here to remove the current context assigned to
43536 …ition\</emph\> tab and select the \<emph\>Conditional style\</emph\> field to define the new Parag…
43540 …COLL:PB_ASSIGN\"\>Click \<emph\>Assign\</emph\> to apply the \<emph\>selected Paragraph Style\</em…
43541 …_CONDCOLL:LB_STYLE\"\>A list of all Paragraph Styles which can be assigned to a context is contain…
43544 helpcontent2 source\text\swriter\01\05140000.xhp 0 help hd_id3147167 37 0 br How to apply a style…
43549 …Style\"\>Displays formatting styles for frames.\</ahelp\> Use frame styles to format frame layouts…
43551 …\"\>Updates the style that is selected in the Styles and Formatting window to match the style of t…
43552 …geStyle\"\>Displays formatting styles for pages.\</ahelp\> Use page styles to determine page layou…
43555 …e the Styles and Formatting window to apply, create, edit, add, and remove formatting styles. Doub…
43559to apply the same \<link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\"\>fo…
43565 …0 help par_id3151264 38 0 br Select the text. To apply a Character Style to one word, click the …
43569 …umbered and bulleted lists.\</ahelp\> Use list styles to format number and bullet characters and t…
43572 …formatting styles for characters.\</ahelp\> Use character styles to apply font styles to selected …
43574 …he selected style to the object or text that you select in the document. Click this icon, and then…
43576 …>dock\</link\> the Styles and Formatting window, drag its title bar to the left or to the right si…
43577 …r\01\05140000.xhp 0 help par_idN1071D 0 br You can assign shortcut keys to Styles on the \<emph…
43582 … help par_idN10A36 0 br \<ahelp hid=\".\"\>Opens the Load Styles dialog to import styles from a…
43587 …xhp 0 help par_id3151182 2 0 br Automatically formats the file according to the options that you…
43591 …riter\01\05150100.xhp 0 help par_id3148488 3 0 br You can use AutoFormat to format text document…
43595 …ark_value\>AutoFormat function;applying to text tables\</bookmark_value\>\<bookmark_value\>table s…
43603 …writer\01\05150101.xhp 0 help hd_id3151388 3 0 br Applying an AutoFormat to a Table 2002-02-0…
43610 …d3145828 4 0 br Click in a table cell, or select the cells that you want to format. 2002-02-0…
43611 …the available formatting styles for tables. Click the format that you want to apply, and then clic…
43613 …abelle\"\>\<ahelp hid=\"HID_AUTOFMT_TABLE\"\>Automatically applies formats to the current table, i…
43614 …TABLE:BTN_MORE\"\>Displays more formatting options for tables. Click again to hide the options.\</…
43618 …lp hid=\"SW:PUSHBUTTON:DLG_AUTOFMT_TABLE:BTN_ADD\"\>Adds a new table style to the list.\</ahelp\> …
43621 …<emph\>Table - AutoFormat\</emph\>, and then click the format that you to want to apply. 2002-0…
43624 …p 0 help par_id3154477 32 0 br Select the formatting attributes that you to include in the selec…
43641 …200.xhp 0 help par_id3147507 16 0 br Automatic numbering is only applied to paragraphs formatted…
43643 …elp hid=\".uno:AutoFormatApply\"\>Automatically formats the file according to the options that you…
43661 …ormats the file according to the options that you set under \<emph\>Tools - AutoCorrect\</emph\>. …
43675 …W_FILE_PB_LOAD_FILE\"\>Locate the file containing the styles that you want to load, and then click…
43679 …ILE_LB_REGION\"\>Lists the available template categories. Click a category to view its contents in…
43711 … the middle of three consecutive tables, you are prompted to select the table that you want to mer…
43712 …o consecutive tables into a single table. The tables must be directly next to each other and not s…
43723 … insert a non-breaking (protected) hyphen, click in the word that you want to hyphenate, and then …
43725 …\<ahelp hid=\".uno:Hyphenate\"\>Inserts hyphens in words that are too long to fit at the end of a …
43727 …YPH_CONTINUE\"\>Ignores the hyphenation suggestion and finds the next word to hyphenate.\</ahelp\>…
43732 …950 17 0 br To manually enter a hyphen, click in the word where you want to add the hyphen, and …
43733 …t Flow\"\>Text Flow\</link\> tab. You can also apply automatic hyphenation to a paragraph style. …
43750 …loads an outline number format. A saved outline number format is available to all text documents.\…
43752 …UTL_NAMED_NUMS\"\>Select the predefined numbering style that you want to assign to the selected ou…
43753to paragraph styles. By default, the "Heading" paragraph styles (1-10) are assigned to the corresp…
43755 …nter a name for the style. The numbers correspond to the outline level that the styles are assigne…
43757 … use the \<emph\>Tools - Outline Numbering\</emph\> menu command to assign numbering to a paragrap…
43772 …LEVEL\"\>Select the number of outline levels to include in the chapter numbering. For example, sel…
43777 … want to modify, and then specify the numbering options for the level.\</ahelp\> To apply the numb…
43782 …"SW:NUMERICFIELD:TP_OUTLINE_NUM:ED_START\"\>Enter the number that you want to restart the chapter …
43786 …FIX\"\>Enter the text that you want to display after the chapter number.\</ahelp\> For example, ty…
43788 …OX:TP_OUTLINE_NUM:LB_COLL\"\>Select the paragraph style that you want to assign to the selected ou…
43793 …EFIX\"\>Enter the text that you want to display before the chapter number.\</ahelp\> For example, …
43796 …X:TP_OUTLINE_NUM:LB_NUMBER\"\>Select the numbering style that you want to apply to the selected ou…
43820 …BOX:TP_FOOTNOTEOPTION:LB_PAGE_TEMPL\"\>Select the page style that you want to use for footnotes.\<…
43821 …riter\01\06080100.xhp 0 help par_id3146335 62 0 br You can assign styles to footnote anchors and…
43826 …OOTNOTEOPTION:LB_ANCHR_CHARFMT\"\>Select the character style that you want to use for footnote anc…
43828 …FOOTNOTEOPTION_LB_TEXT_CHARFMT\"\>Select the character style that you want to use for the footnote…
43837 …X:TP_FOOTNOTEOPTION:LB_NUMVIEW\"\>Select the numbering style that you want to use for footnotes or…
43838 …nter the text that you want to display in front of the footnote number in the note text.\</ahelp\>…
43839 …rm appearance for the footnotes in your document, assign a paragraph style to the footnotes. 20…
43843 …lp hid=\"SW:EDIT:TP_FOOTNOTEOPTION:ED_CONT\"\>Enter the text that you want to display when the foo…
43853 …d=\"SW:EDIT:TP_FOOTNOTEOPTION:ED_CONT_FROM\"\>Enter the text that you want to display on the page …
43860 …"\>Enter the text that you want to display after the footnote number in the note text.\</ahelp\> F…
43874 …te in the document.\</ahelp\> This is useful if want the endnote numbering to span more than one d…
43876 …riter\01\06080200.xhp 0 help par_id3149692 21 0 br You can assign styles to endnote anchors and …
43877 …orm appearance for the endnotes in your document, assign a paragraph style to the footnotes. 20…
43878 …tting for endnotes.\</ahelp\> The type of endnote numbering and the Styles to apply are the option…
43879 …nter the text that you want to display in front of the endnote number in the note text.\</ahelp\> …
43880 …"\>Enter the text that you want to display after the endnote number in the note text.\</ahelp\> Fo…
43881 …TBOX:TP_ENDNOTEOPTION:LB_PAGE_TEMPL\"\>Select the page style that you want to use for endnotes.\</…
43882 …_ENDNOTEOPTION_LB_TEXT_CHARFMT\"\>Select the character style that you want to use for the endnote …
43883 …ENDNOTEOPTION:LB_ANCHR_CHARFMT\"\>Select the character style that you want to use for endnote anch…
43885 …_value\>\<bookmark_value\>text; converting to tables\</bookmark_value\>\<bookmark_value\>tables; c…
43888 …link href=\"text/swriter/01/06090000.xhp\" name=\"Convert Text to Table\"\>Convert Text to Table\<…
43903 …help hid=\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_SEMI\"\>Converts the text to a table using semi-c…
43904 …ilarly, when you convert a table into text, the column markers are changed to the character that y…
43905 …ahelp hid=\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_TAB\"\>Converts the text to a table using tabs a…
43907 …elp hid=\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:RB_OTHER\"\>Converts the text to a table using the ch…
43909 …\"SW:EDIT:DLG_CONV_TEXT_TABLE:ED_OTHER\"\>Type the character that you want to use as a column mark…
43912 …r \<ahelp hid=\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_BORDER\"\>Adds a border to the table and the ta…
43913 …help hid=\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_PARA\"\>Converts the text to a table using paragr…
43915 helpcontent2 source\text\swriter\01\06090000.xhp 0 help tit 0 br Convert Text to Table 2002-0…
43918 helpcontent2 source\text\swriter\01\06100000.xhp 0 help hd_id3147565 6 0 br Column 1 to 3 2002…
43919 helpcontent2 source\text\swriter\01\06100000.xhp 0 help hd_id3149029 4 0 br Keys 1 to 3 2002-0…
43924 helpcontent2 source\text\swriter\01\06100000.xhp 0 help hd_id3150254 9 0 br Key type 1 to 3 20…
43934 …SW:LISTBOX:DLG_SORTING:DLB_KEY3\"\>Select the sorting option that you want to use.\</ahelp\> 20…
43935 …s or table rows alphabetically or numerically.\</ahelp\> You can define up to three sort keys as w…
43937 …RADIOBUTTON:DLG_SORTING:RB_COL\"\>Sorts the columns in the table according to the current sort opt…
43941 …\>Sorts the rows in the table or the paragraphs in the selection according to the current sort opt…
43943 …number of the table column that you want to use as a basis for sorting.\</ahelp\> The valid number…
43945 …aracters\</emph\> dialog, where you can select the character that you want to use as a separator.\…
43946 …SW:RADIOBUTTON:DLG_SORTING:RB_TAB\"\>If the selected paragraphs correspond to a list separated by …
43947 …lp hid=\"SW:EDIT:DLG_SORTING:ED_TABCH\"\>Enter the character that you want to use as a separator i…
43948 …r_idN10895 0 br For asian languages, select \<emph\>Match case \</emph\>to apply multi-level co…
43951 …ibility=\"visible\"\>Calculates the selected formula and copies the result to the clipboard.\</ahe…
43966 …ll indexes and tables of contents in the current document. You do not need to place the cursor in …
43984 …_FORMAT\" visibility=\"visible\"\>Select the numbering style that you want to use.\</ahelp\> 20…
43985 …BERING:NF_DIV_INTERVAL\" visibility=\"visible\"\>Enter the number of lines to leave between the se…
43986 …_LINENUMBERING:CB_NUMBERING_ON\" visibility=\"visible\"\>Adds line numbers to the current document…
43987 …UMBERING:ED_DIVISOR\" visibility=\"visible\"\>Enter the text that you want to use as a separator.\…
43990 helpcontent2 source\text\swriter\01\06180000.xhp 0 help par_id3150358 28 0 br Specify whether to
43991 …000.xhp 0 help par_id3150765 20 0 br You can enter a separator character to display between line…
43992 …NG:LB_POS\" visibility=\"visible\"\>Select where you want the line numbers to appear.\</ahelp\> …
43994 …ENUMBERING:CB_COUNT_FRAMELINES\" visibility=\"visible\"\>Adds line numbers to text in text frames.…
43996 …_STYLE\" visibility=\"visible\"\>Select the formatting style that you want to use for the line num…
43998 …F_OFFSET\" visibility=\"visible\"\>Enter the amount of space that you want to leave between the li…
44022 …_object.xhp 0 help par_idN10558 0 br \<ahelp hid=\".\"\>Opens a submenu to edit the properties …
44025 … br \<ahelp hid=\".\"\>Starts the Mail Merge Wizard to create form letters or send e-mail messages…
44030 …merge01.xhp 0 help par_idN10553 0 br Specify the document that you want to use as a base for th…
44034 …help par_idN10561 0 br \<ahelp hid=\".\"\>Creates a new Writer document to use for the mail mer…
44036 …par_idN10568 0 br \<ahelp hid=\".\"\>Select an existing Writer document to use as the base for …
44040 … par_idN10576 0 br \<ahelp hid=\".\"\>Select the template that you want to create your mail mer…
44049 …02.xhp 0 help par_idN10553 0 br Specify the type of mail merge document to create. You can crea…
44056 …\01\mailmerge03.xhp 0 help par_id3109225 0 br \<ahelp hid=\".\"\>Enable to leave empty lines ou…
44061 …rd opens to this page if you start the wizard in a text document that already contains address dat…
44065 …3.xhp 0 help par_idN10581 0 br \<ahelp hid=\".\"\>Adds an address block to the mail merge docum…
44066 …4 0 br \<ahelp hid=\".\"\>Select the address block layout that you want to use.\</ahelp\> 20…
44072 ….xhp 0 help par_idN105B5 0 br \<ahelp hid=\".\"\>Use the browse buttons to preview the informat…
44080 …elp par_idN10561 0 br \<ahelp hid=\".\"\>Adds a personalized salutation to the mail merge docum…
44100 ….xhp 0 help par_idN105D1 0 br \<ahelp hid=\".\"\>Use the browse buttons to preview the informat…
44105 helpcontent2 source\text\swriter\01\mailmerge05.xhp 0 help par_idN10556 0 br Align to text body …
44106 … 0 br \<ahelp hid=\".\"\>Aligns the frame that contains the address block to the left page margin…
44108 …p 0 help par_idN10561 0 br \<ahelp hid=\".\"\>Enter the amount of space to leave between the le…
44110 …p 0 help par_idN10568 0 br \<ahelp hid=\".\"\>Enter the amount of space to leave between the to…
44118 …p par_idN106AF 0 br Use the commands in the context menu of the preview to move the view up and…
44123 … 0 br \<ahelp hid=\".\"\>Enter the address record number of a recipient to preview the mail mer…
44127 …merge document for all recipients.\</ahelp\> To return to the wizard, click the \<emph\>Return to
44129 ….xhp 0 help par_idN10604 0 br \<ahelp hid=\".\"\>Use the browse buttons to scroll through the a…
44135 …recipient.\</ahelp\> After you made your changes, click the \<emph\>Return to Mail Merge Wizard\</…
44137 …er\01\mailmerge07.xhp 0 help par_idN10568 0 br \<ahelp hid=\".\"\>Click to start the search.\</…
44141 …10576 0 br \<ahelp hid=\".\"\>Searches from the current cursor position to the top of the docum…
44146 … help par_idN105FE 0 br \<ahelp hid=\".\"\>Enter the text that you want to search for in the me…
44150 … you select. After you specify the settings, click \<emph\>Finish\</emph\> to exit the wizard. …
44164 …ar_idN105A6 0 br \<ahelp hid=\".\"\>Enter the number of the last record to include in the mail …
44178 …ar_idN105E5 0 br \<ahelp hid=\".\"\>Sends the output as e-mail messages to all recipients.\</ah…
44181 helpcontent2 source\text\swriter\01\mailmerge08.xhp 0 help par_idN105EF 0 br Copy to 2002-02-…
44193 …lmerge08.xhp 0 help par_idN10631 0 br \<ahelp hid=\".\"\>Select to send e-mails to all recipien…
44195 …er\01\mailmerge08.xhp 0 help par_idN10646 0 br \<ahelp hid=\".\"\>Click to start sending e-mail…
44198 …r_idN106E1 0 br \<ahelp hid=\".\"\>Enter the number of the first record to include in the mail …
44210 … par_idN1056D 0 br \<ahelp hid=\".\"\>Select a field and drag the field to the other list.\</ah…
44212 … \<ahelp hid=\".\"\>Adds the selected field from the Address Elements list to the other list. You …
44215 …riter\01\mm_cusaddfie.xhp 0 help par_idN1057E 0 br Drag address element to the field below 2…
44220 …br \<ahelp hid=\".\"\>Select an item in the list and click an arrow button to move the item.\</ahe…
44225 …lp par_idN10555 0 br \<ahelp hid=\".\"\>Select the fields that you want to move, delete, or ren…
44236 … par_idN10555 0 br \<ahelp hid=\".\"\>Select a field and drag the field to the other list.\</ah…
44238 …lp hid=\".\"\>Adds the selected field from the list of salutation elements to the other list. You …
44248 …br \<ahelp hid=\".\"\>Select an item in the list and click an arrow button to move the item.\</ahe…
44253 …mabod.xhp 0 help par_idN10558 0 br \<ahelp hid=\".\"\>Adds a salutation to the e-mail.\</ahelp\…
44269 …0 help par_idN105AC 0 br \<ahelp hid=\".\"\>Select the default greeting to use if a personalize…
44278 …nt.xhp 0 help par_idN10559 0 br \<ahelp hid=\".\"\>Restricts the search to one data field. \</a…
44279 …inent.xhp 0 help par_idN1055C 0 br Select the data field where you want to search for the text.…
44284 … par_idN1053D 0 br Matches the logical field names of the layout dialog to the field names in y…
44285 helpcontent2 source\text\swriter\01\mm_matfie.xhp 0 help par_idN1054E 0 br Matches to: 2002-0…
44293 …056D 0 br \<ahelp hid=\".\"\>Select an address field and drag the field to the other list.\</ah…
44295 … \<ahelp hid=\".\"\>Adds the selected field from the Address Elements list to the other list.\</ah…
44298 …riter\01\mm_newaddblo.xhp 0 help par_idN1057E 0 br Drag address element to the field below 2…
44303 …br \<ahelp hid=\".\"\>Select an item in the list and click an arrow button to move the entry.\</ah…
44306 … When you click \<emph\>OK\</emph\>, a dialog prompts you for the location to save the address lis…
44310 …4 0 br \<ahelp hid=\".\"\>Click the buttons to navigate through the records or enter a record n…
44312 …xhp 0 help par_idN1057B 0 br \<ahelp hid=\".\"\>Adds a new blank record to the address list.\</…
44322 …lo.xhp 0 help par_idN1054E 0 br Select the address block which you want to use 2002-02-02 02…
44323 …0552 0 br \<ahelp hid=\".\"\>Select the block in the list that you want to use for mail merge a…
44339 …dlis.xhp 0 help par_idN10549 0 br Select the address list that you want to use for \<link href=…
44341 …=\".\"\>Select the database file that contains the addresses that you want to use as an address li…
44345 …/link\> dialog , where you can apply filters to the address list to display the recipients that yo…
44349 …ab.xhp\"\>Select Table\</link\> dialog, where you can select another table to use for mail merge.\…
44352 …elp par_idN10546 0 br \<ahelp hid=\".\"\>Select the table that you want to use for \<link href=…
44371 …=\"visible\"\>Links the selected frame to the next frame.\</ahelp\> The text automatically flows f…
44375 …</ahelp\> You can only break the link that extends from the selected frame to the target frame. …
44392 …uno:TableModeFix\" visibility=\"visible\"\>If this mode is active, changes to a line and/or column…
44398 …TableModeFixProp\" visibility=\"visible\"\>If this mode is active, changes to the line and/or colu…
44403 …ableModeVariable\" visibility=\"visible\"\>If this mode is active, changes to a line and/or column…
44408 … function. Note that the cursor must be in the cell where you want the sum to appear.\</ahelp\> …
44409 …02\04250000.xhp 0 help par_id3148771 3 0 br Click \<emph\>Apply\</emph\> to accept the sum formu…
44411 …e for the sum function as long as the cells are filled with numbers. Prior to entering the data, y…
44435 …:MoveUpSubItems\" visibility=\"visible\"\>Moves a paragraph with subpoints to above the previous p…
44451 …tinline\>\</switchinline\>+F5, you switch to entering a page number. When you press Enter, the cur…
44452 helpcontent2 source\text\swriter\02\08010000.xhp 0 help par_id3149806 4 0 br To go to a specific …
44453 …ument. A right-click shows all bookmarks in the document. Click a bookmark to position the text cu…
44456to open the \<link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"\>\<emph\>Fields\</emph\>\…
44463 …66 2 0 br \<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\"\>Zooms in to get a close-up view …
44466 …0.xhp 0 help par_id3147401 2 0 br \<ahelp hid=\".uno:ZoomIn\"\>Zooms out to see more of the docu…
44481 …ages displayed on screen. Click the arrow next to the icon to open a grid to select the number of …
44485 …choose in the dialog can also be set using the mouse: Click the arrow next to the \<emph\>Page Pre…
44487 …s\</emph\> dialog opens. Use the two spin boxes in the dialog to set the number of pages to be dis…
44491 …0.xhp 0 help par_idN1054C 0 br \<ahelp hid=\"FN_SHOW_BOOKVIEW\"\>Select to display the first pa…
44497 … the \<emph\>Print\</emph\> dialog to print the page preview. Use the \<emph\>Print options page v…
44528 …0 br Determines the number of rows and columns to print, as well as the print size. You can also c…
44529 …2\10110000.xhp 0 help par_id3154031 27 0 br Determines what print format to use. 2002-02-02 0…
44534 …02\10110000.xhp 0 help par_id3156097 21 0 br The spacing section is used to determine the horizo…
44549 … in the table or at the position in the document where you want the result to appear. Click the\<e…
44555 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3145378 136 0 br not equal to 0 …
44557 …par_id3145621 30 0 br \<ahelp hid=\"HID_MN_CALC_ROUND\"\>Rounds a number to the specified decima…
44586 …br \<ahelp hid=\"HID_MN_CALC_GEQ\"\>Tests for values greater than or equal to a specified value\</…
44587 …A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2. 2002-02-02 02:…
44588 …nter additional parameters, as necessary, and click \<emph\>Apply\</emph\> to confirm your entry. …
44639 …: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2. 2002-02-02 02:…
44660 … 0 br \<ahelp hid=\"HID_MN_CALC_LEQ\"\>Tests for values less than or equal to a specified value.\<…
44678 …165 0 br Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2 2002-02-02 02:…
44714 …RMULA\"\>Allows you to create a formula by typing it directly into the input line or by clicking t…
44740 … 0 br The Form Controls icon opens a toolbar with the tools that you need to create an interactiv…
44746to open the Fields dialog. Click the arrow next to the icon to open a submenu.\</ahelp\>Click to o…
44751 …ou would like to define a different date format, or have the date updated automatically, select \<…
44760to define a different format or modify the page number, insert a field with \<emph\>Insert - Field…
44764 … 0 br If you wish to have the page number formatted with a different numbering style, choose \<emp…
44769 helpcontent2 source\text\swriter\02\18030500.xhp 0 help par_id3156380 3 0 br If you would like to
44772 helpcontent2 source\text\swriter\02\18030600.xhp 0 help par_id3148768 3 0 br If you would like to
44787 …\02\18130000.xhp 0 help par_id3148982 7 0 br The direct cursor sets tabs to position the cursor.…
44788 …aphs, tabs, and spaces that are inserted by the direct cursor. If you want to use the direct curso…
44791 …help par_id3154570 4 0 br The direct cursor allows you to click in any blank area of a page to p…
44808 …r\02\19030000.xhp 0 help par_id3145241 2 0 br Click the arrow next to the icon to open a toolbar…
44815 … 2 0 br Click to open the \<link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"\>Fields\<…
44939 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id1764275 0 br Move cursor to beginn…
44940 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id1797235 0 br Select to beginning o…
44948 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3146919 200 0 br Delete text to end…
44951 …swriter\04\01020000.xhp 0 help par_id3147064 173 0 br Go and select text to end of document 2…
44957 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3148474 194 0 br Delete text to end…
44959 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3148656 127 0 br Go to beginning of…
44967 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3149396 164 0 br Go to start of doc…
44971 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3149628 22 0 br Navigator on, go to
44972 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3149732 170 0 br Go to end of docum…
44974to the end of the text in the text frame. If you press any key that produces a character on screen…
44984 …riter\04\01020000.xhp 0 help par_id3150379 290 0 br Use this combination to quickly dock or undo…
44985 …er\04\01020000.xhp 0 help par_id3150491 2 0 br You can use shortcut keys to quickly perform comm…
44992 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3150986 158 0 br Go to end of line …
44993 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3151019 161 0 br Go and select to e…
44994 …swriter\04\01020000.xhp 0 help par_id3151055 167 0 br Go and select text to start of document …
44995 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3151106 197 0 br Delete text to beg…
45003 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3153161 132 0 br Move cursor to rig…
45010 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3153532 203 0 br Delete text to beg…
45020 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3153930 121 0 br Move cursor to lef…
45021 …04\01020000.xhp 0 help par_id3153963 124 0 br Move cursor with selection to the left 2002-02-…
45022 …04\01020000.xhp 0 help par_id3154048 135 0 br Move cursor with selection to the right 2002-02…
45023 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3154093 138 0 br Go to end of word …
45024 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3154270 130 0 br Selecting to the l…
45025to the beginning of the table. Otherwise: first press goes to beginning of the active cell, second…
45026to the end of the table. Otherwise: first press goes to the end of the active cell, second press g…
45030 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3154512 153 0 br Go to beginning of…
45031 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3154544 156 0 br Go and select to t…
45038 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3155298 141 0 br Selecting to the r…
45042 …ar_id3155403 101 0 br Calculates the selected text and copies the result to the clipboard. 20…
45052 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id3729361 0 br Select to end of para…
45055 helpcontent2 source\text\swriter\04\01020000.xhp 0 help par_id6164433 0 br Move cursor to end of…
45080 …anchor_object.xhp 0 help par_id3145697 58 0 br Anchors the selected item to the surrounding fram…
45081 …e item is anchored. You can position an anchored item by dragging the item to another location. To…
45082 …guide\anchor_object.xhp 0 help par_id3147251 46 0 br You can use anchors to position an object, …
45085 …anchor_object.xhp 0 help par_id3151235 52 0 br Anchors the selected item to a character. 2002…
45087 …anchor_object.xhp 0 help par_id3155094 54 0 br Anchors the selected item to the current paragrap…
45089 …anchor_object.xhp 0 help par_id3155144 56 0 br Anchors the selected item to the current page. …
45097 …hapters.xhp 0 help par_id3145652 62 0 br To quickly move the text cursor to a heading in the doc…
45100 …mm\" height=\"5.64mm\"\>\<alt id=\"alt_id5211883\"\>Icon\</alt\>\</image\> to open the \<emph\>Nav…
45104 …r\guide\arrange_chapters.xhp 0 help par_id3155114 63 0 br Drag a heading to a new location in th…
45107 …55461 60 0 br To dock the \<emph\>Navigator\</emph\>, drag the title bar to the edge of the work…
45114 … help par_id2357860 0 br The automatic numbering option is only applied to paragraphs that are …
45116 …g.xhp 0 help par_id3147773 22 0 br Type 1., i., or I. to start a numbered list. Type * or - to s…
45118 …\guide\auto_numbering.xhp 0 help par_id3147814 31 0 br Press Enter again to finish the list. …
45124 …>\<bookmark_value\>uppercase;changing to lowercase\</bookmark_value\>\<bookmark_value\>capital let…
45131 … the \<emph\>AutoCorrect\</emph\> list, select the word pair that you want to remove. 2002-02-0…
45154 …ellcheck.xhp 0 help par_id3147263 35 0 br Select the words that you want to exclude. 2002-02-…
45156 …menu, the underlined word and the replacement word are automatically added to the \<emph\>AutoCorr…
45157 …eck.xhp 0 help par_id3147819 7 0 br You can also add the underlined word to your custom dictiona…
45163 …guide/autocorr_except.xhp\" name=\"Adding Exceptions to the AutoCorrect List\"\>Adding Exceptions
45164 …uide\autocorr_except.xhp 0 help hd_id3155554 12 0 br To Add an Exception to the AutoCorrect Exce…
45165 …</switchinline\>+Z. This also adds the word or abbreviation that you typed to the AutoCorrect exce…
45171 helpcontent2 source\text\swriter\guide\autocorr_except.xhp 0 help tit 0 br Adding Exceptions to
45178 …t.xhp 0 help par_id3145597 61 0 br Click in your document where you want to insert an AutoText e…
45180 …otext.xhp 0 help par_id3145644 38 0 br Select the AutoText that you want to insert, and then cli…
45181 …shortcut for an AutoText entry, and then press F3, or click the arrow next to the \<emph\>AutoText…
45182 …text.xhp 0 help par_id3147761 58 0 br Select the category where you want to store the AutoText. …
45183 …59 0 br Type a name that is longer than four characters. This allows you to use the \<emph\>Disp…
45197 … 0 br Select the text, text with graphics, table, or field that you want to save as an AutoText …
45203 …r\guide\background.xhp 0 help hd_id3151041 31 0 br Applying a Background to Parts of a Text Tabl…
45206 …\background.xhp 0 help par_id3147084 33 0 br To apply a background color to a text paragraph wit…
45209 …\background.xhp 0 help par_id3150767 32 0 br To apply a background color to cells, select the ce…
45216 …apply to the current cell, the current row or the whole table. If you select several cells or rows…
45225 …ects, plug-ins, diagrams/charts, graphics and frames. The name of the menu to be used depends on t…
45226 …mph\> area select the edge(s) that you want to appear in a common layout. Click on an edge in the …
45227 … the \<emph\>OLE-Object\</emph\> toolbar or \<emph\>Frame\</emph\> toolbar to open the \<emph\>Bor…
45228 …ance between the border lines and the page contents in the \<emph\>Spacing to Contents\</emph\> ar…
45229 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
45230 …ect.xhp 0 help par_id3153896 8 0 br Select the table cells that you want to modify. 2002-02-0…
45232 …border_object.xhp 0 help par_id3154908 15 0 br Click \<emph\>OK\</emph\> to apply the changes. …
45233 …ect.xhp 0 help par_id3155388 3 0 br Select the object for which you want to define a border. …
45241 …e\border_page.xhp 0 help par_id3145606 14 0 br Click \<emph\>OK\</emph\> to apply the changes. …
45242 …ne borders for page styles, not individual pages. All changes made to borders apply to all pages t…
45245 …mph\> area select the edge(s) that you want to appear in a common layout. Click on an edge in the …
45247 …ance between the border lines and the page contents in the \<emph\>Spacing to contents\</emph\> ar…
45248 …ance between the border lines and the page contents in the \<emph\>Spacing to contents\</emph\> ar…
45249 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
45250 …de\border_page.xhp 0 help par_id3156023 7 0 br Click \<emph\>OK\</emph\> to apply the changes. …
45252 …ected border style in the \<emph\>Line\</emph\> area. These settings apply to all border lines tha…
45262to selected cells in a Writer table and to the whole table. Other objects in text documents can ha…
45272 …id1820734 0 br In the \<emph\>User defined\</emph\> area, you can click to set or remove indivi…
45288 …writer\guide\borders.xhp 0 help par_id5273293 0 br Now you can continue to see which lines the …
45289 …0 br The options in the \<emph\>Line arrangement\</emph\> area can be used to apply multiple borde…
45295 …orders.xhp 0 help par_id6016418 0 br Choose the border options you want to apply and click OK. …
45297 … help par_id626544 0 br Click one of the \<emph\>Default\</emph\> icons to set or reset multipl…
45300 …ders.xhp 0 help par_id7093111 0 br Repeatedly click an edge or a corner to switch through the t…
45301 …swriter\guide\borders.xhp 0 help par_id7253028 0 br Click the left icon to clear all lines. Thi…
45302 …er\guide\borders.xhp 0 help par_id7276833 0 br Click the rightmost icon to set an outer border.…
45307 …elp par_id9441206 0 br Click the second icon from the left to set an outer border and to remove…
45314 …ate.xhp 0 help par_id3149972 3 0 br Click in the document where you want to insert the calculati…
45315 …late.xhp 0 help par_id3155547 10 0 br Type the calculation that you want to insert, for example,…
45317 …enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 fr…
45321 …ipboard.xhp 0 help par_id3150512 40 0 br Place the cursor where you want to insert the result of…
45329 …id3147775 15 0 br Click in the first cell of the series you want to sum up, drag to the final ce…
45339 …xt.xhp 0 help par_id3145078 27 0 br Click in the document where you want to insert the formula, …
45344 …ter\guide\calculate_intext.xhp 0 help par_id3152901 26 0 br For example, to calculate the mean v…
45349 …t the table to behave as normal text. Insert the table into a frame, and then anchor the frame as …
45354 …0 br In the \<emph\>Formula Bar\</emph\>, enter the function that you want to perform, for example…
45360 …0 br In the \<emph\>Formula Bar\</emph\>, enter the function that you want to perform, for example…
45373 …e, if you insert a "Table" caption, the "Table" paragraph style is applied to the caption text. …
45375 …56 22 0 br In text documents, you can add continuously numbered captions to graphics, tables, fr…
45377to a picture or to an object, the object and the caption text are placed together in a new frame. …
45378 …s.xhp 0 help par_id3155567 24 0 br Select the item that you want to add a caption to. 2002-02…
45383 …de/captions_numbers.xhp\" name=\"Adding Chapter Numbers to Captions\"\>Adding Chapter Numbers to C…
45388 …edefined heading paragraph styles. You must also assign a numbering option to the heading paragrap…
45392 … br In the \<emph\>Level \</emph\>box, select the number of heading levels to include in the chapt…
45393 …s.xhp 0 help par_id3154249 17 0 br Select the item that you want to add a caption to. 2002-02…
45394 …umbers.xhp 0 help par_id3155553 46 0 br Type the character that you want to separate the chapter…
45396 …riter\guide\captions_numbers.xhp 0 help tit 0 br Adding Chapter Numbers to Captions 2002-02-…
45400 …er\guide\change_header.xhp 0 help par_id3147810 29 0 br Repeat steps 2-6 to create a second cust…
45404 … 0 help par_id3153184 32 0 br Double-click the name in the list to apply the style to the curren…
45414 …ter_numbering.xhp 0 help hd_id3155626 35 0 br To add automatic numbering to a heading style: …
45416 … 0 help par_id3147782 39 0 br Click the heading level that you want to assign to the custom para…
45418 …the\<emph\> Numbers\</emph\> box, select the numbering style that you want to use, and then click\…
45421 …y or assign a level in the hierarchy to a custom paragraph style. You can also add chapter and sec…
45422 …aph Style \</emph\>box, select the heading style that you want to add a chapter number to. 2002…
45425 …idN107D9 0 br Press the \<item type=\"keycode\"\>Backspace\</item\> key to delete the number. …
45433 …3145659 64 0 br The second part of the example is to define the condition that must be met, and
45438 …ype the text that you want to display when the condition is met in the \<emph\>Then\</emph\> box. …
45440 …al_text.xhp 0 help par_id3151193 12 0 br Place the cursor where you want to insert the condition…
45443 …l_text.xhp 0 help par_id3153185 62 0 br The first part of the example is to define a variable fo…
45444 …onal text is displayed when the value of the conditional variable is equal to 3. 2002-02-02 02:…
45451 …e in the field that you defined in the first part of this example is equal to three. 2002-02-02…
45465 …lp par_id3156257 4 0 br Place the cursor in your document where you want to insert the page coun…
45469 …p par_id3151391 16 0 br Select the user-defined dictionary that you want to edit in the \<emph\>…
45471 …from_dict.xhp 0 help par_id3154233 17 0 br Select the word that you want to delete in the \<emph…
45476 …gdroptext.xhp 0 help par_id3152994 11 0 br Select the text that you want to move or copy. 200…
45478 …elected text, drag the text to a different location in the document and release. While you drag, t…
45479 …defaultinline\>\</switchinline\> while you drag. The mouse pointer changes to include a plus sign …
45488 …d odd pages (right) in your document. For example, you can use page styles to display different he…
45489 …2 0 br If you do not want to have a header or a footer on the title page of your document, apply…
45490to one of the page styles, choose\<emph\> Insert - Footer\</emph\>, and choose the page style that…
45496 helpcontent2 source\text\swriter\guide\even_odd_sdw.xhp 0 help par_id3155561 10 0 br Go to the fi…
45497to one of the page styles, choose\<emph\> Insert - Header\</emph\>, and choose the page style that…
45498 …those automatically generated empty pages from printing and from exporting to PDF. 2002-02-02 0…
45504 …49281 2 0 br You can change a field to regular text, so that it is no longer updated. After you …
45516 helpcontent2 source\text\swriter\guide\fields.xhp 0 help par_id3145637 192 0 br Opens a dialog to
45518 …r\guide\fields.xhp 0 help par_id3147239 188 0 br Moves the mouse pointer to the reference. 20…
45523 helpcontent2 source\text\swriter\guide\fields.xhp 0 help par_id3147812 186 0 br Opens a dialog to
45547 …409 2 0 br An input field is a variable that you can click in a document to open a dialog where …
45583 …iter\guide\fields_userdata.xhp 0 help par_id3150748 99 0 br is not equal to 2002-02-02 02:02:…
45591 …a.xhp 0 help par_id3153167 101 0 br If you want, you can use a condition to hide specific text i…
45592 …elp par_id3153190 102 0 br Select the text in the document that you want to hide. 2002-02-02 …
45594 … == "Doe"\</emph\>, where "Doe" is the last name of the user that you want to hide the text from. …
45611 …r If you closed the dialog, you can press a key combination (Ctrl+Shift+F) to find the next text w…
45612 …1780755 0 br Unlike searching text, replacing text cannot be restricted to the current selectio…
45613 helpcontent2 source\text\swriter\guide\finding.xhp 0 help par_id2164677 0 br Enter the text to f…
45615 …uide\finding.xhp 0 help par_id2448805 0 br Choose Edit - Find & Replace to open the Find & Repl…
45616 …uide\finding.xhp 0 help par_id2467421 0 br Choose Edit - Find & Replace to open the Find & Repl…
45617 …uide\finding.xhp 0 help par_id2696920 0 br Choose Edit - Find & Replace to open the Find & Repl…
45619 ….xhp 0 help par_id4159062 0 br Choose \<emph\>Edit - Navigator\</emph\> to open the Navigator w…
45620 helpcontent2 source\text\swriter\guide\finding.xhp 0 help par_id4286935 0 br Enter the text to s…
45621 …e next text that is equal to your entry. You can watch and edit the text, then click \<emph\>Find\…
45622 …nding.xhp 0 help par_id4542985 0 br Click \<emph\>More Options\</emph\> to expand the dialog. …
45623 …g.xhp 0 help par_id4639728 0 br Use the small Navigation window to quickly jump to the next obj…
45624 …ge Settings - Languages\</emph\>, the Find & Replace dialog offers options to search asian text. …
45629 …find words, formatting, styles, and more. You can navigate from one result to the next, or you can…
45630 …ck the icon with the blue circle at the bottom right part of your document to open the small \<emp…
45631 …n the Find & Replace dialog without any active text selection. If you want to search only a part o…
45632 helpcontent2 source\text\swriter\guide\finding.xhp 0 help par_id679342 0 br Select the style to
45633 …0 help par_id6957304 0 br Choose \<emph\>Edit - Find & Replace\</emph\> to open the Find & Repl…
45634to replace the highlighted text in the document with the text in the \<emph\>Replace with\</emph\…
45638 …r\guide\finding.xhp 0 help par_id8087405 0 br You want to find all text in your document to whi…
45639 …r\guide\finding.xhp 0 help par_id8413953 0 br You want to find all text in your document to whi…
45640 … optionally click the \<emph\>...\</emph\> button to change the settings. (Setting all three numbe…
45641 …inding.xhp 0 help par_id896938 0 br Click \<emph\>More Options\</emph\> to expand the dialog. …
45643 …, you can use the icons at the lower right of the document to navigate to the next text or to any …
45644 …ects all text that is equal to your entry. Now you can for example set all found text to bold, or …
45645 …as your search text. You can set the number of characters that are allowed to differ. 2002-02-0…
45646 …ecting objects. You can also use the Navigator to move and arrange chapters, providing an outline …
45647 helpcontent2 source\text\swriter\guide\finding.xhp 0 help par_id9959410 0 br Enter the text to r…
45655 …_nextpage.xhp 0 help par_id3150727 11 0 br Click \<emph\>Insert\</emph\> to insert the field wit…
45659 …>Insert - Footer\</emph\> and select the page style that you want to add the footer to. 2002-02…
45663 …>Insert - Footer\</emph\> and select the page style that you want to add the footer to. 2002-02…
45666 …pagenumber.xhp 0 help par_id3153169 5 0 br You can also add a page count to the footer, for exam…
45674 … 0 br To change the format of a footnote, click in the footnote, press F11 to open the Styles and …
45675 …p 0 help par_id3145062 30 0 br To jump from the footnote or endnote text to the note anchor in t…
45679 …par_id3147776 3 0 br To change the formatting that $[officename] applies to footnotes and endnot…
45683 …footnote_usage.xhp 0 help par_id3150167 6 0 br The mouse pointer changes to a hand when you rest…
45687 …u want to use. If you select \<emph\>Character\</emph\>, click the browse button (\<emph\>...\</em…
45691 …e.xhp 0 help par_id3155903 25 0 br Click in your document where you want to place the anchor of …
45695 …45808 39 0 br If you want to increase the spacing between footnote or endnote texts, you can add…
45698 …otnote_with_line.xhp 0 help par_id3150519 50 0 br In the \<emph\>Spacing to contents\</emph\> ar…
45703 …help par_id3154251 43 0 br Right-click the Paragraph Style that you want to modify, for example,…
45710 …database. Then you combine or merge the address data and the text document to either print the let…
45711 …=\"text/swriter/01/mailmerge00.xhp\"\>Mail Merge Wizard\</link\> helps you to create form letters.…
45714 …ge Wizard dialog. The following is an example of one of many possible ways to navigate the wizard'…
45717 …<item type=\"literal\"\>Modern letter\</item\> in the right list. Click OK to close the Templates …
45718 … step of the wizard, click the \<emph\>Select Address List\</emph\> button to check that you are u…
45720 …lowing pages of the wizard. The pages are created, and you have the option to edit the created doc…
45730to a master document or create a new subdocument, a link is created in the master document. You ca…
45732 … help par_id3419598 0 br Subdocuments never get changed by changes made to the master document.…
45733 …17743 0 br A master document master.odm consists of some text and links to the subdocuments sub…
45741 …or\</emph\> for master documents (should open automatically, else press F5 to open), click and hol…
45746to a master document, right-click an item in the Navigator list, and then choose \<emph\>Insert - …
45753 … 0 br To reorder the subdocuments in a master document, drag a subdocument to a new location in th…
45754 …doc_howtos.xhp 0 help par_id3150224 17 0 br If you want each subdocument to start on an odd page…
45766 …a subdocument, choose \<emph\>File\</emph\>, locate the file that you want to include, and then cl…
45768to page". Instead, set the anchor "to paragraph" on the \<emph\>Format - (Object type) - Type\</em…
45772to different \<link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Page Styles\"\>Page S…
45773 …ter\guide\header_footer.xhp 0 help par_id3147119 43 0 br To add a footer to a page, choose \<emp…
45777 …. Clear the \<emph\>Same content left/right\</emph\> check box if you want to define different hea…
45778 …margins, where you can add text or graphics. Headers and footers are added to the current page sty…
45779 …ter\guide\header_footer.xhp 0 help par_id3155896 39 0 br To add a header to a page, choose \<emp…
45783 …63 42 0 br Double-click "Right Page" in the list of page styles to apply the style to the curren…
45784 …aphics in the header for the Left Page style. After the next page is added to your document, enter…
45789 …page layout if you want to add a header to a page style that has different inner and outer page ma…
45790 …es.xhp 0 help par_id3150224 28 0 br For example, you can use page styles to define different hea…
45811 …527 5 0 br Apply the paragraph style that you defined for chapter titles to the chapter headings…
45814 …st set the outline numbering options for the paragraph style that you want to use for chapter titl…
45818 …n the \<emph\>Style \</emph\>box, select the paragraph style that you want to use for chapter titl…
45822 …e.xhp 0 help par_id3147109 27 0 br Set the spacing options that you want to use. 2002-02-02 0…
45823 …r_with_line.xhp 0 help par_id3147128 23 0 br To add a border or a shadow to the header or the fo…
45826 …atting to the text in a header or footer. You can also adjust the spacing of the text relative to
45835 …xt.xhp 0 help par_id3145391 28 0 br Click in the document where you want to add the text. 200…
45840 …dden_text.xhp 0 help par_id3148697 39 0 br Select the text that you want to hide in your documen…
45848 …den_text.xhp 0 help par_id3150103 2 0 br You can use fields and sections to hide or display text…
45851 …hidden_text.xhp 0 help par_id3153371 31 0 br Type the text that you want to hide in the \<emph\>…
45852 …53409 19 0 br Before you can hide text, you must first create a variable to use in the condition…
45856 …t.xhp 0 help par_id3154853 34 0 br Click in the paragraph where you want to add the text. 200…
45866 …ar_id3153902 44 0 br Double-click in front of the variable that you used to define the condition…
45871 …par_id3149833 32 0 br Open the document(s) containing the items you want to cross-reference. …
45872 …guide\hyperlinks.xhp 0 help par_id3153133 26 0 br Drag the item to where you want to insert the …
45873 …om of the Navigator, select the document containing the item that you want to cross-reference. …
45874 …416 24 0 br In the Navigator list, click the plus sign next to the item that you want to insert …
45875 …pened in \<item type=\"productname\"\>%PRODUCTNAME\</item\>, you are taken to the cross-referenced…
45876 …r\guide\hyperlinks.xhp 0 help par_id3156108 25 0 br Click the arrow next to the \<emph\>Drag Mod…
45879 …p par_id3147125 43 0 br If the list is empty, click \<emph\>New\</emph\> to create a dictionary.…
45880 …3150218 42 0 br In the\<emph\> Word\</emph\> box, type the word you want to exclude from hyphena…
45888 …<item type=\"menuitem\"\>Edit Paragraph Style - Indents & Spacing\</item\> to change the indents f…
45889to-right languages. The left edge of the paragraph is indented with respect to the left page margi…
45890 … \<item type=\"menuitem\"\>Format - Paragraph - Indents & Spacing\</item\> to change the indents f…
45893 … 0 br Indents are calculated with respect to the left and right page margins. If you want the pa…
45911 …edit.xhp 0 help par_id3155872 60 0 br You can also make changes directly to an index or table of…
45918 …t way to generate a table of contents is to apply the predefined heading paragraph styles, such as…
45920 …el\</emph\> list, click the hierarchical level that you want to apply the paragraph style to. 2…
45922 …hp 0 help par_id3150964 15 0 br Select the paragraph style that you want to include in your tabl…
45924 …id3153730 17 0 br Click \<emph\>OK\</emph\>. You can now apply the style to headings in your doc…
45925 …lp par_id3154258 8 0 br To add an index mark to similar words in your document, select \<emph\>A…
45926 …\guide\indices_enter.xhp 0 help par_id3155889 10 0 br To add the entries to a custom index, clic…
45927 … 0 br Click in a word, or select the words in your document that you want to use as an index entr…
45930 …\guide\indices_form.xhp 0 help hd_id3146878 40 0 br To assign hyperlinks to entries in a table o…
45932 …orm.xhp 0 help hd_id3155888 44 0 br To apply a different paragraph style to an index level: 2…
45933 …lp par_id3146890 50 0 br You can assign a cross-reference as a hyperlink to entries in a table o…
45934 …ading level that you want to create hyperlinks for, or click the \<emph\>All levels\</emph\> butto…
45937 …lp par_id3148399 52 0 br Click the heading level that you want to assign hyperlinks to in the \<…
45943 …ices_form.xhp 0 help par_id3150934 48 0 br Click the style that you want to apply in the \<emph\…
45946 …4259 39 0 br You can apply different paragraph styles, assign hyperlinks to entries, change the …
45950 …swriter\guide\indices_index.xhp 0 help par_id3147114 36 0 br If you want to use a concordance fi…
45951 … tab, or on any of the other tabs of this dialog. For example, if you want to use single letter he…
45955 …x.xhp 0 help par_id3154233 25 0 br Click in your document where you want to insert the index. …
45967 …d3147059 54 0 br Select the name of the bibliography entry that you want to insert in the \<emph…
45969 …n the \<emph\>Short name \</emph\>box, and then add additional information to the record in the re…
45970 …e.xhp 0 help par_id3148402 75 0 br Click in your document where you want to add the bibliography…
45974 …e.xhp 0 help par_id3150945 68 0 br Click in your document where you want to add the bibliography…
45988 …\"master document\"\>master document\</link\>, add the files that you want to include in the index…
45989 …indices_multidoc.xhp 0 help par_id3155872 44 0 br There are several ways to create an index that…
45997to use a different paragraph style as a table of contents entry, select the \<emph\>Additional Sty…
45999 …c.xhp 0 help par_id3150510 17 0 br Click in your document where you want to create the table of …
46001 …t way to generate a table of contents is to apply the predefined heading paragraph styles, such as…
46012 …0 help par_id3147114 52 0 br Click\<emph\> Insert\</emph\> to add the selected word(s) to the ne…
46015to use a different paragraph style as a table of contents entry, select \<emph\>Styles\</emph\>, a…
46016 …ef.xhp 0 help par_id3150933 32 0 br Click in the document where you want to insert the index. …
46019 …48 50 0 br Click the \<emph\>New User-defined Index\</emph\> button next to the \<emph\>Index \<…
46021 …xhp 0 help par_id3155867 48 0 br Select a word or words that you want to add to a user-defined i…
46026 …er\guide\insert_beforetable.xhp 0 help par_id3155923 55 0 br If you want to insert text before a…
46027 …N10612 0 br To insert text after a table at the end of the document, go to the last cell of the…
46031 …de\insert_graphic.xhp 0 help par_id3149695 1 0 br There are several ways to insert a graphic obj…
46037 …log.xhp 0 help par_id3155914 2 0 br Click in the document where you want to insert the graphic. …
46038 …og.xhp 0 help par_id3156021 4 0 br Locate the graphic file that you want to insert, and then cli…
46044 … help par_id3149054 3 0 br Open the text document that you want to copy the chart to. 2002-02…
46046 …hart.xhp 0 help par_id3153414 7 0 br Drag the chart from the spreadsheet to the text document. …
46047 …id3155854 4 0 br Open the spreadsheet containing the chart that you want to copy. 2002-02-02 …
46053 …0 br Open the Draw or Impress document containing the object that you want to copy. 2002-02-02 …
46054 …romdraw.xhp 0 help par_id3153414 3 0 br Open the document where you want to insert the object. …
46055 …ert_graphic_fromdraw.xhp 0 help par_id3156250 7 0 br Drag to the document where you want to inse…
46064 …d3149692 2 0 br To insert a scanned image, the scanner must be connected to your system and the …
46068 …can.xhp 0 help par_id3155915 4 0 br Click in the document where you want to insert the scanned i…
46079 …ne.xhp 0 help par_id3149691 82 0 br Click in the document where you want to insert the line. …
46080 …sert_line.xhp 0 help par_id3150217 78 0 br The inserted line is anchored to the current paragrap…
46084 …nsert_line.xhp 0 help par_id3155902 83 0 br Click the line that you want to insert in the \<emph…
46085 …example, open the Borders tab page to set the thickness and style of the lines. Open the Indents &…
46087 …line.xhp 0 help par_id5074922 0 br In the listbox at the bottom, select to display "All Styles"…
46088 …r_id5267494 0 br Choose \<emph\>Format - Styles and Formatting\</emph\> to open the Styles and …
46089 …t that Paragraph Style to change the properties of all "Plain" rulers in your document. For exampl…
46103 …r_id3149644 39 0 br Continue to hold down Ctrl, and drag a selection in each numbered paragraph …
46105 …n Ctrl and drag a selection in the first numbered paragraph. You only have to select one character…
46109 …>bookmarks; positioning cursor\</bookmark_value\>\<bookmark_value\>jumping;to bookmarks\</bookmark…
46110 …href=\"text/swriter/guide/jump2statusbar.xhp\" name=\"Going to Specific Bookmark\"\>Going to Speci…
46112 helpcontent2 source\text\swriter\guide\jump2statusbar.xhp 0 help par_id3155178 31 0 br To go to a…
46113 helpcontent2 source\text\swriter\guide\jump2statusbar.xhp 0 help tit 0 br Going to Specific Book…
46118 … down arrow key, and then press the right arrow key to set the width of the section that you want
46120to open a menu. In an open menu, press the underlined character to run a command. For example, pre…
46125 … Press the down arrow key, and then use the arrow keys to select the number of columns and rows to
46128 helpcontent2 source\text\swriter\guide\keyboard.xhp 0 help par_id3156253 19 0 br Press F6 to plac…
46129 …help par_idN106AA 0 br Choose \<emph\>View - Toolbars - Insert\</emph\> to open the \<emph\>Ins…
46130 helpcontent2 source\text\swriter\guide\keyboard.xhp 0 help par_idN1072C 0 br Press F6 to place t…
46135 … 0 br Use the check boxes at the bottom of the dialog to select the style types that you want to
46136 …h\>From File\</emph\>, locate the file containing the styles that you want to use, and then click …
46138 …id3155910 12 0 br Choose \<emph\>Format - Styles and Formatting\</emph\> to open the \<emph\>Sty…
46139 …\</emph\>list, then click the template containing the styles that you want to use in the \<emph\>T…
46140 … help par_idN10703 0 br Click the arrow next to the \<emph\>New Style from Selection\</emph\> i…
46159to\</bookmark_value\>\<bookmark_value\>objects;quickly moving to, within text\</bookmark_value\>\<…
46164 …\swriter\guide\navigator.xhp 0 help par_id3155878 5 0 br To quickly jump to a location in your d…
46175 …n automatically format dates that you have entered into a table, according to the regional setting…
46181 …e.xhp 0 help par_id3149829 38 0 br Type the text that you want to assign numbering to, for examp…
46184 …br Type a number in the \<emph\>Value \</emph\>box, or leave the box empty to use automatic number…
46185 …_id3154851 58 0 br Select the outline level where you want the numbering to restart in the \<emp…
46194 …guide\numbering_lines.xhp 0 help hd_id3153410 6 0 br To add line numbers to an entire document: …
46195 …uide\numbering_lines.xhp 0 help hd_id3156241 10 0 br To add line numbers to specific paragraphs:…
46197 …style that includes line numbering, and apply it to the paragraphs that you want to add line numbe…
46202to the lines in an entire document or to selected paragraphs in your document. Line numbers are in…
46209 ….xhp 0 help par_id3151077 18 0 br Select the paragraph(s) where you want to add the line numbers…
46218 …swriter\guide\numbering_lines.xhp 0 help par_id3154248 12 0 br Press F11 to open the \<emph\>Sty…
46227 …use the \<emph\>Tools - Outline Numbering\</emph\> menu command to assign a numbering to a paragra…
46230 …aras.xhp 0 help par_id3148691 22 0 br Enter the number you want the list to start with in the \<…
46236 … 0 br Click in front of the first character of the paragraph that you want to remove the numbering…
46248 … par_id3153402 3 0 br Click in your document where you want the new page to begin. 2002-02-02…
46254to specify the background of the pages in a document. For example, to change the page background o…
46260 …e \<emph\>Next Style\</emph\> box, select the page style that you want to apply to the next page. …
46261 …ackground.xhp 0 help par_idN10855 0 br To only apply the new page style to a single page, selec…
46262 …pagebackground.xhp 0 help par_idN10859 0 br To apply the new page style to all subsequent pages…
46270 …br Double-click the page style that uses the page background that you want to apply. 2002-02-02…
46273 …0 br Click in front of the first character of the paragraph where you want to change the page back…
46277 … current page only, select a page style where the Next Style option is set to "Default". 2002-0…
46278 …d subsequent pages, select a page style where the Next Style option is set to the name of the page…
46279 …0 help par_idN108E2 0 br If you want to change the page background later on in the document, re…
46289 …agenumbers.xhp 0 help hd_id9364909 0 br To apply a different page style to the first page 20…
46295 …r It depends on your document what is best: to use a manually inserted page break between Page Sty…
46298 …ese fields will change position when you add or remove text. So it is best to insert the page numb…
46303 …ample insert a footer for the "Default" Page Style only, or insert footers to both Page Styles, bu…
46307 …\<emph\>Insert\</emph\>. Enable \<emph\>With Page Style\</emph\> just to be able to set the new \<…
46309 …Page Style has "Default" as the next style. To see this, you may press F11 to open the \<emph\>Sty…
46314 …\> or \<emph\>Insert - Footer - (name of page style)\</emph\> to add a header or footer to all pag…
46317 …page style will be used from the current paragraph to the next page break with style. You may need…
46318 …ar_id8611102 0 br Choose \<emph\>Insert - Fields - Page Number\</emph\> to insert a page number…
46331to specify the orientation of the pages in a document. For example, to change the page orientation…
46336 …e \<emph\>Next Style\</emph\> box, select the page style that you want to apply to the next page. …
46342 …r\guide\pagestyles.xhp 0 help hd_id3148701 18 0 br To apply a page style to a new page: 2002-…
46347 …elp par_id3147122 4 0 br Click in the document where you want a new page to start. 2002-02-02…
46351to specify the layout of a page, including the page orientation, background, margins, headers, foo…
46354 …In the \<emph\>Style \</emph\>box, select the page style that you want to apply to the page that f…
46357 …gestyles.xhp 0 help par_id3153376 17 0 br To apply the custom page style to more than one page, …
46359 …e\pagestyles.xhp 0 help par_id3154252 20 0 br Use the tabs in the dialog to set the layout optio…
46360 …0 help par_id3154873 22 0 br Click in the page that you want to apply the page style to. 2002…
46362 …gestyles.xhp 0 help par_id3156252 16 0 br To apply the custom page style to a single page, selec…
46372 helpcontent2 source\text\swriter\guide\print_brochure.xhp 0 help par_idN10628 0 br Return to \<e…
46376 …e.xhp 0 help par_idN106DE 0 br When you create a document that you want to print as a brochure,…
46378 … 0 br In the properties dialog for your printer, set the paper orientation to landscape. 2002-0…
46379 …r For a printer that automatically prints on both sides of a page, specify to print right pages an…
46383 …the arrow keys or the arrow icons on the \<emph\>Page Preview\</emph\> bar to scroll through the d…
46386 …5055 35 0 br Use the zoom icons on the \<emph\>Page Preview\</emph\> bar to reduce or enlarge th…
46387 …nt the zoomed preview. Click \<emph\>Print options page view\</emph\> icon to set the print option…
46392 …p 0 help par_id3149829 16 0 br In Page Preview mode, you have the option to print multiple pages…
46401 …\guide\printer_tray.xhp 0 help par_id3149616 5 0 br Apply the page style to the pages that you w…
46402 …par_id3149649 12 0 br Repeat steps 1-5 for each page style that you want to specify the paper fo…
46405 …n the \<emph\>Paper tray \</emph\>box, select the paper tray that you want to use. 2002-02-02 0…
46407 …ar_id3155066 9 0 br Right-click the page style in the list that you want to specify the paper so…
46408 …riter\guide\printer_tray.xhp 0 help par_id3155858 2 0 br Use page styles to specify different pa…
46424 …d3145643 38 0 br Place the cursor in a cell or select cells. Right-click to open the context men…
46427 …riter\guide\protection.xhp 0 help par_id3147322 42 0 br Use Shift+Ctrl+T to remove protection fo…
46440 …ph\>Cursor in protected areas - Enable\</emph\>. Then right-click the cell to open the context men…
46443 …ar_id363170 0 br This protection is not intended to be a secure protection. It is just a switch…
46444 …r_id4545426 0 br This protection is not intended to be a secure protection. It is just a switch…
46445 …ar_id814539 0 br This protection is not intended to be a secure protection. It is just a switch…
46451 …e\references.xhp 0 help hd_id3153370 53 0 br To create a cross-reference to a target: 2002-02…
46453 …0 44 0 br Click \<emph\>Insert\</emph\>. The name of the target is added to the \<emph\>Selectio…
46454 …es.xhp 0 help par_id3147123 14 0 br Click in the document where you want to insert the cross-ref…
46459 … OLE objects, and tables, so long as they have a caption. To add a caption to an object, select th…
46463 …ction\</emph\> list, select the caption number of the object that you want to cross-reference. …
46468 …eferences.xhp 0 help par_id3153408 40 0 br Select the text that you want to use as a target for …
46470 …br In the \<emph\>Selection\</emph\> list, select the target that you want to cross-reference. …
46474 …ences.xhp 0 help par_id3156257 45 0 br Leave the dialog open and proceed to the next section. …
46475 …eferences.xhp 0 help par_id3159263 8 0 br Cross-references allow you to jump to specific text pa…
46482 …par_id3153132 2 0 br Click in front of the cross-reference that you want to modify. 2002-02-0…
46483 … 5 0 br Use the arrow buttons in the \<emph\>Edit Fields \</emph\>dialog to browse through the c…
46487 …iter\guide\registertrue.xhp 0 help par_idN1065E 0 br Setting a document to register-true printi…
46494 …tertrue.xhp 0 help par_idN10685 0 br Select all the paragraphs you want to exempt, then choose …
46495 … Open the Styles and Formatting window, click the Paragraph Style you want to exempt, right-click …
46502 …d3145118 7 0 br Select the text containing the line breaks that you want to remove. 2002-02-0…
46507 …g_line_breaks.xhp 0 help par_id3155858 2 0 br Use the AutoFormat feature to remove line breaks t…
46512 …mple, if you are pressed Ctrl+B to apply the bold typeface to the text that you type, press the ri…
46524 …f a selected paragraph, drag the top left triangle on the horizontal ruler to a new location. 2…
46526 … drag the bottom left or the bottom right triangle on the horizontal ruler to a new location. …
46535 …egexp.xhp 0 help par_id2142399 0 br Click \<emph\>More Options\</emph\> to expand the dialog. …
46536 …\search_regexp.xhp 0 help par_id3149609 45 0 br The wildcard combination to search for zero or m…
46538 …h for \</emph\>box, type the search term and the wildcard(s) that you want to use in your search. …
46552 …16 0 br In the \<emph\>Section \</emph\>list, click the section you want to modify. 2002-02-0…
46557 …0 help par_id3155858 14 0 br You can protect, hide, and convert sections to normal text in your …
46564 …t.xhp 0 help par_id3145104 32 0 br Click in your document where you want to insert the linked se…
46566 …u open a document that contains linked sections, $[officename] prompts you to update the contents …
46568 …br Click in your document where you want to insert a new section, or select the text that you want…
46569 …u view the page in a web browsers, the content of the sections corresponds to the content of the s…
46570 …0 br In the \<emph\>Section \</emph\>box, select the section that you want to insert. 2002-02-0…
46574 …N\"\>Under Windows, you can also select the \<emph\>DDE\</emph\> check box to automatically update…
46576 …ar_id3154852 36 0 br Click the browse button (\<emph\>...\</emph\>) next to the \<emph\>File nam…
46577 …882 37 0 br Locate the document containing the section that you want to link to, and then click …
46578 …t.xhp 0 help par_id3155917 26 0 br You can insert new sections, or links to sections in other do…
46602 … document are underlined by a wavy red line. To assign the underlined word to another language, ri…
46606 …e \<emph\>Styles \</emph\>box, select the paragraph style that you want to use to generate a new H…
46607to generate a separate HTML page each time the style appears in the document. $[officename] Writer…
46609 …ename] heading paragraph styles, for example, "Heading 1", to the paragraphs where you want to gen…
46610 …e saved in JPEG format. The name of the HTML document is added as a prefix to the name of the grap…
46619 …t_writing.xhp 0 help par_id3155861 14 0 br Select the text that you want to format. 2002-02-0…
46620 …ne\>Ctrl\</defaultinline\>\</switchinline\>+B, type the text that you want to format in bold, and …
46628 … as \<link href=\"text/shared/01/packagemanager.xhp\"\>extensions\</link\> to %PRODUCTNAME Writer.…
46630 …s.xhp 0 help par_id192266 0 br When you point to a Smart Tag, a tip help informs you to Ctrl-cl…
46633 …enuitem\"\>Tools - Autocorrect\</item\>. Use this dialog to enable or disable Smart Tags and to ma…
46634 …368358 0 br Smart Tags provide additional information and functionality to specified words in a…
46635to your harddrive, then double-click the *.oxt file in your file manager. Alternatively, in %PRODU…
46646 …d3155859 43 0 br Click in the document, or select the text that you want to check. 2002-02-02…
46647 …ellcheck_dialog.xhp 0 help par_id3155886 40 0 br To add the unknown word to a user-defined dicti…
46654 …par_id3153128 33 0 br Click the icon of the style category that you want to apply. 2002-02-02…
46655 … the mouse pointer to where you want to apply the style in the document, and click. To apply the s…
46664 …a new style from an existing style that you have applied manual formatting to. 2002-02-02 02:02…
46666 … in the document where you want to copy the style from, for example, in a paragraph that you appli…
46667 …stylist_fromselect.xhp 0 help par_id3153138 38 0 br Click the arrow next to the \<emph\>New Styl…
46668 …par_id3153402 42 0 br Click the icon of the style category that you want to create. 2002-02-0…
46670 …par_id3154258 45 0 br Click the icon of the style category that you want to create. 2002-02-0…
46672 … 0 br Select at least one character, or object, in the style that you want to copy. For page and f…
46673 …fromselect.xhp 0 help par_id3154871 33 0 br Drag the character or object to the Styles and Forma…
46676 …o the respective icon in the Styles and Formatting window. You do not need to open that style cate…
46677 …window to create a new frame style: Click the frame, wait a moment with the mouse button pressed d…
46681 …ent, click where you want to copy the updated style from. For example, click a paragraph that you …
46683 …ide\stylist_update.xhp 0 help par_id3153119 43 0 br Click the arrow next to the \<emph\>New Styl…
46684 … 0 br In the Styles and Formatting window, click the style that you want to update. 2002-02-0…
46686 …par_id3156107 47 0 br Click the icon of the style category that you want to update. 2002-02-0…
46694 …\subscript.xhp 0 help par_id3155917 2 0 br Select the text that you want to make superscript or …
46695 …hp 0 help par_id3156111 3 0 br Press Ctrl+Shift+P to make the text superscript, and Ctrl+Shift+B…
46702 …le_cellmerge.xhp 0 help par_id3415936 0 br Place the cursor in the cell to be split. 2002-02…
46706 …\guide\table_cellmerge.xhp 0 help par_id634174 0 br A dialog allows you to split the cell into …
46709 …ame=\"Adding or Deleting a Row or Column to a Table Using the Keyboard\"\>Adding or Deleting a Row…
46715 …Ins, and then press the up or down arrow key. You can also move the cursor to the last cell in the…
46717 …uide\table_cells.xhp 0 help tit 0 br Adding or Deleting a Row or Column to a Table Using the Ke…
46734 …47416 28 0 br On the \<emph\>Standard\</emph\> bar, click the arrow next to the \<emph\>Table\</…
46739 …ide\table_insert.xhp 0 help par_id3149489 32 0 br There are several ways to create a table in a …
46740 …the $[officename] Calc spreadsheet containing the cell range that you want to insert. 2002-02-0…
46742 …p par_id3149642 36 0 br Place the cursor in your document where you want to insert the table. …
46747 …e\table_insert.xhp 0 help par_id3150515 69 0 br In the spreadsheet, drag to select the cells. …
46751 …the $[officename] Calc spreadsheet containing the cell range that you want to insert. 2002-02-0…
46754 …de\table_insert.xhp 0 help par_id3153398 29 0 br In the table grid, drag to select the numbers o…
46755 …iter\guide\table_insert.xhp 0 help par_id3153416 30 0 br To cancel, drag to the other side until…
46762 …p par_id3155861 34 0 br Place the cursor in your document where you want to insert the table. …
46764 …e\table_insert.xhp 0 help par_id3156250 45 0 br In the spreadsheet, drag to select the cells. …
46778 …e, move the mouse pointer to a position just above and left of the table. The mouse pointer become…
46779 …umn with the mouse, point to a position just left of the row or above the column. The mouse pointe…
46788 …m type=\"menuitem\"\>Table - Table Properties\</item\> to open a dialog and set the properties to
46789 …e ruler until the pointer becomes a separator icon, and then drag the line to a new location. 2…
46797 …d3153364 28 0 br To increase the distance from the left edge of the page to the edge of the tabl…
46799 …ng line until the pointer becomes a separator icon, and then drag the line to a new location. 2…
46802to the sides of a table, and to arrange two tables next to another, you must insert the tables int…
46803 … table. In the rulers, drag the border between the white and the gray area to resize the table. …
46812 …rties are valid only for changes to the column width that are made using the keyboard. Using the m…
46818 …mplate_create.xhp 0 help par_id3149492 63 0 br You can create a template to use as the basis for…
46844 … in a document, save the document as a template, and then use the template to create a new documen…
46846 …e=\"predefined templates\"\>predefined templates\</link\> that you can use to create different typ…
46847 …emplates_styles.xhp 0 help par_id3153377 7 0 br To copy a style, drag it to another template or …
46848 …Template Management\"\>Template Management\</link\> dialog to copy styles from one document to ano…
46854 …9811 19 0 br Select the drawing object containing the text that you want to animate. 2002-02-…
46858 …rmatting text\</bookmark_value\>\<bookmark_value\>capital letters;changing to small letters\</book…
46859 …writer\guide\text_capital.xhp 0 help hd_id3149644 11 0 br To change text to lowercase: 2002-0…
46863 …xt_capital.xhp 0 help par_id3147420 9 0 br Select the text that you want to capitalize. 2002-…
46867 …ital.xhp 0 help par_id3149964 12 0 br Select the text that you want to change to lowercase. 2…
46871 …e\text_capital.xhp 0 help par_idN10728 0 br When you apply a formatting to your text by \<emph\…
46874 …iter/guide/text_centervert.xhp\" name=\"Using a Frame to Center Text on a Page\"\>Using a Frame to
46881 …entervert.xhp 0 help par_id3155920 78 0 br Select the text that you want to center on the page. …
46883 helpcontent2 source\text\swriter\guide\text_centervert.xhp 0 help tit 0 br Using a Frame to Cent…
46886 …ect_cursor.xhp 0 help par_id3155908 25 0 br The direct cursor allows you to enter text anywhere …
46889 …ace in the text document. The mouse pointer changes to reflect the alignment that will be applied
46900 …mphasize.xhp 0 help par_id3155922 66 0 br Here are a few examples of how to emphasize text in a …
46904 …\>linking frames\</bookmark_value\>\<bookmark_value\>text flow; from frame to frame\</bookmark_val…
46914 …hat you can place anywhere on a page. You can also use a frame to apply a column layout to text. …
46915 …text_frame.xhp 0 help par_id3149961 5 0 br Select the text that you want to include in the frame…
46916 …riter text frames so that their contents automatically flow from one frame to another. 2002-02-…
46918 …frame.xhp 0 help par_id3150930 89 0 br Click the frame that you want to link to. 2002-02-02 0…
46922 …xhp 0 help par_id3153025 71 0 br Click the edge of a frame that you want to link. Selection hand…
46923 …_frame.xhp 0 help par_id3154262 99 0 br Any Writer text frame can be set to a mode which allows …
46924 …xt_frame.xhp 0 help par_id3154365 77 0 br The target frame is not linked to another frame. 20…
46925 …rames are in the same section. For example, you cannot link a header frame to a footer frame. 2…
46930 …g one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proport…
46935 …er\guide\text_nav_keyb.xhp 0 help par_id3145108 34 0 br Moves the cursor to the beginning of the…
46936to the beginning of the contents of the current cell. Press again to move the cursor to the first…
46938 …er\guide\text_nav_keyb.xhp 0 help par_id3148701 52 0 br Moves the cursor to the header. 2002-…
46939 …er\guide\text_nav_keyb.xhp 0 help par_id3148949 55 0 br Moves the cursor to the footer. 2002-…
46943 …er\guide\text_nav_keyb.xhp 0 help par_id3149871 56 0 br Moves the cursor to the beginning of the…
46947 …b.xhp 0 help par_id3150105 27 0 br Moves the cursor one character to the left or to the right. …
46949 …er\guide\text_nav_keyb.xhp 0 help par_id3153372 42 0 br Moves the cursor to the end of the curre…
46950 …v_keyb.xhp 0 help par_id3153418 28 0 br Moves the cursor one word to the left or to the right. …
46951 …er\guide\text_nav_keyb.xhp 0 help par_id3154235 43 0 br Moves the cursor to the end of the docum…
46955 helpcontent2 source\text\swriter\guide\text_nav_keyb.xhp 0 help par_id3154873 46 0 br Moves to th…
46958 …rsor to the end of the contents of the current cell. Press again to move the cursor to the last ce…
46964 …er\guide\text_nav_keyb.xhp 0 help par_id3156260 37 0 br Moves the cursor to the beginning of the…
46969 …guide\text_rotate.xhp 0 help par_id3149590 69 0 br Drag in your document to draw the text object…
46971 …p par_id3153130 67 0 br Choose \<emph\>View - Toolbars- Drawing\</emph\> to open the \<emph\>Dra…
46982 …nd are not updated if the source file is changed. If you want the contents to automatically update…
46984 …he \<emph\>File Name \</emph\>box, type the name of the file that you want to insert, or click the…
46985 ….xhp 0 help par_id3149839 31 0 br Locate the text document that you want to insert, and then cli…
46987 … text document contains sections, you can select the section that you want to insert in the\<emph\…
46988 …lp par_id3150096 34 0 br Place the cursor in the document where you want to insert the file. …
46991 …lp par_id3155855 28 0 br Place the cursor in the document where you want to insert the file. …
47001 …_hyphen.xhp 0 help par_id3145400 59 0 br Apply the style to the paragraphs that you want to hyph…
47007 …\swriter\guide\using_hyphen.xhp 0 help par_id3149644 33 0 br If you want to automatically hyphen…
47008 …help par_id3149867 55 0 br Right-click the paragraph style that you want to hyphenate, and then …
47009 …or the "Default" paragraph style, and then apply the style to the paragraphs that you want to hyph…
47013 …363 24 0 br To quickly insert a hyphen, click in the word where you want to add the hyphen, and …
47014 …r this word. A word with a manual hyphen will be hyphenated without regard to the settings on the …
47016 …hyphen where you want on a line, or let $[officename] search for the words to hyphenate, and then …
47017 …ng_hyphen.xhp 0 help par_id3154869 61 0 br Select the text that you want to hyphenate. 2002-0…
47019 …moves words that do not fit on a line to the next line. If you want, you can use automatic or manu…
47020 …en.xhp 0 help par_id3155943 62 0 br When $[officename] encounters a word to hyphenate, do one of…
47029 …0 help par_id3149829 7 0 br Select the paragraph(s) that you want to add bullets to. 2002-02-…
47030 …For example, to change the bulleting symbol, click the \<emph\>Options\</emph\> tab, click the bro…
47039 …help par_id3153396 23 0 br Select the paragraph(s) that you want to add numbering to. 2002-02…
47046 …xhp 0 help par_id3149589 40 0 br Apply the style to the paragraphs that you want to add numberin…
47047 …id3149599 36 0 br Right-click the paragraph style that you want to apply numbering to, and then …
47049 …using_numbering.xhp 0 help par_id3149818 26 0 br You can apply numbering to a paragraph manually…
47051 …>Numbering Styles\</emph\> box, select the type of numbering that you want to use. 2002-02-02 0…
47053 …ering.xhp 0 help par_id3153405 27 0 br You cannot apply manual numbering to paragraphs that are …
47059 …p 0 help par_idN10737 0 br To apply the same bullet or numbering format to all paragraphs in th…
47060 …hp\" name=\"Numbering Object Bar\"\>Bullets and Numbering\</link\> toolbar to edit a numbered or b…
47066 …ing_thesaurus.xhp 0 help par_id3149820 16 0 br You can use the thesaurus to look up synonyms, an…
47071 …esaurus.xhp 0 help par_id3155920 17 0 br Click in the word that you want to look up. 2002-02-…
47072 …0 help par_id3156263 19 0 br If you applied a different language setting to individual words, or…
47075 …ee letters that you type, press \<item type=\"keycode\"\>Ctrl+Tab\</item\> to cycle through the av…
47085 …mpletion_adjust.xhp 0 help par_id2634968 0 br If you want the word list to exist longer than th…
47092 …107F4 0 br Use Ctrl+C to copy all selected words into the clipboard. Paste the clipboard into …
47096 …ide\word_completion_adjust.xhp 0 help par_idN10B20 0 br Choose the key to accept the suggested…
47097 … Use the \<emph\>Min. word length\</emph\> box to set the minimum number of characters a word must…
47102 …\word_completion_adjust.xhp 0 help par_idN10BA1 0 br Use the word list to always start with a …
47103 …0BA7 0 br Open the text document that contains the terms that you want to use for word complet…
47110 helpcontent2 source\text\swriter\guide\words_count.xhp 0 help par_idN106D1 0 br If you want to c…
47118 helpcontent2 source\text\swriter\guide\wrap.xhp 0 help par_id3150231 7 0 br Use the tools to draw…
47128 …\>Format - Wrap\</emph\>, and then choose the wrapping style that you want to apply. 2002-02-02…
47134 helpcontent2 source\text\swriter\main0000.xhp 0 help tit 0 br Welcome to the $[officename] Write…
47145 …47352 2 0 br \<ahelp hid=\".uno:PickList\"\>Contains commands that apply to the whole document.\…
47204 …2 0 br Contains spelling tools, a gallery of object art that you can add to your document, as we…
47210 …swriter\main0110.xhp 0 help par_idN10563 0 br Shows all commands to insert and to edit a table …
47252 helpcontent2 source\text\swriter\main0110.xhp 0 help par_idN1071D 0 br Allow Row to Break Across…
47255 helpcontent2 source\text\swriter\main0110.xhp 0 help par_idN1074C 0 br Text to Table 2002-02-…
47256 …cted text to a table.\</ahelp\>Opens \<link href=\"text/swriter/01/06090000.xhp\"\>a dialog\</link…
47257 helpcontent2 source\text\swriter\main0110.xhp 0 help par_idN10763 0 br Table to Text 2002-02-…
47258 …rent table to text.\</ahelp\>Opens \<link href=\"text/swriter/01/06090000.xhp\"\>a dialog\</link\>…
47262 … Opens the \<link href=\"text/swriter/main0214.xhp\"\>Formula bar\</link\> to enter or edit a form…
47272 …The text formatted in a complex text layout language is entered from right to left.\</ahelp\> 2…
47275 … 0 br \<ahelp hid=\".uno:ParaLeftToRight\"\>The text is entered from left to right.\</ahelp\> …
47276 …width=\"0.222inch\" height=\"0.222inch\"\>\<alt id=\"alt_id8354747\"\>left to right icon\</alt\>\<…
47277 …idth=\"0.222inch\" height=\"0.222inch\"\>\<alt id=\"alt_id2405774\"\>right to left icon\</alt\>\</…
47299 …OLBOX\"\>The \<emph\>Bullets and Numbering\</emph\> bar contains functions to modify the structure…
47304to open a menu where you can choose another language for the selected text or for the current para…
47314 …54 2 0 br \<ahelp hid=\".\"\>The \<emph\>Formula\</emph\> Bar allows you to create and insert ca…
47333 …\"text/swriter/01/05060200.xhp#seitenumlauftext\"/\> This icon corresponds to the \<emph\>Page Wra…
47356 …[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creati…
47357 …r logical links. You can easily create a table in a text document in order to perform calculations…
47359to design documents. Use the \<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\"\>Styles …
47360 …of the indexes and tables according to your individual needs. Live hyperlinks and bookmarks let yo…
47366to your preferences, including customizing icons and menus. You can position various program windo…
47367to work quickly and efficiently with text documents in $[officename]. For example, you can drag-an…
47868 …in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \'B…
47876 …ed to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installatio…
50263 …fice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.left-to-bottom Label 0 br …
50264 …fice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.left-to-top Label 0 br Dio…
50272 …ice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.right-to-bottom Label 0 br …
50273 …ice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.right-to-top Label 0 br Dio…
50277 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-bottom Label 0 br …
50278 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-bottom-left Label …
50279 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-bottom-right Label …
50280 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-left Label 0 br A-…
50281 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-right Label 0 br A…
50282 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-top Label 0 br E-k…
50283 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-top-left Label 0 b…
50284 …penoffice\Office\UI\Effects.xcu 0 value ..Effects.UserInterface.Properties.to-top-right Label 0 …
51160 …..MathCommands.UserInterface.Commands..uno:ChangeFontSize Label 0 br Men~toù an nodrezh... 20…
53702 …diobutton RID_SCPAGE_CALC BTN_DATE1904 112 br ~01.01.1904 0 corresponds to 01/01/1904 2002-02-…
53703 …LC BTN_DATESC10 112 br 01.01.1900 ( Star~Calc 1.0 ) Value 0 corresponds to 01/01/1900 2002-02-…
53704 …AGE_CALC BTN_DATESTD 112 br 30.12.1899 (dre ziouer) Value 0 corresponds to 12/30/1899 2002-02-…
57823 …n.src 0 checkbox TP_OPTIONS_CONTENTS CBX_HANDLES_BEZIER 134 br Holl boen~toù reizhañ an embanner…
59351 …ATIONFAILED 0 br %PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. T…
62775 svx source\engine3d\float3d.src 0 imagebutton RID_SVXFLOAT_3D BTN_CHANGE_TO_3D 0 br - Convert to
62779 svx source\engine3d\float3d.src 0 imagebutton RID_SVXFLOAT_3D BTN_LATHE_OBJ 0 br - Convert to La…
65990 …c 0 imagebutton DLG_MM_CUSTOMIZEADDRESSBLOCK IB_INSERTFIELD 14 br - Add to address 2002-02-02 …