From 9e80816a0681944a0aae2ee0cb8f179933d0f5e9 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Mon, 8 Feb 2010 11:02:37 +0100 Subject: hcshared25: vor build --- helpcontent2/source/text/scalc/05/02140000.xhp | 631 +++++++++++---------- helpcontent2/source/text/shared/01/05030600.xhp | 20 +- helpcontent2/source/text/shared/02/12090000.xhp | 91 ++- helpcontent2/source/text/shared/02/12090101.xhp | 236 ++++---- .../source/text/shared/3dsettings_toolbar.xhp | 98 ++-- .../source/text/shared/fontwork_toolbar.xhp | 84 ++- .../source/text/shared/optionen/01140000.xhp | 162 +++--- 7 files changed, 666 insertions(+), 656 deletions(-) diff --git a/helpcontent2/source/text/scalc/05/02140000.xhp b/helpcontent2/source/text/scalc/05/02140000.xhp index c76123ce52..40df49eb02 100755 --- a/helpcontent2/source/text/scalc/05/02140000.xhp +++ b/helpcontent2/source/text/scalc/05/02140000.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Error Codes in %PRODUCTNAME Calc -/text/scalc/05/02140000.xhp - - - + + Error Codes in %PRODUCTNAME Calc + /text/scalc/05/02140000.xhp + + + error codes;list of -mw deleted "%PRODUCTNAME Calc;error codes"Error Codes in %PRODUCTNAME Calc -The following table is an overview of the error messages for %PRODUCTNAME Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the Status Bar. - - - -Error Code - - -Message - - -Explanation - - - - -501 - - -Invalid character - - -Character in a formula is not valid. - - - - -502 - - -Invalid argument - - -Function argument is not valid, for example, a negative number for the root function. - - - - -503 -#NUM! - - -Invalid floating point operation - - -A calculation results in an overflow of the defined value range. - - - - -504 - - -Parameter list error - - -Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference. - - - - -508 - - -Error: Pair missing - - -Missing bracket, for example, closing brackets, but no opening brackets - - - - -509 - - -Missing operator - - -Operator is missing, for example, "=2(3+4) * ", where the operator between "2" and "(" is missing. - - - - -510 - - -Missing variable - - -Variable is missing, for example when two operators are together "=1+*2". - - - - -511 - - -Missing variable - - -Function requires more variables than are provided, for example, AND() and OR(). - - - - -512 - - -Formula overflow - - - -Compiler: the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512. - - - - -513 - - -String overflow - - - -Compiler: an identifier in the formula exceeds 64 KB in size. Interpreter: a result of a string operation exceeds 64 KB in size. - - - - -514 - - -Internal overflow - - -Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow. - - - - -516 - - -Internal syntax error - - -Matrix is expected on the calculation stack, but is not available. - - - - -517 - - -Internal syntax error - - -Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function. - - - - -518 - - -Internal syntax error - - -Variable is not available - - - - -519 -#VALUE - - -No result (#VALUE is in the cell rather than Err:519!) - - -The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number.i63264 - - - - -520 - - -Internal syntax error - - -Compiler creates an unknown compiler code. - - - - -521 - - -Internal syntax error - - -No result. - - - - -522 - - -Circular reference - - -Formula refers directly or indirectly to itself and the Iterations option is not set under %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate.UFI: fixes #i23854# - - - - -523 - - -The calculation procedure does not converge - - -Function missed a targeted value, or iterative references do not reach the minimum change within the maximum steps that are set.UFI: see #33769# - - - - -524 -#REF - - +mw deleted "%PRODUCTNAME Calc;error codes" +Error Codes in %PRODUCTNAME Calc + The following table is an overview of the error messages for %PRODUCTNAME Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the Status Bar. +
+ + + Error Code + + + Message + + + Explanation + + + + + ### + + +### error message +mw added "...error message" entry +none + + + The cell is not wide enough to display the contents. + + + + + 501 + + + Invalid character + + + Character in a formula is not valid. + + + + + 502 + + + Invalid argument + + + Function argument is not valid, for example, a negative number for the root function. + + + + + 503 + #NUM! + + + Invalid floating point operation + + + A calculation results in an overflow of the defined value range. + + + + + 504 + + + Parameter list error + + + Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference. + + + + + 508 + + + Error: Pair missing + + + Missing bracket, for example, closing brackets, but no opening brackets + + + + + 509 + + + Missing operator + + + Operator is missing, for example, "=2(3+4) * ", where the operator between "2" and "(" is missing. + + + + + 510 + + + Missing variable + + + Variable is missing, for example when two operators are together "=1+*2". + + + + + 511 + + + Missing variable + + + Function requires more variables than are provided, for example, AND() and OR(). + + + + + 512 + + + Formula overflow + + + + Compiler: the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512. + + + + + 513 + + + String overflow + + + + Compiler: an identifier in the formula exceeds 64 KB in size. Interpreter: a result of a string operation exceeds 64 KB in size. + + + + + 514 + + + Internal overflow + + + Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow. + + + + + 516 + + + Internal syntax error + + + Matrix is expected on the calculation stack, but is not available. + + + + + 517 + + + Internal syntax error + + + Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function. + + + + + 518 + + + Internal syntax error + + + Variable is not available + + + + + 519 + #VALUE + + + No result (#VALUE is in the cell rather than Err:519!) + + + The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number.i63264 + + + + + 520 + + + Internal syntax error + + + Compiler creates an unknown compiler code. + + + + + 521 + + + Internal syntax error + + + No result. + + + + + 522 + + + Circular reference + + + Formula refers directly or indirectly to itself and the Iterations option is not set under %PRODUCTNAME - Preferences +Tools - Options - %PRODUCTNAME Calc - Calculate.UFI: fixes #i23854# + + + + + 523 + + + The calculation procedure does not converge + + + Function missed a targeted value, or iterative references do not reach the minimum change within the maximum steps that are set.UFI: see #33769# + + + + + 524 + #REF + + invalid references; error messages -error messages;invalid references -#REF error message -mw inserted "error..." entryinvalid references (instead of Err:524 cell contains #REF) - - - -Compiler: a column or row description name could not be resolved. Interpreter: in a formula, the column, row, or sheet that contains a referenced cell is missing. - - - - -525 -#NAME? - - + error messages;invalid references + #REF error message +mw inserted "error..." entry +invalid references (instead of Err:524 cell contains #REF) + + + + Compiler: a column or row description name could not be resolved. Interpreter: in a formula, the column, row, or sheet that contains a referenced cell is missing. + + + + + 525 + #NAME? + + invalid names; error messages -#NAME error message + #NAME error message -invalid names (instead of Err:525 cell contains #NAME?) - - -An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. - - - - -526 - - -Internal syntax error - - -Obsolete, no longer used, but could come from old documents if the result is a formula from a domain. - - - - -527 - - -Internal overflow - - - -Interpreter: References, such as when a cell references a cell, are too encapsulated. - - - - -532 -#DIV/0! - - -Division by zero - - -Division operator / if the denominator is 0
Some more functions return this error, for example:
VARP with less than 1 argument
STDEVP with less than 1 argument
VAR with less than 2 arguments
STDEV with less than 2 arguments
STANDARDIZE with stdev=0
NORMDIST with stdev=0
-
-
-
- -
+invalid names (instead of Err:525 cell contains #NAME?) + + + An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. + + + + + 526 + + + Internal syntax error + + + Obsolete, no longer used, but could come from old documents if the result is a formula from a domain. + + + + + 527 + + + Internal overflow + + + + Interpreter: References, such as when a cell references a cell, are too encapsulated. + + + + + 532 + #DIV/0! + + + Division by zero + + + Division operator / if the denominator is 0
Some more functions return this error, for example:
VARP with less than 1 argument
STDEVP with less than 1 argument
VAR with less than 2 arguments
STDEV with less than 2 arguments
STANDARDIZE with stdev=0
NORMDIST with stdev=0
+
+
+ + + +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/05030600.xhp b/helpcontent2/source/text/shared/01/05030600.xhp index ce2b6b1aac..01ce3305d6 100644 --- a/helpcontent2/source/text/shared/01/05030600.xhp +++ b/helpcontent2/source/text/shared/01/05030600.xhp @@ -1,11 +1,11 @@ - + - - + + Background @@ -53,8 +53,8 @@ Background Set the background color or graphic. - You can specify the background for paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes. -cells and pages. + You can specify the background for paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes. +cells and pages.
@@ -73,7 +73,7 @@ Transparency + oldref="37">Transparency @@ -86,9 +86,9 @@ For + oldref="11">For - Select the area that you want to apply the background color to. For example, when you define the background color for a table, you can choose to apply it to the table, the active cell, the row, or the column. + Select the area that you want to apply the background color to. For example, when you define the background color for a table, you can choose to apply it to the table, the active cell, the row, or the column. @@ -133,6 +133,6 @@ Repeats the graphic so that it covers the entire background of the selected object. -Click the color that you want to use as a background. To remove a background color, click No Fill. +Click a color. Click No Fill to remove a background or highlighting color. Click Automatic to reset a font color. \ No newline at end of file diff --git a/helpcontent2/source/text/shared/02/12090000.xhp b/helpcontent2/source/text/shared/02/12090000.xhp index 73660376e8..4de170c75e 100644 --- a/helpcontent2/source/text/shared/02/12090000.xhp +++ b/helpcontent2/source/text/shared/02/12090000.xhp @@ -1,8 +1,8 @@ - - + + + - - -Standard Filter -/text/shared/02/12090000.xhp - - -Sun Microsystems, Inc. -UFI: changed name, see #i39874# - - - -
-default filters; databases -databases; standard filters -standard filters in databases -mw made "standard filters;..." a one level entry + + Standard Filter + /text/shared/02/12090000.xhp + + + +
+default filters, see standard filters + databases; standard filters + standard filters;databases +mw converted "standard filters..." into a two level entry and "default filters;" into a cross reference -Standard Filter -Allows you to set the filtering options. +Standard Filter + Allows you to set the filtering options. -
-Use the Standard Filter to refine and to combine AutoFilter search options. -
- - - - -Icon + + Use the Standard Filter to refine and to combine AutoFilter search options. +
+
+ + + +Icon - - -Standard Filter - - -
+ + + Standard Filter + + + -
-
-$[officename] saves the current filter settings for the next time that you open this dialog. -
-To remove the current filter, click Remove Filter/Sorting icon. -
-AutoFilter -
- - +
+
+ $[officename] saves the current filter settings for the next time that you open this dialog. +
+ To remove the current filter, click Remove Filter/Sorting icon. +
+ AutoFilter +
+ +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/02/12090101.xhp b/helpcontent2/source/text/shared/02/12090101.xhp index f299a8c57c..a59d120b17 100755 --- a/helpcontent2/source/text/shared/02/12090101.xhp +++ b/helpcontent2/source/text/shared/02/12090101.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Comparison Operators -/text/shared/02/12090101.xhp - - - -comparisons;operators in default filter dialog -operators; default filters -default filters; comparison operators -filters; comparison operators -equal sign, see also operators -mw added "equal sign,..."Comparison Operators -The following comparative operators can be set under Condition in the Default Filter dialog. - - - - -Comparative operator - - - - -Effect - - - - - -Equal (=) - - -Shows values equal to the condition. - - - - -Less than (<) - - -Shows values less than the condition. - - - - -Greater than (>) - - -Shows values greater than the condition. - - - - -Less than or equal to (< =) - - -Shows values that are less than or equal to the condition. - - - - -Greater than or equal to (> =) - - -Shows values that are greater than or equal to the condition. - - - - -Not equal (< >) - - -Shows the values not equal to the condition. - - - - -Largest - - -Shows the N (numeric value as parameter) largest values. - - - - -Smallest - - -Shows the N (numeric value as parameter) smallest values. - - - - -Largest % - - -Shows the largest N% (numeric value as parameter) of the total values. - - - - -Smallest % - - -Shows the smallest N% (numeric value as parameter) of the entire values. - - -
- -
+ + Comparison Operators + /text/shared/02/12090101.xhp + + + +comparisons;operators in standard filter dialog + operators;standard filters + standard filters;comparison operators + filters; comparison operators + equal sign, see also operators +mw added "equal sign,..."MW changed "default filters;" into "standard filters;"mw changed "comparisons;" and "operators;" +Comparison Operators + The following comparative operators can be set under Condition in the Standard Filter dialog. + + + + + Comparative operator + + + + + Effect + + + + + + Equal (=) + + + Shows values equal to the condition. + + + + + Less than (<) + + + Shows values less than the condition. + + + + + Greater than (>) + + + Shows values greater than the condition. + + + + + Less than or equal to (< =) + + + Shows values that are less than or equal to the condition. + + + + + Greater than or equal to (> =) + + + Shows values that are greater than or equal to the condition. + + + + + Not equal (< >) + + + Shows the values not equal to the condition. + + + + + Largest + + + Shows the N (numeric value as parameter) largest values. + + + + + Smallest + + + Shows the N (numeric value as parameter) smallest values. + + + + + Largest % + + + Shows the largest N% (numeric value as parameter) of the total values. + + + + + Smallest % + + + Shows the smallest N% (numeric value as parameter) of the entire values. + + +
+ + +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/3dsettings_toolbar.xhp b/helpcontent2/source/text/shared/3dsettings_toolbar.xhp index 8a05efd938..e9c3f3f650 100644 --- a/helpcontent2/source/text/shared/3dsettings_toolbar.xhp +++ b/helpcontent2/source/text/shared/3dsettings_toolbar.xhp @@ -1,8 +1,8 @@ - - + + + - - -3D-Settings -/text/shared/3dsettings_toolbar.xhp - - -UFI: 3D-Settings toolbar -DEDR: Reviewed - - - -
-3D-Settings + + 3D-Settings + /text/shared/3dsettings_toolbar.xhp + + + +
+ 3D-Settings -The 3D-Settings toolbar controls properties of selected 3D objects. -
+ The 3D-Settings toolbar controls properties of selected 3D objects. +
-Extrusion on/off -Switches the 3D effects on and off for the selected objects. +Extrusion on/off + Switches the 3D effects on and off for the selected objects. -Tilt Down -Tilts the selected object downwards by five degrees. +Tilt Down + Tilts the selected object downwards by five degrees. -Tilt Up -Tilts the selected object upwards by five degrees. +Tilt Up + Tilts the selected object upwards by five degrees. -Tilt Left -Tilts the selected object left by five degrees. +Tilt Left + Tilts the selected object left by five degrees. -Tilt Right -Tilts the selected object right by five degrees. +Tilt Right + Tilts the selected object right by five degrees. -Depth -Opens the Extrusion Depth window. - -Select an extrusion depth. +Depth + Opens the Extrusion Depth window. + Select an extrusion depth. -Enter an extrusion depth. +Enter an extrusion depth. -Direction -Opens the Extrusion Direction window. +Direction + Opens the Extrusion Direction window. -Select a direction.UFI: same ID for Direction and Lighting direction - -Select a perspective or parallel extrusion method. +Select a direction.UFI: same ID for Direction and Lighting direction + Select a perspective or parallel extrusion method. -Lighting -Opens the Extrusion Lighting window. -Select a lighting direction. - -Select a lighting intensity. +Lighting + Opens the Extrusion Lighting window. + Select a lighting direction. + Select a lighting intensity. -Surface -Opens the Extrusion Surface window. - -Select a surface material or a wireframe display. +Surface + Opens the Extrusion Surface window. + Select a surface material or a wireframe display. -3D Color -Opens the Extrusion Color toolbar. - -
+3D Color + Opens the Extrusion Color toolbar. + +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/fontwork_toolbar.xhp b/helpcontent2/source/text/shared/fontwork_toolbar.xhp index 09b89a7a8e..53ee63f654 100644 --- a/helpcontent2/source/text/shared/fontwork_toolbar.xhp +++ b/helpcontent2/source/text/shared/fontwork_toolbar.xhp @@ -1,8 +1,8 @@ - - + + + - - -Fontwork -/text/shared/fontwork_toolbar.xhp - - -UFI: Fontwork Toolbar -DEDR: Reviewed - - - -
-Fontwork -The Fontwork toolbar opens when you select a Fontwork object. -
-Fontwork Gallery -Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object. - - + + Fontwork + /text/shared/fontwork_toolbar.xhp + + + +
+ Fontwork + The Fontwork toolbar opens when you select a Fontwork object. +
+ Fontwork Gallery + Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object. -Fontwork Shape -Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects. +Fontwork Shape + Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects. -Fontwork Same Letter Heights -Switches the letter height of the selected Fontwork objects from normal to the same height for all objects. +Fontwork Same Letter Heights + Switches the letter height of the selected Fontwork objects from normal to the same height for all objects. -Fontwork Alignment -Opens the Fontwork Alignment window. +Fontwork Alignment + Opens the Fontwork Alignment window. -Click to apply the alignment to the selected Fontwork objects. +Click to apply the alignment to the selected Fontwork objects. -Fontwork Character Spacing -Opens the Fontwork Character Spacing window. +Fontwork Character Spacing + Opens the Fontwork Character Spacing window. -Click to apply the character spacing to the selected Fontwork objects. -Custom -Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value. +Click to apply the character spacing to the selected Fontwork objects. + Custom + Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value. -Value -Enter the Fontwork character spacing value. -Kern Character Pairs -Switches the kerning of character pairs on and off. -
- -
- -
+Value + Enter the Fontwork character spacing value. + Kern Character Pairs + Switches the kerning of character pairs on and off. +
+ +
+ +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/optionen/01140000.xhp b/helpcontent2/source/text/shared/optionen/01140000.xhp index b58b91cf0d..bcb4c80d58 100755 --- a/helpcontent2/source/text/shared/optionen/01140000.xhp +++ b/helpcontent2/source/text/shared/optionen/01140000.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Languages -/text/shared/optionen/01140000.xhp - - - -
+ + Languages + /text/shared/optionen/01140000.xhp + + + +
languages; locale settings -locale settings -Asian languages; enabling -languages; Asian support -complex text layout; enabling -Arabic;language settings -Hebrew;language settings -Thai;language settings -Hindi;language settings -decimal separator key -mw deleted "language settings;" and "Asian languages;supporting"Languages -Defines the default languages and some other locale settings for documents. -
-
- -
-Language of -User interface -Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME. - -Locale setting -Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure. -A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded. -Decimal separator key - Same as locale setting -Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad. -If this checkbox is activated, the character shown after "Same as locale setting" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted. - -Default currency -Specifies the default currency that is used for the currency format and the currency fields. If you change the locale setting, the default currency changes automatically. -The default entry applies to the currency format that is assigned to the selected locale setting. -A change in Default currency field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents. -Default languages for documents -Specifies the languages for spellchecking, thesaurus and hyphenation. - -
-The spellcheck for the selected language only functions when you have installed the corresponding language module. - -
- -Western -Specifies the language used for the spellcheck function in western alphabets. - -Asian -Specifies the language used for the spellcheck function in Asian alphabets. - -CTL -Specifies the language for the complex text layout spellcheck. - -For the current document only -Specifies that the settings for default languages are valid only for the current document. -Enhanced language support - -Enabled for Asian languages -Activates Asian languages support. You can now modify the corresponding Asian language settings in %PRODUCTNAME. -If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface. - -Enabled for complex text layout (CTL) -Activates complex text layout support. You can now modify the settings corresponding to complex text layout in %PRODUCTNAME. - - - + locale settings + Asian languages; enabling + languages; Asian support + complex text layout; enabling + Arabic;language settings + Hebrew;language settings + Thai;language settings + Hindi;language settings + decimal separator key +mw deleted "language settings;" and "Asian languages;supporting" +Languages + Defines the default languages and some other locale settings for documents. +
+
+ +
+ Language of + +User interface + Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME. + The "Default" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language. + +Locale setting + Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure. + The "Default" entry selects the locale setting that is selected for the operating system. + A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded. + +Decimal separator key - Same as locale setting + Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad. + If this checkbox is activated, the character shown after "Same as locale setting" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted. + +Default currency + Specifies the default currency that is used for the currency format and the currency fields. If you change the locale setting, the default currency changes automatically. + The default entry applies to the currency format that is assigned to the selected locale setting. + A change in Default currency field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents. + Default languages for documents + Specifies the languages for spellchecking, thesaurus and hyphenation. + +
+ The spellcheck for the selected language only functions when you have installed the corresponding language module. + +
+ +Western + Specifies the language used for the spellcheck function in western alphabets. + +Asian + Specifies the language used for the spellcheck function in Asian alphabets. + +CTL + Specifies the language for the complex text layout spellcheck. + +For the current document only + Specifies that the settings for default languages are valid only for the current document. + Enhanced language support + +Enabled for Asian languages + Activates Asian languages support. You can now modify the corresponding Asian language settings in %PRODUCTNAME. + If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface. + +Enabled for complex text layout (CTL) + Activates complex text layout support. You can now modify the settings corresponding to complex text layout in %PRODUCTNAME. + + +
\ No newline at end of file -- cgit