From 62b032f16a72f9c8f24f4ad81324839464e3337d Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 2 Oct 2009 10:19:40 +0000 Subject: first_build --- helpcontent2/source/text/shared/01/05020301.xhp | 2135 ++++++++++---------- helpcontent2/source/text/shared/01/06050100.xhp | 9 +- helpcontent2/source/text/shared/01/06050200.xhp | 68 +- .../source/text/shared/01/formatting_mark.xhp | 4 +- .../source/text/shared/01/password_dlg.xhp | 10 +- 5 files changed, 1119 insertions(+), 1107 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/05020301.xhp b/helpcontent2/source/text/shared/01/05020301.xhp index 567c64a43b..3c61a0231a 100644 --- a/helpcontent2/source/text/shared/01/05020301.xhp +++ b/helpcontent2/source/text/shared/01/05020301.xhp @@ -10,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: 05020301.xhp,v $ - * $Revision: 1.13.4.1 $ + * $RCSfile: soffice2xmlhelp.xsl,v $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -35,1082 +35,1103 @@ - -Number Format Codes -/text/shared/01/05020301.xhp - - - + + Number Format Codes + /text/shared/01/05020301.xhp + + + format codes; numbers -conditions; in number formats -number formats; codes -currency formats -formats;of currencies/date/time -numbers; date, time and currency formats -Euro; currency formats -date formats -times, formats + conditions; in number formats + number formats; codes + currency formats + formats;of currencies/date/time + numbers; date, time and currency formats + Euro; currency formats + date formats + times, formats mw made "time formats" a two level entry and deleted 2x "formats;" -Number Format Codes +Number Format Codes -Number format codes can consist of up to three sections separated by a semicolon (;). - - -In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values. - - -In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero. - - - - -You can also assign conditions to the three sections, so that the format is only applied if a condition is met. - - -Decimal Places and Significant Digits -Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. -Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers. -If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code: - - - -Placeholders - - -Explanation - - - - -# - - -Does not display extra zeros. - - - - -0 (Zero) - - -Displays extra zeros if the number has less places than zeros in the format. - - -
+ Number format codes can consist of up to three sections separated by a semicolon (;). + + + In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values. + + + In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero. + + + + + You can also assign conditions to the three sections, so that the format is only applied if a condition is met. + + + Decimal Places and Significant Digits + Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. + Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers. + If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code: + + + + Placeholders + + + Explanation + + + + + # + + + Does not display extra zeros. + + + + + 0 (Zero) + + + Displays extra zeros if the number has less places than zeros in the format. + + +
-Examples - - - -Number Format - - -Format Code - - - - -3456.78 as 3456.8 - - -####.# - - - - -9.9 as 9.900 - - -#.000 - - - - -13 as 13.0 and 1234.567 as 1234.57 - - -#.0# - - - - -5.75 as 5 3/4 and 6.3 as 6 3/10 - - -# ???/??? - - - - -.5 as 0.5 - - -0.## - - -
+ Examples + + + + Number Format + + + Format Code + + + + + 3456.78 as 3456.8 + + + ####.# + + + + + 9.9 as 9.900 + + + #.000 + + + + + 13 as 13.0 and 1234.567 as 1234.57 + + + #.0# + + + + + 5.75 as 5 3/4 and 6.3 as 6 3/10 + + + # ???/??? + + + + + .5 as 0.5 + + + 0.## + + +
-Thousands Separator -Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000. - - - -Number Format - - -Format Code - - - - -15000 as 15,000 - - -#,### - - - - -16000 as 16 - - -#, - - -
+ Thousands Separator + Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000. + + + + Number Format + + + Format Code + + + + + 15000 as 15,000 + + + #,### + + + + + 16000 as 16 + + + #, + + +
-Including Text in Number Format Codes -Text and Numbers -To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (") in front of and behind the text, or a backslash (\) before a single character. For example, enter #.# "meters" to display "3.5 meters" or #.# \m to display "3.5 m". -Text and Text -To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (" "), and then add an at sign (@). For example, enter "Total for "@ to display "Total for December". -Spaces -To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, _M creates a wider space than _i. -Color -To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]: - - - -CYAN - - -GREEN - - - - -BLACK - - -BLUE - - - - -MAGENTA - - -RED - - - - -WHITE - - -YELLOW - - -
+ Including Text in Number Format Codes + Text and Numbers + To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (") in front of and behind the text, or a backslash (\) before a single character. For example, enter #.# "meters" to display "3.5 meters" or #.# \m to display "3.5 m". + Text and Text + To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (" "), and then add an at sign (@). For example, enter "Total for "@ to display "Total for December". + Spaces + To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, _M creates a wider space than _i. + Color + To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]: + + + + CYAN + + + GREEN + + + + + BLACK + + + BLUE + + + + + MAGENTA + + + RED + + + + + WHITE + + + YELLOW + + +
-Conditions -Conditional Brackets -You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]. -You can use any combination of numbers and the <, <=, >, >=, = and <> operators. -For example, if you want to apply different colors to different temperature data, enter: -[BLUE][<0]#,0 "°C";[RED][>30]#,0 "°C";[BLACK]#,0 "°C" -All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red. -Positive and Negative Numbers -To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format: -"plus" 0;"minus" 0;"null" 0 -Percentages and Scientific Notation -Percentages -To display numbers as percentages, add the percent sign (%) to the number format. -Scientific Notation -Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc.In %PRODUCTNAME, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+. -Number Format Codes of Currency Formats -The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros).Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. -You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the Language list on the Numbers tab of the Format Cells dialog. - -Date and Time Formats -Date Formats -To display days, months and years, use the following number format codes. -Not all format codes give meaningful results for all languages. - - - -Format - - -Format Code - - - - -Month as 3. - - -M - - - - -Month as 03. - - -MM - - - - -Month as Jan-Dec - - -MMM - - - - -Month as January-December - - -MMMM - - - - -First letter of Name of Month - - -MMMMM - - - - -Day as 2 - - -D - - - - -Day as 02 - - -DD - - - - -Day as Sun-Sat - - -NN or DDD - - - - -Day as Sunday to Saturday - - -NNN or DDDD - - - - -Day followed by comma, as in "Sunday," - - -NNNN - - - - -Year as 00-99 - - -YY - - - - -Year as 1900-2078 - - -YYYY - - - - -Calendar week - - -WW - - - - -Quarterly as Q1 to Q4 - - -Q - - - - -Quarterly as 1st quarter to 4th quarter - - -QQ - - - - -Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H) - - -G - - - - -Era, abbreviation - - -GG - - - - -Era, full name - - -GGG - - - - -Number of the year within an era, without a leading zero for single-digit years - - -E - - - - -Number of the year within an era, with a leading zero for single-digit years - - -EE or R - - - - -Era, full name and year - - -RR or GGGEE - - -
+ Conditions + Conditional Brackets + You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]. + You can use any combination of numbers and the <, <=, >, >=, = and <> operators. + For example, if you want to apply different colors to different temperature data, enter: + [BLUE][<0]#,0 "°C";[RED][>30]#,0 "°C";[BLACK]#,0 "°C" + All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red. + Positive and Negative Numbers + To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format: + "plus" 0;"minus" 0;"null" 0 + Percentages and Scientific Notation + Percentages + To display numbers as percentages, add the percent sign (%) to the number format. + Scientific Notation + Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc.In %PRODUCTNAME, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+. + Number Format Codes of Currency Formats + The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros).Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. + You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the Language list on the Numbers tab of the Format Cells dialog. + + Date and Time Formats + Date Formats + To display days, months and years, use the following number format codes. + Not all format codes give meaningful results for all languages. + + + + Format + + + Format Code + + + + + Month as 3. + + + M + + + + + Month as 03. + + + MM + + + + + Month as Jan-Dec + + + MMM + + + + + Month as January-December + + + MMMM + + + + + First letter of Name of Month + + + MMMMM + + + + + Day as 2 + + + D + + + + + Day as 02 + + + DD + + + + + Day as Sun-Sat + + + NN or DDD + + + + + Day as Sunday to Saturday + + + NNN or DDDD + + + + + Day followed by comma, as in "Sunday," + + + NNNN + + + + + Year as 00-99 + + + YY + + + + + Year as 1900-2078 + + + YYYY + + + + + Calendar week + + + WW + + + + + Quarterly as Q1 to Q4 + + + Q + + + + + Quarterly as 1st quarter to 4th quarter + + + QQ + + + + + Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H) + + + G + + + + + Era, abbreviation + + + GG + + + + + Era, full name + + + GGG + + + + + Number of the year within an era, without a leading zero for single-digit years + + + E + + + + + Number of the year within an era, with a leading zero for single-digit years + + + EE or R + + + + + Era, full name and year + + + RR or GGGEE + + +
-The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale. -For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences. - - - -Locale - - -Year - - -Month - - -Day - - -Hour - - -Day Of Week - - -Era - - - - -English - en -and all not listed locales - - -Y - - -M - - -D - - -H - - -A - - -G - - - - -German - de - - -J - - - - -T - - - - - - - - - - -Netherlands - nl - - -J - - - - - - -U - - - - - - - - -French - fr - - -A - - - - -J - - - - -O - - - - - - -Italian - it - - -A - - - - -G - - - - -O - - -X - - - - -Portuguese - pt - - -A - - - - - - - - -O - - - - - - -Spanish - es - - -A - - - - - - - - -O - - - - - - -Danish - da - - - - - - - - -T - - - - - - - - -Norwegian - no, nb, nn - - - - - - - - -T - - - - - - - - -Swedish - sv - - - - - - - - -T - - - - - - - - -Finnish - fi - - -V - - -K - - -P - - -T - - - - - - -
+ The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale. + For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences. + + + + Locale + + + Year + + + Month + + + Day + + + Hour + + + Day Of Week + + + Era + + + + + English - en + and all not listed locales + + + Y + + + M + + + D + + + H + + + A + + + G + + + + + German - de + + + J + + + + + T + + + + + + + + + + + Netherlands - nl + + + J + + + + + + + U + + + + + + + + + French - fr + + + A + + + + + J + + + + + O + + + + + + + Italian - it + + + A + + + + + G + + + + + O + + + X + + + + + Portuguese - pt + + + A + + + + + + + + + O + + + + + + + Spanish - es + + + A + + + + + + + + + O + + + + + + + Danish - da + + + + + + + + + T + + + + + + + + + Norwegian - no, nb, nn + + + + + + + + + T + + + + + + + + + Swedish - sv + + + + + + + + + T + + + + + + + + + Finnish - fi + + + V + + + K + + + P + + + T + + + + + + +
-Entering Dates -To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002. -All date formats are dependent on the locale that is set in Tools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar. -To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY. - - - -Modifier - - -Calendar - - - - -[~buddhist] - - -Thai Buddhist Calendar - - - - -[~gengou] - - -Japanese Gengou Calendar - - - - -[~gregorian] - - -Gregorian Calendar - - - - -[~hanja] or [~hanja_yoil] - - -Korean Calendar - - - - -[~hijri] - - -Arabic Islamic Calendar, currently supported for the following locales: ar_EG, ar_LB, ar_SA, and ar_TN - - - - -[~jewish] - - -Jewish Calendar - - - - -[~ROC] - - -Republic Of China Calendar - - -
+ Entering Dates + To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002. + All date formats are dependent on the locale that is set in Tools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar. + To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY. + + + + Modifier + + + Calendar + + + + + [~buddhist] + + + Thai Buddhist Calendar + + + + + [~gengou] + + + Japanese Gengou Calendar + + + + + [~gregorian] + + + Gregorian Calendar + + + + + [~hanja] or [~hanja_yoil] + + + Korean Calendar + + + + + [~hijri] + + + Arabic Islamic Calendar, currently supported for the following locales: ar_EG, ar_LB, ar_SA, and ar_TN + + + + + [~jewish] + + + Jewish Calendar + + + + + [~ROC] + + + Republic Of China Calendar + + +
-If you perform a calculation that involves one or more cells using a date format, the result is formatted according to the following mappings: + If you perform a calculation that involves one or more cells using a date format, the result is formatted according to the following mappings: - - -Initial Format - - -Result Format - - - - -Date + Date - - -Number (Days) - - - - -Date + Number - - -Date - - - - -Date + Time - - -Date&Time - - - - -Date + Date&Time - - -Number - - - - -Time + Time - - -Time - - - - -Time + Number - - -Time - - - - -Time + Date&Time - - -Date&Time - - - - -Date&Time + Date&Time - - -Time - - - - -Date&Time + Number - - -Date&Time - - - - -Number + Number - - -Number - - -
+ + + Initial Format + + + Result Format + + + + + Date + Date + + + Number (Days) + + + + + Date + Number + + + Date + + + + + Date + Time + + + Date&Time + + + + + Date + Date&Time + + + Number + + + + + Time + Time + + + Time + + + + + Time + Number + + + Time + + + + + Time + Date&Time + + + Date&Time + + + + + Date&Time + Date&Time + + + Time + + + + + Date&Time + Number + + + Date&Time + + + + + Number + Number + + + Number + + +
-The Date&Time format displays the date and time that an entry was made to a cell with this format. +The Date&Time format displays the date and time that an entry was made to a cell with this format. -In %PRODUCTNAME, a date with the value "0" corresponds to Dec 30, 1899. + In %PRODUCTNAME, a date with the value "0" corresponds to Dec 30, 1899. -Time Formats -To display hours, minutes and seconds use the following number format codes. - - - -Format - - -Format Code - - - - -Hours as 0-23 - - -h - - - - -Hours as 00-23 - - -hh - - - - -Minutes as 0-59 - - -m - - - - -Minutes as 00-59 - - -mm - - - - -Seconds as 0-59 - - -s - - - - -Seconds as 00-59 - - -ss - - -
+Time Formats + To display hours, minutes and seconds use the following number format codes. + + + + Format + + + Format Code + + + + + Hours as 0-23 + + + h + + + + + Hours as 00-23 + + + hh + + + + + Minutes as 0-59 + + + m + + + + + Minutes as 00-59 + + + mm + + + + + Seconds as 0-59 + + + s + + + + + Seconds as 00-59 + + + ss + + +
-To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter hh:mm:ss.00 to display the time as "01:02:03.45".Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. -If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SSTranslators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. -Displaying Numbers Using Native Characters -To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes. -The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code: -[NatNum1][$-411]0 -In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to %PRODUCTNAME [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, %PRODUCTNAME internally maps [DBNumX] modifiers to [NatNumN] modifiers. -Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported. -[NatNum1] Transliterations - - - -Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1] - - - - -Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1] - - - - -Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1] - - - - -Thai: Thai characters - - - - -Arabic: Indic characters - - - - -Indic: Indic characters - - - - -Hebrew: Hebrew lettersUFI: api-features "Hebrew numbering" - - - - -[NatNum2] Transliteration in - - - - -Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] - - - - -Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2] - - - - -Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] - - - - -[NatNum3] Transliteration in - - - - -Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] - - - - -Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] - - - - -Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3] - - - - -[NatNum4] Transliteration in - - - - -Chinese: lower case text [DBNum1] - - - - -Japanese: modern long Kanji text [DBNum2] - - - - -Korean: formal lower case text - - - - -[NatNum5] Transliteration in - - - - -Chinese: Chinese upper case text [DBNum2] - - - - -Japanese: traditional long Kanji text [DBNum3] - - - - -Korean: formal upper case text - - - - -[NatNum6] Transliteration in - - - - -Chinese: fullwidth text [DBNum3] - - - - -Japanese: fullwidth text - - - - -Korean: fullwidth text - - - - -[NatNum7] Transliteration in - - - - -Japanese: modern short Kanji text - - - - -Korean: informal lower case text - - - - -[NatNum8] Transliteration in - - - - -Japanese: traditional short Kanji text [DBNum4] - - - - -Korean: informal upper case text - - - - -[NatNum9] Transliteration in - - - - -Korean: Hangul characters - - - - -[NatNum10] Transliteration in - - - - -Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4] - - - - -[NatNum11] Transliteration in - - - - -Korean: informal Hangul text - - -
+ To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter hh:mm:ss.00 to display the time as "01:02:03.45".Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. + If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SSTranslators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. + To display hours beyond 24, use the [HH]:MM:SS format. For example, the following formula ="12:34:56"+"14:00:00" displays the time in the form of "26:34:56". + Displaying Numbers Using Native Characters + To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes. + The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code: + [NatNum1][$-411]0 + In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to %PRODUCTNAME [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, %PRODUCTNAME internally maps [DBNumX] modifiers to [NatNumN] modifiers. + Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported. + [NatNum1] Transliterations + + + + Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1] + + + + + Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1] + + + + + Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1] + + + + + Thai: Thai characters + + + + + Arabic: Indic characters + + + + + Indic: Indic characters + + + + + Hebrew: Hebrew lettersUFI: api-features "Hebrew numbering" + + + + + [NatNum2] Transliteration in + + + + + Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] + + + + + Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2] + + + + + Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] + + + + + [NatNum3] Transliteration in + + + + + Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] + + + + + Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] + + + + + Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3] + + + + + [NatNum4] Transliteration in + + + + + Chinese: lower case text [DBNum1] + + + + + Japanese: modern long Kanji text [DBNum2] + + + + + Korean: formal lower case text + + + + + [NatNum5] Transliteration in + + + + + Chinese: Chinese upper case text [DBNum2] + + + + + Japanese: traditional long Kanji text [DBNum3] + + + + + Korean: formal upper case text + + + + + [NatNum6] Transliteration in + + + + + Chinese: fullwidth text [DBNum3] + + + + + Japanese: fullwidth text + + + + + Korean: fullwidth text + + + + + [NatNum7] Transliteration in + + + + + Japanese: modern short Kanji text + + + + + Korean: informal lower case text + + + + + [NatNum8] Transliteration in + + + + + Japanese: traditional short Kanji text [DBNum4] + + + + + Korean: informal upper case text + + + + + [NatNum9] Transliteration in + + + + + Korean: Hangul characters + + + + + [NatNum10] Transliteration in + + + + + Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4] + + + + + [NatNum11] Transliteration in + + + + + Korean: informal Hangul text + + +
- - + + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/06050100.xhp b/helpcontent2/source/text/shared/01/06050100.xhp index 585459e531..a1b07dac86 100755 --- a/helpcontent2/source/text/shared/01/06050100.xhp +++ b/helpcontent2/source/text/shared/01/06050100.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -58,12 +58,7 @@ Click the bullet style that you want to use.
Position tab (Bullets and Numbering dialog) - - -Indents & Spacing tab (Bullets and Numbering dialog) - - -Options tab (Bullets and Numbering dialog) + Options tab (Bullets and Numbering dialog)
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/06050200.xhp b/helpcontent2/source/text/shared/01/06050200.xhp index 1b0d268cd4..8a1be78291 100755 --- a/helpcontent2/source/text/shared/01/06050200.xhp +++ b/helpcontent2/source/text/shared/01/06050200.xhp @@ -1,7 +1,8 @@ - - - + ************************************************************************ + --> + - - -Numbering Style -/text/shared/01/06050200.xhp - - -Sun Microsystems, Inc. -converted from old format - fpe - - - -
-Numbering -Displays the different numbering styles that you can apply. -
-
- -
+ + Numbering Style + /text/shared/01/06050200.xhp + + + +
+ Numbering + Displays the different numbering styles that you can apply. +
+
+ +
-Selection -Click the numbering style that you want to use. -
-Position tab (Bullets and Numbering dialog) - - -Indents & Spacing tab (Bullets and Numbering dialog) - - -Options tab (Bullets and Numbering dialog) -
- -
+Selection + Click the numbering style that you want to use. +
+ Position tab (Bullets and Numbering dialog) + Options tab (Bullets and Numbering dialog) +
+ + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/formatting_mark.xhp b/helpcontent2/source/text/shared/01/formatting_mark.xhp index e8f1074c1b..8cfa56e62e 100755 --- a/helpcontent2/source/text/shared/01/formatting_mark.xhp +++ b/helpcontent2/source/text/shared/01/formatting_mark.xhp @@ -37,7 +37,7 @@ Formatting Mark - +/text/shared/01/formatting_mark.xhp @@ -45,7 +45,7 @@ CTL;(not) wrapping words words;wrapping in CTL -MW added 2 index entries because of issue 86750tried to fix i86464 by creating a new file, copy everything over, then save & overwrite as formatting_mark.xhp +MW added 2 index entries because of issue 86750tried to fix i86464 by creating a new file, copy everything over, then save & overwrite as formatting_mark.xhpbut this did not help Formatting Mark Opens a submenu to insert special formatting marks. Enable CTL for more commands. diff --git a/helpcontent2/source/text/shared/01/password_dlg.xhp b/helpcontent2/source/text/shared/01/password_dlg.xhp index dbf316f75e..5bb5d2a70b 100644 --- a/helpcontent2/source/text/shared/01/password_dlg.xhp +++ b/helpcontent2/source/text/shared/01/password_dlg.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.8 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -42,20 +42,22 @@
- Password Assigns a password to prevent users from making unauthorized changes. - +Password Type a password. A password is case sensitive. + Confirm - Re-enter the password. + Re-enter the password. Undoing password protection To remove a password, re-open this dialog, and then enter the password. -- cgit From f93153f617a109f1249802a49ce747b64faaeab4 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 16 Oct 2009 08:59:46 +0000 Subject: Zwischenstand --- helpcontent2/source/text/shared/01/02100001.xhp | 22 +++++---- helpcontent2/source/text/shared/01/05020301.xhp | 4 +- helpcontent2/source/text/shared/01/05340100.xhp | 63 ++++++++++++------------- 3 files changed, 45 insertions(+), 44 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/02100001.xhp b/helpcontent2/source/text/shared/01/02100001.xhp index 533a05b40d..79eb1411a1 100755 --- a/helpcontent2/source/text/shared/01/02100001.xhp +++ b/helpcontent2/source/text/shared/01/02100001.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -198,7 +198,8 @@ [a-e] - Represents any of the characters that are between a and e. + Represents any of the characters that are between a and e, including both start and end characters + The characters are ordered by their code numbers. @@ -214,7 +215,7 @@ [^a-s] - Represents any character that is not between a and s. + Represents everything that is not between a and s. @@ -231,7 +232,7 @@ | - Finds the terms that occur before or after the "|". For example, "this|that" finds "this" and "that". + Finds the terms that occur before the "|" and also finds the terms that occur after the "|". For example, "this|that" finds "this" and "that". @@ -239,7 +240,7 @@ {2} - Defines the number of times that the character in front of the opening bracket occurs. For example, "tre{2}" finds "tree". + Defines the number of times that the character in front of the opening bracket occurs. For example, "tre{2}" finds and selects "tree". @@ -247,7 +248,7 @@ {1,2} - Defines the number of times that the character in front of the opening bracket can occur. For example, "tre{1,2}" finds both "tree" and "treated". + Defines the minimum and maximum number of times that the character in front of the opening bracket can occur. For example, "tre{1,2}" finds and selects "tre" and "tree". @@ -333,7 +334,7 @@ Represents an uppercase character if Match case is selected in Options. - + @@ -348,7 +349,12 @@ $ means the match must end a paragraph.
- Wiki page about regular expressions in Writer + + + + + +Wiki page about regular expressions in Writer Wiki page about regular expressions in Calc
diff --git a/helpcontent2/source/text/shared/01/05020301.xhp b/helpcontent2/source/text/shared/01/05020301.xhp index 3c61a0231a..f8045f39ba 100644 --- a/helpcontent2/source/text/shared/01/05020301.xhp +++ b/helpcontent2/source/text/shared/01/05020301.xhp @@ -49,8 +49,8 @@ numbers; date, time and currency formats Euro; currency formats date formats - times, formats -
mw made "time formats" a two level entry and deleted 2x "formats;" + times;formats +
mw made "time formats" a two level entry and deleted 2x "formats;"mw corrected a typo in "times, formats" Number Format Codes Number format codes can consist of up to three sections separated by a semicolon (;). diff --git a/helpcontent2/source/text/shared/01/05340100.xhp b/helpcontent2/source/text/shared/01/05340100.xhp index 4049929f3e..64ce51b804 100644 --- a/helpcontent2/source/text/shared/01/05340100.xhp +++ b/helpcontent2/source/text/shared/01/05340100.xhp @@ -1,7 +1,8 @@ - - - + ************************************************************************ + --> + - - -Row Height -/text/shared/01/05340100.xhp - - -Sun Microsystems, Inc. -converted from old format - fpe - - - - + + Row Height + /text/shared/01/05340100.xhp + + + + -Row Height - -Changes the height of the current row, or the selected rows. +Row Height + Changes the height of the current row, or the selected rows. - -You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. + You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. -
- -
+
+ +
-Height -Enter the row height that you want to use. +Height + Enter the row height that you want to use. - -Default value -Automatic -Automatically adjusts the row height based on the current font. - -
+Default value + Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents. + + \ No newline at end of file -- cgit From c17ce7625aaff3a47958fa17f6b832bcd1018aca Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 16 Oct 2009 09:01:02 +0000 Subject: Zwischenstand --- helpcontent2/source/text/shared/01/01010303.xhp | 2 +- helpcontent2/source/text/shared/01/01100200.xhp | 2 +- helpcontent2/source/text/shared/01/02010000.xhp | 4 ++-- helpcontent2/source/text/shared/01/02020000.xhp | 6 +----- helpcontent2/source/text/shared/01/04050000.xhp | 4 ++-- helpcontent2/source/text/shared/01/04160500.xhp | 2 +- helpcontent2/source/text/shared/01/05020100.xhp | 2 +- helpcontent2/source/text/shared/01/05020200.xhp | 2 +- helpcontent2/source/text/shared/01/05020301.xhp | 2 +- helpcontent2/source/text/shared/01/05020700.xhp | 2 +- helpcontent2/source/text/shared/01/05030100.xhp | 2 +- helpcontent2/source/text/shared/01/06010600.xhp | 2 +- helpcontent2/source/text/shared/01/06150120.xhp | 2 +- helpcontent2/source/text/shared/01/06200000.xhp | 2 +- helpcontent2/source/text/shared/01/about_meta_tags.xhp | 2 +- helpcontent2/source/text/shared/01/grid.xhp | 2 +- helpcontent2/source/text/shared/01/mediaplayer.xhp | 2 +- helpcontent2/source/text/shared/01/online_update.xhp | 4 ++-- helpcontent2/source/text/shared/01/online_update_dialog.xhp | 2 +- helpcontent2/source/text/shared/01/webhtml.xhp | 4 ++-- 20 files changed, 24 insertions(+), 28 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01010303.xhp b/helpcontent2/source/text/shared/01/01010303.xhp index 683a0af779..b3fb5b6d1d 100755 --- a/helpcontent2/source/text/shared/01/01010303.xhp +++ b/helpcontent2/source/text/shared/01/01010303.xhp @@ -50,7 +50,7 @@
Private data -Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing Tools - Options - $[officename] - User Data. +Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. First name 2 Enter the first name of the person, whom you want to use as a second contact. diff --git a/helpcontent2/source/text/shared/01/01100200.xhp b/helpcontent2/source/text/shared/01/01100200.xhp index a5323cefa1..afaaac061c 100755 --- a/helpcontent2/source/text/shared/01/01100200.xhp +++ b/helpcontent2/source/text/shared/01/01100200.xhp @@ -87,7 +87,7 @@ Apply User Data - Saves the user's full name with the file. You can edit the name by choosing Tools - Options - $[officename] - User Data. + Saves the user's full name with the file. You can edit the name by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. Delete diff --git a/helpcontent2/source/text/shared/01/02010000.xhp b/helpcontent2/source/text/shared/01/02010000.xhp index 5375df1012..a4f12aa930 100644 --- a/helpcontent2/source/text/shared/01/02010000.xhp +++ b/helpcontent2/source/text/shared/01/02010000.xhp @@ -56,13 +56,13 @@
-To change the number of commands that you can undo, choose Tools - Options - $[officename] - Memory, and enter a new value in the number of steps box. +To change the number of commands that you can undo, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Memory, and enter a new value in the number of steps box. Some commands (for example, editing Styles) cannot be undone. You can cancel the Undo command by choosing Edit - Redo. About the Undo command in database tables When you are working with database tables, you can only undo the last command. If you change the content of a record in a database table that has not been saved, and then use the Undo command, the record is erased. About the Undo command in presentations -The Undo list is cleared when you apply a new layout to a slide. +The Undo list is cleared when you apply a new layout to a slide. diff --git a/helpcontent2/source/text/shared/01/02020000.xhp b/helpcontent2/source/text/shared/01/02020000.xhp index d22517e110..12855ea811 100644 --- a/helpcontent2/source/text/shared/01/02020000.xhp +++ b/helpcontent2/source/text/shared/01/02020000.xhp @@ -38,10 +38,6 @@ Redo /text/shared/01/02020000.xhp - -Sun Microsystems, Inc. -converted from old format - fpe -
@@ -52,7 +48,7 @@ Redo -Reverses the action of the last Undo command. To select the Undo step that you want to reverse, click the arrow next to the Redo icon on the Standard bar. +Reverses the action of the last Undo command. To select the Undo step that you want to reverse, click the arrow next to the Redo icon on the Standard bar.
diff --git a/helpcontent2/source/text/shared/01/04050000.xhp b/helpcontent2/source/text/shared/01/04050000.xhp index 50fdbe184f..f1322a5f15 100644 --- a/helpcontent2/source/text/shared/01/04050000.xhp +++ b/helpcontent2/source/text/shared/01/04050000.xhp @@ -64,7 +64,7 @@ Ctrl+Alt+N key combination inserts a comment anchor at the current cursor position. A comment box is shown at the page margin, where you can enter the text of your comment. A line connects anchor and comment box. In Calc, Draw, and Impress, the command Insert - Comment inserts a comment. The author name and the date and time of creating this comment is shown at the bottom of the comment box. - The comments by different authors get different colors. Choose Tools - Options - %PRODUCTNAME - User Data to enter your name so that it can show up as the comment author. + The comments by different authors get different colors. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - User Data to enter your name so that it can show up as the comment author. Editing comments Every user with write permission to the document can edit and delete comments of all authors. The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments. @@ -90,7 +90,7 @@ When the cursor is inside the normal text, press the above mentioned keys to jump to the next or previous comment anchor. You can also use the small Navigation window below the vertical scrollbar to jump from one comment anchor to the next comment anchor. You can also open the Navigator to see a list of all comments. Right-click a comment name in the Navigator to edit or delete the comment. Printing comments - To set the printing options for comments in your text document, choose File - Print, then click Options. To change the printing option for comments for all your text documents, choose Tools - Options - %PRODUCTNAME Writer - Print. + To set the printing options for comments in your text document, choose File - Print, then click Options. To change the printing option for comments for all your text documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print. Comments in spreadsheets When you attach a comment to a cell, a callout appears where you can enter your text. A small square in the upper right corner of a cell marks the position of a comment. To display the comment permanently, right-click the cell, and choose Show Comment. To change the object properties of a comment, for example the background color, choose Show Comment as above, then right-click the comment (do not double-click the text). diff --git a/helpcontent2/source/text/shared/01/04160500.xhp b/helpcontent2/source/text/shared/01/04160500.xhp index 3204779f73..6bdaad5728 100644 --- a/helpcontent2/source/text/shared/01/04160500.xhp +++ b/helpcontent2/source/text/shared/01/04160500.xhp @@ -54,7 +54,7 @@
-If you want to create HTML pages that use floating frames, choose Tools - Options - Load/Save - HTML compatibility, and then select the "MS Internet Explorer" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags. +If you want to create HTML pages that use floating frames, choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML compatibility, and then select the "MS Internet Explorer" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags.
Floating frame properties
diff --git a/helpcontent2/source/text/shared/01/05020100.xhp b/helpcontent2/source/text/shared/01/05020100.xhp index fd05be04a3..107382eeb2 100644 --- a/helpcontent2/source/text/shared/01/05020100.xhp +++ b/helpcontent2/source/text/shared/01/05020100.xhp @@ -79,7 +79,7 @@ Complex text layout font - right-to-left text direction -To enable support for complex text layout and Asian character sets, choose Tools - Options - Language Settings - Languages, and then select the Enabled box in the corresponding area. +To enable support for complex text layout and Asian character sets, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages, and then select the Enabled box in the corresponding area. diff --git a/helpcontent2/source/text/shared/01/05020200.xhp b/helpcontent2/source/text/shared/01/05020200.xhp index 52cb13c58d..8ca2f4b37c 100644 --- a/helpcontent2/source/text/shared/01/05020200.xhp +++ b/helpcontent2/source/text/shared/01/05020200.xhp @@ -151,7 +151,7 @@ Makes the selected characters blink. You cannot change the blink frequency. Hidden - Hides the selected characters. To display the hidden text, ensure that Non-printing Characters is selected in the View menu. You can also choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids and select Hidden text. + Hides the selected characters. To display the hidden text, ensure that Non-printing Characters is selected in the View menu. You can also choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and select Hidden text. diff --git a/helpcontent2/source/text/shared/01/05020301.xhp b/helpcontent2/source/text/shared/01/05020301.xhp index 567c64a43b..5aa4c4c003 100644 --- a/helpcontent2/source/text/shared/01/05020301.xhp +++ b/helpcontent2/source/text/shared/01/05020301.xhp @@ -671,7 +671,7 @@ Entering Dates To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002. -All date formats are dependent on the locale that is set in Tools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar. +All date formats are dependent on the locale that is set in %PRODUCTNAME - PreferencesTools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar. To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY. diff --git a/helpcontent2/source/text/shared/01/05020700.xhp b/helpcontent2/source/text/shared/01/05020700.xhp index 1a4145d727..97105ab067 100755 --- a/helpcontent2/source/text/shared/01/05020700.xhp +++ b/helpcontent2/source/text/shared/01/05020700.xhp @@ -49,7 +49,7 @@ paragraphs; Asian typography typography; Asian MW changed "formats;" to "formatting;"Asian Typography -Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose Tools - Options - Language Settings - Languages, and then select the Enabled box in the Asian language support area. The Asian typography options are ignored in HTML documents. +Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages, and then select the Enabled box in the Asian language support area. The Asian typography options are ignored in HTML documents.
diff --git a/helpcontent2/source/text/shared/01/05030100.xhp b/helpcontent2/source/text/shared/01/05030100.xhp index d97976ba2c..a8fe4be2a5 100644 --- a/helpcontent2/source/text/shared/01/05030100.xhp +++ b/helpcontent2/source/text/shared/01/05030100.xhp @@ -55,7 +55,7 @@ Indents and Spacing Sets the indenting and the spacing options for the paragraph.
- To change the measurement units used in this dialog, choose Tools - Options - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area. + To change the measurement units used in this dialog, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area. You can also set indents using the ruler. To display the ruler, choose View - Ruler. diff --git a/helpcontent2/source/text/shared/01/06010600.xhp b/helpcontent2/source/text/shared/01/06010600.xhp index ecb63b58b6..4c5a8cb3e4 100755 --- a/helpcontent2/source/text/shared/01/06010600.xhp +++ b/helpcontent2/source/text/shared/01/06010600.xhp @@ -51,7 +51,7 @@ Chinese Translation -Translates the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is translated. You can only use this command if you enable Asian language support in Tools - Options - Language Settings - Languages. +Translates the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is translated. You can only use this command if you enable Asian language support in %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages.
diff --git a/helpcontent2/source/text/shared/01/06150120.xhp b/helpcontent2/source/text/shared/01/06150120.xhp index 5dcbc78cba..7f210d17fe 100755 --- a/helpcontent2/source/text/shared/01/06150120.xhp +++ b/helpcontent2/source/text/shared/01/06150120.xhp @@ -72,6 +72,6 @@ If this is an import filter, enter the file name of the XSLT stylesheet that you want to use for importing. Template for import Enter the name of the template that you want to use for importing. In the template, styles are defined to display XML tags. - The path to the directory that contains the template must be included in Tools - Options - $[officename] - Paths. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document. + The path to the directory that contains the template must be included in %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document. diff --git a/helpcontent2/source/text/shared/01/06200000.xhp b/helpcontent2/source/text/shared/01/06200000.xhp index 1e694fea5a..dbbd91c77c 100644 --- a/helpcontent2/source/text/shared/01/06200000.xhp +++ b/helpcontent2/source/text/shared/01/06200000.xhp @@ -50,7 +50,7 @@ Hangul/Hanja Conversion -Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul. The menu command can only be called if you enable Asian language support under Tools - Options - Language Settings - Languages, and if a text formatted in Korean language is selected. +Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul. The menu command can only be called if you enable Asian language support under %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages, and if a text formatted in Korean language is selected.
diff --git a/helpcontent2/source/text/shared/01/about_meta_tags.xhp b/helpcontent2/source/text/shared/01/about_meta_tags.xhp index 9bd1feeda9..f6d883cc12 100644 --- a/helpcontent2/source/text/shared/01/about_meta_tags.xhp +++ b/helpcontent2/source/text/shared/01/about_meta_tags.xhp @@ -100,7 +100,7 @@ When you import an HTML document, following META tags are automatically converted to $[officename] fields: <META HTTP-EQUIV="REFRESH"...> and <META NAME="..." ...> , where NAME equals to AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS or CLASSIFICATION. Scripts, comments, and META tags that are positioned directly before a TABLE tag are inserted in the first cell of the table. Scripts and META tags in the header of an HTML document are imported and anchored to the first paragraph in the document. -To set the options for importing HTML tags, choose Tools - Options - Load/Save - HTML Compatibility. A known META tag contains either "HTTP-EQUIV" or "NAME", and are imported as $[officename] comments. The only exception is <META NAME="GENERATOR"...>, which is ignored. +To set the options for importing HTML tags, choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML Compatibility. A known META tag contains either "HTTP-EQUIV" or "NAME", and are imported as $[officename] comments. The only exception is <META NAME="GENERATOR"...>, which is ignored. Export Tips Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document. diff --git a/helpcontent2/source/text/shared/01/grid.xhp b/helpcontent2/source/text/shared/01/grid.xhp index d56720daa0..dc1ec6034b 100755 --- a/helpcontent2/source/text/shared/01/grid.xhp +++ b/helpcontent2/source/text/shared/01/grid.xhp @@ -58,7 +58,7 @@ Automatically aligns objects to vertical and horizontal grid lines. To override this feature, hold down the Command keyCtrl key when you drag an object.UFI: copied from shared\optionen\01050100.xhpUFI removed GridFront help idGrid to Front Displays the grid lines in front of the objects on the slide or page.
-Set the grid color on Tools - Options - %PRODUCTNAME - Appearance. +Set the grid color on %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Appearance.
diff --git a/helpcontent2/source/text/shared/01/mediaplayer.xhp b/helpcontent2/source/text/shared/01/mediaplayer.xhp index 96bbda6e87..b2ef7c3658 100755 --- a/helpcontent2/source/text/shared/01/mediaplayer.xhp +++ b/helpcontent2/source/text/shared/01/mediaplayer.xhp @@ -56,7 +56,7 @@ The Media Player supports many different media formats. You can also insert media files from the Media Player into your document.UFI: add a list of keyboard shortcuts to /04/ file when available -On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in Tools - Options - %PRODUCTNAME - Java. +On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Java. On Windows systems, the Media Player uses DirectShow, which should be installed on your system by default. diff --git a/helpcontent2/source/text/shared/01/online_update.xhp b/helpcontent2/source/text/shared/01/online_update.xhp index 16f167c6dd..85290b0b35 100644 --- a/helpcontent2/source/text/shared/01/online_update.xhp +++ b/helpcontent2/source/text/shared/01/online_update.xhp @@ -54,7 +54,7 @@ You can check for updates manually or automatically. Checking for updates will also look for updates of all installed extensions. Choose Help - Check for Updates to check manually. - You can disable or enable the automatic check in Tools - Options - %PRODUCTNAME - Online Update. + You can disable or enable the automatic check in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Online Update. If an update is available, an icon @@ -66,7 +66,7 @@ Enable an Internet connection for %PRODUCTNAME. - If you need a proxy server, enter the proxy settings in Tools - Options - Internet - Proxy. + If you need a proxy server, enter the proxy settings in %PRODUCTNAME - PreferencesTools - Options - Internet - Proxy. Choose Check for Updates to check for the availability of a newer version of your office suite. diff --git a/helpcontent2/source/text/shared/01/online_update_dialog.xhp b/helpcontent2/source/text/shared/01/online_update_dialog.xhp index e0a8bb8e59..8e15c1d231 100644 --- a/helpcontent2/source/text/shared/01/online_update_dialog.xhp +++ b/helpcontent2/source/text/shared/01/online_update_dialog.xhp @@ -46,7 +46,7 @@ Check for UpdatesUFI: this is the dialogChecks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update. Once the download starts, you see a progress bar and three buttons on the dialog. You can pause and resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download and delete the partly downloaded file. -By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in Tools - Options - %PRODUCTNAME - Online Update. +By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Online Update. After the download is complete, you can click Install to start the installation of the update. You see a confirmation dialog, where you can choose to close %PRODUCTNAME. Under some operation systems, it may be required to manually go to the download folder, unzip the download file, and start the setup script. After installation of the update you can delete the download file to save space.Download diff --git a/helpcontent2/source/text/shared/01/webhtml.xhp b/helpcontent2/source/text/shared/01/webhtml.xhp index 1a632f39ff..176ca62e50 100644 --- a/helpcontent2/source/text/shared/01/webhtml.xhp +++ b/helpcontent2/source/text/shared/01/webhtml.xhp @@ -50,7 +50,7 @@
-The HTML formatted copy is written to the temporary files folder that you can select in Tools - Options - %PRODUCTNAME - Paths. When you quit %PRODUCTNAME, the HTML file will be deleted. -You can set the HTML export filter options by choosing Tools - Options - Load/Save - HTML Compatibility. +The HTML formatted copy is written to the temporary files folder that you can select in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Paths. When you quit %PRODUCTNAME, the HTML file will be deleted. +You can set the HTML export filter options by choosing %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML Compatibility. -- cgit From 79f9c59e8b67fe0e3d5e613004b1dfb5f2b15dac Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Mon, 19 Oct 2009 11:31:12 +0000 Subject: i86464 --- helpcontent2/source/text/shared/01/formatting_mark.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/formatting_mark.xhp b/helpcontent2/source/text/shared/01/formatting_mark.xhp index e8f1074c1b..a1efd7f019 100755 --- a/helpcontent2/source/text/shared/01/formatting_mark.xhp +++ b/helpcontent2/source/text/shared/01/formatting_mark.xhp @@ -37,7 +37,7 @@ Formatting Mark - + /text/shared/01/formatting_mark.xhp -- cgit From 84da983f78544c6fd6aa08be43fbbd2a4777c09b Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 12:30:37 +0000 Subject: vor bauen --- helpcontent2/source/text/shared/01/01010100.xhp | 2 +- helpcontent2/source/text/shared/01/01010201.xhp | 6 +----- helpcontent2/source/text/shared/01/01020000.xhp | 9 ++------- helpcontent2/source/text/shared/01/01070000.xhp | 6 +----- helpcontent2/source/text/shared/01/01070001.xhp | 2 +- helpcontent2/source/text/shared/01/01110100.xhp | 2 +- helpcontent2/source/text/shared/01/01130000.xhp | 18 ++++++------------ helpcontent2/source/text/shared/01/01160200.xhp | 3 +-- helpcontent2/source/text/shared/01/02230100.xhp | 6 ++---- helpcontent2/source/text/shared/01/02230200.xhp | 16 +++++----------- helpcontent2/source/text/shared/01/05020200.xhp | 8 ++++---- helpcontent2/source/text/shared/01/05020700.xhp | 4 ++-- helpcontent2/source/text/shared/01/05210200.xhp | 2 +- helpcontent2/source/text/shared/01/mediaplayer.xhp | 2 +- helpcontent2/source/text/shared/01/online_update.xhp | 2 +- .../source/text/shared/01/online_update_dialog.xhp | 2 +- helpcontent2/source/text/shared/01/ref_pdf_export.xhp | 2 +- helpcontent2/source/text/shared/01/securitywarning.xhp | 2 +- 18 files changed, 33 insertions(+), 61 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01010100.xhp b/helpcontent2/source/text/shared/01/01010100.xhp index ea9b5c99c3..dfabc71f71 100644 --- a/helpcontent2/source/text/shared/01/01010100.xhp +++ b/helpcontent2/source/text/shared/01/01010100.xhp @@ -151,7 +151,7 @@ Opens the selected template for editing. Open Opens the selected document or creates a document based on the selected template. -To add another folder to the template path, choose Tools - Options - $[officename] - Paths, and then enter the path. +To add another folder to the template path, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths, and then enter the path.
File properties diff --git a/helpcontent2/source/text/shared/01/01010201.xhp b/helpcontent2/source/text/shared/01/01010201.xhp index 301ab4365a..12ae69f4ed 100644 --- a/helpcontent2/source/text/shared/01/01010201.xhp +++ b/helpcontent2/source/text/shared/01/01010201.xhp @@ -58,11 +58,7 @@ Address Creates a label with your return address. Text that is currently in the Label text box is overwritten. -To change your return address, choose Tools - Options - - -%PRODUCTNAME -, and then click on the User Data tab. - +To change your return address, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME, and then click on the User Data tab. Database Select the database that you want to use as the data source for your label. diff --git a/helpcontent2/source/text/shared/01/01020000.xhp b/helpcontent2/source/text/shared/01/01020000.xhp index ecaa6f6d49..4cc9d6f99d 100644 --- a/helpcontent2/source/text/shared/01/01020000.xhp +++ b/helpcontent2/source/text/shared/01/01020000.xhp @@ -67,11 +67,7 @@
-The following sections describe the %PRODUCTNAME -Open dialog. To activate the %PRODUCTNAME -Open and Save dialogs, choose Tools - Options - %PRODUCTNAME -- General, and then select the Use %PRODUCTNAME -dialogs in the Open/Save dialogs area. +The following sections describe the %PRODUCTNAMEOpen dialog. To activate the %PRODUCTNAMEOpen and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. If the file that you want to open contains Styles, special rules apply. Up One Level @@ -141,8 +137,7 @@ in the Documents and Settings directory -all template folders as defined in Tools - Options - %PRODUCTNAME -- Paths +all template folders as defined in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Paths When you use File - Template - Save to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a "sticky template". diff --git a/helpcontent2/source/text/shared/01/01070000.xhp b/helpcontent2/source/text/shared/01/01070000.xhp index c71ee41858..dcc3b987a6 100644 --- a/helpcontent2/source/text/shared/01/01070000.xhp +++ b/helpcontent2/source/text/shared/01/01070000.xhp @@ -53,11 +53,7 @@
-The following sections describe the %PRODUCTNAME -Save as dialog. To activate the %PRODUCTNAME -Open and Save dialogs, choose Tools - Options - %PRODUCTNAME -- General, and then select the Use %PRODUCTNAME -dialogs in the Open/Save dialogs area.UFI: using system dialogs works in Windows and Gnome 2.6 +The following sections describe the %PRODUCTNAMESave as dialog. To activate the %PRODUCTNAMEOpen and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. To save a document as a template, use the command File - Templates - Save. Up One Level
diff --git a/helpcontent2/source/text/shared/01/01070001.xhp b/helpcontent2/source/text/shared/01/01070001.xhp index f07a693f74..de0bafdee0 100644 --- a/helpcontent2/source/text/shared/01/01070001.xhp +++ b/helpcontent2/source/text/shared/01/01070001.xhp @@ -56,7 +56,7 @@
-The following sections describe the $[officename] Export dialog. To activate the $[officename] Open and Save dialogs, choose Tools - Options - $[officename] - General, and then select the Use $[officename] dialogs in the Open/Save dialogs area. +The following sections describe the $[officename] Export dialog. To activate the $[officename] Open and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - General, and then select the Use $[officename] dialogs in the Open/Save dialogs area. Up One Level Create New Directory diff --git a/helpcontent2/source/text/shared/01/01110100.xhp b/helpcontent2/source/text/shared/01/01110100.xhp index 4dd423bc76..6c9c8823a5 100644 --- a/helpcontent2/source/text/shared/01/01110100.xhp +++ b/helpcontent2/source/text/shared/01/01110100.xhp @@ -69,7 +69,7 @@ Left and Right Selection List (Templates / Documents) Displays the available template categories or opened $[officename] files. To change the contents of the list, select Templates or Documents in the box below. -To change the default template path, choose Tools - Options - $[officename] - Paths. +To change the default template path, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. Select Templates or Documents to change the contents that are displayed in the list above. diff --git a/helpcontent2/source/text/shared/01/01130000.xhp b/helpcontent2/source/text/shared/01/01130000.xhp index d5913556c9..3a35753e00 100644 --- a/helpcontent2/source/text/shared/01/01130000.xhp +++ b/helpcontent2/source/text/shared/01/01130000.xhp @@ -148,18 +148,12 @@ This is the reason for continuos failure of i83561 Options Changes the printer settings for the current document. -To set the default %PRODUCTNAME printer options for text documents, choose Tools - Options - %PRODUCTNAME Writer - Print. - -To set the default %PRODUCTNAME printer options for spreadsheet documents, choose Tools - Options - %PRODUCTNAME Calc - Print. - -To set the default %PRODUCTNAME printer options for presentation documents, choose Tools - Options - %PRODUCTNAME Impress - Print. - -If you want, you can use the STAR_SPOOL_DIR environment variable to specify the directory where the Xprinter spoolfiles are saved. For example: - -setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or - -export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash) - +To set the default %PRODUCTNAME printer options for text documents, choose %PRODUCTNAME Writer - Print in the Options dialog box. +To set the default %PRODUCTNAME printer options for spreadsheet documents, choose %PRODUCTNAME Calc - Print in the Options dialog box. +To set the default %PRODUCTNAME printer options for presentation documents, choose %PRODUCTNAME Impress - Print in the Options dialog box. +If you want, you can use the STAR_SPOOL_DIR environment variable to specify the directory where the Xprinter spoolfiles are saved. For example: +setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or +export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash) You can also use the spadmin printer setup program to specify additional printer options. diff --git a/helpcontent2/source/text/shared/01/01160200.xhp b/helpcontent2/source/text/shared/01/01160200.xhp index a6cb2f44b9..c34c8243b9 100644 --- a/helpcontent2/source/text/shared/01/01160200.xhp +++ b/helpcontent2/source/text/shared/01/01160200.xhp @@ -45,8 +45,7 @@ Document as E-mail -Opens a new window in your default e-mail program with the current document as an attachment. The current file format is used. If the document is new and unsaved, the format specified in Tools - Options - Load/Save - General is used. - +Opens a new window in your default e-mail program with the current document as an attachment. The current file format is used. If the document is new and unsaved, the format specified in %PRODUCTNAME - PreferencesTools - Options - Load/Save - General is used.
diff --git a/helpcontent2/source/text/shared/01/02230100.xhp b/helpcontent2/source/text/shared/01/02230100.xhp index 7018963477..10deeae6e5 100644 --- a/helpcontent2/source/text/shared/01/02230100.xhp +++ b/helpcontent2/source/text/shared/01/02230100.xhp @@ -54,11 +54,9 @@
-If you choose Record - Show, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing Tools - Options - %PRODUCTNAME Writer - Changes. - +If you choose Record - Show, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing %PRODUCTNAME Writer - Changes in the Options dialog box. -You can set the properties of the markup elements by choosing Tools - Options - %PRODUCTNAME Calc - Changes. - +You can set the properties of the markup elements by choosing %PRODUCTNAME Calc - Changes in the Options dialog box. The following changes are tracked when the record changes command is active: diff --git a/helpcontent2/source/text/shared/01/02230200.xhp b/helpcontent2/source/text/shared/01/02230200.xhp index 4af15f460a..6fc76ea157 100644 --- a/helpcontent2/source/text/shared/01/02230200.xhp +++ b/helpcontent2/source/text/shared/01/02230200.xhp @@ -57,23 +57,17 @@
-You can change the display properties of the markup elements by choosingTools - Options - %PRODUCTNAME Writer - Changes. -Tools - Options - %PRODUCTNAME Calc - Changes. - -When you rest the mouse pointer over a change markup in the document, a Tip displays the author and the date and time that the change was made. If the Extended Tips are activated, the type of change and any attached comments are also displayed. - +You can change the display properties of the markup elements by choosing %PRODUCTNAME Writer - Changes in the Options dialog box.%PRODUCTNAME Calc - Changes in the Options dialog box. +When you rest the mouse pointer over a change markup in the document, a Tip displays the author and the date and time that the change was made. If the Extended Tips are activated, the type of change and any attached comments are also displayed. -Show changes in spreadsheet - -Shows or hides recorded changes. - +Show changes in spreadsheet +Shows or hides recorded changes. -Show accepted changes - +Show accepted changes Shows or hides the changes that were accepted. diff --git a/helpcontent2/source/text/shared/01/05020200.xhp b/helpcontent2/source/text/shared/01/05020200.xhp index 8ca2f4b37c..e479c90178 100644 --- a/helpcontent2/source/text/shared/01/05020200.xhp +++ b/helpcontent2/source/text/shared/01/05020200.xhp @@ -90,10 +90,10 @@
-The text color is ignored when printing, if the Print black check box is selected in Tools - Options - %PRODUCTNAME Writer - Print. +The text color is ignored when printing, if the Print black check box is selected in %PRODUCTNAME Writer - Print in the Options dialog box. -The text color is ignored on screen, if the Use automatic font color for screen display check box is selected in Tools - Options - %PRODUCTNAME - Accessibility. +The text color is ignored on screen, if the Use automatic font color for screen display check box is selected in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility. @@ -158,7 +158,7 @@ Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined. Overlining - Select the overlining style that you want to apply. To apply the overlining to words only, select the Individual Words box. + Select the overlining style that you want to apply. To apply the overlining to words only, select the Individual Words box. Overline color Select the color for the overlining. @@ -170,7 +170,7 @@ Underlining - Select the underlining style that you want to apply. To apply the underlining to words only, select the Individual Words box. + Select the underlining style that you want to apply. To apply the underlining to words only, select the Individual Words box. If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised. diff --git a/helpcontent2/source/text/shared/01/05020700.xhp b/helpcontent2/source/text/shared/01/05020700.xhp index 97105ab067..d1a6817000 100755 --- a/helpcontent2/source/text/shared/01/05020700.xhp +++ b/helpcontent2/source/text/shared/01/05020700.xhp @@ -49,7 +49,7 @@ paragraphs; Asian typography typography; Asian MW changed "formats;" to "formatting;"Asian Typography -Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages, and then select the Enabled box in the Asian language support area. The Asian typography options are ignored in HTML documents. +Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose Language Settings - Languages in the Options dialog box, and then select the Enabled box in the Asian language support area. The Asian typography options are ignored in HTML documents.
@@ -57,7 +57,7 @@ Line change Set the options for line breaks in Asian language documents. Apply list of forbidden characters to the beginning and end of line -Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line. To edit the list of restricted characters, choose Tools - Options - Language Settings - Asian Layout. +Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line. To edit the list of restricted characters, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Asian Layout. Allow hanging punctuation Prevents commas and periods from breaking the line. Instead, these characters are added to the end of the line, even in the page margin. diff --git a/helpcontent2/source/text/shared/01/05210200.xhp b/helpcontent2/source/text/shared/01/05210200.xhp index cf965a771b..3c98bf74a1 100755 --- a/helpcontent2/source/text/shared/01/05210200.xhp +++ b/helpcontent2/source/text/shared/01/05210200.xhp @@ -49,7 +49,7 @@
-Tools - Options - $[officename] - Colors +%PRODUCTNAME - PreferencesTools - Options - $[officename] - Colors
diff --git a/helpcontent2/source/text/shared/01/mediaplayer.xhp b/helpcontent2/source/text/shared/01/mediaplayer.xhp index b2ef7c3658..04c1e0b814 100755 --- a/helpcontent2/source/text/shared/01/mediaplayer.xhp +++ b/helpcontent2/source/text/shared/01/mediaplayer.xhp @@ -56,7 +56,7 @@ The Media Player supports many different media formats. You can also insert media files from the Media Player into your document.UFI: add a list of keyboard shortcuts to /04/ file when available -On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Java. +On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in the Options dialog box in %PRODUCTNAME - Java. On Windows systems, the Media Player uses DirectShow, which should be installed on your system by default. diff --git a/helpcontent2/source/text/shared/01/online_update.xhp b/helpcontent2/source/text/shared/01/online_update.xhp index 85290b0b35..843e0c227c 100644 --- a/helpcontent2/source/text/shared/01/online_update.xhp +++ b/helpcontent2/source/text/shared/01/online_update.xhp @@ -47,7 +47,7 @@ Check for Updates UFI: changed name of page, see i76016Next time start download automatically -Mark to enable the automatic check for updates. Choose Tools - Options - %PRODUCTNAME - Online Update to disable or enable this feature. +Mark to enable the automatic check for updates. Choose %PRODUCTNAME - Online Update in the Options dialog box to disable or enable this feature. Click to select a folder to download the files. diff --git a/helpcontent2/source/text/shared/01/online_update_dialog.xhp b/helpcontent2/source/text/shared/01/online_update_dialog.xhp index 8e15c1d231..8b8b20d3d7 100644 --- a/helpcontent2/source/text/shared/01/online_update_dialog.xhp +++ b/helpcontent2/source/text/shared/01/online_update_dialog.xhp @@ -51,7 +51,7 @@ Under some operation systems, it may be required to manually go to the download folder, unzip the download file, and start the setup script. After installation of the update you can delete the download file to save space.Download -Downloads and saves the update files to the desktop or a folder of your choice. Select the folder in Tools - Options - %PRODUCTNAME - Online Update.Install +Downloads and saves the update files to the desktop or a folder of your choice. Select the folder in %PRODUCTNAME - Online Update in the Options dialog box.Install Installs the downloaded update.Pause Pauses the download. Later click Resume to continue downloading.Resume Continues a paused download.Cancel diff --git a/helpcontent2/source/text/shared/01/ref_pdf_export.xhp b/helpcontent2/source/text/shared/01/ref_pdf_export.xhp index 5d47d0c2a8..7226efe320 100644 --- a/helpcontent2/source/text/shared/01/ref_pdf_export.xhp +++ b/helpcontent2/source/text/shared/01/ref_pdf_export.xhp @@ -178,7 +178,7 @@ Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the right. First page is left - Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Tools - Options - Language settings - Languages. + Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box. User Interface Window options diff --git a/helpcontent2/source/text/shared/01/securitywarning.xhp b/helpcontent2/source/text/shared/01/securitywarning.xhp index 668de9a5f9..1c3a9227c7 100644 --- a/helpcontent2/source/text/shared/01/securitywarning.xhp +++ b/helpcontent2/source/text/shared/01/securitywarning.xhp @@ -54,7 +54,7 @@ Security Warning When you open a document that contains an unsigned macro, or a signed macro from an unknown source, the Security Warning dialog opens. -Enable or disable the macros. Choose Tools - Options - %PRODUCTNAME - Security to set the options. +Enable or disable the macros. Choose %PRODUCTNAME - Security in the Options dialog box to set the options. View Signature Opens a dialog where you can view the signature. Always trust macros from this source -- cgit From 0b4452cf68df42e3350d648e4a1c4d834279d381 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 12:47:45 +0000 Subject: emph bugs --- helpcontent2/source/text/shared/01/01010201.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01010201.xhp b/helpcontent2/source/text/shared/01/01010201.xhp index 12ae69f4ed..93578356d4 100644 --- a/helpcontent2/source/text/shared/01/01010201.xhp +++ b/helpcontent2/source/text/shared/01/01010201.xhp @@ -58,7 +58,7 @@ Address Creates a label with your return address. Text that is currently in the Label text box is overwritten. -To change your return address, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME, and then click on the User Data tab. +To change your return address, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME, and then click on the User Data tab. Database Select the database that you want to use as the data source for your label. -- cgit From cc146cca0e68f7400053b5e1efad9fe9abdd1c41 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 12:53:58 +0000 Subject: bug --- helpcontent2/source/text/shared/01/01020000.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01020000.xhp b/helpcontent2/source/text/shared/01/01020000.xhp index 4cc9d6f99d..94b6de9755 100644 --- a/helpcontent2/source/text/shared/01/01020000.xhp +++ b/helpcontent2/source/text/shared/01/01020000.xhp @@ -67,7 +67,7 @@
-The following sections describe the %PRODUCTNAMEOpen dialog. To activate the %PRODUCTNAMEOpen and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. +The following sections describe the %PRODUCTNAMEOpen dialog box. To activate the %PRODUCTNAMEOpen and Save dialog boxes, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. If the file that you want to open contains Styles, special rules apply. Up One Level @@ -137,7 +137,7 @@ in the Documents and Settings directory
-all template folders as defined in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Paths +all template folders as defined in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Paths
When you use File - Template - Save to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a "sticky template". -- cgit From 5dbf63dcf4821b940ec48363fdf722884bab0a04 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 12:57:06 +0000 Subject: bug --- helpcontent2/source/text/shared/01/01070000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01070000.xhp b/helpcontent2/source/text/shared/01/01070000.xhp index dcc3b987a6..9967606f94 100644 --- a/helpcontent2/source/text/shared/01/01070000.xhp +++ b/helpcontent2/source/text/shared/01/01070000.xhp @@ -53,7 +53,7 @@
-The following sections describe the %PRODUCTNAMESave as dialog. To activate the %PRODUCTNAMEOpen and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. +The following sections describe the %PRODUCTNAMESave as dialog. To activate the %PRODUCTNAMEOpen and Save dialog boxes, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- General, and then select the Use %PRODUCTNAME dialogs in the Open/Save dialogs area. To save a document as a template, use the command File - Templates - Save. Up One Level
-- cgit From a148d0a8d5ba13d20e0954274536be4af9724031 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:06:05 +0000 Subject: bug --- helpcontent2/source/text/shared/01/01070001.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01070001.xhp b/helpcontent2/source/text/shared/01/01070001.xhp index de0bafdee0..8c85c30356 100644 --- a/helpcontent2/source/text/shared/01/01070001.xhp +++ b/helpcontent2/source/text/shared/01/01070001.xhp @@ -56,7 +56,7 @@
-The following sections describe the $[officename] Export dialog. To activate the $[officename] Open and Save dialogs, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - General, and then select the Use $[officename] dialogs in the Open/Save dialogs area. +The following sections describe the $[officename] Export dialog box. To activate the $[officename] Open and Save dialog boxes, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - General, and then select the Use $[officename] dialogs in the Open/Save dialogs area. Up One Level Create New Directory -- cgit From b6158ad6d60882f436a6089c261f49f3f81b0576 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:12:25 +0000 Subject: bug --- helpcontent2/source/text/shared/01/01110100.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01110100.xhp b/helpcontent2/source/text/shared/01/01110100.xhp index 6c9c8823a5..8728dff9d4 100644 --- a/helpcontent2/source/text/shared/01/01110100.xhp +++ b/helpcontent2/source/text/shared/01/01110100.xhp @@ -69,7 +69,7 @@ Left and Right Selection List (Templates / Documents) Displays the available template categories or opened $[officename] files. To change the contents of the list, select Templates or Documents in the box below. -To change the default template path, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. +To change the default template path, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. Select Templates or Documents to change the contents that are displayed in the list above. -- cgit From 696542163651cf7d76b35f45675b1369b13f0cd9 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:27:06 +0000 Subject: emph bugs --- helpcontent2/source/text/shared/01/05020200.xhp | 2 +- helpcontent2/source/text/shared/01/05020700.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/05020200.xhp b/helpcontent2/source/text/shared/01/05020200.xhp index e479c90178..dd40e99528 100644 --- a/helpcontent2/source/text/shared/01/05020200.xhp +++ b/helpcontent2/source/text/shared/01/05020200.xhp @@ -93,7 +93,7 @@ The text color is ignored when printing, if the Print black check box is selected in %PRODUCTNAME Writer - Print in the Options dialog box. -The text color is ignored on screen, if the Use automatic font color for screen display check box is selected in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility. +The text color is ignored on screen, if the Use automatic font color for screen display check box is selected in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility. diff --git a/helpcontent2/source/text/shared/01/05020700.xhp b/helpcontent2/source/text/shared/01/05020700.xhp index d1a6817000..450693896e 100755 --- a/helpcontent2/source/text/shared/01/05020700.xhp +++ b/helpcontent2/source/text/shared/01/05020700.xhp @@ -57,7 +57,7 @@ Line change Set the options for line breaks in Asian language documents. Apply list of forbidden characters to the beginning and end of line -Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line. To edit the list of restricted characters, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Asian Layout. +Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line. To edit the list of restricted characters, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Asian Layout. Allow hanging punctuation Prevents commas and periods from breaking the line. Instead, these characters are added to the end of the line, even in the page margin. -- cgit From 31b049f371881607039c3010f7013af4f514f668 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:29:09 +0000 Subject: final --- helpcontent2/source/text/shared/01/01020000.xhp | 253 ++++++++++++--------- .../source/text/shared/01/ref_pdf_export.xhp | 6 +- 2 files changed, 144 insertions(+), 115 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/01020000.xhp b/helpcontent2/source/text/shared/01/01020000.xhp index ecaa6f6d49..c77a3b8746 100644 --- a/helpcontent2/source/text/shared/01/01020000.xhp +++ b/helpcontent2/source/text/shared/01/01020000.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Open -/text/shared/01/01020000.xhp - - - + + Open + /text/shared/01/01020000.xhp + + + directories; creating new -folder creation -My Documents folder; opening -default directories -multiple documents; opening -opening; several files -selecting; several files -opening; files, with placeholders -regular expressions; opening files -files; opening with placeholders -placeholders;on opening files -documents; opening with templates -templates; opening documents with -documents; styles changed -styles; 'changed' message -mw replaced "wildcards" by "regular expressions" + folder creation + My Documents folder; opening + default directories + multiple documents; opening + opening; several files + selecting; several files + opening; files, with placeholders + placeholders;on opening files + documents; opening with templates + templates; opening documents with + documents; styles changed + styles; 'changed' message +mw replaced "wildcards" by "regular expressions"mw deleted "regular expressions;" and "files;" -Open -Opens or imports a file. + +Open + Opens or imports a file. -
- -
-The following sections describe the %PRODUCTNAME -Open dialog. To activate the %PRODUCTNAME -Open and Save dialogs, choose Tools - Options - %PRODUCTNAME -- General, and then select the Use %PRODUCTNAME -dialogs in the Open/Save dialogs area. -If the file that you want to open contains Styles, special rules apply. +
+ +
+ The following sections describe the %PRODUCTNAME + Open dialog. To activate the %PRODUCTNAME + Open and Save dialogs, choose Tools - Options - %PRODUCTNAME + - General, and then select the Use %PRODUCTNAME + dialogs in the Open/Save dialogs area. + If the file that you want to open contains Styles, special rules apply. -Up One Level -Move up one directory in the directory hierarchy. Long-click to see the higher level directories.UFI: it is still a long-click - + +Up One Level + Move up one directory in the directory hierarchy. Long-click to see the higher level directories.UFI: it is still a long-click + -Create New Directory -Creates a new directory. - + +Create New Directory + Creates a new directory. + -Default Directory -Displays the files in the default user directory. - -Display area -Displays the files and directories in the directory that you are in. To open a file, select the file, and then click Open. -To open more than one document at the same time, each in an own window, hold CommandCtrl while you click the files, and then click Open. - - -Click a column header to sort the files. Click again to reverse the sort order. - - -To delete a file, right-click the file, and then choose Delete. - - -To rename a file, right-click the file, and then choose Rename. - - -Click to delete the file with the name shown in this dialog. -Click to cancel deletion of the file with the name shown in this dialog. -Click to delete all selected files. + +Default Directory + Displays the files in the default user directory. + + +Display area + Displays the files and directories in the directory that you are in. To open a file, select the file, and then click Open. + To open more than one document at the same time, each in an own window, hold Command +Ctrl while you click the files, and then click Open. + + + Click a column header to sort the files. Click again to reverse the sort order. + + + +To delete a file, right-click the file, and then choose Delete. + + + +To rename a file, right-click the file, and then choose Rename. + + + +Click to delete the file with the name shown in this dialog. + +Click to cancel deletion of the file with the name shown in this dialog. + +Click to delete all selected files. -File name -Enter a file name or a path for the file. You can also enter a URL that starts with the protocol name ftp, http, or https. -If you want, you can use wildcards in the File name box to filter the list of files that is displayed. - + +File name + Enter a file name or a path for the file. You can also enter a URL that starts with the protocol name ftp, http, or https. + If you want, you can use wildcards in the File name box to filter the list of files that is displayed. + For example, to list all of the text files in a directory, enter the asterisk wildcard with the text file extension (*.txt), and then click Open. Use the question mark (?) wildcard to represent any character, as in (??3*.txt), which only displays text files with a '3' as the third character in the file name. - -Version -If there are multiple versions of the selected file, select the version that you want to open. You can save and organize multiple versions of a document by choosing File - Versions. The versions of a document are opened in read-only mode. + + +Version + If there are multiple versions of the selected file, select the version that you want to open. You can save and organize multiple versions of a document by choosing File - Versions. The versions of a document are opened in read-only mode. -File type -Select the file type that you want to open, or select All Files (*) to display a list of all of the files in the directory. + +File type + Select the file type that you want to open, or select All Files (*) to display a list of all of the files in the directory. -Open -Opens the selected document(s). -Insert -If you opened the dialog by choosing Insert - File, the Open button is labeled Insert. Inserts the selected file into the current document at the cursor position. -Read-only -Opens the file in read-only mode. + +Open + Opens the selected document(s). + +Insert + If you opened the dialog by choosing Insert - File, the Open button is labeled Insert. Inserts the selected file into the current document at the cursor position. + +Read-only + Opens the file in read-only mode. -Play -Plays the selected sound file. Click again to stop playing the sound file. + +Play + Plays the selected sound file. Click again to stop playing the sound file.
-Opening Documents With Templates - -%PRODUCTNAME recognizes templates that are located in any directory from the following list: - - -the shared template directoryremoved path - - -the user template directory in the home directory + +Opening Documents With Templates + + %PRODUCTNAME recognizes templates that are located in any directory from the following list: + + + the shared template directoryremoved path + + + the user template directory in the home directory in the Documents and Settings directory - - -all template folders as defined in Tools - Options - %PRODUCTNAME -- Paths - - -When you use File - Template - Save to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a "sticky template". -When you use File - Save As and select a template filter to save a template at any other directory that is not in the list, then the documents based on that template will not be checked. -When you open a document that was created from a "sticky template" (as defined above), %PRODUCTNAME checks to see if the template has been modified since the document was last opened. If the template was changed a dialog is shown where you can select which styles to apply to the document. -To apply the new styles from the template to the document, click Yes. -To retain the styles that are currently used in the document, click No. -If a document was created using a template that cannot be found a dialog is shown that asks you how to proceed next time the document is opened. -To break the link between the document and the missing template, click No, otherwise %PRODUCTNAME will look for the template the next time you open the document. -
-
-Opening Documents -Import and Export Filters -
- - + + + all template folders as defined in Tools - Options - %PRODUCTNAME + - Paths + + + When you use File - Template - Save to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a "sticky template". + When you use File - Save As and select a template filter to save a template at any other directory that is not in the list, then the documents based on that template will not be checked. + When you open a document that was created from a "sticky template" (as defined above), %PRODUCTNAME checks to see if the template has been modified since the document was last opened. If the template was changed a dialog is shown where you can select which styles to apply to the document. + To apply the new styles from the template to the document, click Yes. + To retain the styles that are currently used in the document, click No. + If a document was created using a template that cannot be found a dialog is shown that asks you how to proceed next time the document is opened. + To break the link between the document and the missing template, click No, otherwise %PRODUCTNAME will look for the template the next time you open the document. +
+
+ Opening Documents + Import and Export Filters +
+ + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/ref_pdf_export.xhp b/helpcontent2/source/text/shared/01/ref_pdf_export.xhp index 5d47d0c2a8..57f3616cde 100644 --- a/helpcontent2/source/text/shared/01/ref_pdf_export.xhp +++ b/helpcontent2/source/text/shared/01/ref_pdf_export.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.8 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -124,7 +124,9 @@ Submit format Select the format of submitting forms from within the PDF file. Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML. - This setting overrides the control's URL property that you set in the document. + This setting overrides the control's URL property that you set in the document.insert help id here +Allow duplicate field names + Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names. Export automatically inserted blank pages -- cgit From b989569bf35ded2608076ccf02dca07f0b276333 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:32:19 +0000 Subject: bug --- helpcontent2/source/text/shared/01/02230100.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/02230100.xhp b/helpcontent2/source/text/shared/01/02230100.xhp index 10deeae6e5..ee919c2f41 100644 --- a/helpcontent2/source/text/shared/01/02230100.xhp +++ b/helpcontent2/source/text/shared/01/02230100.xhp @@ -54,7 +54,7 @@
-If you choose Record - Show, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing %PRODUCTNAME Writer - Changes in the Options dialog box. +If you choose Record - Show, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing %PRODUCTNAME Writer - Changes in the Options dialog box. You can set the properties of the markup elements by choosing %PRODUCTNAME Calc - Changes in the Options dialog box. The following changes are tracked when the record changes command is active: -- cgit From bc5f38c9ffe2c07cfa1d737d5522d018257e8590 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:35:14 +0000 Subject: bug --- helpcontent2/source/text/shared/01/05020200.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/05020200.xhp b/helpcontent2/source/text/shared/01/05020200.xhp index dd40e99528..0bac01ea07 100644 --- a/helpcontent2/source/text/shared/01/05020200.xhp +++ b/helpcontent2/source/text/shared/01/05020200.xhp @@ -90,7 +90,7 @@ -The text color is ignored when printing, if the Print black check box is selected in %PRODUCTNAME Writer - Print in the Options dialog box. +The text color is ignored when printing, if the Print black check box is selected in %PRODUCTNAME Writer - Print in the Options dialog box. The text color is ignored on screen, if the Use automatic font color for screen display check box is selected in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility. -- cgit From decca1502542de492ebfa996ade68d9f3b3a048f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 7 Dec 2009 14:49:45 +0100 Subject: masterfix: #i10000# fixed conflict resolution --- helpcontent2/source/text/shared/01/05020301.xhp | 1555 +++++++---------------- 1 file changed, 472 insertions(+), 1083 deletions(-) (limited to 'helpcontent2/source/text/shared/01') diff --git a/helpcontent2/source/text/shared/01/05020301.xhp b/helpcontent2/source/text/shared/01/05020301.xhp index 36514b4edd..5aa4c4c003 100644 --- a/helpcontent2/source/text/shared/01/05020301.xhp +++ b/helpcontent2/source/text/shared/01/05020301.xhp @@ -10,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ + * $RCSfile: 05020301.xhp,v $ + * $Revision: 1.13.4.1 $ * * This file is part of OpenOffice.org. * @@ -35,727 +35,120 @@ - - Number Format Codes - /text/shared/01/05020301.xhp - - - + +Number Format Codes +/text/shared/01/05020301.xhp + + + format codes; numbers - conditions; in number formats - number formats; codes - currency formats - formats;of currencies/date/time - numbers; date, time and currency formats - Euro; currency formats - date formats - times;formats -mw made "time formats" a two level entry and deleted 2x "formats;"mw corrected a typo in "times, formats" -Number Format Codes +conditions; in number formats +number formats; codes +currency formats +formats;of currencies/date/time +numbers; date, time and currency formats +Euro; currency formats +date formats +times, formats +
mw made "time formats" a two level entry and deleted 2x "formats;" +Number Format Codes - Number format codes can consist of up to three sections separated by a semicolon (;). - - - In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values. - - - In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero. - - - - - You can also assign conditions to the three sections, so that the format is only applied if a condition is met. - - - Decimal Places and Significant Digits - Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. - Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers. - If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code: -
- - - Placeholders - - - Explanation - - - - - # - - - Does not display extra zeros. - - - - - 0 (Zero) - - - Displays extra zeros if the number has less places than zeros in the format. - - -
- - Examples - - - - Number Format - - - Format Code - - - - - 3456.78 as 3456.8 - - - ####.# - - - - - 9.9 as 9.900 - - - #.000 - - - - - 13 as 13.0 and 1234.567 as 1234.57 - - - #.0# - - - - - 5.75 as 5 3/4 and 6.3 as 6 3/10 - - - # ???/??? - - - - - .5 as 0.5 - - - 0.## - - -
- - Thousands Separator - Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000. - - - - Number Format - - - Format Code - - - - - 15000 as 15,000 - - - #,### - - - - - 16000 as 16 - - - #, - - -
- - Including Text in Number Format Codes - Text and Numbers - To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (") in front of and behind the text, or a backslash (\) before a single character. For example, enter #.# "meters" to display "3.5 meters" or #.# \m to display "3.5 m". - Text and Text - To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (" "), and then add an at sign (@). For example, enter "Total for "@ to display "Total for December". - Spaces - To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, _M creates a wider space than _i. - Color - To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]: - - - - CYAN - - - GREEN - - - - - BLACK - - - BLUE - - - - - MAGENTA - - - RED - - - - - WHITE - - - YELLOW - - -
- - Conditions - Conditional Brackets - You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]. - You can use any combination of numbers and the <, <=, >, >=, = and <> operators. - For example, if you want to apply different colors to different temperature data, enter: - [BLUE][<0]#,0 "°C";[RED][>30]#,0 "°C";[BLACK]#,0 "°C" - All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red. - Positive and Negative Numbers - To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format: - "plus" 0;"minus" 0;"null" 0 - Percentages and Scientific Notation - Percentages - To display numbers as percentages, add the percent sign (%) to the number format. - Scientific Notation - Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc.In %PRODUCTNAME, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+. - Number Format Codes of Currency Formats - The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros).Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. - You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the Language list on the Numbers tab of the Format Cells dialog. - - Date and Time Formats - Date Formats - To display days, months and years, use the following number format codes. - Not all format codes give meaningful results for all languages. - - - - Format - - - Format Code - - - - - Month as 3. - - - M - - - - - Month as 03. - - - MM - - - - - Month as Jan-Dec - - - MMM - - - - - Month as January-December - - - MMMM - - - - - First letter of Name of Month - - - MMMMM - - - - - Day as 2 - - - D - - - - - Day as 02 - - - DD - - - - - Day as Sun-Sat - - - NN or DDD - - - - - Day as Sunday to Saturday - - - NNN or DDDD - - - - - Day followed by comma, as in "Sunday," - - - NNNN - - - - - Year as 00-99 - - - YY - - - - - Year as 1900-2078 - - - YYYY - - - - - Calendar week - - - WW - - - - - Quarterly as Q1 to Q4 - - - Q - - - - - Quarterly as 1st quarter to 4th quarter - - - QQ - - - - - Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H) - - - G - - - - - Era, abbreviation - - - GG - - - - - Era, full name - - - GGG - - - - - Number of the year within an era, without a leading zero for single-digit years - - - E - - - - - Number of the year within an era, with a leading zero for single-digit years - - - EE or R - - - - - Era, full name and year - - - RR or GGGEE - - -
- - The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale. - For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences. - - - - Locale - - - Year - - - Month - - - Day - - - Hour - - - Day Of Week - - - Era - - - - - English - en - and all not listed locales - - - Y - - - M - - - D - - - H - - - A - - - G - - - - - German - de - - - J - - - - - T - - - - - - - - - - - Netherlands - nl - - - J - - - - - - - U - - - - - - - - - French - fr - - - A - - - - - J - - - - - O - - - - - - - Italian - it - - - A - - - - - G - - - - - O - - - X - - - - - Portuguese - pt - - - A - - - - - - - - - O - - - - - - - Spanish - es - - - A - - - - - - - - - O - - - - - - - Danish - da - - - - - - - - - T - - - - - - - - - Norwegian - no, nb, nn - - - - - - - - - T - - - - - - - - - Swedish - sv - - - - - - - - - T - - - - - - - - - Finnish - fi - - - V - - - K - - - P - - - T - - - - - - -
+Number format codes can consist of up to three sections separated by a semicolon (;). + + +In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values. + + +In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero. + + + + +You can also assign conditions to the three sections, so that the format is only applied if a condition is met. + + +Decimal Places and Significant Digits +Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. +Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers. +If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code: + + + +Placeholders + + +Explanation + + + + +# + + +Does not display extra zeros. + + + + +0 (Zero) + + +Displays extra zeros if the number has less places than zeros in the format. + + +
- Entering Dates - To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002. - All date formats are dependent on the locale that is set in Tools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar. - To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY. - - - - Modifier - - - Calendar - - - - - [~buddhist] - - - Thai Buddhist Calendar - - - - - [~gengou] - - - Japanese Gengou Calendar - - - - - [~gregorian] - - - Gregorian Calendar - - - - - [~hanja] or [~hanja_yoil] - - - Korean Calendar - - - - - [~hijri] - - - Arabic Islamic Calendar, currently supported for the following locales: ar_EG, ar_LB, ar_SA, and ar_TN - - - - - [~jewish] - - - Jewish Calendar - - - - - [~ROC] - - - Republic Of China Calendar - - -
+Examples + + + +Number Format + + +Format Code + + + + +3456.78 as 3456.8 + + +####.# + + + + +9.9 as 9.900 + + +#.000 + + + + +13 as 13.0 and 1234.567 as 1234.57 + + +#.0# + + + + +5.75 as 5 3/4 and 6.3 as 6 3/10 + + +# ???/??? + + + + +.5 as 0.5 + + +0.## + + +
Thousands Separator Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000. @@ -1352,376 +745,372 @@ - - - Initial Format - - - Result Format - - - - - Date + Date - - - Number (Days) - - - - - Date + Number - - - Date - - - - - Date + Time - - - Date&Time - - - - - Date + Date&Time - - - Number - - - - - Time + Time - - - Time - - - - - Time + Number - - - Time - - - - - Time + Date&Time - - - Date&Time - - - - - Date&Time + Date&Time - - - Time - - - - - Date&Time + Number - - - Date&Time - - - - - Number + Number - - - Number - - -
+ + +Initial Format + + +Result Format + + + + +Date + Date + + +Number (Days) + + + + +Date + Number + + +Date + + + + +Date + Time + + +Date&Time + + + + +Date + Date&Time + + +Number + + + + +Time + Time + + +Time + + + + +Time + Number + + +Time + + + + +Time + Date&Time + + +Date&Time + + + + +Date&Time + Date&Time + + +Time + + + + +Date&Time + Number + + +Date&Time + + + + +Number + Number + + +Number + + +
-The Date&Time format displays the date and time that an entry was made to a cell with this format. +The Date&Time format displays the date and time that an entry was made to a cell with this format. - In %PRODUCTNAME, a date with the value "0" corresponds to Dec 30, 1899. +In %PRODUCTNAME, a date with the value "0" corresponds to Dec 30, 1899. -Time Formats - To display hours, minutes and seconds use the following number format codes. - - - - Format - - - Format Code - - - - - Hours as 0-23 - - - h - - - - - Hours as 00-23 - - - hh - - - - - Minutes as 0-59 - - - m - - - - - Minutes as 00-59 - - - mm - - - - - Seconds as 0-59 - - - s - - - - - Seconds as 00-59 - - - ss - - -
+Time Formats +To display hours, minutes and seconds use the following number format codes. + + + +Format + + +Format Code + + + + +Hours as 0-23 + + +h + + + + +Hours as 00-23 + + +hh + + + + +Minutes as 0-59 + + +m + + + + +Minutes as 00-59 + + +mm + + + + +Seconds as 0-59 + + +s + + + + +Seconds as 00-59 + + +ss + + +
- To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter hh:mm:ss.00 to display the time as "01:02:03.45".Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. - If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SSTranslators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. - To display hours beyond 24, use the [HH]:MM:SS format. For example, the following formula ="12:34:56"+"14:00:00" displays the time in the form of "26:34:56". - Displaying Numbers Using Native Characters - To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes. - The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code: - [NatNum1][$-411]0 - In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to %PRODUCTNAME [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, %PRODUCTNAME internally maps [DBNumX] modifiers to [NatNumN] modifiers. - Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported. - [NatNum1] Transliterations - - - - Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1] - - - - - Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1] - - - - - Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1] - - - - - Thai: Thai characters - - - - - Arabic: Indic characters - - - - - Indic: Indic characters - - - - - Hebrew: Hebrew lettersUFI: api-features "Hebrew numbering" - - - - - [NatNum2] Transliteration in - - - - - Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] - - - - - Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2] - - - - - Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] - - - - - [NatNum3] Transliteration in - - - - - Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] - - - - - Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] - - - - - Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3] - - - - - [NatNum4] Transliteration in - - - - - Chinese: lower case text [DBNum1] - - - - - Japanese: modern long Kanji text [DBNum2] - - - - - Korean: formal lower case text - - - - - [NatNum5] Transliteration in - - - - - Chinese: Chinese upper case text [DBNum2] - - - - - Japanese: traditional long Kanji text [DBNum3] - - - - - Korean: formal upper case text - - - - - [NatNum6] Transliteration in - - - - - Chinese: fullwidth text [DBNum3] - - - - - Japanese: fullwidth text - - - - - Korean: fullwidth text - - - - - [NatNum7] Transliteration in - - - - - Japanese: modern short Kanji text - - - - - Korean: informal lower case text - - - - - [NatNum8] Transliteration in - - - - - Japanese: traditional short Kanji text [DBNum4] - - - - - Korean: informal upper case text - - - - - [NatNum9] Transliteration in - - - - - Korean: Hangul characters - - - - - [NatNum10] Transliteration in - - - - - Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4] - - - - - [NatNum11] Transliteration in - - - - - Korean: informal Hangul text - - -
+To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter hh:mm:ss.00 to display the time as "01:02:03.45".Translators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. +If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SSTranslators: use the decimal delimiter of your language (period or comma) for all number format codes in Calc. +Displaying Numbers Using Native Characters +To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes. +The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code: +[NatNum1][$-411]0 +In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to %PRODUCTNAME [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, %PRODUCTNAME internally maps [DBNumX] modifiers to [NatNumN] modifiers. +Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported. +[NatNum1] Transliterations + + + +Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1] + + + + +Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1] + + + + +Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1] + + + + +Thai: Thai characters + + + + +Arabic: Indic characters + + + + +Indic: Indic characters + + + + +Hebrew: Hebrew lettersUFI: api-features "Hebrew numbering" + + + + +[NatNum2] Transliteration in + + + + +Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] + + + + +Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2] + + + + +Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] + + + + +[NatNum3] Transliteration in + + + + +Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] + + + + +Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] + + + + +Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3] + + + + +[NatNum4] Transliteration in + + + + +Chinese: lower case text [DBNum1] + + + + +Japanese: modern long Kanji text [DBNum2] + + + + +Korean: formal lower case text + + + + +[NatNum5] Transliteration in + + + + +Chinese: Chinese upper case text [DBNum2] + + + + +Japanese: traditional long Kanji text [DBNum3] + + + + +Korean: formal upper case text + + + + +[NatNum6] Transliteration in + + + + +Chinese: fullwidth text [DBNum3] + + + + +Japanese: fullwidth text + + + + +Korean: fullwidth text + + + + +[NatNum7] Transliteration in + + + + +Japanese: modern short Kanji text + + + + +Korean: informal lower case text + + + + +[NatNum8] Transliteration in + + + + +Japanese: traditional short Kanji text [DBNum4] + + + + +Korean: informal upper case text + + + + +[NatNum9] Transliteration in + + + + +Korean: Hangul characters + + + + +[NatNum10] Transliteration in + + + + +Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4] + + + + +[NatNum11] Transliteration in + + + + +Korean: informal Hangul text + + +
- - \ No newline at end of file + + -- cgit