-- cgit v1.2.3 From 56eb3cafce4337016307d2df2364a41674b19ca5 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 20 Aug 2010 00:19:00 +0200 Subject: Create .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..f9ff7e2edb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/*/unxlng?? +/*/unxlng??.pro -- cgit v1.2.3 From a3124f24e43810594b72e7a26480c246be8537f3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 24 Aug 2010 17:01:38 +0200 Subject: Update .gitignore. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f9ff7e2edb..def767e592 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories /*/unxlng?? /*/unxlng??.pro + +# autoconf generated stuff +/ChangeLog +/configure -- cgit v1.2.3 -- cgit v1.2.3 From 393c98960d2405ac517b44a270e18a9abf311132 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Sep 2010 21:17:02 +0300 Subject: Update .gitignore for Windows builds --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index def767e592..50784a43df 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,5 @@ # the build directories /*/unxlng?? /*/unxlng??.pro - -# autoconf generated stuff -/ChangeLog -/configure +/*/wntmsci?? +/*/wntmsci??.pro -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From d47f173f9d7c2ad94f8ce9abba7fed26a7de1c68 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 12 Oct 2010 20:08:43 +0200 Subject: "Rename Sheet" instead of "Rename" #i115036# --- helpcontent2/source/text/scalc/guide/rename_table.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/guide/rename_table.xhp b/helpcontent2/source/text/scalc/guide/rename_table.xhp index f43a5d288f..d629b1df7e 100644 --- a/helpcontent2/source/text/scalc/guide/rename_table.xhp +++ b/helpcontent2/source/text/scalc/guide/rename_table.xhp @@ -51,7 +51,7 @@ Click the name of the sheet that you want to change. - Open the context menu and choose the Rename command. A dialog box appears where you can enter a new name. + Open the context menu and choose the Rename Sheet command. A dialog box appears where you can enter a new name. Enter a new name for the sheet and click OK. @@ -99,4 +99,4 @@ - \ No newline at end of file + -- cgit v1.2.3 From b4ee059c0899e041686b7710e56ee1954143a310 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 12 Oct 2010 20:20:26 +0200 Subject: It should be "Formulas" not "Formula" - #i115037# --- helpcontent2/source/text/scalc/guide/multioperation.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/guide/multioperation.xhp b/helpcontent2/source/text/scalc/guide/multioperation.xhp index 3c821540ae..107d3e3cca 100755 --- a/helpcontent2/source/text/scalc/guide/multioperation.xhp +++ b/helpcontent2/source/text/scalc/guide/multioperation.xhp @@ -49,7 +49,7 @@ Multiple Operations in Columns or Rows The Data - Multiple Operations command provides a planning tool for "what if" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula. -In the Formula field, enter the cell reference to the formula that applies to the data range. In the Column input cell/Row input cell field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples: +In the Formulas field, enter the cell reference to the formula that applies to the data range. In the Column input cell/Row input cell field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples: Examples You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys? @@ -105,7 +105,7 @@ Multiple Operations Across Rows and Columns -%PRODUCTNAME allows you to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula cell has to refer to both the data range arranged in rows and the one arranged in columns. Select the range defined by both data ranges and call the multiple operation dialog. Enter the reference to the formula in the Formula field. The Row input cell and the Column input cell fields are used to enter the reference to the corresponding cells of the formula. +%PRODUCTNAME allows you to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula cell has to refer to both the data range arranged in rows and the one arranged in columns. Select the range defined by both data ranges and call the multiple operation dialog. Enter the reference to the formula in the Formulas field. The Row input cell and the Column input cell fields are used to enter the reference to the corresponding cells of the formula. Calculating with Two Variables Consider columns A and B of the sample table above. You now want to vary not just the quantity produced annually, but also the selling price, and you are interested in the profit in each case. Expand the table shown above. D2 thru D11 contain the numbers 500, 1000 and so on, up to 5000. In E1 through H1 enter the numbers 8, 10, 15 and 20. -- cgit v1.2.3 From 9dc547f3e31008a264af0b44c2eafce11ca00724 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 13 Oct 2010 00:15:13 +0200 Subject: removed the unnecessary switch statement - #i115039# --- helpcontent2/source/text/shared/optionen/01030000.xhp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/helpcontent2/source/text/shared/optionen/01030000.xhp b/helpcontent2/source/text/shared/optionen/01030000.xhp index f57b9f4824..79d344000a 100755 --- a/helpcontent2/source/text/shared/optionen/01030000.xhp +++ b/helpcontent2/source/text/shared/optionen/01030000.xhp @@ -51,13 +51,9 @@ - - - - - + - \ No newline at end of file + -- cgit v1.2.3 From 4ed65cc28e633c41a40631dd8bc6cbf6d28c200e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 13 Oct 2010 10:02:01 +0200 Subject: There shoud be "Row Height" instead of "Height" - #i115044# --- helpcontent2/source/text/scalc/guide/row_height.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/scalc/guide/row_height.xhp b/helpcontent2/source/text/scalc/guide/row_height.xhp index 6b658b9403..f5a8a9a0e6 100644 --- a/helpcontent2/source/text/scalc/guide/row_height.xhp +++ b/helpcontent2/source/text/scalc/guide/row_height.xhp @@ -70,7 +70,7 @@ Start the context menu on the header at the left-hand side. -You will see the commands Height and Optimal row height. Choosing either opens a dialog. +You will see the commands Row Height and Optimal row height. Choosing either opens a dialog.
-- cgit v1.2.3 From e2ae4616e2aa8615b4affd32a49c2129a7bfc061 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 19 Oct 2010 12:49:48 +0200 Subject: corrected menu reference in help (Set->Define) #i115118# --- helpcontent2/source/text/scalc/01/04060109.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04060109.xhp b/helpcontent2/source/text/scalc/01/04060109.xhp index c7b3bc4227..3e17364ed0 100644 --- a/helpcontent2/source/text/scalc/01/04060109.xhp +++ b/helpcontent2/source/text/scalc/01/04060109.xhp @@ -218,7 +218,7 @@ =INDEX(A1:B6;0;1) returns a reference to the first column of A1:B6. - =INDEX((multi);4;1) indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under Insert - Names - Set as multi. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number 2 as the range parameter. + =INDEX((multi);4;1) indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under Insert - Names - Define as multi. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number 2 as the range parameter. =INDEX(A1:B6;1;1) indicates the value in the upper-left of the A1:B6 range. @@ -624,4 +624,4 @@
- \ No newline at end of file + -- cgit v1.2.3 From 74445b1ee200e231d8e22d86928a239f78853dc1 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 19 Oct 2010 12:57:54 +0200 Subject: fixed inconsistency between help and UI #i115119# --- helpcontent2/source/text/scalc/guide/text_rotate.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/guide/text_rotate.xhp b/helpcontent2/source/text/scalc/guide/text_rotate.xhp index 65f5fc35bc..181fa17490 100755 --- a/helpcontent2/source/text/scalc/guide/text_rotate.xhp +++ b/helpcontent2/source/text/scalc/guide/text_rotate.xhp @@ -55,7 +55,7 @@ Click the Alignment tab. - In the Text direction area use the mouse to select in the preview wheel the direction in which the text is to be rotated. Click OK. + In the Text orientation area use the mouse to select in the preview wheel the direction in which the text is to be rotated. Click OK. removed a wrong para, i104207
@@ -63,4 +63,4 @@ Format - Cells - Alignment
- \ No newline at end of file + -- cgit v1.2.3 From 1b2ce8bc64202c5d3eee98797ef297c50fd5c612 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 19 Oct 2010 13:20:08 +0200 Subject: fix inconsistency between help and UI --- helpcontent2/source/text/scalc/01/04050000.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04050000.xhp b/helpcontent2/source/text/scalc/01/04050000.xhp index d4cbb09f32..35ba7cab26 100644 --- a/helpcontent2/source/text/scalc/01/04050000.xhp +++ b/helpcontent2/source/text/scalc/01/04050000.xhp @@ -57,10 +57,10 @@ After current sheet Inserts a new sheet directly after the current sheet. -Create +Sheet Specifies whether a new sheet or an existing sheet is inserted into the document. -Create +New sheet Creates a new sheet. Enter a sheet name in the Name field. Allowed characters are letters, numbers, spaces, and the underline character. No. of Sheets -- cgit v1.2.3 From 222e2ef13023c9ff33003c6273fc38ad9595670b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 28 Oct 2010 20:51:10 +0200 Subject: documenting libreoffice.soc and tango.soc --- helpcontent2/source/text/simpress/guide/palette_files.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/simpress/guide/palette_files.xhp b/helpcontent2/source/text/simpress/guide/palette_files.xhp index 8a7e6a92b2..d3e514195c 100755 --- a/helpcontent2/source/text/simpress/guide/palette_files.xhp +++ b/helpcontent2/source/text/simpress/guide/palette_files.xhp @@ -63,9 +63,9 @@ To save a color list, click the Save Color List button, enter a filename, and then click Save. -colors; default colors +colors; default colors; LibreOffice colors; Tango colors -The CMYK list is optimized for print colors, whereas the colors in the Web and the HTML lists are optimized for displays using a resolution of 256 colors. +The CMYK list is optimized for print colors. The colors in the Web and the HTML lists are optimized for displays using a resolution of 256 colors. The palettes libreoffice.soc and tango.soc contain the official LibreOffice and Tango colors respectively. To load a gradient list: -- cgit v1.2.3 From c85e98534260c57e3f10f2047a55410cd203b360 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 3 Nov 2010 13:37:35 +0200 Subject: Munge font preferences Do permanently what bin/help-font-munge does, so we don't need to call that any more each time when building. --- helpcontent2/source/auxiliary/af/default.css | 4 +- helpcontent2/source/auxiliary/af/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/af/highcontrast2.css | 4 +- .../source/auxiliary/af/highcontrastblack.css | 4 +- .../source/auxiliary/af/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ar/default.css | 4 +- helpcontent2/source/auxiliary/ar/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ar/highcontrast2.css | 4 +- .../source/auxiliary/ar/highcontrastblack.css | 4 +- .../source/auxiliary/ar/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/be-BY/default.css | 4 +- .../source/auxiliary/be-BY/highcontrast1.css | 4 +- .../source/auxiliary/be-BY/highcontrast2.css | 4 +- .../source/auxiliary/be-BY/highcontrastblack.css | 4 +- .../source/auxiliary/be-BY/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/bg/default.css | 4 +- helpcontent2/source/auxiliary/bg/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/bg/highcontrast2.css | 4 +- .../source/auxiliary/bg/highcontrastblack.css | 4 +- .../source/auxiliary/bg/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/bn/default.css | 4 +- helpcontent2/source/auxiliary/bn/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/bn/highcontrast2.css | 4 +- .../source/auxiliary/bn/highcontrastblack.css | 4 +- .../source/auxiliary/bn/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/br/default.css | 4 +- helpcontent2/source/auxiliary/br/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/br/highcontrast2.css | 4 +- .../source/auxiliary/br/highcontrastblack.css | 4 +- .../source/auxiliary/br/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/brx/default.css | 4 +- .../source/auxiliary/brx/highcontrast1.css | 4 +- .../source/auxiliary/brx/highcontrast2.css | 4 +- .../source/auxiliary/brx/highcontrastblack.css | 4 +- .../source/auxiliary/brx/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/bs/default.css | 4 +- helpcontent2/source/auxiliary/bs/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/bs/highcontrast2.css | 4 +- .../source/auxiliary/bs/highcontrastblack.css | 4 +- .../source/auxiliary/bs/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ca-XV/default.css | 4 +- .../source/auxiliary/ca-XV/highcontrast1.css | 4 +- .../source/auxiliary/ca-XV/highcontrast2.css | 4 +- .../source/auxiliary/ca-XV/highcontrastblack.css | 4 +- .../source/auxiliary/ca-XV/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ca/default.css | 4 +- helpcontent2/source/auxiliary/ca/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ca/highcontrast2.css | 4 +- .../source/auxiliary/ca/highcontrastblack.css | 4 +- .../source/auxiliary/ca/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/cs/default.css | 4 +- helpcontent2/source/auxiliary/cs/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/cs/highcontrast2.css | 4 +- .../source/auxiliary/cs/highcontrastblack.css | 4 +- .../source/auxiliary/cs/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/cy/default.css | 4 +- helpcontent2/source/auxiliary/cy/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/cy/highcontrast2.css | 4 +- .../source/auxiliary/cy/highcontrastblack.css | 4 +- .../source/auxiliary/cy/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/da/default.css | 4 +- helpcontent2/source/auxiliary/da/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/da/highcontrast2.css | 4 +- .../source/auxiliary/da/highcontrastblack.css | 4 +- .../source/auxiliary/da/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/de/default.css | 4 +- helpcontent2/source/auxiliary/de/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/de/highcontrast2.css | 4 +- .../source/auxiliary/de/highcontrastblack.css | 4 +- .../source/auxiliary/de/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/dgo/default.css | 4 +- .../source/auxiliary/dgo/highcontrast1.css | 4 +- .../source/auxiliary/dgo/highcontrast2.css | 4 +- .../source/auxiliary/dgo/highcontrastblack.css | 4 +- .../source/auxiliary/dgo/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/dz/default.css | 4 +- helpcontent2/source/auxiliary/dz/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/dz/highcontrast2.css | 4 +- .../source/auxiliary/dz/highcontrastblack.css | 4 +- .../source/auxiliary/dz/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/en-GB/default.css | 4 +- .../source/auxiliary/en-GB/highcontrast1.css | 4 +- .../source/auxiliary/en-GB/highcontrast2.css | 4 +- .../source/auxiliary/en-GB/highcontrastblack.css | 4 +- .../source/auxiliary/en-GB/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/en-US/default.css | 4 +- .../source/auxiliary/en-US/highcontrast1.css | 4 +- .../source/auxiliary/en-US/highcontrast2.css | 4 +- .../source/auxiliary/en-US/highcontrastblack.css | 4 +- .../source/auxiliary/en-US/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/en-ZA/default.css | 4 +- .../source/auxiliary/en-ZA/highcontrast1.css | 4 +- .../source/auxiliary/en-ZA/highcontrast2.css | 4 +- .../source/auxiliary/en-ZA/highcontrastblack.css | 4 +- .../source/auxiliary/en-ZA/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/eo/default.css | 4 +- helpcontent2/source/auxiliary/eo/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/eo/highcontrast2.css | 4 +- .../source/auxiliary/eo/highcontrastblack.css | 4 +- .../source/auxiliary/eo/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/es/default.css | 4 +- helpcontent2/source/auxiliary/es/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/es/highcontrast2.css | 4 +- .../source/auxiliary/es/highcontrastblack.css | 4 +- .../source/auxiliary/es/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/et/default.css | 4 +- helpcontent2/source/auxiliary/et/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/et/highcontrast2.css | 4 +- .../source/auxiliary/et/highcontrastblack.css | 4 +- .../source/auxiliary/et/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/eu/default.css | 4 +- helpcontent2/source/auxiliary/eu/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/eu/highcontrast2.css | 4 +- .../source/auxiliary/eu/highcontrastblack.css | 4 +- .../source/auxiliary/eu/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/fa/default.css | 4 +- helpcontent2/source/auxiliary/fa/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/fa/highcontrast2.css | 4 +- .../source/auxiliary/fa/highcontrastblack.css | 4 +- .../source/auxiliary/fa/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/fi/default.css | 4 +- helpcontent2/source/auxiliary/fi/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/fi/highcontrast2.css | 4 +- .../source/auxiliary/fi/highcontrastblack.css | 4 +- .../source/auxiliary/fi/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/fr/default.css | 4 +- helpcontent2/source/auxiliary/fr/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/fr/highcontrast2.css | 4 +- .../source/auxiliary/fr/highcontrastblack.css | 4 +- .../source/auxiliary/fr/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ga/default.css | 4 +- helpcontent2/source/auxiliary/ga/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ga/highcontrast2.css | 4 +- .../source/auxiliary/ga/highcontrastblack.css | 4 +- .../source/auxiliary/ga/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/gl/default.css | 4 +- helpcontent2/source/auxiliary/gl/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/gl/highcontrast2.css | 4 +- .../source/auxiliary/gl/highcontrastblack.css | 4 +- .../source/auxiliary/gl/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/gu/default.css | 4 +- helpcontent2/source/auxiliary/gu/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/gu/highcontrast2.css | 4 +- .../source/auxiliary/gu/highcontrastblack.css | 4 +- .../source/auxiliary/gu/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/he/default.css | 4 +- helpcontent2/source/auxiliary/he/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/he/highcontrast2.css | 4 +- .../source/auxiliary/he/highcontrastblack.css | 4 +- .../source/auxiliary/he/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/hi/default.css | 4 +- helpcontent2/source/auxiliary/hi/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/hi/highcontrast2.css | 4 +- .../source/auxiliary/hi/highcontrastblack.css | 4 +- .../source/auxiliary/hi/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/hr/default.css | 4 +- helpcontent2/source/auxiliary/hr/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/hr/highcontrast2.css | 4 +- .../source/auxiliary/hr/highcontrastblack.css | 4 +- .../source/auxiliary/hr/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/hu/default.css | 4 +- helpcontent2/source/auxiliary/hu/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/hu/highcontrast2.css | 4 +- .../source/auxiliary/hu/highcontrastblack.css | 4 +- .../source/auxiliary/hu/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/it/default.css | 4 +- helpcontent2/source/auxiliary/it/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/it/highcontrast2.css | 4 +- .../source/auxiliary/it/highcontrastblack.css | 4 +- .../source/auxiliary/it/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ka/default.css | 4 +- helpcontent2/source/auxiliary/ka/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ka/highcontrast2.css | 4 +- .../source/auxiliary/ka/highcontrastblack.css | 4 +- .../source/auxiliary/ka/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/kid/default.css | 4 +- .../source/auxiliary/kid/highcontrast1.css | 4 +- .../source/auxiliary/kid/highcontrast2.css | 4 +- .../source/auxiliary/kid/highcontrastblack.css | 4 +- .../source/auxiliary/kid/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/kk/default.css | 4 +- helpcontent2/source/auxiliary/kk/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/kk/highcontrast2.css | 4 +- .../source/auxiliary/kk/highcontrastblack.css | 4 +- .../source/auxiliary/kk/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/km/default.css | 4 +- helpcontent2/source/auxiliary/km/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/km/highcontrast2.css | 4 +- .../source/auxiliary/km/highcontrastblack.css | 4 +- .../source/auxiliary/km/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ko/default.css | 4 +- helpcontent2/source/auxiliary/ko/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ko/highcontrast2.css | 4 +- .../source/auxiliary/ko/highcontrastblack.css | 4 +- .../source/auxiliary/ko/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/kok/default.css | 4 +- .../source/auxiliary/kok/highcontrast1.css | 4 +- .../source/auxiliary/kok/highcontrast2.css | 4 +- .../source/auxiliary/kok/highcontrastblack.css | 4 +- .../source/auxiliary/kok/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ks/default.css | 4 +- helpcontent2/source/auxiliary/ks/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ks/highcontrast2.css | 4 +- .../source/auxiliary/ks/highcontrastblack.css | 4 +- .../source/auxiliary/ks/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ku/default.css | 4 +- helpcontent2/source/auxiliary/ku/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ku/highcontrast2.css | 4 +- .../source/auxiliary/ku/highcontrastblack.css | 4 +- .../source/auxiliary/ku/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/lt/default.css | 4 +- helpcontent2/source/auxiliary/lt/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/lt/highcontrast2.css | 4 +- .../source/auxiliary/lt/highcontrastblack.css | 4 +- .../source/auxiliary/lt/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/mai/default.css | 4 +- .../source/auxiliary/mai/highcontrast1.css | 4 +- .../source/auxiliary/mai/highcontrast2.css | 4 +- .../source/auxiliary/mai/highcontrastblack.css | 4 +- .../source/auxiliary/mai/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/mk/default.css | 4 +- helpcontent2/source/auxiliary/mk/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/mk/highcontrast2.css | 4 +- .../source/auxiliary/mk/highcontrastblack.css | 4 +- .../source/auxiliary/mk/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/mn/default.css | 4 +- helpcontent2/source/auxiliary/mn/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/mn/highcontrast2.css | 4 +- .../source/auxiliary/mn/highcontrastblack.css | 4 +- .../source/auxiliary/mn/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/mni/default.css | 4 +- .../source/auxiliary/mni/highcontrast1.css | 4 +- .../source/auxiliary/mni/highcontrast2.css | 4 +- .../source/auxiliary/mni/highcontrastblack.css | 4 +- .../source/auxiliary/mni/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/my/default.css | 4 +- helpcontent2/source/auxiliary/my/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/my/highcontrast2.css | 4 +- .../source/auxiliary/my/highcontrastblack.css | 4 +- .../source/auxiliary/my/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/nb/default.css | 4 +- helpcontent2/source/auxiliary/nb/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/nb/highcontrast2.css | 4 +- .../source/auxiliary/nb/highcontrastblack.css | 4 +- .../source/auxiliary/nb/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ne/default.css | 4 +- helpcontent2/source/auxiliary/ne/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ne/highcontrast2.css | 4 +- .../source/auxiliary/ne/highcontrastblack.css | 4 +- .../source/auxiliary/ne/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/nl/default.css | 4 +- helpcontent2/source/auxiliary/nl/highcontrast1.css | 174 ++++++++++----------- helpcontent2/source/auxiliary/nl/highcontrast2.css | 174 ++++++++++----------- .../source/auxiliary/nl/highcontrastblack.css | 174 ++++++++++----------- .../source/auxiliary/nl/highcontrastwhite.css | 174 ++++++++++----------- helpcontent2/source/auxiliary/nn/default.css | 4 +- helpcontent2/source/auxiliary/nn/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/nn/highcontrast2.css | 4 +- .../source/auxiliary/nn/highcontrastblack.css | 4 +- .../source/auxiliary/nn/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/nr/default.css | 4 +- helpcontent2/source/auxiliary/nr/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/nr/highcontrast2.css | 4 +- .../source/auxiliary/nr/highcontrastblack.css | 4 +- .../source/auxiliary/nr/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ns/default.css | 4 +- helpcontent2/source/auxiliary/ns/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ns/highcontrast2.css | 4 +- .../source/auxiliary/ns/highcontrastblack.css | 4 +- .../source/auxiliary/ns/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/oc/default.css | 4 +- helpcontent2/source/auxiliary/oc/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/oc/highcontrast2.css | 4 +- .../source/auxiliary/oc/highcontrastblack.css | 4 +- .../source/auxiliary/oc/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/om/default.css | 4 +- helpcontent2/source/auxiliary/om/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/om/highcontrast2.css | 4 +- .../source/auxiliary/om/highcontrastblack.css | 4 +- .../source/auxiliary/om/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/pa-IN/default.css | 4 +- .../source/auxiliary/pa-IN/highcontrast1.css | 4 +- .../source/auxiliary/pa-IN/highcontrast2.css | 4 +- .../source/auxiliary/pa-IN/highcontrastblack.css | 4 +- .../source/auxiliary/pa-IN/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/pl/default.css | 4 +- helpcontent2/source/auxiliary/pl/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/pl/highcontrast2.css | 4 +- .../source/auxiliary/pl/highcontrastblack.css | 4 +- .../source/auxiliary/pl/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/pt-BR/default.css | 4 +- .../source/auxiliary/pt-BR/highcontrast1.css | 4 +- .../source/auxiliary/pt-BR/highcontrast2.css | 4 +- .../source/auxiliary/pt-BR/highcontrastblack.css | 4 +- .../source/auxiliary/pt-BR/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/pt/default.css | 4 +- helpcontent2/source/auxiliary/pt/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/pt/highcontrast2.css | 4 +- .../source/auxiliary/pt/highcontrastblack.css | 4 +- .../source/auxiliary/pt/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ru/default.css | 4 +- helpcontent2/source/auxiliary/ru/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ru/highcontrast2.css | 4 +- .../source/auxiliary/ru/highcontrastblack.css | 4 +- .../source/auxiliary/ru/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/rw/default.css | 4 +- helpcontent2/source/auxiliary/rw/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/rw/highcontrast2.css | 4 +- .../source/auxiliary/rw/highcontrastblack.css | 4 +- .../source/auxiliary/rw/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sa-IN/default.css | 4 +- .../source/auxiliary/sa-IN/highcontrast1.css | 4 +- .../source/auxiliary/sa-IN/highcontrast2.css | 4 +- .../source/auxiliary/sa-IN/highcontrastblack.css | 4 +- .../source/auxiliary/sa-IN/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sat/default.css | 4 +- .../source/auxiliary/sat/highcontrast1.css | 4 +- .../source/auxiliary/sat/highcontrast2.css | 4 +- .../source/auxiliary/sat/highcontrastblack.css | 4 +- .../source/auxiliary/sat/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sd/default.css | 4 +- helpcontent2/source/auxiliary/sd/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sd/highcontrast2.css | 4 +- .../source/auxiliary/sd/highcontrastblack.css | 4 +- .../source/auxiliary/sd/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sh/default.css | 4 +- helpcontent2/source/auxiliary/sh/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sh/highcontrast2.css | 4 +- .../source/auxiliary/sh/highcontrastblack.css | 4 +- .../source/auxiliary/sh/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sk/default.css | 4 +- helpcontent2/source/auxiliary/sk/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sk/highcontrast2.css | 4 +- .../source/auxiliary/sk/highcontrastblack.css | 4 +- .../source/auxiliary/sk/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sl/default.css | 4 +- helpcontent2/source/auxiliary/sl/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sl/highcontrast2.css | 4 +- .../source/auxiliary/sl/highcontrastblack.css | 4 +- .../source/auxiliary/sl/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sq/default.css | 4 +- helpcontent2/source/auxiliary/sq/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sq/highcontrast2.css | 4 +- .../source/auxiliary/sq/highcontrastblack.css | 4 +- .../source/auxiliary/sq/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sr/default.css | 4 +- helpcontent2/source/auxiliary/sr/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sr/highcontrast2.css | 4 +- .../source/auxiliary/sr/highcontrastblack.css | 4 +- .../source/auxiliary/sr/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ss/default.css | 4 +- helpcontent2/source/auxiliary/ss/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ss/highcontrast2.css | 4 +- .../source/auxiliary/ss/highcontrastblack.css | 4 +- .../source/auxiliary/ss/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/st/default.css | 4 +- helpcontent2/source/auxiliary/st/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/st/highcontrast2.css | 4 +- .../source/auxiliary/st/highcontrastblack.css | 4 +- .../source/auxiliary/st/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sv/default.css | 4 +- helpcontent2/source/auxiliary/sv/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/sv/highcontrast2.css | 4 +- .../source/auxiliary/sv/highcontrastblack.css | 4 +- .../source/auxiliary/sv/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/sw-TZ/default.css | 4 +- .../source/auxiliary/sw-TZ/highcontrast1.css | 4 +- .../source/auxiliary/sw-TZ/highcontrast2.css | 4 +- .../source/auxiliary/sw-TZ/highcontrastblack.css | 4 +- .../source/auxiliary/sw-TZ/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ta/default.css | 4 +- helpcontent2/source/auxiliary/ta/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ta/highcontrast2.css | 4 +- .../source/auxiliary/ta/highcontrastblack.css | 4 +- .../source/auxiliary/ta/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/tg/default.css | 4 +- helpcontent2/source/auxiliary/tg/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/tg/highcontrast2.css | 4 +- .../source/auxiliary/tg/highcontrastblack.css | 4 +- .../source/auxiliary/tg/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/th/default.css | 4 +- helpcontent2/source/auxiliary/th/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/th/highcontrast2.css | 4 +- .../source/auxiliary/th/highcontrastblack.css | 4 +- .../source/auxiliary/th/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/tn/default.css | 4 +- helpcontent2/source/auxiliary/tn/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/tn/highcontrast2.css | 4 +- .../source/auxiliary/tn/highcontrastblack.css | 4 +- .../source/auxiliary/tn/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/tr/default.css | 4 +- helpcontent2/source/auxiliary/tr/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/tr/highcontrast2.css | 4 +- .../source/auxiliary/tr/highcontrastblack.css | 4 +- .../source/auxiliary/tr/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ts/default.css | 4 +- helpcontent2/source/auxiliary/ts/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ts/highcontrast2.css | 4 +- .../source/auxiliary/ts/highcontrastblack.css | 4 +- .../source/auxiliary/ts/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/uk/default.css | 4 +- helpcontent2/source/auxiliary/uk/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/uk/highcontrast2.css | 4 +- .../source/auxiliary/uk/highcontrastblack.css | 4 +- .../source/auxiliary/uk/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/uz/default.css | 4 +- helpcontent2/source/auxiliary/uz/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/uz/highcontrast2.css | 4 +- .../source/auxiliary/uz/highcontrastblack.css | 4 +- .../source/auxiliary/uz/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/ve/default.css | 4 +- helpcontent2/source/auxiliary/ve/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/ve/highcontrast2.css | 4 +- .../source/auxiliary/ve/highcontrastblack.css | 4 +- .../source/auxiliary/ve/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/vi/default.css | 4 +- helpcontent2/source/auxiliary/vi/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/vi/highcontrast2.css | 4 +- .../source/auxiliary/vi/highcontrastblack.css | 4 +- .../source/auxiliary/vi/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/xh/default.css | 4 +- helpcontent2/source/auxiliary/xh/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/xh/highcontrast2.css | 4 +- .../source/auxiliary/xh/highcontrastblack.css | 4 +- .../source/auxiliary/xh/highcontrastwhite.css | 4 +- helpcontent2/source/auxiliary/zh-CN/default.css | 2 +- .../source/auxiliary/zh-CN/highcontrast1.css | 2 +- .../source/auxiliary/zh-CN/highcontrast2.css | 2 +- .../source/auxiliary/zh-CN/highcontrastblack.css | 2 +- .../source/auxiliary/zh-CN/highcontrastwhite.css | 2 +- helpcontent2/source/auxiliary/zh-TW/default.css | 2 +- .../source/auxiliary/zh-TW/highcontrast1.css | 2 +- .../source/auxiliary/zh-TW/highcontrast2.css | 2 +- .../source/auxiliary/zh-TW/highcontrastblack.css | 2 +- .../source/auxiliary/zh-TW/highcontrastwhite.css | 2 +- helpcontent2/source/auxiliary/zu/default.css | 4 +- helpcontent2/source/auxiliary/zu/highcontrast1.css | 4 +- helpcontent2/source/auxiliary/zu/highcontrast2.css | 4 +- .../source/auxiliary/zu/highcontrastblack.css | 4 +- .../source/auxiliary/zu/highcontrastwhite.css | 4 +- 440 files changed, 1206 insertions(+), 1214 deletions(-) diff --git a/helpcontent2/source/auxiliary/af/default.css b/helpcontent2/source/auxiliary/af/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/af/default.css +++ b/helpcontent2/source/auxiliary/af/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/af/highcontrast1.css b/helpcontent2/source/auxiliary/af/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/af/highcontrast1.css +++ b/helpcontent2/source/auxiliary/af/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/af/highcontrast2.css b/helpcontent2/source/auxiliary/af/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/af/highcontrast2.css +++ b/helpcontent2/source/auxiliary/af/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/af/highcontrastblack.css b/helpcontent2/source/auxiliary/af/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/af/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/af/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/af/highcontrastwhite.css b/helpcontent2/source/auxiliary/af/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/af/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/af/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ar/default.css b/helpcontent2/source/auxiliary/ar/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ar/default.css +++ b/helpcontent2/source/auxiliary/ar/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ar/highcontrast1.css b/helpcontent2/source/auxiliary/ar/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ar/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ar/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ar/highcontrast2.css b/helpcontent2/source/auxiliary/ar/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ar/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ar/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ar/highcontrastblack.css b/helpcontent2/source/auxiliary/ar/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ar/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ar/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ar/highcontrastwhite.css b/helpcontent2/source/auxiliary/ar/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ar/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ar/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/be-BY/default.css b/helpcontent2/source/auxiliary/be-BY/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/be-BY/default.css +++ b/helpcontent2/source/auxiliary/be-BY/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrast1.css b/helpcontent2/source/auxiliary/be-BY/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/be-BY/highcontrast1.css +++ b/helpcontent2/source/auxiliary/be-BY/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrast2.css b/helpcontent2/source/auxiliary/be-BY/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/be-BY/highcontrast2.css +++ b/helpcontent2/source/auxiliary/be-BY/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css b/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css b/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bg/default.css b/helpcontent2/source/auxiliary/bg/default.css index ebc386f7ac..a9d1afa3c1 100755 --- a/helpcontent2/source/auxiliary/bg/default.css +++ b/helpcontent2/source/auxiliary/bg/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/bg/highcontrast1.css b/helpcontent2/source/auxiliary/bg/highcontrast1.css index 4dac4e7315..3b9aeb80fa 100755 --- a/helpcontent2/source/auxiliary/bg/highcontrast1.css +++ b/helpcontent2/source/auxiliary/bg/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bg/highcontrast2.css b/helpcontent2/source/auxiliary/bg/highcontrast2.css index f425176059..6c38ae8ce4 100755 --- a/helpcontent2/source/auxiliary/bg/highcontrast2.css +++ b/helpcontent2/source/auxiliary/bg/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bg/highcontrastblack.css b/helpcontent2/source/auxiliary/bg/highcontrastblack.css index 4e4eeddc92..9415ef8c2c 100755 --- a/helpcontent2/source/auxiliary/bg/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/bg/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bg/highcontrastwhite.css b/helpcontent2/source/auxiliary/bg/highcontrastwhite.css index 88e5a50972..336ca3fde2 100755 --- a/helpcontent2/source/auxiliary/bg/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/bg/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bn/default.css b/helpcontent2/source/auxiliary/bn/default.css index 16b38e6889..aba9c493e1 100755 --- a/helpcontent2/source/auxiliary/bn/default.css +++ b/helpcontent2/source/auxiliary/bn/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/bn/highcontrast1.css b/helpcontent2/source/auxiliary/bn/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/bn/highcontrast1.css +++ b/helpcontent2/source/auxiliary/bn/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bn/highcontrast2.css b/helpcontent2/source/auxiliary/bn/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/bn/highcontrast2.css +++ b/helpcontent2/source/auxiliary/bn/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bn/highcontrastblack.css b/helpcontent2/source/auxiliary/bn/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/bn/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/bn/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bn/highcontrastwhite.css b/helpcontent2/source/auxiliary/bn/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/bn/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/bn/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/br/default.css b/helpcontent2/source/auxiliary/br/default.css index ebc386f7ac..a9d1afa3c1 100755 --- a/helpcontent2/source/auxiliary/br/default.css +++ b/helpcontent2/source/auxiliary/br/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/br/highcontrast1.css b/helpcontent2/source/auxiliary/br/highcontrast1.css index 4dac4e7315..3b9aeb80fa 100755 --- a/helpcontent2/source/auxiliary/br/highcontrast1.css +++ b/helpcontent2/source/auxiliary/br/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/br/highcontrast2.css b/helpcontent2/source/auxiliary/br/highcontrast2.css index f425176059..6c38ae8ce4 100755 --- a/helpcontent2/source/auxiliary/br/highcontrast2.css +++ b/helpcontent2/source/auxiliary/br/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/br/highcontrastblack.css b/helpcontent2/source/auxiliary/br/highcontrastblack.css index 4e4eeddc92..9415ef8c2c 100755 --- a/helpcontent2/source/auxiliary/br/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/br/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/br/highcontrastwhite.css b/helpcontent2/source/auxiliary/br/highcontrastwhite.css index 88e5a50972..336ca3fde2 100755 --- a/helpcontent2/source/auxiliary/br/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/br/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/brx/default.css b/helpcontent2/source/auxiliary/brx/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/brx/default.css +++ b/helpcontent2/source/auxiliary/brx/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/brx/highcontrast1.css b/helpcontent2/source/auxiliary/brx/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/brx/highcontrast1.css +++ b/helpcontent2/source/auxiliary/brx/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/brx/highcontrast2.css b/helpcontent2/source/auxiliary/brx/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/brx/highcontrast2.css +++ b/helpcontent2/source/auxiliary/brx/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/brx/highcontrastblack.css b/helpcontent2/source/auxiliary/brx/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/brx/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/brx/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/brx/highcontrastwhite.css b/helpcontent2/source/auxiliary/brx/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/brx/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/brx/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bs/default.css b/helpcontent2/source/auxiliary/bs/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/bs/default.css +++ b/helpcontent2/source/auxiliary/bs/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/bs/highcontrast1.css b/helpcontent2/source/auxiliary/bs/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/bs/highcontrast1.css +++ b/helpcontent2/source/auxiliary/bs/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bs/highcontrast2.css b/helpcontent2/source/auxiliary/bs/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/bs/highcontrast2.css +++ b/helpcontent2/source/auxiliary/bs/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bs/highcontrastblack.css b/helpcontent2/source/auxiliary/bs/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/bs/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/bs/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/bs/highcontrastwhite.css b/helpcontent2/source/auxiliary/bs/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/bs/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/bs/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca-XV/default.css b/helpcontent2/source/auxiliary/ca-XV/default.css index 39c0e7c100..28ca685c53 100644 --- a/helpcontent2/source/auxiliary/ca-XV/default.css +++ b/helpcontent2/source/auxiliary/ca-XV/default.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ca-XV/highcontrast1.css b/helpcontent2/source/auxiliary/ca-XV/highcontrast1.css index 7ab33fbbbb..750889d59a 100644 --- a/helpcontent2/source/auxiliary/ca-XV/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ca-XV/highcontrast1.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca-XV/highcontrast2.css b/helpcontent2/source/auxiliary/ca-XV/highcontrast2.css index 930dfe9605..a539032262 100644 --- a/helpcontent2/source/auxiliary/ca-XV/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ca-XV/highcontrast2.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca-XV/highcontrastblack.css b/helpcontent2/source/auxiliary/ca-XV/highcontrastblack.css index 63732b88ff..4a8537e5f2 100644 --- a/helpcontent2/source/auxiliary/ca-XV/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ca-XV/highcontrastblack.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca-XV/highcontrastwhite.css b/helpcontent2/source/auxiliary/ca-XV/highcontrastwhite.css index e3743341a0..58d6f9eebd 100644 --- a/helpcontent2/source/auxiliary/ca-XV/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ca-XV/highcontrastwhite.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca/default.css b/helpcontent2/source/auxiliary/ca/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ca/default.css +++ b/helpcontent2/source/auxiliary/ca/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ca/highcontrast1.css b/helpcontent2/source/auxiliary/ca/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ca/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ca/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca/highcontrast2.css b/helpcontent2/source/auxiliary/ca/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ca/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ca/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca/highcontrastblack.css b/helpcontent2/source/auxiliary/ca/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ca/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ca/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ca/highcontrastwhite.css b/helpcontent2/source/auxiliary/ca/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ca/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ca/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cs/default.css b/helpcontent2/source/auxiliary/cs/default.css index b67f98d9b4..a1c6590831 100755 --- a/helpcontent2/source/auxiliary/cs/default.css +++ b/helpcontent2/source/auxiliary/cs/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/cs/highcontrast1.css b/helpcontent2/source/auxiliary/cs/highcontrast1.css index a94f7f61bc..11860c0592 100755 --- a/helpcontent2/source/auxiliary/cs/highcontrast1.css +++ b/helpcontent2/source/auxiliary/cs/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cs/highcontrast2.css b/helpcontent2/source/auxiliary/cs/highcontrast2.css index 79a5e37788..fbd036b564 100755 --- a/helpcontent2/source/auxiliary/cs/highcontrast2.css +++ b/helpcontent2/source/auxiliary/cs/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cs/highcontrastblack.css b/helpcontent2/source/auxiliary/cs/highcontrastblack.css index b65e0ef005..29dd2c4614 100755 --- a/helpcontent2/source/auxiliary/cs/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/cs/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cs/highcontrastwhite.css b/helpcontent2/source/auxiliary/cs/highcontrastwhite.css index ba6e13dada..89ad66c9e1 100755 --- a/helpcontent2/source/auxiliary/cs/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/cs/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cy/default.css b/helpcontent2/source/auxiliary/cy/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/cy/default.css +++ b/helpcontent2/source/auxiliary/cy/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/cy/highcontrast1.css b/helpcontent2/source/auxiliary/cy/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/cy/highcontrast1.css +++ b/helpcontent2/source/auxiliary/cy/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cy/highcontrast2.css b/helpcontent2/source/auxiliary/cy/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/cy/highcontrast2.css +++ b/helpcontent2/source/auxiliary/cy/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cy/highcontrastblack.css b/helpcontent2/source/auxiliary/cy/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/cy/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/cy/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/cy/highcontrastwhite.css b/helpcontent2/source/auxiliary/cy/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/cy/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/cy/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/da/default.css b/helpcontent2/source/auxiliary/da/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/da/default.css +++ b/helpcontent2/source/auxiliary/da/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/da/highcontrast1.css b/helpcontent2/source/auxiliary/da/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/da/highcontrast1.css +++ b/helpcontent2/source/auxiliary/da/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/da/highcontrast2.css b/helpcontent2/source/auxiliary/da/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/da/highcontrast2.css +++ b/helpcontent2/source/auxiliary/da/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/da/highcontrastblack.css b/helpcontent2/source/auxiliary/da/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/da/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/da/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/da/highcontrastwhite.css b/helpcontent2/source/auxiliary/da/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/da/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/da/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/de/default.css b/helpcontent2/source/auxiliary/de/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/de/default.css +++ b/helpcontent2/source/auxiliary/de/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/de/highcontrast1.css b/helpcontent2/source/auxiliary/de/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/de/highcontrast1.css +++ b/helpcontent2/source/auxiliary/de/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/de/highcontrast2.css b/helpcontent2/source/auxiliary/de/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/de/highcontrast2.css +++ b/helpcontent2/source/auxiliary/de/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/de/highcontrastblack.css b/helpcontent2/source/auxiliary/de/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/de/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/de/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/de/highcontrastwhite.css b/helpcontent2/source/auxiliary/de/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/de/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/de/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dgo/default.css b/helpcontent2/source/auxiliary/dgo/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/dgo/default.css +++ b/helpcontent2/source/auxiliary/dgo/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/dgo/highcontrast1.css b/helpcontent2/source/auxiliary/dgo/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/dgo/highcontrast1.css +++ b/helpcontent2/source/auxiliary/dgo/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dgo/highcontrast2.css b/helpcontent2/source/auxiliary/dgo/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/dgo/highcontrast2.css +++ b/helpcontent2/source/auxiliary/dgo/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dgo/highcontrastblack.css b/helpcontent2/source/auxiliary/dgo/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/dgo/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/dgo/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css b/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dz/default.css b/helpcontent2/source/auxiliary/dz/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/dz/default.css +++ b/helpcontent2/source/auxiliary/dz/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/dz/highcontrast1.css b/helpcontent2/source/auxiliary/dz/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/dz/highcontrast1.css +++ b/helpcontent2/source/auxiliary/dz/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dz/highcontrast2.css b/helpcontent2/source/auxiliary/dz/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/dz/highcontrast2.css +++ b/helpcontent2/source/auxiliary/dz/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dz/highcontrastblack.css b/helpcontent2/source/auxiliary/dz/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/dz/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/dz/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/dz/highcontrastwhite.css b/helpcontent2/source/auxiliary/dz/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/dz/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/dz/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-GB/default.css b/helpcontent2/source/auxiliary/en-GB/default.css index 2fa534688a..bcdc5f4e61 100644 --- a/helpcontent2/source/auxiliary/en-GB/default.css +++ b/helpcontent2/source/auxiliary/en-GB/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/en-GB/highcontrast1.css b/helpcontent2/source/auxiliary/en-GB/highcontrast1.css index 354c383724..1b44518acd 100644 --- a/helpcontent2/source/auxiliary/en-GB/highcontrast1.css +++ b/helpcontent2/source/auxiliary/en-GB/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-GB/highcontrast2.css b/helpcontent2/source/auxiliary/en-GB/highcontrast2.css index ec2763dc2b..6f934a4196 100644 --- a/helpcontent2/source/auxiliary/en-GB/highcontrast2.css +++ b/helpcontent2/source/auxiliary/en-GB/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-GB/highcontrastblack.css b/helpcontent2/source/auxiliary/en-GB/highcontrastblack.css index e782fd491c..87c4b7e310 100644 --- a/helpcontent2/source/auxiliary/en-GB/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/en-GB/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-GB/highcontrastwhite.css b/helpcontent2/source/auxiliary/en-GB/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100644 --- a/helpcontent2/source/auxiliary/en-GB/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/en-GB/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-US/default.css b/helpcontent2/source/auxiliary/en-US/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/en-US/default.css +++ b/helpcontent2/source/auxiliary/en-US/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/en-US/highcontrast1.css b/helpcontent2/source/auxiliary/en-US/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/en-US/highcontrast1.css +++ b/helpcontent2/source/auxiliary/en-US/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-US/highcontrast2.css b/helpcontent2/source/auxiliary/en-US/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/en-US/highcontrast2.css +++ b/helpcontent2/source/auxiliary/en-US/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-US/highcontrastblack.css b/helpcontent2/source/auxiliary/en-US/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/en-US/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/en-US/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css b/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-ZA/default.css b/helpcontent2/source/auxiliary/en-ZA/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/en-ZA/default.css +++ b/helpcontent2/source/auxiliary/en-ZA/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css b/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css +++ b/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css b/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css +++ b/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css b/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css b/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eo/default.css b/helpcontent2/source/auxiliary/eo/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/eo/default.css +++ b/helpcontent2/source/auxiliary/eo/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/eo/highcontrast1.css b/helpcontent2/source/auxiliary/eo/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/eo/highcontrast1.css +++ b/helpcontent2/source/auxiliary/eo/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eo/highcontrast2.css b/helpcontent2/source/auxiliary/eo/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/eo/highcontrast2.css +++ b/helpcontent2/source/auxiliary/eo/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eo/highcontrastblack.css b/helpcontent2/source/auxiliary/eo/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/eo/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/eo/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eo/highcontrastwhite.css b/helpcontent2/source/auxiliary/eo/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/eo/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/eo/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/es/default.css b/helpcontent2/source/auxiliary/es/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/es/default.css +++ b/helpcontent2/source/auxiliary/es/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/es/highcontrast1.css b/helpcontent2/source/auxiliary/es/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/es/highcontrast1.css +++ b/helpcontent2/source/auxiliary/es/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/es/highcontrast2.css b/helpcontent2/source/auxiliary/es/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/es/highcontrast2.css +++ b/helpcontent2/source/auxiliary/es/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/es/highcontrastblack.css b/helpcontent2/source/auxiliary/es/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/es/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/es/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/es/highcontrastwhite.css b/helpcontent2/source/auxiliary/es/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/es/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/es/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/et/default.css b/helpcontent2/source/auxiliary/et/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/et/default.css +++ b/helpcontent2/source/auxiliary/et/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/et/highcontrast1.css b/helpcontent2/source/auxiliary/et/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/et/highcontrast1.css +++ b/helpcontent2/source/auxiliary/et/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/et/highcontrast2.css b/helpcontent2/source/auxiliary/et/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/et/highcontrast2.css +++ b/helpcontent2/source/auxiliary/et/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/et/highcontrastblack.css b/helpcontent2/source/auxiliary/et/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/et/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/et/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/et/highcontrastwhite.css b/helpcontent2/source/auxiliary/et/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/et/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/et/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eu/default.css b/helpcontent2/source/auxiliary/eu/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/eu/default.css +++ b/helpcontent2/source/auxiliary/eu/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/eu/highcontrast1.css b/helpcontent2/source/auxiliary/eu/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/eu/highcontrast1.css +++ b/helpcontent2/source/auxiliary/eu/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eu/highcontrast2.css b/helpcontent2/source/auxiliary/eu/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/eu/highcontrast2.css +++ b/helpcontent2/source/auxiliary/eu/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eu/highcontrastblack.css b/helpcontent2/source/auxiliary/eu/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/eu/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/eu/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/eu/highcontrastwhite.css b/helpcontent2/source/auxiliary/eu/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/eu/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/eu/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fa/default.css b/helpcontent2/source/auxiliary/fa/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/fa/default.css +++ b/helpcontent2/source/auxiliary/fa/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/fa/highcontrast1.css b/helpcontent2/source/auxiliary/fa/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/fa/highcontrast1.css +++ b/helpcontent2/source/auxiliary/fa/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fa/highcontrast2.css b/helpcontent2/source/auxiliary/fa/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/fa/highcontrast2.css +++ b/helpcontent2/source/auxiliary/fa/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fa/highcontrastblack.css b/helpcontent2/source/auxiliary/fa/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/fa/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/fa/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fa/highcontrastwhite.css b/helpcontent2/source/auxiliary/fa/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/fa/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/fa/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fi/default.css b/helpcontent2/source/auxiliary/fi/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/fi/default.css +++ b/helpcontent2/source/auxiliary/fi/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/fi/highcontrast1.css b/helpcontent2/source/auxiliary/fi/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/fi/highcontrast1.css +++ b/helpcontent2/source/auxiliary/fi/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fi/highcontrast2.css b/helpcontent2/source/auxiliary/fi/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/fi/highcontrast2.css +++ b/helpcontent2/source/auxiliary/fi/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fi/highcontrastblack.css b/helpcontent2/source/auxiliary/fi/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/fi/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/fi/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fi/highcontrastwhite.css b/helpcontent2/source/auxiliary/fi/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/fi/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/fi/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fr/default.css b/helpcontent2/source/auxiliary/fr/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/fr/default.css +++ b/helpcontent2/source/auxiliary/fr/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/fr/highcontrast1.css b/helpcontent2/source/auxiliary/fr/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/fr/highcontrast1.css +++ b/helpcontent2/source/auxiliary/fr/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fr/highcontrast2.css b/helpcontent2/source/auxiliary/fr/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/fr/highcontrast2.css +++ b/helpcontent2/source/auxiliary/fr/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fr/highcontrastblack.css b/helpcontent2/source/auxiliary/fr/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/fr/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/fr/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/fr/highcontrastwhite.css b/helpcontent2/source/auxiliary/fr/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/fr/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/fr/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ga/default.css b/helpcontent2/source/auxiliary/ga/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ga/default.css +++ b/helpcontent2/source/auxiliary/ga/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ga/highcontrast1.css b/helpcontent2/source/auxiliary/ga/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ga/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ga/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ga/highcontrast2.css b/helpcontent2/source/auxiliary/ga/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ga/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ga/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ga/highcontrastblack.css b/helpcontent2/source/auxiliary/ga/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ga/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ga/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ga/highcontrastwhite.css b/helpcontent2/source/auxiliary/ga/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ga/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ga/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gl/default.css b/helpcontent2/source/auxiliary/gl/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/gl/default.css +++ b/helpcontent2/source/auxiliary/gl/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/gl/highcontrast1.css b/helpcontent2/source/auxiliary/gl/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/gl/highcontrast1.css +++ b/helpcontent2/source/auxiliary/gl/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gl/highcontrast2.css b/helpcontent2/source/auxiliary/gl/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/gl/highcontrast2.css +++ b/helpcontent2/source/auxiliary/gl/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gl/highcontrastblack.css b/helpcontent2/source/auxiliary/gl/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/gl/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/gl/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gl/highcontrastwhite.css b/helpcontent2/source/auxiliary/gl/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/gl/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/gl/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gu/default.css b/helpcontent2/source/auxiliary/gu/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/gu/default.css +++ b/helpcontent2/source/auxiliary/gu/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/gu/highcontrast1.css b/helpcontent2/source/auxiliary/gu/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/gu/highcontrast1.css +++ b/helpcontent2/source/auxiliary/gu/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gu/highcontrast2.css b/helpcontent2/source/auxiliary/gu/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/gu/highcontrast2.css +++ b/helpcontent2/source/auxiliary/gu/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gu/highcontrastblack.css b/helpcontent2/source/auxiliary/gu/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/gu/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/gu/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/gu/highcontrastwhite.css b/helpcontent2/source/auxiliary/gu/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/gu/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/gu/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/he/default.css b/helpcontent2/source/auxiliary/he/default.css index 2fa534688a..bcdc5f4e61 100644 --- a/helpcontent2/source/auxiliary/he/default.css +++ b/helpcontent2/source/auxiliary/he/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/he/highcontrast1.css b/helpcontent2/source/auxiliary/he/highcontrast1.css index 354c383724..1b44518acd 100644 --- a/helpcontent2/source/auxiliary/he/highcontrast1.css +++ b/helpcontent2/source/auxiliary/he/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/he/highcontrast2.css b/helpcontent2/source/auxiliary/he/highcontrast2.css index ec2763dc2b..6f934a4196 100644 --- a/helpcontent2/source/auxiliary/he/highcontrast2.css +++ b/helpcontent2/source/auxiliary/he/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/he/highcontrastblack.css b/helpcontent2/source/auxiliary/he/highcontrastblack.css index e782fd491c..87c4b7e310 100644 --- a/helpcontent2/source/auxiliary/he/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/he/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/he/highcontrastwhite.css b/helpcontent2/source/auxiliary/he/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100644 --- a/helpcontent2/source/auxiliary/he/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/he/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hi/default.css b/helpcontent2/source/auxiliary/hi/default.css index 11cf2bdb79..465129abc7 100755 --- a/helpcontent2/source/auxiliary/hi/default.css +++ b/helpcontent2/source/auxiliary/hi/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Hindi","Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Hindi","Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Hindi","Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Hindi","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/hi/highcontrast1.css b/helpcontent2/source/auxiliary/hi/highcontrast1.css index a57b430a6b..ffca4c5bbf 100755 --- a/helpcontent2/source/auxiliary/hi/highcontrast1.css +++ b/helpcontent2/source/auxiliary/hi/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Hindi","Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Hindi","Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Hindi","Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Hindi","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hi/highcontrast2.css b/helpcontent2/source/auxiliary/hi/highcontrast2.css index 4d2840c1a6..129f603e87 100755 --- a/helpcontent2/source/auxiliary/hi/highcontrast2.css +++ b/helpcontent2/source/auxiliary/hi/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Hindi","Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Hindi","Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Hindi","Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Hindi","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hi/highcontrastblack.css b/helpcontent2/source/auxiliary/hi/highcontrastblack.css index cda90d84ed..7602bb6086 100755 --- a/helpcontent2/source/auxiliary/hi/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/hi/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Hindi","Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Hindi","Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Hindi","Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Hindi","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hi/highcontrastwhite.css b/helpcontent2/source/auxiliary/hi/highcontrastwhite.css index 105e2f8a6c..b55a38efcf 100755 --- a/helpcontent2/source/auxiliary/hi/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/hi/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Hindi","Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Hindi","Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Hindi","Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Hindi","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hr/default.css b/helpcontent2/source/auxiliary/hr/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/hr/default.css +++ b/helpcontent2/source/auxiliary/hr/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/hr/highcontrast1.css b/helpcontent2/source/auxiliary/hr/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/hr/highcontrast1.css +++ b/helpcontent2/source/auxiliary/hr/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hr/highcontrast2.css b/helpcontent2/source/auxiliary/hr/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/hr/highcontrast2.css +++ b/helpcontent2/source/auxiliary/hr/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hr/highcontrastblack.css b/helpcontent2/source/auxiliary/hr/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/hr/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/hr/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hr/highcontrastwhite.css b/helpcontent2/source/auxiliary/hr/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/hr/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/hr/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hu/default.css b/helpcontent2/source/auxiliary/hu/default.css index 39c0e7c100..28ca685c53 100644 --- a/helpcontent2/source/auxiliary/hu/default.css +++ b/helpcontent2/source/auxiliary/hu/default.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/hu/highcontrast1.css b/helpcontent2/source/auxiliary/hu/highcontrast1.css index 7ab33fbbbb..750889d59a 100644 --- a/helpcontent2/source/auxiliary/hu/highcontrast1.css +++ b/helpcontent2/source/auxiliary/hu/highcontrast1.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hu/highcontrast2.css b/helpcontent2/source/auxiliary/hu/highcontrast2.css index 930dfe9605..a539032262 100644 --- a/helpcontent2/source/auxiliary/hu/highcontrast2.css +++ b/helpcontent2/source/auxiliary/hu/highcontrast2.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hu/highcontrastblack.css b/helpcontent2/source/auxiliary/hu/highcontrastblack.css index 63732b88ff..4a8537e5f2 100644 --- a/helpcontent2/source/auxiliary/hu/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/hu/highcontrastblack.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/hu/highcontrastwhite.css b/helpcontent2/source/auxiliary/hu/highcontrastwhite.css index e3743341a0..58d6f9eebd 100644 --- a/helpcontent2/source/auxiliary/hu/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/hu/highcontrastwhite.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/it/default.css b/helpcontent2/source/auxiliary/it/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/it/default.css +++ b/helpcontent2/source/auxiliary/it/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/it/highcontrast1.css b/helpcontent2/source/auxiliary/it/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/it/highcontrast1.css +++ b/helpcontent2/source/auxiliary/it/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/it/highcontrast2.css b/helpcontent2/source/auxiliary/it/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/it/highcontrast2.css +++ b/helpcontent2/source/auxiliary/it/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/it/highcontrastblack.css b/helpcontent2/source/auxiliary/it/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/it/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/it/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/it/highcontrastwhite.css b/helpcontent2/source/auxiliary/it/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/it/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/it/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ka/default.css b/helpcontent2/source/auxiliary/ka/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ka/default.css +++ b/helpcontent2/source/auxiliary/ka/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ka/highcontrast1.css b/helpcontent2/source/auxiliary/ka/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ka/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ka/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ka/highcontrast2.css b/helpcontent2/source/auxiliary/ka/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ka/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ka/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ka/highcontrastblack.css b/helpcontent2/source/auxiliary/ka/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ka/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ka/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ka/highcontrastwhite.css b/helpcontent2/source/auxiliary/ka/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ka/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ka/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kid/default.css b/helpcontent2/source/auxiliary/kid/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/kid/default.css +++ b/helpcontent2/source/auxiliary/kid/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/kid/highcontrast1.css b/helpcontent2/source/auxiliary/kid/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/kid/highcontrast1.css +++ b/helpcontent2/source/auxiliary/kid/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kid/highcontrast2.css b/helpcontent2/source/auxiliary/kid/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/kid/highcontrast2.css +++ b/helpcontent2/source/auxiliary/kid/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kid/highcontrastblack.css b/helpcontent2/source/auxiliary/kid/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/kid/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/kid/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kid/highcontrastwhite.css b/helpcontent2/source/auxiliary/kid/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/kid/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/kid/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kk/default.css b/helpcontent2/source/auxiliary/kk/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/kk/default.css +++ b/helpcontent2/source/auxiliary/kk/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/kk/highcontrast1.css b/helpcontent2/source/auxiliary/kk/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/kk/highcontrast1.css +++ b/helpcontent2/source/auxiliary/kk/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kk/highcontrast2.css b/helpcontent2/source/auxiliary/kk/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/kk/highcontrast2.css +++ b/helpcontent2/source/auxiliary/kk/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kk/highcontrastblack.css b/helpcontent2/source/auxiliary/kk/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/kk/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/kk/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kk/highcontrastwhite.css b/helpcontent2/source/auxiliary/kk/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/kk/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/kk/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/km/default.css b/helpcontent2/source/auxiliary/km/default.css index 0187628963..624eb19cfa 100644 --- a/helpcontent2/source/auxiliary/km/default.css +++ b/helpcontent2/source/auxiliary/km/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Khmer OS System","Khmer OS",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Khmer OS System","Khmer OS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Khmer OS System","Khmer OS",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Khmer OS System","Khmer OS","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/km/highcontrast1.css b/helpcontent2/source/auxiliary/km/highcontrast1.css index ef7e324f67..c927a91d5d 100644 --- a/helpcontent2/source/auxiliary/km/highcontrast1.css +++ b/helpcontent2/source/auxiliary/km/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Khmer OS System","Khmer OS",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Khmer OS System","Khmer OS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Khmer OS System","Khmer OS",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Khmer OS System","Khmer OS","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/km/highcontrast2.css b/helpcontent2/source/auxiliary/km/highcontrast2.css index 2a1f5aeec7..0e0966c0bc 100644 --- a/helpcontent2/source/auxiliary/km/highcontrast2.css +++ b/helpcontent2/source/auxiliary/km/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Khmer OS System","Khmer OS",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Khmer OS System","Khmer OS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Khmer OS System","Khmer OS",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Khmer OS System","Khmer OS","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/km/highcontrastblack.css b/helpcontent2/source/auxiliary/km/highcontrastblack.css index 84fe373ff2..3b89a1cd83 100644 --- a/helpcontent2/source/auxiliary/km/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/km/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Khmer OS System","Khmer OS",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Khmer OS System","Khmer OS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Khmer OS System","Khmer OS",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Khmer OS System","Khmer OS","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/km/highcontrastwhite.css b/helpcontent2/source/auxiliary/km/highcontrastwhite.css index 44f6a79eb4..a850c7a0bd 100644 --- a/helpcontent2/source/auxiliary/km/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/km/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Khmer OS System","Khmer OS",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Khmer OS System","Khmer OS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Khmer OS System","Khmer OS",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Khmer OS System","Khmer OS","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ko/default.css b/helpcontent2/source/auxiliary/ko/default.css index ebbd19f9f2..a94fa79332 100755 --- a/helpcontent2/source/auxiliary/ko/default.css +++ b/helpcontent2/source/auxiliary/ko/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; } + { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,SansSerif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 썬굴림,SunGulim,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrast1.css b/helpcontent2/source/auxiliary/ko/highcontrast1.css index a4117ad976..abd97c3a8a 100755 --- a/helpcontent2/source/auxiliary/ko/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ko/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; } + { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,SansSerif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 썬굴림,SunGulim,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrast2.css b/helpcontent2/source/auxiliary/ko/highcontrast2.css index 53a72dfe85..4376b928fb 100755 --- a/helpcontent2/source/auxiliary/ko/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ko/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; } + { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,SansSerif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 썬굴림,SunGulim,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrastblack.css b/helpcontent2/source/auxiliary/ko/highcontrastblack.css index f23fe0d6a0..517ec03769 100755 --- a/helpcontent2/source/auxiliary/ko/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ko/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; } + { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,SansSerif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 썬굴림,SunGulim,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrastwhite.css b/helpcontent2/source/auxiliary/ko/highcontrastwhite.css index 9f23a0a74a..d961efbf68 100755 --- a/helpcontent2/source/auxiliary/ko/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ko/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; } + { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,SansSerif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 썬굴림,SunGulim,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/kok/default.css b/helpcontent2/source/auxiliary/kok/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/kok/default.css +++ b/helpcontent2/source/auxiliary/kok/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/kok/highcontrast1.css b/helpcontent2/source/auxiliary/kok/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/kok/highcontrast1.css +++ b/helpcontent2/source/auxiliary/kok/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kok/highcontrast2.css b/helpcontent2/source/auxiliary/kok/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/kok/highcontrast2.css +++ b/helpcontent2/source/auxiliary/kok/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kok/highcontrastblack.css b/helpcontent2/source/auxiliary/kok/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/kok/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/kok/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/kok/highcontrastwhite.css b/helpcontent2/source/auxiliary/kok/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/kok/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/kok/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ks/default.css b/helpcontent2/source/auxiliary/ks/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ks/default.css +++ b/helpcontent2/source/auxiliary/ks/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ks/highcontrast1.css b/helpcontent2/source/auxiliary/ks/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ks/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ks/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ks/highcontrast2.css b/helpcontent2/source/auxiliary/ks/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ks/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ks/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ks/highcontrastblack.css b/helpcontent2/source/auxiliary/ks/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ks/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ks/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ks/highcontrastwhite.css b/helpcontent2/source/auxiliary/ks/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ks/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ks/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ku/default.css b/helpcontent2/source/auxiliary/ku/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ku/default.css +++ b/helpcontent2/source/auxiliary/ku/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ku/highcontrast1.css b/helpcontent2/source/auxiliary/ku/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ku/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ku/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ku/highcontrast2.css b/helpcontent2/source/auxiliary/ku/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ku/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ku/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ku/highcontrastblack.css b/helpcontent2/source/auxiliary/ku/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ku/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ku/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ku/highcontrastwhite.css b/helpcontent2/source/auxiliary/ku/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ku/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ku/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/lt/default.css b/helpcontent2/source/auxiliary/lt/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/lt/default.css +++ b/helpcontent2/source/auxiliary/lt/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/lt/highcontrast1.css b/helpcontent2/source/auxiliary/lt/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/lt/highcontrast1.css +++ b/helpcontent2/source/auxiliary/lt/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/lt/highcontrast2.css b/helpcontent2/source/auxiliary/lt/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/lt/highcontrast2.css +++ b/helpcontent2/source/auxiliary/lt/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/lt/highcontrastblack.css b/helpcontent2/source/auxiliary/lt/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/lt/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/lt/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/lt/highcontrastwhite.css b/helpcontent2/source/auxiliary/lt/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/lt/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/lt/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mai/default.css b/helpcontent2/source/auxiliary/mai/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/mai/default.css +++ b/helpcontent2/source/auxiliary/mai/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/mai/highcontrast1.css b/helpcontent2/source/auxiliary/mai/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/mai/highcontrast1.css +++ b/helpcontent2/source/auxiliary/mai/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mai/highcontrast2.css b/helpcontent2/source/auxiliary/mai/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/mai/highcontrast2.css +++ b/helpcontent2/source/auxiliary/mai/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mai/highcontrastblack.css b/helpcontent2/source/auxiliary/mai/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/mai/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/mai/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mai/highcontrastwhite.css b/helpcontent2/source/auxiliary/mai/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/mai/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/mai/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mk/default.css b/helpcontent2/source/auxiliary/mk/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/mk/default.css +++ b/helpcontent2/source/auxiliary/mk/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/mk/highcontrast1.css b/helpcontent2/source/auxiliary/mk/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/mk/highcontrast1.css +++ b/helpcontent2/source/auxiliary/mk/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mk/highcontrast2.css b/helpcontent2/source/auxiliary/mk/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/mk/highcontrast2.css +++ b/helpcontent2/source/auxiliary/mk/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mk/highcontrastblack.css b/helpcontent2/source/auxiliary/mk/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/mk/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/mk/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mk/highcontrastwhite.css b/helpcontent2/source/auxiliary/mk/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/mk/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/mk/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mn/default.css b/helpcontent2/source/auxiliary/mn/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/mn/default.css +++ b/helpcontent2/source/auxiliary/mn/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/mn/highcontrast1.css b/helpcontent2/source/auxiliary/mn/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/mn/highcontrast1.css +++ b/helpcontent2/source/auxiliary/mn/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mn/highcontrast2.css b/helpcontent2/source/auxiliary/mn/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/mn/highcontrast2.css +++ b/helpcontent2/source/auxiliary/mn/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mn/highcontrastblack.css b/helpcontent2/source/auxiliary/mn/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/mn/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/mn/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mn/highcontrastwhite.css b/helpcontent2/source/auxiliary/mn/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/mn/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/mn/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mni/default.css b/helpcontent2/source/auxiliary/mni/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/mni/default.css +++ b/helpcontent2/source/auxiliary/mni/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/mni/highcontrast1.css b/helpcontent2/source/auxiliary/mni/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/mni/highcontrast1.css +++ b/helpcontent2/source/auxiliary/mni/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mni/highcontrast2.css b/helpcontent2/source/auxiliary/mni/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/mni/highcontrast2.css +++ b/helpcontent2/source/auxiliary/mni/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mni/highcontrastblack.css b/helpcontent2/source/auxiliary/mni/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/mni/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/mni/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/mni/highcontrastwhite.css b/helpcontent2/source/auxiliary/mni/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/mni/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/mni/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/my/default.css b/helpcontent2/source/auxiliary/my/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/my/default.css +++ b/helpcontent2/source/auxiliary/my/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/my/highcontrast1.css b/helpcontent2/source/auxiliary/my/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/my/highcontrast1.css +++ b/helpcontent2/source/auxiliary/my/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/my/highcontrast2.css b/helpcontent2/source/auxiliary/my/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/my/highcontrast2.css +++ b/helpcontent2/source/auxiliary/my/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/my/highcontrastblack.css b/helpcontent2/source/auxiliary/my/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/my/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/my/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/my/highcontrastwhite.css b/helpcontent2/source/auxiliary/my/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/my/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/my/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nb/default.css b/helpcontent2/source/auxiliary/nb/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/nb/default.css +++ b/helpcontent2/source/auxiliary/nb/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/nb/highcontrast1.css b/helpcontent2/source/auxiliary/nb/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/nb/highcontrast1.css +++ b/helpcontent2/source/auxiliary/nb/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nb/highcontrast2.css b/helpcontent2/source/auxiliary/nb/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/nb/highcontrast2.css +++ b/helpcontent2/source/auxiliary/nb/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nb/highcontrastblack.css b/helpcontent2/source/auxiliary/nb/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/nb/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/nb/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nb/highcontrastwhite.css b/helpcontent2/source/auxiliary/nb/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/nb/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/nb/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ne/default.css b/helpcontent2/source/auxiliary/ne/default.css index 8c00a0bba7..d36259b76c 100755 --- a/helpcontent2/source/auxiliary/ne/default.css +++ b/helpcontent2/source/auxiliary/ne/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Nepali",Kalimati,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Nepali",Kalimati,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ne/highcontrast1.css b/helpcontent2/source/auxiliary/ne/highcontrast1.css index 773d314fad..813da00ff3 100755 --- a/helpcontent2/source/auxiliary/ne/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ne/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Nepali",Kalimati,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Nepali",Kalimati,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ne/highcontrast2.css b/helpcontent2/source/auxiliary/ne/highcontrast2.css index 99a3e31be7..a4d7db5913 100755 --- a/helpcontent2/source/auxiliary/ne/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ne/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Nepali",Kalimati,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Nepali",Kalimati,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ne/highcontrastblack.css b/helpcontent2/source/auxiliary/ne/highcontrastblack.css index 0dbb55c045..f325921e6d 100755 --- a/helpcontent2/source/auxiliary/ne/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ne/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Nepali",Kalimati,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Nepali",Kalimati,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ne/highcontrastwhite.css b/helpcontent2/source/auxiliary/ne/highcontrastwhite.css index dc28ffe595..e0f05e83ae 100755 --- a/helpcontent2/source/auxiliary/ne/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ne/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Lohit Nepali",Kalimati,"Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Lohit Nepali",Kalimati,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Lohit Nepali",Kalimati,"Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nl/default.css b/helpcontent2/source/auxiliary/nl/default.css index 2fa534688a..bcdc5f4e61 100644 --- a/helpcontent2/source/auxiliary/nl/default.css +++ b/helpcontent2/source/auxiliary/nl/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/nl/highcontrast1.css b/helpcontent2/source/auxiliary/nl/highcontrast1.css index b807a5895f..a3dd8e5db0 100644 --- a/helpcontent2/source/auxiliary/nl/highcontrast1.css +++ b/helpcontent2/source/auxiliary/nl/highcontrast1.css @@ -13,111 +13,109 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ - /* Main Styles */ body { background: #000000; } -p { - font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; - font-size: 9pt; +p { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Verdana,Tahoma,Andale Sans,lucidux sans; + font-size: 9pt; color: #FFFF00; } -td { +td { color: #FFFF00; - margin-left: 0pt; + margin-left: 0pt; } -th { color:#FFFF00; - align: left; - margin-left: 0pt; +th { color:#FFFF00; + align: left; + margin-left: 0pt; font-weight:bold; } /* Link styles */ -.ContentLink { - color:#FFFF00; - font-weight: bold; - font-decoration: none; +.ContentLink { + color:#FFFF00; + font-weight: bold; + font-decoration: none; } .ContentLink:hover { font-decoration: underline; } /* Style classes simple paragraphs */ -.Paragraph { - margin-left: 0pt; - margin-top: 7pt; +.Paragraph { + margin-left: 0pt; + margin-top: 7pt; margin-bottom: 7pt; } -.ParaList { - margin-left: 20pt; - margin-top: 2pt; - margin-bottom: 2pt; +.ParaList { + margin-left: 20pt; + margin-top: 2pt; + margin-bottom: 2pt; } -.PropText { - font-family: Cumberland,Courier New,Courier; - margin-top: 2pt; - margin-bottom: 2pt; +.PropText { + font-family: "Cumberland AMT",Cumberland,Courier New,Courier; + margin-top: 2pt; + margin-bottom: 2pt; } /* Style classes headings */ - -h1, .Head1 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:18pt; - font-weight: bold; - margin-top: 5pt; - } -h2, .Head2 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:14pt; - font-weight: bold; - margin-top: 20pt; +h1, .Head1 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; margin-bottom: 2pt; } -h3, .Head3 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:12pt; - font-weight:bold; - margin-top: 25pt; +h3, .Head3 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; margin-bottom: 2pt; - } -h4, .Head4 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; + } +h4, .Head4 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } -h5, .Head5 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:10pt; - margin-top: 15pt; +h5, .Head5 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } -h6, .Head6 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFF00; - font-size:10pt; - margin-top: 15pt; +h6, .Head6 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } /* Style classes tables */ -.TextInTable { - color:#FFFF00; - align: left; - margin-left: 0pt; +.TextInTable { + color:#FFFF00; + align: left; + margin-left: 0pt; } -.TableHead { - color:#FFFF00; - align: left; - font-weight:bold; +.TableHead { + color:#FFFF00; + align: left; + font-weight:bold; } /* Style classes spans */ @@ -132,31 +130,31 @@ h6, .Head6 { .doctitlebg { background: #000000; } .doctablebg { background: #000000; } -.howtogetheader { - font-weight: bold; - color: #FFFF00; - background: #000000; +.howtogetheader { + font-weight: bold; + color: #FFFF00; + background: #000000; } -.howtogetbody { - font-size: 9pt; - color: #FFFF00; - background: #000000; +.howtogetbody { + font-size: 9pt; + color: #FFFF00; + background: #000000; } -.howtogetpara { - font-size: 9pt; - color: #FFFF00; - margin-top: 2pt; +.howtogetpara { + font-size: 9pt; + color: #FFFF00; + margin-top: 2pt; margin-bottom: 2pt; } -.reltop { - background: #000000; - color:#FFFF00; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; +.reltop { + background: #000000; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } /* Style classes Webtop context */ -.ContentCell { background: #000000; } \ No newline at end of file +.ContentCell { background: #000000; } diff --git a/helpcontent2/source/auxiliary/nl/highcontrast2.css b/helpcontent2/source/auxiliary/nl/highcontrast2.css index ed404b76d9..7ac6db7416 100644 --- a/helpcontent2/source/auxiliary/nl/highcontrast2.css +++ b/helpcontent2/source/auxiliary/nl/highcontrast2.css @@ -13,111 +13,109 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ - /* Main Styles */ body { background: #000000; } -p { - font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; - font-size: 9pt; +p { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Verdana,Tahoma,Andale Sans,lucidux sans; + font-size: 9pt; color: #00FF00; } -td { +td { color: #00FF00; - margin-left: 0pt; + margin-left: 0pt; } -th { color:#00FF00; - align: left; - margin-left: 0pt; +th { color:#00FF00; + align: left; + margin-left: 0pt; font-weight:bold; } /* Link styles */ -.ContentLink { - color:#00FF00; - font-weight: bold; - font-decoration: none; +.ContentLink { + color:#00FF00; + font-weight: bold; + font-decoration: none; } .ContentLink:hover { font-decoration: underline; } /* Style classes simple paragraphs */ -.Paragraph { - margin-left: 0pt; - margin-top: 7pt; +.Paragraph { + margin-left: 0pt; + margin-top: 7pt; margin-bottom: 7pt; } -.ParaList { - margin-left: 20pt; - margin-top: 2pt; - margin-bottom: 2pt; +.ParaList { + margin-left: 20pt; + margin-top: 2pt; + margin-bottom: 2pt; } -.PropText { - font-family: Cumberland,Courier New,Courier; - margin-top: 2pt; - margin-bottom: 2pt; +.PropText { + font-family: "Cumberland AMT",Cumberland,Courier New,Courier; + margin-top: 2pt; + margin-bottom: 2pt; } /* Style classes headings */ - -h1, .Head1 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:18pt; - font-weight: bold; - margin-top: 5pt; - } -h2, .Head2 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:14pt; - font-weight: bold; - margin-top: 20pt; +h1, .Head1 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; margin-bottom: 2pt; } -h3, .Head3 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:12pt; - font-weight:bold; - margin-top: 25pt; +h3, .Head3 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; margin-bottom: 2pt; - } -h4, .Head4 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; + } +h4, .Head4 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } -h5, .Head5 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:10pt; - margin-top: 15pt; +h5, .Head5 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } -h6, .Head6 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#00FF00; - font-size:10pt; - margin-top: 15pt; +h6, .Head6 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } /* Style classes tables */ -.TextInTable { - color:#00FF00; - align: left; - margin-left: 0pt; +.TextInTable { + color:#00FF00; + align: left; + margin-left: 0pt; } -.TableHead { - color:#00FF00; - align: left; - font-weight:bold; +.TableHead { + color:#00FF00; + align: left; + font-weight:bold; } /* Style classes spans */ @@ -132,31 +130,31 @@ h6, .Head6 { .doctitlebg { background: #000000; } .doctablebg { background: #000000; } -.howtogetheader { - font-weight: bold; - color: #00FF00; - background: #000000; +.howtogetheader { + font-weight: bold; + color: #00FF00; + background: #000000; } -.howtogetbody { - font-size: 9pt; - color: #00FF00; - background: #000000; +.howtogetbody { + font-size: 9pt; + color: #00FF00; + background: #000000; } -.howtogetpara { - font-size: 9pt; - color: #00FF00; - margin-top: 2pt; +.howtogetpara { + font-size: 9pt; + color: #00FF00; + margin-top: 2pt; margin-bottom: 2pt; } -.reltop { - background: #000000; - color:#00FF00; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; +.reltop { + background: #000000; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } /* Style classes Webtop context */ -.ContentCell { background: #000000; } \ No newline at end of file +.ContentCell { background: #000000; } diff --git a/helpcontent2/source/auxiliary/nl/highcontrastblack.css b/helpcontent2/source/auxiliary/nl/highcontrastblack.css index b57ea899c6..d0a8725078 100644 --- a/helpcontent2/source/auxiliary/nl/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/nl/highcontrastblack.css @@ -13,111 +13,109 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ - /* Main Styles */ body { background: #000000; } -p { - font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; - font-size: 9pt; +p { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Verdana,Tahoma,Andale Sans,lucidux sans; + font-size: 9pt; color: #FFFFFF; } -td { +td { color: #FFFFFF; - margin-left: 0pt; + margin-left: 0pt; } -th { color:#FFFFFF; - align: left; - margin-left: 0pt; +th { color:#FFFFFF; + align: left; + margin-left: 0pt; font-weight:bold; } /* Link styles */ -.ContentLink { - color:#FFFFFF; - font-weight: bold; - font-decoration: none; +.ContentLink { + color:#FFFFFF; + font-weight: bold; + font-decoration: none; } .ContentLink:hover { font-decoration: underline; } /* Style classes simple paragraphs */ -.Paragraph { - margin-left: 0pt; - margin-top: 7pt; +.Paragraph { + margin-left: 0pt; + margin-top: 7pt; margin-bottom: 7pt; } -.ParaList { - margin-left: 20pt; - margin-top: 2pt; - margin-bottom: 2pt; +.ParaList { + margin-left: 20pt; + margin-top: 2pt; + margin-bottom: 2pt; } -.PropText { - font-family: Cumberland,Courier New,Courier; - margin-top: 2pt; - margin-bottom: 2pt; +.PropText { + font-family: "Cumberland AMT",Cumberland,Courier New,Courier; + margin-top: 2pt; + margin-bottom: 2pt; } /* Style classes headings */ - -h1, .Head1 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:18pt; - font-weight: bold; - margin-top: 5pt; - } -h2, .Head2 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:14pt; - font-weight: bold; - margin-top: 20pt; +h1, .Head1 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; margin-bottom: 2pt; } -h3, .Head3 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:12pt; - font-weight:bold; - margin-top: 25pt; +h3, .Head3 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; margin-bottom: 2pt; - } -h4, .Head4 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; + } +h4, .Head4 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } -h5, .Head5 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:10pt; - margin-top: 15pt; +h5, .Head5 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } -h6, .Head6 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#FFFFFF; - font-size:10pt; - margin-top: 15pt; +h6, .Head6 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } /* Style classes tables */ -.TextInTable { - color:#FFFFFF; - align: left; - margin-left: 0pt; +.TextInTable { + color:#FFFFFF; + align: left; + margin-left: 0pt; } -.TableHead { - color:#FFFFFF; - align: left; - font-weight:bold; +.TableHead { + color:#FFFFFF; + align: left; + font-weight:bold; } /* Style classes spans */ @@ -132,31 +130,31 @@ h6, .Head6 { .doctitlebg { background: #000000; } .doctablebg { background: #000000; } -.howtogetheader { - font-weight: bold; - color: #FFFFFF; - background: #000000; +.howtogetheader { + font-weight: bold; + color: #FFFFFF; + background: #000000; } -.howtogetbody { - font-size: 9pt; - color: #FFFFFF; - background: #000000; +.howtogetbody { + font-size: 9pt; + color: #FFFFFF; + background: #000000; } -.howtogetpara { - font-size: 9pt; - color: #FFFFFF; - margin-top: 2pt; +.howtogetpara { + font-size: 9pt; + color: #FFFFFF; + margin-top: 2pt; margin-bottom: 2pt; } -.reltop { - background: #000000; - color:#FFFFFF; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; +.reltop { + background: #000000; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } /* Style classes Webtop context */ -.ContentCell { background: #000000; } \ No newline at end of file +.ContentCell { background: #000000; } diff --git a/helpcontent2/source/auxiliary/nl/highcontrastwhite.css b/helpcontent2/source/auxiliary/nl/highcontrastwhite.css index 43a6fce82d..74e698625f 100644 --- a/helpcontent2/source/auxiliary/nl/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/nl/highcontrastwhite.css @@ -13,111 +13,109 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ - /* Main Styles */ body { background: #FFFFFF; } -p { - font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; - font-size: 9pt; +p { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Verdana,Tahoma,Andale Sans,lucidux sans; + font-size: 9pt; color: #000000; } -td { +td { color: #000000; - margin-left: 0pt; + margin-left: 0pt; } -th { color:#000000; - align: left; - margin-left: 0pt; +th { color:#000000; + align: left; + margin-left: 0pt; font-weight:bold; } /* Link styles */ -.ContentLink { - color:#000000; - font-weight: bold; - font-decoration: none; +.ContentLink { + color:#000000; + font-weight: bold; + font-decoration: none; } .ContentLink:hover { font-decoration: underline; } /* Style classes simple paragraphs */ -.Paragraph { - margin-left: 0pt; - margin-top: 7pt; +.Paragraph { + margin-left: 0pt; + margin-top: 7pt; margin-bottom: 7pt; } -.ParaList { - margin-left: 20pt; - margin-top: 2pt; - margin-bottom: 2pt; +.ParaList { + margin-left: 20pt; + margin-top: 2pt; + margin-bottom: 2pt; } -.PropText { - font-family: Cumberland,Courier New,Courier; - margin-top: 2pt; - margin-bottom: 2pt; +.PropText { + font-family: "Cumberland AMT",Cumberland,Courier New,Courier; + margin-top: 2pt; + margin-bottom: 2pt; } /* Style classes headings */ - -h1, .Head1 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:18pt; - font-weight: bold; - margin-top: 5pt; - } -h2, .Head2 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:14pt; - font-weight: bold; - margin-top: 20pt; +h1, .Head1 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; margin-bottom: 2pt; } -h3, .Head3 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:12pt; - font-weight:bold; - margin-top: 25pt; +h3, .Head3 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; margin-bottom: 2pt; - } -h4, .Head4 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; + } +h4, .Head4 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } -h5, .Head5 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:10pt; - margin-top: 15pt; +h5, .Head5 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } -h6, .Head6 { - font-family: Arial,Helvetica,Albany,lucidux sans; - color:#000000; - font-size:10pt; - margin-top: 15pt; +h6, .Head6 { + font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; margin-bottom: 2pt; } /* Style classes tables */ -.TextInTable { - color:#000000; - align: left; - margin-left: 0pt; +.TextInTable { + color:#000000; + align: left; + margin-left: 0pt; } -.TableHead { - color:#000000; - align: left; - font-weight:bold; +.TableHead { + color:#000000; + align: left; + font-weight:bold; } /* Style classes spans */ @@ -132,31 +130,31 @@ h6, .Head6 { .doctitlebg { background: #FFFFFF; } .doctablebg { background: #FFFFFF; } -.howtogetheader { - font-weight: bold; - color: #000000; - background: #FFFFFF; +.howtogetheader { + font-weight: bold; + color: #000000; + background: #FFFFFF; } -.howtogetbody { - font-size: 9pt; - color: #000000; - background: #FFFFFF; +.howtogetbody { + font-size: 9pt; + color: #000000; + background: #FFFFFF; } -.howtogetpara { - font-size: 9pt; - color: #000000; - margin-top: 2pt; +.howtogetpara { + font-size: 9pt; + color: #000000; + margin-top: 2pt; margin-bottom: 2pt; } -.reltop { - background: #FFFFFF; - color:#000000; - font-size:10pt; - font-weight:bold; - margin-top: 20pt; +.reltop { + background: #FFFFFF; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; margin-bottom: 2pt; } /* Style classes Webtop context */ -.ContentCell { background: #FFFFFF; } \ No newline at end of file +.ContentCell { background: #FFFFFF; } diff --git a/helpcontent2/source/auxiliary/nn/default.css b/helpcontent2/source/auxiliary/nn/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/nn/default.css +++ b/helpcontent2/source/auxiliary/nn/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/nn/highcontrast1.css b/helpcontent2/source/auxiliary/nn/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/nn/highcontrast1.css +++ b/helpcontent2/source/auxiliary/nn/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nn/highcontrast2.css b/helpcontent2/source/auxiliary/nn/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/nn/highcontrast2.css +++ b/helpcontent2/source/auxiliary/nn/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nn/highcontrastblack.css b/helpcontent2/source/auxiliary/nn/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/nn/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/nn/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nn/highcontrastwhite.css b/helpcontent2/source/auxiliary/nn/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/nn/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/nn/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nr/default.css b/helpcontent2/source/auxiliary/nr/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/nr/default.css +++ b/helpcontent2/source/auxiliary/nr/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/nr/highcontrast1.css b/helpcontent2/source/auxiliary/nr/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/nr/highcontrast1.css +++ b/helpcontent2/source/auxiliary/nr/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nr/highcontrast2.css b/helpcontent2/source/auxiliary/nr/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/nr/highcontrast2.css +++ b/helpcontent2/source/auxiliary/nr/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nr/highcontrastblack.css b/helpcontent2/source/auxiliary/nr/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/nr/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/nr/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/nr/highcontrastwhite.css b/helpcontent2/source/auxiliary/nr/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/nr/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/nr/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ns/default.css b/helpcontent2/source/auxiliary/ns/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ns/default.css +++ b/helpcontent2/source/auxiliary/ns/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ns/highcontrast1.css b/helpcontent2/source/auxiliary/ns/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ns/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ns/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ns/highcontrast2.css b/helpcontent2/source/auxiliary/ns/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ns/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ns/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ns/highcontrastblack.css b/helpcontent2/source/auxiliary/ns/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ns/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ns/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css b/helpcontent2/source/auxiliary/ns/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ns/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/oc/default.css b/helpcontent2/source/auxiliary/oc/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/oc/default.css +++ b/helpcontent2/source/auxiliary/oc/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/oc/highcontrast1.css b/helpcontent2/source/auxiliary/oc/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/oc/highcontrast1.css +++ b/helpcontent2/source/auxiliary/oc/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/oc/highcontrast2.css b/helpcontent2/source/auxiliary/oc/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/oc/highcontrast2.css +++ b/helpcontent2/source/auxiliary/oc/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/oc/highcontrastblack.css b/helpcontent2/source/auxiliary/oc/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/oc/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/oc/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/oc/highcontrastwhite.css b/helpcontent2/source/auxiliary/oc/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/oc/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/oc/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/om/default.css b/helpcontent2/source/auxiliary/om/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/om/default.css +++ b/helpcontent2/source/auxiliary/om/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/om/highcontrast1.css b/helpcontent2/source/auxiliary/om/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/om/highcontrast1.css +++ b/helpcontent2/source/auxiliary/om/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/om/highcontrast2.css b/helpcontent2/source/auxiliary/om/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/om/highcontrast2.css +++ b/helpcontent2/source/auxiliary/om/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/om/highcontrastblack.css b/helpcontent2/source/auxiliary/om/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/om/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/om/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/om/highcontrastwhite.css b/helpcontent2/source/auxiliary/om/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/om/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/om/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pa-IN/default.css b/helpcontent2/source/auxiliary/pa-IN/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/pa-IN/default.css +++ b/helpcontent2/source/auxiliary/pa-IN/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css b/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css +++ b/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css b/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css +++ b/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css b/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css b/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pl/default.css b/helpcontent2/source/auxiliary/pl/default.css index 39c0e7c100..28ca685c53 100755 --- a/helpcontent2/source/auxiliary/pl/default.css +++ b/helpcontent2/source/auxiliary/pl/default.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/pl/highcontrast1.css b/helpcontent2/source/auxiliary/pl/highcontrast1.css index 7ab33fbbbb..750889d59a 100755 --- a/helpcontent2/source/auxiliary/pl/highcontrast1.css +++ b/helpcontent2/source/auxiliary/pl/highcontrast1.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pl/highcontrast2.css b/helpcontent2/source/auxiliary/pl/highcontrast2.css index d375ff58cf..2b497d7dcd 100755 --- a/helpcontent2/source/auxiliary/pl/highcontrast2.css +++ b/helpcontent2/source/auxiliary/pl/highcontrast2.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pl/highcontrastblack.css b/helpcontent2/source/auxiliary/pl/highcontrastblack.css index 7e54e4b6ed..f403557596 100755 --- a/helpcontent2/source/auxiliary/pl/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/pl/highcontrastblack.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pl/highcontrastwhite.css b/helpcontent2/source/auxiliary/pl/highcontrastwhite.css index 2569f38096..03fa815290 100755 --- a/helpcontent2/source/auxiliary/pl/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/pl/highcontrastwhite.css @@ -28,10 +28,10 @@ */ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt-BR/default.css b/helpcontent2/source/auxiliary/pt-BR/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/pt-BR/default.css +++ b/helpcontent2/source/auxiliary/pt-BR/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css b/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css +++ b/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css b/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css +++ b/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css b/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css b/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt/default.css b/helpcontent2/source/auxiliary/pt/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/pt/default.css +++ b/helpcontent2/source/auxiliary/pt/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/pt/highcontrast1.css b/helpcontent2/source/auxiliary/pt/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/pt/highcontrast1.css +++ b/helpcontent2/source/auxiliary/pt/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt/highcontrast2.css b/helpcontent2/source/auxiliary/pt/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/pt/highcontrast2.css +++ b/helpcontent2/source/auxiliary/pt/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt/highcontrastblack.css b/helpcontent2/source/auxiliary/pt/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/pt/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/pt/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/pt/highcontrastwhite.css b/helpcontent2/source/auxiliary/pt/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/pt/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/pt/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ru/default.css b/helpcontent2/source/auxiliary/ru/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ru/default.css +++ b/helpcontent2/source/auxiliary/ru/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ru/highcontrast1.css b/helpcontent2/source/auxiliary/ru/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ru/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ru/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ru/highcontrast2.css b/helpcontent2/source/auxiliary/ru/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ru/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ru/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ru/highcontrastblack.css b/helpcontent2/source/auxiliary/ru/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ru/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ru/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ru/highcontrastwhite.css b/helpcontent2/source/auxiliary/ru/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ru/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ru/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/rw/default.css b/helpcontent2/source/auxiliary/rw/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/rw/default.css +++ b/helpcontent2/source/auxiliary/rw/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/rw/highcontrast1.css b/helpcontent2/source/auxiliary/rw/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/rw/highcontrast1.css +++ b/helpcontent2/source/auxiliary/rw/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/rw/highcontrast2.css b/helpcontent2/source/auxiliary/rw/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/rw/highcontrast2.css +++ b/helpcontent2/source/auxiliary/rw/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/rw/highcontrastblack.css b/helpcontent2/source/auxiliary/rw/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/rw/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/rw/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/rw/highcontrastwhite.css b/helpcontent2/source/auxiliary/rw/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/rw/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/rw/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sa-IN/default.css b/helpcontent2/source/auxiliary/sa-IN/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sa-IN/default.css +++ b/helpcontent2/source/auxiliary/sa-IN/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css b/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css b/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css b/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css b/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sat/default.css b/helpcontent2/source/auxiliary/sat/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sat/default.css +++ b/helpcontent2/source/auxiliary/sat/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sat/highcontrast1.css b/helpcontent2/source/auxiliary/sat/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sat/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sat/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sat/highcontrast2.css b/helpcontent2/source/auxiliary/sat/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sat/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sat/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sat/highcontrastblack.css b/helpcontent2/source/auxiliary/sat/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sat/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sat/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sat/highcontrastwhite.css b/helpcontent2/source/auxiliary/sat/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sat/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sat/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sd/default.css b/helpcontent2/source/auxiliary/sd/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sd/default.css +++ b/helpcontent2/source/auxiliary/sd/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sd/highcontrast1.css b/helpcontent2/source/auxiliary/sd/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sd/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sd/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sd/highcontrast2.css b/helpcontent2/source/auxiliary/sd/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sd/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sd/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sd/highcontrastblack.css b/helpcontent2/source/auxiliary/sd/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sd/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sd/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sd/highcontrastwhite.css b/helpcontent2/source/auxiliary/sd/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sd/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sd/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sh/default.css b/helpcontent2/source/auxiliary/sh/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sh/default.css +++ b/helpcontent2/source/auxiliary/sh/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sh/highcontrast1.css b/helpcontent2/source/auxiliary/sh/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sh/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sh/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sh/highcontrast2.css b/helpcontent2/source/auxiliary/sh/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sh/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sh/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sh/highcontrastblack.css b/helpcontent2/source/auxiliary/sh/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sh/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sh/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sh/highcontrastwhite.css b/helpcontent2/source/auxiliary/sh/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sh/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sh/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sk/default.css b/helpcontent2/source/auxiliary/sk/default.css index b67f98d9b4..a1c6590831 100755 --- a/helpcontent2/source/auxiliary/sk/default.css +++ b/helpcontent2/source/auxiliary/sk/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sk/highcontrast1.css b/helpcontent2/source/auxiliary/sk/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sk/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sk/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sk/highcontrast2.css b/helpcontent2/source/auxiliary/sk/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sk/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sk/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sk/highcontrastblack.css b/helpcontent2/source/auxiliary/sk/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sk/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sk/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sk/highcontrastwhite.css b/helpcontent2/source/auxiliary/sk/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sk/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sk/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sl/default.css b/helpcontent2/source/auxiliary/sl/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sl/default.css +++ b/helpcontent2/source/auxiliary/sl/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sl/highcontrast1.css b/helpcontent2/source/auxiliary/sl/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sl/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sl/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sl/highcontrast2.css b/helpcontent2/source/auxiliary/sl/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sl/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sl/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sl/highcontrastblack.css b/helpcontent2/source/auxiliary/sl/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sl/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sl/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sl/highcontrastwhite.css b/helpcontent2/source/auxiliary/sl/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sl/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sl/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sq/default.css b/helpcontent2/source/auxiliary/sq/default.css index 39c0e7c100..28ca685c53 100644 --- a/helpcontent2/source/auxiliary/sq/default.css +++ b/helpcontent2/source/auxiliary/sq/default.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sq/highcontrast1.css b/helpcontent2/source/auxiliary/sq/highcontrast1.css index 7ab33fbbbb..750889d59a 100644 --- a/helpcontent2/source/auxiliary/sq/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sq/highcontrast1.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sq/highcontrast2.css b/helpcontent2/source/auxiliary/sq/highcontrast2.css index 930dfe9605..a539032262 100644 --- a/helpcontent2/source/auxiliary/sq/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sq/highcontrast2.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sq/highcontrastblack.css b/helpcontent2/source/auxiliary/sq/highcontrastblack.css index 63732b88ff..4a8537e5f2 100644 --- a/helpcontent2/source/auxiliary/sq/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sq/highcontrastblack.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sq/highcontrastwhite.css b/helpcontent2/source/auxiliary/sq/highcontrastwhite.css index e3743341a0..58d6f9eebd 100644 --- a/helpcontent2/source/auxiliary/sq/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sq/highcontrastwhite.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sr/default.css b/helpcontent2/source/auxiliary/sr/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sr/default.css +++ b/helpcontent2/source/auxiliary/sr/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sr/highcontrast1.css b/helpcontent2/source/auxiliary/sr/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sr/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sr/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sr/highcontrast2.css b/helpcontent2/source/auxiliary/sr/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sr/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sr/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sr/highcontrastblack.css b/helpcontent2/source/auxiliary/sr/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sr/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sr/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sr/highcontrastwhite.css b/helpcontent2/source/auxiliary/sr/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sr/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sr/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ss/default.css b/helpcontent2/source/auxiliary/ss/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ss/default.css +++ b/helpcontent2/source/auxiliary/ss/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ss/highcontrast1.css b/helpcontent2/source/auxiliary/ss/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ss/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ss/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ss/highcontrast2.css b/helpcontent2/source/auxiliary/ss/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ss/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ss/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ss/highcontrastblack.css b/helpcontent2/source/auxiliary/ss/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ss/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ss/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ss/highcontrastwhite.css b/helpcontent2/source/auxiliary/ss/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ss/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ss/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/st/default.css b/helpcontent2/source/auxiliary/st/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/st/default.css +++ b/helpcontent2/source/auxiliary/st/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/st/highcontrast1.css b/helpcontent2/source/auxiliary/st/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/st/highcontrast1.css +++ b/helpcontent2/source/auxiliary/st/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/st/highcontrast2.css b/helpcontent2/source/auxiliary/st/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/st/highcontrast2.css +++ b/helpcontent2/source/auxiliary/st/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/st/highcontrastblack.css b/helpcontent2/source/auxiliary/st/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/st/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/st/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/st/highcontrastwhite.css b/helpcontent2/source/auxiliary/st/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/st/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/st/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sv/default.css b/helpcontent2/source/auxiliary/sv/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sv/default.css +++ b/helpcontent2/source/auxiliary/sv/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sv/highcontrast1.css b/helpcontent2/source/auxiliary/sv/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sv/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sv/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sv/highcontrast2.css b/helpcontent2/source/auxiliary/sv/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sv/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sv/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sv/highcontrastblack.css b/helpcontent2/source/auxiliary/sv/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sv/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sv/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sv/highcontrastwhite.css b/helpcontent2/source/auxiliary/sv/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sv/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sv/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sw-TZ/default.css b/helpcontent2/source/auxiliary/sw-TZ/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/default.css +++ b/helpcontent2/source/auxiliary/sw-TZ/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css +++ b/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css +++ b/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ta/default.css b/helpcontent2/source/auxiliary/ta/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ta/default.css +++ b/helpcontent2/source/auxiliary/ta/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ta/highcontrast1.css b/helpcontent2/source/auxiliary/ta/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ta/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ta/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ta/highcontrast2.css b/helpcontent2/source/auxiliary/ta/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ta/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ta/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ta/highcontrastblack.css b/helpcontent2/source/auxiliary/ta/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ta/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ta/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ta/highcontrastwhite.css b/helpcontent2/source/auxiliary/ta/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ta/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ta/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tg/default.css b/helpcontent2/source/auxiliary/tg/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/tg/default.css +++ b/helpcontent2/source/auxiliary/tg/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/tg/highcontrast1.css b/helpcontent2/source/auxiliary/tg/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/tg/highcontrast1.css +++ b/helpcontent2/source/auxiliary/tg/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tg/highcontrast2.css b/helpcontent2/source/auxiliary/tg/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/tg/highcontrast2.css +++ b/helpcontent2/source/auxiliary/tg/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tg/highcontrastblack.css b/helpcontent2/source/auxiliary/tg/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/tg/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/tg/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tg/highcontrastwhite.css b/helpcontent2/source/auxiliary/tg/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/tg/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/tg/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/th/default.css b/helpcontent2/source/auxiliary/th/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/th/default.css +++ b/helpcontent2/source/auxiliary/th/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/th/highcontrast1.css b/helpcontent2/source/auxiliary/th/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/th/highcontrast1.css +++ b/helpcontent2/source/auxiliary/th/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/th/highcontrast2.css b/helpcontent2/source/auxiliary/th/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/th/highcontrast2.css +++ b/helpcontent2/source/auxiliary/th/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/th/highcontrastblack.css b/helpcontent2/source/auxiliary/th/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/th/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/th/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/th/highcontrastwhite.css b/helpcontent2/source/auxiliary/th/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/th/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/th/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tn/default.css b/helpcontent2/source/auxiliary/tn/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/tn/default.css +++ b/helpcontent2/source/auxiliary/tn/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/tn/highcontrast1.css b/helpcontent2/source/auxiliary/tn/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/tn/highcontrast1.css +++ b/helpcontent2/source/auxiliary/tn/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tn/highcontrast2.css b/helpcontent2/source/auxiliary/tn/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/tn/highcontrast2.css +++ b/helpcontent2/source/auxiliary/tn/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tn/highcontrastblack.css b/helpcontent2/source/auxiliary/tn/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/tn/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/tn/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tn/highcontrastwhite.css b/helpcontent2/source/auxiliary/tn/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/tn/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/tn/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tr/default.css b/helpcontent2/source/auxiliary/tr/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/tr/default.css +++ b/helpcontent2/source/auxiliary/tr/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/tr/highcontrast1.css b/helpcontent2/source/auxiliary/tr/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/tr/highcontrast1.css +++ b/helpcontent2/source/auxiliary/tr/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tr/highcontrast2.css b/helpcontent2/source/auxiliary/tr/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/tr/highcontrast2.css +++ b/helpcontent2/source/auxiliary/tr/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tr/highcontrastblack.css b/helpcontent2/source/auxiliary/tr/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/tr/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/tr/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/tr/highcontrastwhite.css b/helpcontent2/source/auxiliary/tr/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/tr/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/tr/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ts/default.css b/helpcontent2/source/auxiliary/ts/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ts/default.css +++ b/helpcontent2/source/auxiliary/ts/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ts/highcontrast1.css b/helpcontent2/source/auxiliary/ts/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ts/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ts/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ts/highcontrast2.css b/helpcontent2/source/auxiliary/ts/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ts/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ts/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ts/highcontrastblack.css b/helpcontent2/source/auxiliary/ts/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ts/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ts/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ts/highcontrastwhite.css b/helpcontent2/source/auxiliary/ts/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ts/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ts/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uk/default.css b/helpcontent2/source/auxiliary/uk/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/uk/default.css +++ b/helpcontent2/source/auxiliary/uk/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/uk/highcontrast1.css b/helpcontent2/source/auxiliary/uk/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/uk/highcontrast1.css +++ b/helpcontent2/source/auxiliary/uk/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uk/highcontrast2.css b/helpcontent2/source/auxiliary/uk/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/uk/highcontrast2.css +++ b/helpcontent2/source/auxiliary/uk/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uk/highcontrastblack.css b/helpcontent2/source/auxiliary/uk/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/uk/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/uk/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uk/highcontrastwhite.css b/helpcontent2/source/auxiliary/uk/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/uk/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/uk/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uz/default.css b/helpcontent2/source/auxiliary/uz/default.css index c5eb2b3d79..5c13c46d2a 100755 --- a/helpcontent2/source/auxiliary/uz/default.css +++ b/helpcontent2/source/auxiliary/uz/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS",Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI",Arial,"Lucida Sans Unicode",Tahoma; } + { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "DejaVu Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/uz/highcontrast1.css b/helpcontent2/source/auxiliary/uz/highcontrast1.css index e950bb19fc..c6d9ce6b84 100755 --- a/helpcontent2/source/auxiliary/uz/highcontrast1.css +++ b/helpcontent2/source/auxiliary/uz/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS",Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI",Arial,"Lucida Sans Unicode",Tahoma; } + { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "DejaVu Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uz/highcontrast2.css b/helpcontent2/source/auxiliary/uz/highcontrast2.css index 9d9e99906e..b6e6b3d0db 100755 --- a/helpcontent2/source/auxiliary/uz/highcontrast2.css +++ b/helpcontent2/source/auxiliary/uz/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS",Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI",Arial,"Lucida Sans Unicode",Tahoma; } + { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "DejaVu Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uz/highcontrastblack.css b/helpcontent2/source/auxiliary/uz/highcontrastblack.css index 47938ebeae..7892f432e8 100755 --- a/helpcontent2/source/auxiliary/uz/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/uz/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS",Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI",Arial,"Lucida Sans Unicode",Tahoma; } + { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "DejaVu Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/uz/highcontrastwhite.css b/helpcontent2/source/auxiliary/uz/highcontrastwhite.css index 68cdfc3fe8..8b30674899 100755 --- a/helpcontent2/source/auxiliary/uz/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/uz/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS",Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI",Arial,"Lucida Sans Unicode",Tahoma; } + { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "DejaVu Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ve/default.css b/helpcontent2/source/auxiliary/ve/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/ve/default.css +++ b/helpcontent2/source/auxiliary/ve/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/ve/highcontrast1.css b/helpcontent2/source/auxiliary/ve/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/ve/highcontrast1.css +++ b/helpcontent2/source/auxiliary/ve/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ve/highcontrast2.css b/helpcontent2/source/auxiliary/ve/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/ve/highcontrast2.css +++ b/helpcontent2/source/auxiliary/ve/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ve/highcontrastblack.css b/helpcontent2/source/auxiliary/ve/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/ve/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/ve/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/ve/highcontrastwhite.css b/helpcontent2/source/auxiliary/ve/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/ve/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/ve/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/vi/default.css b/helpcontent2/source/auxiliary/vi/default.css index 8a15af3be6..ff034b2061 100755 --- a/helpcontent2/source/auxiliary/vi/default.css +++ b/helpcontent2/source/auxiliary/vi/default.css @@ -29,10 +29,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Thorndale AMT",Thorndale,"Times New Roman","Nimbus Roman No9 L","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Vn Nimbus Mono L","Free Monospaced","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/vi/highcontrast1.css b/helpcontent2/source/auxiliary/vi/highcontrast1.css index d2a06ea836..0ffc111f15 100755 --- a/helpcontent2/source/auxiliary/vi/highcontrast1.css +++ b/helpcontent2/source/auxiliary/vi/highcontrast1.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Thorndale AMT",Thorndale,"Times New Roman","Nimbus Roman No9 L","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Vn Nimbus Mono L","Free Monospaced","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/vi/highcontrast2.css b/helpcontent2/source/auxiliary/vi/highcontrast2.css index db16162b7d..4a0e26c8f0 100755 --- a/helpcontent2/source/auxiliary/vi/highcontrast2.css +++ b/helpcontent2/source/auxiliary/vi/highcontrast2.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Thorndale AMT",Thorndale,"Times New Roman","Nimbus Roman No9 L","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Vn Nimbus Mono L","Free Monospaced","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/vi/highcontrastblack.css b/helpcontent2/source/auxiliary/vi/highcontrastblack.css index 0656c1e870..9106c0d713 100755 --- a/helpcontent2/source/auxiliary/vi/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/vi/highcontrastblack.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Thorndale AMT",Thorndale,"Times New Roman","Nimbus Roman No9 L","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Vn Nimbus Mono L","Free Monospaced","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/vi/highcontrastwhite.css b/helpcontent2/source/auxiliary/vi/highcontrastwhite.css index ceacab21e0..801ef5dbed 100755 --- a/helpcontent2/source/auxiliary/vi/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/vi/highcontrastwhite.css @@ -30,10 +30,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Thorndale AMT",Thorndale,"Times New Roman","Nimbus Roman No9 L","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Vn Nimbus Mono L","Free Monospaced","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/xh/default.css b/helpcontent2/source/auxiliary/xh/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/xh/default.css +++ b/helpcontent2/source/auxiliary/xh/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/xh/highcontrast1.css b/helpcontent2/source/auxiliary/xh/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/xh/highcontrast1.css +++ b/helpcontent2/source/auxiliary/xh/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/xh/highcontrast2.css b/helpcontent2/source/auxiliary/xh/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/xh/highcontrast2.css +++ b/helpcontent2/source/auxiliary/xh/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/xh/highcontrastblack.css b/helpcontent2/source/auxiliary/xh/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/xh/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/xh/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/xh/highcontrastwhite.css b/helpcontent2/source/auxiliary/xh/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/xh/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/xh/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/zh-CN/default.css b/helpcontent2/source/auxiliary/zh-CN/default.css index 6b22f67044..3ff353301e 100755 --- a/helpcontent2/source/auxiliary/zh-CN/default.css +++ b/helpcontent2/source/auxiliary/zh-CN/default.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正宋体,"MSung Light SC","Cumberland AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css b/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css index d2c90b6610..a85c53467e 100755 --- a/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css +++ b/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正宋体,"MSung Light SC","Cumberland AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css b/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css index cd0804b5c0..76f93b3d61 100755 --- a/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css +++ b/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正宋体,"MSung Light SC","Cumberland AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css b/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css index 2cf6866e0e..e5380eb2ff 100755 --- a/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正宋体,"MSung Light SC","Cumberland AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css b/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css index 5064279907..0576678adb 100755 --- a/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正宋体,"MSung Light SC","Cumberland AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-TW/default.css b/helpcontent2/source/auxiliary/zh-TW/default.css index 9eefcd76a8..f996c00a4a 100755 --- a/helpcontent2/source/auxiliary/zh-TW/default.css +++ b/helpcontent2/source/auxiliary/zh-TW/default.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;} .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正明體,MSung Light TC,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css index 86916bc948..39d7b05a1f 100755 --- a/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;} .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正明體,MSung Light TC,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css index 59d3f78fa3..d587cd2687 100755 --- a/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;} .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正明體,MSung Light TC,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css index 61961ebffd..80678e888c 100755 --- a/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;} .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正明體,MSung Light TC,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css index 2bd98c7a14..9fc9c2ae65 100755 --- a/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css @@ -13,7 +13,7 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .ta { font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;} .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: 方正明體,MSung Light TC,"Cumberland AMT",Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zu/default.css b/helpcontent2/source/auxiliary/zu/default.css index 2fa534688a..bcdc5f4e61 100755 --- a/helpcontent2/source/auxiliary/zu/default.css +++ b/helpcontent2/source/auxiliary/zu/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/zu/highcontrast1.css b/helpcontent2/source/auxiliary/zu/highcontrast1.css index 354c383724..1b44518acd 100755 --- a/helpcontent2/source/auxiliary/zu/highcontrast1.css +++ b/helpcontent2/source/auxiliary/zu/highcontrast1.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/zu/highcontrast2.css b/helpcontent2/source/auxiliary/zu/highcontrast2.css index ec2763dc2b..6f934a4196 100755 --- a/helpcontent2/source/auxiliary/zu/highcontrast2.css +++ b/helpcontent2/source/auxiliary/zu/highcontrast2.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/zu/highcontrastblack.css b/helpcontent2/source/auxiliary/zu/highcontrastblack.css index e782fd491c..87c4b7e310 100755 --- a/helpcontent2/source/auxiliary/zu/highcontrastblack.css +++ b/helpcontent2/source/auxiliary/zu/highcontrastblack.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} diff --git a/helpcontent2/source/auxiliary/zu/highcontrastwhite.css b/helpcontent2/source/auxiliary/zu/highcontrastwhite.css index 95f552ea71..9c8bbe469e 100755 --- a/helpcontent2/source/auxiliary/zu/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/zu/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} -- cgit v1.2.3 From 962aaaced4539cc648cdd8236c36dadd4e77a871 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian K Date: Fri, 5 Nov 2010 12:40:28 +0100 Subject: Help -> wiki converter. --- helpcontent2/to-wiki/convall.py | 38 +++ helpcontent2/to-wiki/getalltitles.py | 114 ++++++++ helpcontent2/to-wiki/wikiconv2.py | 493 +++++++++++++++++++++++++++++++++++ 3 files changed, 645 insertions(+) create mode 100755 helpcontent2/to-wiki/convall.py create mode 100755 helpcontent2/to-wiki/getalltitles.py create mode 100755 helpcontent2/to-wiki/wikiconv2.py diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py new file mode 100755 index 0000000000..bb0483fed5 --- /dev/null +++ b/helpcontent2/to-wiki/convall.py @@ -0,0 +1,38 @@ +#!/usr/bin/env python + +import os, sys + +titles = [[]] + +def loadallfiles(filename): + global titles + file=open(filename,"r") + for line in file: + title = line.split(";") + titles.append(title) + +loadallfiles("alltitles.csv") + +for title in titles: + command = "" + outfile = "" + infile = "" + try: + outfile = "wiki/"+title[1].strip() + infile = title[0].strip() + command = "python wikiconv2.py "+infile+" > "+outfile + except: + continue + + try: + file = open(outfile,"r") + except: + print "Processing: "+infile + if not os.system(command): + # print "Failed: "+command + # sys.exit(1) + pass + continue + print "Warning: Skipping: "+command + file.close() + sys.exit(1) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py new file mode 100755 index 0000000000..cb0527e88b --- /dev/null +++ b/helpcontent2/to-wiki/getalltitles.py @@ -0,0 +1,114 @@ +#!/usr/bin/env python + +import sys +import os +import xml.parsers.expat + +title="" +parsing=True +istitle=False +alltitles=[] + +def is_present(title): + for i in alltitles: + try: + if i.strip() == title.strip(): + return True + except: + return False + return False + +def make_unique(title): + n=0 + t = title + while is_present(t): + n=n+1 + t = title+"_%d"%(n) + return t + +replace_text_list = [ + ["$[officename]","LibreOffice"], + ["%PRODUCTNAME","LibreOffice"], + ['"+"',"plus"], + ['"*"',"star"], + ['"-"',"minus"], + ['"/"',"slash"], + ['"^"',"cap"], + [')','_'], + ['(','_'], + ['\\','_'], + ['/','_'] + ] + +modules_list = [ + "sbasic", + "scalc", + "schart", + "sdraw", + "shared", + "simpress", + "smath", + "swriter" + ] + +def get_module(text): + for i in modules_list: + if text.find(i) >=0: + return i + return "" + +def replace_text(text): + for i in replace_text_list: + if text.find(i[0]) >= 0: + text = text.replace(i[0],i[1]) + return text + +def start_element(name, attrs): + global parsing, istitle + if not parsing: + return + if name == 'title': + istitle=True + +def end_element(name): + global parsing, istitle + if not parsing: + return + if name == 'title': + parsign = False + istitle = False + +def char_data(data): + global title, parsing + if not istitle: + return + title = replace_text(data) + +def parsexhp(filename): + global parsing, title + parsing = True + file=open(filename,"r") + p = xml.parsers.expat.ParserCreate() + p.StartElementHandler = start_element + p.EndElementHandler = end_element + p.CharacterDataHandler = char_data + buf = file.read() + p.Parse(buf) + file.close() + title=get_module(filename)+"/"+title + title = title.replace(" ","_") + title = make_unique(title) + alltitles.append(title) + print filename+";"+title + +if len(sys.argv) < 2: + print "getalltitles.py " + print "e.g. getalltitles.py helcontent2/source/text/scalc" + sys.exit(1) + +pattern = "xhp" + +for root, dirs, files in os.walk(sys.argv[1]): + for i in files: + if i.find(pattern) >= 0: + parsexhp(root+"/"+i) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py new file mode 100755 index 0000000000..11dfb97cd2 --- /dev/null +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -0,0 +1,493 @@ +#!/usr/bin/env python + +import sys +import xml.parsers.expat + +root="helpcontent2/source/" + +titles = [[]] + +start_eles = [ + ["emph","'''"] + ] + +end_eles = [ + ["emph","'''"] + ] + +replace_text_list = [ + ["$[officename]","LibreOffice"], + ["%PRODUCTNAME","LibreOffice"] + ] + +def get_link_filename(link, name): + text = link + if link.find("http") >= 0: + text = name + for title in titles: + try: + if title[0].find(text) >= 0: + return title[1].strip() + except: + pass + return link + +def replace_text(text): + for i in replace_text_list: + if text.find(i[0]) >= 0: + text = text.replace(i[0],i[1]) + return text + +def heading(level): + str="" + for i in range(0,level): + str = str+"=" + return str + +class cxml: + def __init__(self, sectionid): + self.filter_section=sectionid + self.objects=[] + self.child_parsing=False + self.parser_state=True + self.depth=1 + if sectionid != "": + self.parser_state=False + def start_element(self, name, attrs): + if name == 'section': + if self.filter_section != "" and attrs['id'] == self.filter_section: + self.parser_state=True + if name == 'paragraph': + if not self.parser_state: + para=cparagraph(attrs, self, self.filter_section, self.depth) + else: + para=cparagraph(attrs, self, '', self.depth) + self.depth = para.depth + self.child_parsing=True + self.objects.append(para) + if not self.parser_state: + return + if name == 'embed': + link=attrs['href'].replace('"','') + fname=link + section="" + if link.find("#") >= 0: + fname = link[:link.find("#")] + section = link[link.find("#")+1:] + #print "Parsing: "+fname+" Section: "+section + if fname.find("border") >= 0 or \ + fname.find("background") >= 0: + print "Ignoring: "+fname + else: + self.child_parsing = True + child_xml = cxml(section) + child_xml.depth = self.depth +1 + self.objects.append(child_xml) + parsexhp(root+fname) + self.child_parsing = False + + if name == 'table': + child = ctable(attrs, self) + self.child_parsing = True + self.objects.append(child) + + def end_element(self, name): + if not self.parser_state: + return + if self.filter_section != "" and name == 'section': + self.parser_state=False + def char_data(self, data): + pass + def get_curobj(self): + if self.child_parsing: + #try: + # raise self.objects[len(self.objects)-1] + #except cxml: + return self.objects[len(self.objects)-1].get_curobj() + #except: + # return self.objects[len(self.objects)-1] + else: + return self + def print_all(self): + for i in self.objects: + i.print_all() + + +class cimage: + def __init__(self, attrs, parent): + self.src = attrs['src'] + try: + self.width = attrs['width'] + self.height = attrs['height'] + except: + self.width = self.height = "" + self.align = 'left' + self.alt = False + self.alttext = "" + self.parent = parent + + def start_element(self, name, attrs): + if name == 'alt': + self.alt = True + + def end_element(self, name): + if name == 'alt': + self.alt = False + + if name == 'image': + self.parent.child_parsing = False + + def char_data(self, data): + if self.alt: + self.alttext = self.alttext + data + + def get_all(self): + wikitext = "[[Image:"+self.src+"|border|"+self.align+"|" + if len(self.width): + wikitext = wikitext + self.width+"x"+self.height+"|" + wikitext = wikitext + self.alttext+"]]" + return wikitext + + def print_all(self): + print self.get_all() + + def get_curobj(self): + return self + +class ctext: + def __init__(self, text): + self.wikitext = replace_text(text) + def print_all(self): + print self.wikitext + +class ctabcell: + def __init__(self, attrs, parent): + # TODO: colspan rowspan + self.objects = [] + self.child_parsing = False + self.parent = parent + self.header = False + pass + + def start_element(self, name, attrs): + if name == 'paragraph': + if attrs['role'] == 'tablehead': + self.header = True + para=cparagraph(attrs, self, '', 0) + self.child_parsing=True + self.objects.append(para) + pass + + def end_element(self, name): + if name == 'tablecell': + self.parent.child_parsing = False + pass + + def char_data(self, data): + pass + + def print_all(self): + for i in self.objects: + i.print_all() + + def get_all(self): + text = "" + for i in self.objects: + text = text + i.get_all() + return text + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + + +class ctable: + def __init__(self, attrs, parent): + # TODO/Check: Might Require filtering too... + try: + self.tableid = attrs['id'] + except: + self.tableid = 0 + self.header = [] + self.crow = [] + self.content = [[]] + self.child_parsing = False + self.child = None + self.parent = parent + + def check_add_cell(self): + if self.child: + self.crow.append(self.child) + self.child = None + + def check_add_row(self): + if len(self.crow): + if self.crow[0].header: + self.header = self.crow + else: + self.content.append(self.crow) + self.crow = [] + + def start_element(self, name, attrs): + if name == 'tablecell': + self.check_add_cell() + self.child = ctabcell(attrs, self) + self.child_parsing = True + if name == 'tablerow': + self.check_add_cell() + self.check_add_row() + + def end_element(self, name): + if name == 'table': + # the following checks may be unnecessary + self.check_add_cell() + self.check_add_row() + self.parent.child_parsing = False + + def char_data(self, data): + pass + + def get_all(self): + text = '{| border="1"' # + ' align="left"' + if len(self.header): + # text = text + "\n|+ caption" + text = text +"\n|-" + for i in self.header: + text = text + '\n! scope="col" | ' + i.get_all() + for i in self.content: + text = text + "\n|-" + for j in i: + text = text + "\n| "+j.get_all() + text = text + "\n|}" + return text + + def print_all(self): + print self.get_all().encode('ascii','replace') + + def get_curobj(self): + if self.child_parsing: + return self.child.get_curobj() + return self + +class clink: + def __init__(self, attrs, parent): + self.link = attrs['href'] + try: + self.lname = attrs['name'] + except: + self.lname = self.link[self.link.rfind("/")+1:] + # Override lname + self.lname = get_link_filename(self.link, self.lname) + self.wikitext = "" + self.parent = parent + + def start_element(self, name, attrs): + pass + + def end_element(self, name): + if name == "link": + self.parent.child_parsing = False + + def char_data(self, data): + self.wikitext = self.wikitext + data + + def get_all(self): + if self.link.find("http") >= 0: + text = "["+self.link+" "+self.wikitext+"]" + else: + text = "[["+self.lname+"|"+self.wikitext+"]]" + if self.parent.heading: + text = heading(self.parent.depth) + " " + text + " "+heading(self.parent.depth) + text = replace_text(text) + return text + + def print_all(self): + print self.get_all() + + def get_curobj(self): + return self + +# Not used yet - cparagraph itself handles it (as of now) +class cvariable: + def __init__(self, sectionid, parent): + self.parser_state=True + self.wikitext="" + if sectionid != "" and attrs['id']==sectionid: + self.parser_state=False + self.parent = parent + def start_element(self, name, attrs): + pass + def end_element(self,name): + if name == 'variable': + parent.child_parsing = False + def print_all(self): + print self.wikitext + +class cparagraph: + def __init__(self, attrs, parent, sectionid, depth): + self.child_parsing = False + self.heading=False + try: + if attrs['role'] == "heading": + self.heading = True + except: + pass + + #try: + # self.level=parent.level+1 + #except: + try: + self.level=int(attrs['level']) + except: + self.level=0 + self.filter_section=sectionid + self.parent = parent + self.objects=[] + self.parser_state=True + if depth > self.level: + self.depth = depth + else: + self.depth = self.level + self.wikitext="" + if sectionid != "": + self.parser_state = False + def __del__(self): + pass + def start_element(self, name, attrs): + if name == 'variable': + if attrs['id'] == self.filter_section: + self.parser_state=True + if name == 'paragraph': + if not self.parser_state: + child = cparagraph(attrs, self, self.filter_section, self.depth+1) + else: + child = cparagraph(attrs, self, "", self.depth+1) + self.child_parsing = True + self.objects.append(child) + + if not self.parser_state: + return + if name == 'embed': + # This shouldn't occur + print "Warning: Skipped Embedded content!!!" + if name == 'image': + child = cimage(attrs, self) + self.child_parsing = True + self.objects.append(child) + if name == 'link': + child = clink(attrs, self) + self.child_parsing = True + self.objects.append(child) + + + global start_eles + for n in start_eles: + if n[0] == name: + #self.wikitext=self.wikitext+n[1] + self.objects.append(ctext(n[1])) + break + + def end_element(self, name): + if name == 'paragraph': + self.parent.child_parsing = False + if not self.parser_state: + return + if self.filter_section != "" and name == 'varable': + self.parser_state = False + + global end_eles + for n in end_eles: + if n[0] == name: + #self.wikitext=self.wikitext+n[1] + self.objects.append(ctext(n[1])) + break + + def char_data(self, data): + if not self.parser_state or not len(data.strip()): + return + text="" + if self.heading: + text = heading(self.depth) + " " + data + " "+heading(self.depth) + else: + text = data + self.objects.append(ctext(text)) + #self.wikitext = self.wikitext + text + def print_all(self): + #if self.wikitext != "": + # print self.wikitext + text = self.get_all() + if len(text): + print text.encode('ascii','replace') + return + + for i in self.objects: + try: + raise i + except ctext: + self.wikitext = self.wikitext + i.wikitext + except clink: + self.wikitext = self.wikitext + i.get_all() + " " + except: + if len(self.wikitext): + print self.wikitext + self.wikitext="" + i.print_all() + if len(self.wikitext): + print self.wikitext + + def get_all(self): + for i in self.objects: + try: + raise i + except ctext: + self.wikitext = self.wikitext + i.wikitext + except clink: + self.wikitext = self.wikitext + i.get_all() + " " + except: + if len(self.wikitext): + self.wikitext = self.wikitext + "\n" + self.wikitext = self.wikitext + "\n" + i.get_all() + return self.wikitext + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + else: + return self + +head_obj=cxml("") +def start_element(name, attrs): + head_obj.get_curobj().start_element(name,attrs) + +def end_element(name): + head_obj.get_curobj().end_element(name) + +def char_data(data): + head_obj.get_curobj().char_data(data) + +def parsexhp(filename): + file=open(filename,"r") + p = xml.parsers.expat.ParserCreate() + p.StartElementHandler = start_element + p.EndElementHandler = end_element + p.CharacterDataHandler = char_data + buf = file.read() + p.Parse(buf) + file.close() + + +def loadallfiles(filename): + global titles + file=open(filename,"r") + for line in file: + title = line.split(";") + titles.append(title) + +if len(sys.argv) < 2: + print "wikiconv2.py " + sys.exit(1) + +loadallfiles("alltitles.csv") +parsexhp(sys.argv[1]) +head_obj.print_all() -- cgit v1.2.3 From c3760ab69952dec6b62c21efa9ea743f8e81940f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 14:04:27 +0100 Subject: Update the help -> wiki conversion scripts to work inside helpcontent2. --- helpcontent2/help-to-wiki.py | 36 ++++++++++++++++++++++++++++++++++++ helpcontent2/to-wiki/convall.py | 2 +- helpcontent2/to-wiki/getalltitles.py | 22 +++++++++++----------- helpcontent2/to-wiki/wikiconv2.py | 2 +- 4 files changed, 49 insertions(+), 13 deletions(-) create mode 100755 helpcontent2/help-to-wiki.py diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py new file mode 100755 index 0000000000..5ed0e6c1c7 --- /dev/null +++ b/helpcontent2/help-to-wiki.py @@ -0,0 +1,36 @@ +#!/usr/bin/env python + +import sys, os + +# FIXME do proper modules from getalltitles & wikiconv2 +# [so far this is in fact just a shell thing] + +def create_wiki_dirs(): + dirs = [ + "Basic", + "Calc", + "Chart", + "Draw", + "All", + "Impress", + "Math", + "Writer" + ] + + try: + os.mkdir( "wiki" ) + except: + sys.stdout.write( "wiki already generated - the wiki/ subdir exists\n" ) + sys.exit( 1 ) + + for i in dirs: + try: + os.mkdir( "wiki/" + i ) + except: + pass + +# do the work +create_wiki_dirs() + +os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) +os.system( "python to-wiki/convall.py source/text" ) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index bb0483fed5..cc02822e0d 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -20,7 +20,7 @@ for title in titles: try: outfile = "wiki/"+title[1].strip() infile = title[0].strip() - command = "python wikiconv2.py "+infile+" > "+outfile + command = "python to-wiki/wikiconv2.py "+infile+" > "+outfile except: continue diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index cb0527e88b..50ca03dc7d 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -41,25 +41,25 @@ replace_text_list = [ ] modules_list = [ - "sbasic", - "scalc", - "schart", - "sdraw", - "shared", - "simpress", - "smath", - "swriter" + ["sbasic","Basic"], + ["scalc","Calc"], + ["schart","Chart"], + ["sdraw","Draw"], + ["shared","All"], + ["simpress","Impress"], + ["smath","Math"], + ["swriter","Writer"] ] def get_module(text): for i in modules_list: - if text.find(i) >=0: - return i + if text.find(i[0]) >=0: + return i[1] return "" def replace_text(text): for i in replace_text_list: - if text.find(i[0]) >= 0: + while text.find(i[0]) >= 0: text = text.replace(i[0],i[1]) return text diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 11dfb97cd2..4f884e617b 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -3,7 +3,7 @@ import sys import xml.parsers.expat -root="helpcontent2/source/" +root="source/" titles = [[]] -- cgit v1.2.3 From 54aafe8a2a8bf6c66630564679f74164ffbcc0b2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 14:05:33 +0100 Subject: Use templates for the product name. --- helpcontent2/to-wiki/wikiconv2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 4f884e617b..4b2ff5d02d 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -16,8 +16,8 @@ end_eles = [ ] replace_text_list = [ - ["$[officename]","LibreOffice"], - ["%PRODUCTNAME","LibreOffice"] + ["$[officename]","{{ProductName}}"], + ["%PRODUCTNAME","{{ProductName}}"] ] def get_link_filename(link, name): -- cgit v1.2.3 From 46765b21fdd0bfb1fb1edb0ce8b61585ac1d6f0a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 14:13:43 +0100 Subject: A bit more whitespace to make it more readable. --- helpcontent2/to-wiki/wikiconv2.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 4b2ff5d02d..1a1a173cdb 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -53,6 +53,7 @@ class cxml: self.depth=1 if sectionid != "": self.parser_state=False + def start_element(self, name, attrs): if name == 'section': if self.filter_section != "" and attrs['id'] == self.filter_section: @@ -96,8 +97,10 @@ class cxml: return if self.filter_section != "" and name == 'section': self.parser_state=False + def char_data(self, data): pass + def get_curobj(self): if self.child_parsing: #try: @@ -108,6 +111,7 @@ class cxml: # return self.objects[len(self.objects)-1] else: return self + def print_all(self): for i in self.objects: i.print_all() @@ -157,6 +161,7 @@ class cimage: class ctext: def __init__(self, text): self.wikitext = replace_text(text) + def print_all(self): print self.wikitext @@ -316,11 +321,14 @@ class cvariable: if sectionid != "" and attrs['id']==sectionid: self.parser_state=False self.parent = parent + def start_element(self, name, attrs): pass + def end_element(self,name): if name == 'variable': parent.child_parsing = False + def print_all(self): print self.wikitext @@ -352,8 +360,10 @@ class cparagraph: self.wikitext="" if sectionid != "": self.parser_state = False + def __del__(self): pass + def start_element(self, name, attrs): if name == 'variable': if attrs['id'] == self.filter_section: @@ -413,6 +423,7 @@ class cparagraph: text = data self.objects.append(ctext(text)) #self.wikitext = self.wikitext + text + def print_all(self): #if self.wikitext != "": # print self.wikitext @@ -476,7 +487,6 @@ def parsexhp(filename): p.Parse(buf) file.close() - def loadallfiles(filename): global titles file=open(filename,"r") -- cgit v1.2.3 From 31c7e54ff143053c8cdc791a0e9328841a70d194 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 15:23:44 +0100 Subject: Do not write heading starts with every char_data. --- helpcontent2/to-wiki/convall.py | 9 ++++----- helpcontent2/to-wiki/wikiconv2.py | 22 +++++++++++++++------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index cc02822e0d..25e01ea63f 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -27,11 +27,10 @@ for title in titles: try: file = open(outfile,"r") except: - print "Processing: "+infile - if not os.system(command): - # print "Failed: "+command - # sys.exit(1) - pass + #print "Processing: "+infile + if os.system(command) != 0: + print "Failed: "+command + sys.exit(1) continue print "Warning: Skipping: "+command file.close() diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 1a1a173cdb..fbd3cb9198 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import sys +import sys, signal import xml.parsers.expat root="source/" @@ -416,12 +416,7 @@ class cparagraph: def char_data(self, data): if not self.parser_state or not len(data.strip()): return - text="" - if self.heading: - text = heading(self.depth) + " " + data + " "+heading(self.depth) - else: - text = data - self.objects.append(ctext(text)) + self.objects.append(ctext(data)) #self.wikitext = self.wikitext + text def print_all(self): @@ -432,6 +427,10 @@ class cparagraph: print text.encode('ascii','replace') return + # mark this as the heading + if self.objects.len() > 0 and self.heading: + print heading(self.depth) + for i in self.objects: try: raise i @@ -447,6 +446,10 @@ class cparagraph: if len(self.wikitext): print self.wikitext + # end of the heading mark + if self.objects.len() > 0 and self.heading: + print heading(self.depth) + def get_all(self): for i in self.objects: try: @@ -494,6 +497,11 @@ def loadallfiles(filename): title = line.split(";") titles.append(title) +def signal_handler(signal, frame): + sys.snderr.write( "You pressed Ctrl+C!" ) + sys.exit(1) +signal.signal(signal.SIGINT, signal_handler) + if len(sys.argv) < 2: print "wikiconv2.py " sys.exit(1) -- cgit v1.2.3 From 520121f9cfc67e5fe3a24e8fae1a9c78bb22c8b7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 15:51:55 +0100 Subject: Skip pages without a title. --- helpcontent2/to-wiki/getalltitles.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index 50ca03dc7d..793465f2fc 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -75,7 +75,7 @@ def end_element(name): if not parsing: return if name == 'title': - parsign = False + parsing = False istitle = False def char_data(data): @@ -95,11 +95,13 @@ def parsexhp(filename): buf = file.read() p.Parse(buf) file.close() - title=get_module(filename)+"/"+title - title = title.replace(" ","_") - title = make_unique(title) - alltitles.append(title) - print filename+";"+title + if len(title): + title=get_module(filename)+"/"+title + title = title.replace(" ","_") + title = make_unique(title) + alltitles.append(title) + print filename+";"+title + title="" if len(sys.argv) < 2: print "getalltitles.py " -- cgit v1.2.3 From f224ef451ecceafe7c47e3469cd0f8a4b6505c78 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 Nov 2010 15:52:21 +0100 Subject: Make the heading actually work. Empty line between paragraphs. --- helpcontent2/to-wiki/wikiconv2.py | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index fbd3cb9198..27d91edafc 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -302,8 +302,6 @@ class clink: text = "["+self.link+" "+self.wikitext+"]" else: text = "[["+self.lname+"|"+self.wikitext+"]]" - if self.parent.heading: - text = heading(self.parent.depth) + " " + text + " "+heading(self.parent.depth) text = replace_text(text) return text @@ -427,10 +425,6 @@ class cparagraph: print text.encode('ascii','replace') return - # mark this as the heading - if self.objects.len() > 0 and self.heading: - print heading(self.depth) - for i in self.objects: try: raise i @@ -446,11 +440,11 @@ class cparagraph: if len(self.wikitext): print self.wikitext - # end of the heading mark - if self.objects.len() > 0 and self.heading: - print heading(self.depth) - def get_all(self): + # mark this as the heading + if len(self.objects) > 0 and self.heading: + self.wikitext = self.wikitext + heading(self.depth) + " " + for i in self.objects: try: raise i @@ -462,6 +456,15 @@ class cparagraph: if len(self.wikitext): self.wikitext = self.wikitext + "\n" self.wikitext = self.wikitext + "\n" + i.get_all() + + # end of the heading mark + if len(self.objects) > 0 and self.heading: + self.wikitext = self.wikitext + " " + heading(self.depth) + + # write an additional \n at the end of paragraph + if len(self.objects) > 0: + self.wikitext = self.wikitext + "\n" + return self.wikitext def get_curobj(self): @@ -498,7 +501,7 @@ def loadallfiles(filename): titles.append(title) def signal_handler(signal, frame): - sys.snderr.write( "You pressed Ctrl+C!" ) + sys.stderr.write( "Exiting..." ) sys.exit(1) signal.signal(signal.SIGINT, signal_handler) -- cgit v1.2.3 From b9dbeaf27ea4d8b61fcca464ab9459f2283212d2 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian K Date: Mon, 8 Nov 2010 22:20:06 +0530 Subject: Reverting while() to if() to replace text. Since text.replace itself would do a replace-all. --- helpcontent2/to-wiki/getalltitles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index 793465f2fc..97e2649ee8 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -59,7 +59,7 @@ def get_module(text): def replace_text(text): for i in replace_text_list: - while text.find(i[0]) >= 0: + if text.find(i[0]) >= 0: text = text.replace(i[0],i[1]) return text -- cgit v1.2.3 From 588fcbf2e6db68199235afcc6951588ffcd487c4 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 8 Nov 2010 22:47:35 +0100 Subject: Show the phases of the wiki generation. But still be quite silent about the operation ;-) --- helpcontent2/help-to-wiki.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 5ed0e6c1c7..a0e45a61b1 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -32,5 +32,8 @@ def create_wiki_dirs(): # do the work create_wiki_dirs() +print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) + +print "Generating the wiki itself..." os.system( "python to-wiki/convall.py source/text" ) -- cgit v1.2.3 From fbcf041a6b4649349261da565da6b096576caed8 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 9 Nov 2010 01:11:40 +0100 Subject: One more column to alltitles.csv - human readable name. To be used in the 'embed' link targets. --- helpcontent2/to-wiki/convall.py | 2 +- helpcontent2/to-wiki/getalltitles.py | 42 ++++++++++++++++++++++++------------ helpcontent2/to-wiki/wikiconv2.py | 6 +++--- 3 files changed, 32 insertions(+), 18 deletions(-) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index 25e01ea63f..f1daefb72c 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -8,7 +8,7 @@ def loadallfiles(filename): global titles file=open(filename,"r") for line in file: - title = line.split(";") + title = line.split(";", 2) titles.append(title) loadallfiles("alltitles.csv") diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index 97e2649ee8..a6d7d036d7 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -29,15 +29,22 @@ def make_unique(title): replace_text_list = [ ["$[officename]","LibreOffice"], ["%PRODUCTNAME","LibreOffice"], - ['"+"',"plus"], - ['"*"',"star"], - ['"-"',"minus"], - ['"/"',"slash"], - ['"^"',"cap"], + ['"+"',"Plus"], + ['"*"',"Star"], + ['"-"',"Minus"], + ['"/"',"Slash"], + ['"^"',"Cap"], [')','_'], ['(','_'], ['\\','_'], - ['/','_'] + ['/','_'], + ['&',"and"], + [';','_'] + ] + +replace_readable_list = [ + ["$[officename]","{{ProductName}}"], + ["%PRODUCTNAME","{{ProductName}}"] ] modules_list = [ @@ -57,18 +64,25 @@ def get_module(text): return i[1] return "" -def replace_text(text): - for i in replace_text_list: +def replace_text(text, replace_list): + for i in replace_list: if text.find(i[0]) >= 0: text = text.replace(i[0],i[1]) return text +def wiki_text(text): + return replace_text(text, replace_text_list) + +def readable_text(text): + return replace_text(text, replace_readable_list) + def start_element(name, attrs): - global parsing, istitle + global parsing, istitle, title if not parsing: return if name == 'title': istitle=True + title = "" def end_element(name): global parsing, istitle @@ -82,7 +96,7 @@ def char_data(data): global title, parsing if not istitle: return - title = replace_text(data) + title = title + data def parsexhp(filename): global parsing, title @@ -96,12 +110,12 @@ def parsexhp(filename): p.Parse(buf) file.close() if len(title): - title=get_module(filename)+"/"+title - title = title.replace(" ","_") + readable_title = readable_text(title) + title = get_module(filename) + "/" + wiki_text(title) + title = title.replace(" ", "_") title = make_unique(title) alltitles.append(title) - print filename+";"+title - title="" + print filename + ";" + title + ";" + readable_title if len(sys.argv) < 2: print "getalltitles.py " diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 27d91edafc..03a5a51084 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -401,7 +401,7 @@ class cparagraph: self.parent.child_parsing = False if not self.parser_state: return - if self.filter_section != "" and name == 'varable': + if self.filter_section != "" and name == 'variable': self.parser_state = False global end_eles @@ -495,9 +495,9 @@ def parsexhp(filename): def loadallfiles(filename): global titles - file=open(filename,"r") + file = open(filename, "r") for line in file: - title = line.split(";") + title = line.split(";", 2) titles.append(title) def signal_handler(signal, frame): -- cgit v1.2.3 From d0e87681896f0d545aca44541e734a3a4a604622 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 9 Nov 2010 01:54:35 +0100 Subject: Fix the generation of the related topics. Prefix the links with a {{RelatedTopics}} template. No need to parse each of the linked files again and again to get the link target - we have that in the allfiles.csv now. --- helpcontent2/to-wiki/wikiconv2.py | 44 +++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 03a5a51084..857f67972d 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -5,7 +5,7 @@ import xml.parsers.expat root="source/" -titles = [[]] +titles = [] start_eles = [ ["emph","'''"] @@ -32,6 +32,12 @@ def get_link_filename(link, name): pass return link +def get_link_name(link): + for title in titles: + if title[0].find(link) >= 0: + return title[2].strip() + return link + def replace_text(text): for i in replace_text_list: if text.find(i[0]) >= 0: @@ -56,6 +62,8 @@ class cxml: def start_element(self, name, attrs): if name == 'section': + if attrs['id'] == "relatedtopics": + self.objects.append(ctext("{{RelatedTopics}}\n")) if self.filter_section != "" and attrs['id'] == self.filter_section: self.parser_state=True if name == 'paragraph': @@ -75,17 +83,13 @@ class cxml: if link.find("#") >= 0: fname = link[:link.find("#")] section = link[link.find("#")+1:] - #print "Parsing: "+fname+" Section: "+section - if fname.find("border") >= 0 or \ - fname.find("background") >= 0: - print "Ignoring: "+fname - else: - self.child_parsing = True - child_xml = cxml(section) - child_xml.depth = self.depth +1 - self.objects.append(child_xml) - parsexhp(root+fname) - self.child_parsing = False + + my_attrs = {} + my_attrs['href'] = fname + my_attrs['name'] = get_link_name(fname) + self.objects.append(clink(my_attrs, self)) + # add a '\n' after each of the links + self.objects.append(ctext("")) if name == 'table': child = ctable(attrs, self) @@ -277,15 +281,16 @@ class ctable: class clink: def __init__(self, attrs, parent): - self.link = attrs['href'] + self.link = attrs['href'] try: - self.lname = attrs['name'] + self.lname = attrs['name'] except: - self.lname = self.link[self.link.rfind("/")+1:] + self.lname = self.link[self.link.rfind("/")+1:] # Override lname + self.default_name = self.lname self.lname = get_link_filename(self.link, self.lname) - self.wikitext = "" - self.parent = parent + self.wikitext = "" + self.parent = parent def start_element(self, name, attrs): pass @@ -298,11 +303,14 @@ class clink: self.wikitext = self.wikitext + data def get_all(self): + if self.wikitext == "": + self.wikitext = self.default_name + + self.wikitext = replace_text(self.wikitext) if self.link.find("http") >= 0: text = "["+self.link+" "+self.wikitext+"]" else: text = "[["+self.lname+"|"+self.wikitext+"]]" - text = replace_text(text) return text def print_all(self): -- cgit v1.2.3 From b6bef35291ee407841936a59097120074f37c489 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian K Date: Tue, 9 Nov 2010 22:01:51 +0530 Subject: HID mappings to sections. --- helpcontent2/to-wiki/convall.py | 6 +-- helpcontent2/to-wiki/wikiconv2.py | 99 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+), 4 deletions(-) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index f1daefb72c..afc510e3dc 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -17,12 +17,10 @@ for title in titles: command = "" outfile = "" infile = "" - try: + if len(title) > 1: outfile = "wiki/"+title[1].strip() infile = title[0].strip() - command = "python to-wiki/wikiconv2.py "+infile+" > "+outfile - except: - continue + command = "python to-wiki/wikiconv2.py "+infile+" "+title[1].strip()+" > "+outfile try: file = open(outfile,"r") diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 857f67972d..a26299a296 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -20,6 +20,31 @@ replace_text_list = [ ["%PRODUCTNAME","{{ProductName}}"] ] +help_id_patterns = [ + "HID", + "SID", + "FID", + "RID", + "TP_", + "MD_", + "FN_", + "DLG_", + "SW_", + "UID", + "basctl_", + "basic_", + "chart2_", + "dbaccess_", + "extensions_", + "filter_", + "formula_", + "fpicker_", + "framework_", + "goodies_" + ] + +help_file_name = "" + def get_link_filename(link, name): text = link if link.find("http") >= 0: @@ -61,6 +86,7 @@ class cxml: self.parser_state=False def start_element(self, name, attrs): + # TODO: Take care of nested sections if name == 'section': if attrs['id'] == "relatedtopics": self.objects.append(ctext("{{RelatedTopics}}\n")) @@ -96,6 +122,11 @@ class cxml: self.child_parsing = True self.objects.append(child) + if name == 'bookmark': + child = cbookmark(attrs, self) + self.child_parsing = True + self.objects.append(child) + def end_element(self, name): if not self.parser_state: return @@ -121,6 +152,62 @@ class cxml: i.print_all() +class cbookmark: + bookmarks_list = [] + current_bookmark = "" + + def __init__(self, attrs, parent): + self.parent = parent + self.bookmark = "" + text = attrs['branch'].encode('ascii','replace') + # text = text.upper() + for i in help_id_patterns: + if text.find(i) >= 0: + self.bookmark = text[text.rfind("/")+1:].replace(":","_") + break + + def start_element(self, name, attrs): + pass + + def end_element(self, name): + # Assumes no nested bookmark entries + if name == "bookmark": + self.parent.child_parsing = False + + def char_data(self, data): + pass + + def get_all(self): + cbookmark.current_bookmark = self.bookmark + return "" + + def print_all(self): + self.get_all() + pass + + def get_curobj(self): + return self + + @staticmethod + def set_heading(data): + global help_file_name + if len(cbookmark.current_bookmark) > 0: + if data.find("]]") >= 0: + try: + data = data[data.find("|")+1:data.find("]]")] + data = data.replace("cui_","svx_") + except: + pass + bookmark = cbookmark.current_bookmark+";"+help_file_name+"#"+data + cbookmark.bookmarks_list.append(bookmark) + cbookmark.current_bookmark = "" + + @staticmethod + def save_bookmarks(): + file = open("bookmarks.csv","a") + for i in cbookmark.bookmarks_list: + file.write(i.encode('ascii','replace')+"\n") + class cimage: def __init__(self, attrs, parent): self.src = attrs['src'] @@ -395,6 +482,9 @@ class cparagraph: child = clink(attrs, self) self.child_parsing = True self.objects.append(child) + if name == 'bookmark': + # This shouldn't occur + print "Warning: Unhandled bookmark content!!!" global start_eles @@ -468,6 +558,11 @@ class cparagraph: # end of the heading mark if len(self.objects) > 0 and self.heading: self.wikitext = self.wikitext + " " + heading(self.depth) + # Set bookmark info + head_txt = self.wikitext + head_txt = head_txt[head_txt.find("= ")+2:] + head_txt = head_txt[:head_txt.find(" =")] + cbookmark.set_heading(head_txt) # write an additional \n at the end of paragraph if len(self.objects) > 0: @@ -517,6 +612,10 @@ if len(sys.argv) < 2: print "wikiconv2.py " sys.exit(1) +if len(sys.argv) > 2: + help_file_name = sys.argv[2] + loadallfiles("alltitles.csv") parsexhp(sys.argv[1]) head_obj.print_all() +cbookmark.save_bookmarks() -- cgit v1.2.3 From 41fb8199033cdb83a065e6f64897ef769e3eeb80 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian K Date: Tue, 9 Nov 2010 22:06:43 +0530 Subject: missing file.close() --- helpcontent2/to-wiki/wikiconv2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a26299a296..167479a6dc 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -207,6 +207,7 @@ class cbookmark: file = open("bookmarks.csv","a") for i in cbookmark.bookmarks_list: file.write(i.encode('ascii','replace')+"\n") + file.close() class cimage: def __init__(self, attrs, parent): -- cgit v1.2.3 -- cgit v1.2.3 From dd730c31937e547dae1f49a7ff6814f0d62b6c60 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 11 Nov 2010 23:58:19 +0100 Subject: wikihelp: Correct handling of paragraphs in tables. --- helpcontent2/to-wiki/wikiconv2.py | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 167479a6dc..c96a945428 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -289,8 +289,13 @@ class ctabcell: def get_all(self): text = "" + first = True for i in self.objects: - text = text + i.get_all() + if first: + text = i.get_all() + first = False + else: + text = text + "\n" + i.get_all() return text def get_curobj(self): @@ -346,17 +351,17 @@ class ctable: pass def get_all(self): - text = '{| border="1"' # + ' align="left"' + text = '{| border="1"\n' # + ' align="left"' if len(self.header): # text = text + "\n|+ caption" - text = text +"\n|-" + text = text +"|-\n" for i in self.header: - text = text + '\n! scope="col" | ' + i.get_all() + text = text + '! scope="col" | ' + i.get_all() for i in self.content: - text = text + "\n|-" + text = text + "|-\n" for j in i: - text = text + "\n| "+j.get_all() - text = text + "\n|}" + text = text + "| "+j.get_all() + text = text + "|}\n" return text def print_all(self): -- cgit v1.2.3 From 1f2bcee68e3e28aea67ec3757704f0c5edb7f1c3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 00:26:25 +0100 Subject: wikihelp: Handle comments. --- helpcontent2/to-wiki/wikiconv2.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index c96a945428..a2bb51f841 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -209,6 +209,30 @@ class cbookmark: file.write(i.encode('ascii','replace')+"\n") file.close() +class ccomment: + def __init__(self, attrs, parent): + self.text = '' + self.parent = parent + + def start_element(self, name, attrs): + pass + + def end_element(self, name): + if name == 'comment': + self.parent.child_parsing = False + + def char_data(self, data): + self.text = self.text + data + + def get_all(self): + return "" + + def print_all(self): + print self.get_all() + + def get_curobj(self): + return self + class cimage: def __init__(self, attrs, parent): self.src = attrs['src'] @@ -492,6 +516,10 @@ class cparagraph: # This shouldn't occur print "Warning: Unhandled bookmark content!!!" + if name == 'comment': + child = ccomment(attrs, self) + self.child_parsing = True + self.objects.append(child) global start_eles for n in start_eles: @@ -552,6 +580,8 @@ class cparagraph: for i in self.objects: try: raise i + except ccomment: + self.wikitext = self.wikitext + i.get_all() except ctext: self.wikitext = self.wikitext + i.wikitext except clink: -- cgit v1.2.3 From f9f3b89b2103d5d6868b022b170cb228045027c1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 09:07:02 +0100 Subject: wikihelp: Better way of converting comments. --- helpcontent2/to-wiki/wikiconv2.py | 57 ++++++++++----------------------------- 1 file changed, 14 insertions(+), 43 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a2bb51f841..05edbc983e 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -7,14 +7,18 @@ root="source/" titles = [] -start_eles = [ - ["emph","'''"] +# list of elements that we can directly convert to wiki text +replace_start_list = [ + ["emph","'''"], + ["comment",""] ] +# text snippets that we need to convert replace_text_list = [ ["$[officename]","{{ProductName}}"], ["%PRODUCTNAME","{{ProductName}}"] @@ -209,30 +213,6 @@ class cbookmark: file.write(i.encode('ascii','replace')+"\n") file.close() -class ccomment: - def __init__(self, attrs, parent): - self.text = '' - self.parent = parent - - def start_element(self, name, attrs): - pass - - def end_element(self, name): - if name == 'comment': - self.parent.child_parsing = False - - def char_data(self, data): - self.text = self.text + data - - def get_all(self): - return "" - - def print_all(self): - print self.get_all() - - def get_curobj(self): - return self - class cimage: def __init__(self, attrs, parent): self.src = attrs['src'] @@ -516,17 +496,11 @@ class cparagraph: # This shouldn't occur print "Warning: Unhandled bookmark content!!!" - if name == 'comment': - child = ccomment(attrs, self) - self.child_parsing = True - self.objects.append(child) - - global start_eles - for n in start_eles: + global replace_start_list + for n in replace_start_list: if n[0] == name: - #self.wikitext=self.wikitext+n[1] self.objects.append(ctext(n[1])) - break + break def end_element(self, name): if name == 'paragraph': @@ -536,12 +510,11 @@ class cparagraph: if self.filter_section != "" and name == 'variable': self.parser_state = False - global end_eles - for n in end_eles: + global replace_end_list + for n in replace_end_list: if n[0] == name: - #self.wikitext=self.wikitext+n[1] self.objects.append(ctext(n[1])) - break + break def char_data(self, data): if not self.parser_state or not len(data.strip()): @@ -580,8 +553,6 @@ class cparagraph: for i in self.objects: try: raise i - except ccomment: - self.wikitext = self.wikitext + i.get_all() except ctext: self.wikitext = self.wikitext + i.wikitext except clink: -- cgit v1.2.3 From 0e5e9fa9419bfe375db7d8c66712a1c7434bac36 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 12:31:43 +0100 Subject: wikihelp: Larger update to fix the behavior of tables. --- helpcontent2/to-wiki/wikiconv2.py | 333 +++++++++++++++++--------------------- 1 file changed, 145 insertions(+), 188 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 05edbc983e..0d4979ca41 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -8,21 +8,47 @@ root="source/" titles = [] # list of elements that we can directly convert to wiki text -replace_start_list = [ - ["emph","'''"], - ["comment",""] - ] +replace_element = \ + {'start':{'emph': "'''", + 'comment': "" + } + } + +replace_paragraph_role = \ + {'start':{'heading1': '= ', + 'heading2': '== ', + 'heading3': '=== ', + 'heading4': '==== ', + 'heading5': '===== ', + 'heading6': '====== ', + 'paragraph': '', + 'tablecontent': '| ', + 'tablehead': '! scope="col" | ', + 'tip': '{{Tip|', + 'warning': '{{Warning|', + }, + 'end':{'heading1': ' =\n\n', + 'heading2': ' ==\n\n', + 'heading3': ' ===\n\n', + 'heading4': ' ====\n\n', + 'heading5': ' =====\n\n', + 'heading6': ' ======\n\n', + 'paragraph': '\n\n', + 'tablecontent': '\n\n', + 'tablehead': '\n\n', + 'tip': '}}\n\n', + 'warning': '}}\n\n', + } + } # text snippets that we need to convert -replace_text_list = [ - ["$[officename]","{{ProductName}}"], - ["%PRODUCTNAME","{{ProductName}}"] - ] +replace_text_list = \ + [["$[officename]", "{{ProductName}}"], + ["%PRODUCTNAME", "{{ProductName}}"] + ] help_id_patterns = [ "HID", @@ -106,20 +132,20 @@ class cxml: self.objects.append(para) if not self.parser_state: return - if name == 'embed': - link=attrs['href'].replace('"','') - fname=link - section="" - if link.find("#") >= 0: - fname = link[:link.find("#")] - section = link[link.find("#")+1:] - - my_attrs = {} - my_attrs['href'] = fname - my_attrs['name'] = get_link_name(fname) - self.objects.append(clink(my_attrs, self)) - # add a '\n' after each of the links - self.objects.append(ctext("")) + #if name == 'embed': + # link=attrs['href'].replace('"','') + # fname=link + # section="" + # if link.find("#") >= 0: + # fname = link[:link.find("#")] + # section = link[link.find("#")+1:] + + # my_attrs = {} + # my_attrs['href'] = fname + # my_attrs['name'] = get_link_name(fname) + # self.objects.append(clink(my_attrs, self)) + # # add a '\n' after each of the links + # self.objects.append(ctext("")) if name == 'table': child = ctable(attrs, self) @@ -142,19 +168,14 @@ class cxml: def get_curobj(self): if self.child_parsing: - #try: - # raise self.objects[len(self.objects)-1] - #except cxml: return self.objects[len(self.objects)-1].get_curobj() - #except: - # return self.objects[len(self.objects)-1] - else: - return self + return self - def print_all(self): + def get_all(self): + text = "" for i in self.objects: - i.print_all() - + text = text + i.get_all() + return text class cbookmark: bookmarks_list = [] @@ -185,10 +206,6 @@ class cbookmark: cbookmark.current_bookmark = self.bookmark return "" - def print_all(self): - self.get_all() - pass - def get_curobj(self): return self @@ -248,9 +265,6 @@ class cimage: wikitext = wikitext + self.alttext+"]]" return wikitext - def print_all(self): - print self.get_all() - def get_curobj(self): return self @@ -258,8 +272,8 @@ class ctext: def __init__(self, text): self.wikitext = replace_text(text) - def print_all(self): - print self.wikitext + def get_all(self): + return self.wikitext class ctabcell: def __init__(self, attrs, parent): @@ -267,39 +281,24 @@ class ctabcell: self.objects = [] self.child_parsing = False self.parent = parent - self.header = False - pass def start_element(self, name, attrs): if name == 'paragraph': - if attrs['role'] == 'tablehead': - self.header = True - para=cparagraph(attrs, self, '', 0) - self.child_parsing=True + para = cparagraph(attrs, self, '', 0) + self.child_parsing = True self.objects.append(para) - pass def end_element(self, name): if name == 'tablecell': self.parent.child_parsing = False - pass def char_data(self, data): - pass - - def print_all(self): - for i in self.objects: - i.print_all() + return def get_all(self): text = "" - first = True for i in self.objects: - if first: - text = i.get_all() - first = False - else: - text = text + "\n" + i.get_all() + text = text + i.get_all() return text def get_curobj(self): @@ -307,73 +306,65 @@ class ctabcell: return self.objects[len(self.objects)-1].get_curobj() return self - -class ctable: +class ctabrow: def __init__(self, attrs, parent): - # TODO/Check: Might Require filtering too... - try: - self.tableid = attrs['id'] - except: - self.tableid = 0 - self.header = [] - self.crow = [] - self.content = [[]] - self.child_parsing = False - self.child = None - self.parent = parent - - def check_add_cell(self): - if self.child: - self.crow.append(self.child) - self.child = None - - def check_add_row(self): - if len(self.crow): - if self.crow[0].header: - self.header = self.crow - else: - self.content.append(self.crow) - self.crow = [] + self.objects = [] + self.child_parsing = False + self.parent = parent def start_element(self, name, attrs): if name == 'tablecell': - self.check_add_cell() - self.child = ctabcell(attrs, self) + tabcell = ctabcell(attrs, self) self.child_parsing = True + self.objects.append(tabcell) + + def end_element(self, name): + if name == 'tablerow': + self.parent.child_parsing = False + + def char_data(self, data): + return + + def get_all(self): + text = '|-\n' + for i in self.objects: + text = text + i.get_all() + return text + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + +class ctable: + def __init__(self, attrs, parent): + self.objects = [] + self.child_parsing = False + self.parent = parent + + def start_element(self, name, attrs): if name == 'tablerow': - self.check_add_cell() - self.check_add_row() + tabrow = ctabrow(attrs, self) + self.child_parsing = True + self.objects.append(tabrow) def end_element(self, name): if name == 'table': - # the following checks may be unnecessary - self.check_add_cell() - self.check_add_row() self.parent.child_parsing = False def char_data(self, data): - pass + return def get_all(self): text = '{| border="1"\n' # + ' align="left"' - if len(self.header): - # text = text + "\n|+ caption" - text = text +"|-\n" - for i in self.header: - text = text + '! scope="col" | ' + i.get_all() - for i in self.content: - text = text + "|-\n" - for j in i: - text = text + "| "+j.get_all() - text = text + "|}\n" + for i in self.objects: + text = text + i.get_all() + text = text + '|}\n\n' return text - def print_all(self): - print self.get_all().encode('ascii','replace') - def get_curobj(self): if self.child_parsing: - return self.child.get_curobj() + return self.objects[len(self.objects)-1].get_curobj() return self class clink: @@ -410,9 +401,6 @@ class clink: text = "[["+self.lname+"|"+self.wikitext+"]]" return text - def print_all(self): - print self.get_all() - def get_curobj(self): return self @@ -432,18 +420,13 @@ class cvariable: if name == 'variable': parent.child_parsing = False - def print_all(self): - print self.wikitext - class cparagraph: def __init__(self, attrs, parent, sectionid, depth): self.child_parsing = False - self.heading=False try: - if attrs['role'] == "heading": - self.heading = True + self.role = attrs['role'] except: - pass + self.role = 'paragraph' #try: # self.level=parent.level+1 @@ -463,6 +446,7 @@ class cparagraph: self.wikitext="" if sectionid != "": self.parser_state = False + self.is_first = (len(self.parent.objects) == 0) def __del__(self): pass @@ -471,13 +455,6 @@ class cparagraph: if name == 'variable': if attrs['id'] == self.filter_section: self.parser_state=True - if name == 'paragraph': - if not self.parser_state: - child = cparagraph(attrs, self, self.filter_section, self.depth+1) - else: - child = cparagraph(attrs, self, "", self.depth+1) - self.child_parsing = True - self.objects.append(child) if not self.parser_state: return @@ -496,11 +473,11 @@ class cparagraph: # This shouldn't occur print "Warning: Unhandled bookmark content!!!" - global replace_start_list - for n in replace_start_list: - if n[0] == name: - self.objects.append(ctext(n[1])) - break + try: + global replace_element + self.objects.append(ctext(replace_element['start'][name])) + except: + pass def end_element(self, name): if name == 'paragraph': @@ -510,11 +487,11 @@ class cparagraph: if self.filter_section != "" and name == 'variable': self.parser_state = False - global replace_end_list - for n in replace_end_list: - if n[0] == name: - self.objects.append(ctext(n[1])) - break + try: + global replace_element + self.objects.append(ctext(replace_element['end'][name])) + except: + pass def char_data(self, data): if not self.parser_state or not len(data.strip()): @@ -522,66 +499,46 @@ class cparagraph: self.objects.append(ctext(data)) #self.wikitext = self.wikitext + text - def print_all(self): - #if self.wikitext != "": - # print self.wikitext - text = self.get_all() - if len(text): - print text.encode('ascii','replace') - return + def get_all(self): + role = self.role + if role == 'heading': + if self.depth < 6: + role = 'heading%d'% self.depth + else: + role = 'heading6' + if ( role == 'tablecontent' or role == 'tablehead' ) and not self.is_first: + role = 'paragraph' - for i in self.objects: + # prepend the markup according to the role + if len(self.objects) > 0: try: - raise i - except ctext: - self.wikitext = self.wikitext + i.wikitext - except clink: - self.wikitext = self.wikitext + i.get_all() + " " + self.wikitext = self.wikitext + replace_paragraph_role['start'][role] except: - if len(self.wikitext): - print self.wikitext - self.wikitext="" - i.print_all() - if len(self.wikitext): - print self.wikitext - - def get_all(self): - # mark this as the heading - if len(self.objects) > 0 and self.heading: - self.wikitext = self.wikitext + heading(self.depth) + " " + sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) + # the text itself + text = "" for i in self.objects: + text = text + i.get_all() + self.wikitext = self.wikitext + text + + # set bookmark info + if self.role == "heading": + cbookmark.set_heading(text) + + # append the markup according to the role + if len(self.objects) > 0: try: - raise i - except ctext: - self.wikitext = self.wikitext + i.wikitext - except clink: - self.wikitext = self.wikitext + i.get_all() + " " + self.wikitext = self.wikitext + replace_paragraph_role['end'][role] except: - if len(self.wikitext): - self.wikitext = self.wikitext + "\n" - self.wikitext = self.wikitext + "\n" + i.get_all() - - # end of the heading mark - if len(self.objects) > 0 and self.heading: - self.wikitext = self.wikitext + " " + heading(self.depth) - # Set bookmark info - head_txt = self.wikitext - head_txt = head_txt[head_txt.find("= ")+2:] - head_txt = head_txt[:head_txt.find(" =")] - cbookmark.set_heading(head_txt) - - # write an additional \n at the end of paragraph - if len(self.objects) > 0: - self.wikitext = self.wikitext + "\n" + sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) return self.wikitext def get_curobj(self): if self.child_parsing: return self.objects[len(self.objects)-1].get_curobj() - else: - return self + return self head_obj=cxml("") def start_element(name, attrs): @@ -624,5 +581,5 @@ if len(sys.argv) > 2: loadallfiles("alltitles.csv") parsexhp(sys.argv[1]) -head_obj.print_all() +print head_obj.get_all().encode('ascii','replace') cbookmark.save_bookmarks() -- cgit v1.2.3 From 85613f119bc3d60e1ab067b4b4c370c3e0fc1321 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 13:04:33 +0100 Subject: wikihelp: Handle lists. --- helpcontent2/to-wiki/getalltitles.py | 7 ++- helpcontent2/to-wiki/wikiconv2.py | 93 ++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index a6d7d036d7..f4034ab34d 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -107,7 +107,12 @@ def parsexhp(filename): p.EndElementHandler = end_element p.CharacterDataHandler = char_data buf = file.read() - p.Parse(buf) + try: + p.Parse(buf) + except: + sys.stderr.write('Cannot parse %s, skipping it\n'% filename) + file.close() + return file.close() if len(title): readable_title = readable_text(title) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 0d4979ca41..b036b81422 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -24,6 +24,8 @@ replace_paragraph_role = \ 'heading4': '==== ', 'heading5': '===== ', 'heading6': '====== ', + 'listitem': '', + 'note': '{{Note|', 'paragraph': '', 'tablecontent': '| ', 'tablehead': '! scope="col" | ', @@ -36,6 +38,8 @@ replace_paragraph_role = \ 'heading4': ' ====\n\n', 'heading5': ' =====\n\n', 'heading6': ' ======\n\n', + 'listitem': '\n', + 'note': '}}\n\n', 'paragraph': '\n\n', 'tablecontent': '\n\n', 'tablehead': '\n\n', @@ -152,6 +156,11 @@ class cxml: self.child_parsing = True self.objects.append(child) + if name == 'list': + child = clist(attrs, self) + self.child_parsing = True + self.objects.append(child) + if name == 'bookmark': child = cbookmark(attrs, self) self.child_parsing = True @@ -367,6 +376,90 @@ class ctable: return self.objects[len(self.objects)-1].get_curobj() return self +class clistitem: + def __init__(self, attrs, parent): + # TODO: colspan rowspan + self.objects = [] + self.child_parsing = False + self.parent = parent + + def start_element(self, name, attrs): + if name == 'paragraph': + para = cparagraph(attrs, self, '', 0) + self.child_parsing = True + self.objects.append(para) + + def end_element(self, name): + if name == 'listitem': + self.parent.child_parsing = False + + def char_data(self, data): + return + + def get_all(self): + text = "" + prefix = '*' + postfix = '' + if self.parent.startwith > 0: + prefix = '
  • ' + postfix = '
  • ' + elif self.parent.type == 'ordered': + prefix = '#' + + # add the text itself + for i in self.objects: + text = text + prefix + i.get_all() + postfix + + return text + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + +class clist: + def __init__(self, attrs, parent): + self.objects = [] + self.child_parsing = False + self.parent = parent + self.type = attrs['type'] + try: + self.startwith = int(attrs['startwith']) + except: + self.startwith = 0 + + def start_element(self, name, attrs): + if name == 'listitem': + listitem = clistitem(attrs, self) + self.child_parsing = True + self.objects.append(listitem) + + def end_element(self, name): + if name == 'list': + self.parent.child_parsing = False + + def char_data(self, data): + return + + def get_all(self): + text = "" + if self.startwith > 0: + text = text + '
      \n'% self.startwith + + for i in self.objects: + text = text + i.get_all() + + if self.startwith > 0: + text = text + '
    \n' + else: + text = text + '\n' + return text + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + class clink: def __init__(self, attrs, parent): self.link = attrs['href'] -- cgit v1.2.3 From 9c512f089b00421e5353a0318e496ab2783f7ca1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 13:12:54 +0100 Subject: wikihelp: Handle 'code' paragraphs. --- helpcontent2/to-wiki/wikiconv2.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index b036b81422..6a757830fa 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -18,7 +18,8 @@ replace_element = \ } replace_paragraph_role = \ - {'start':{'heading1': '= ', + {'start':{'code': '', + 'heading1': '= ', 'heading2': '== ', 'heading3': '=== ', 'heading4': '==== ', @@ -32,7 +33,8 @@ replace_paragraph_role = \ 'tip': '{{Tip|', 'warning': '{{Warning|', }, - 'end':{'heading1': ' =\n\n', + 'end':{'code': '\n\n', + 'heading1': ' =\n\n', 'heading2': ' ==\n\n', 'heading3': ' ===\n\n', 'heading4': ' ====\n\n', -- cgit v1.2.3 From 1eb797b0b6e6ff16b63d60ff8c218a1c70714022 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 12 Nov 2010 13:39:31 +0100 Subject: wikihelp: The rest of the paragraph types (mostly errors, probably?) --- helpcontent2/to-wiki/wikiconv2.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 6a757830fa..314e3e93af 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -19,30 +19,42 @@ replace_element = \ replace_paragraph_role = \ {'start':{'code': '', + 'codeintip': '', + 'example': '', 'heading1': '= ', 'heading2': '== ', 'heading3': '=== ', 'heading4': '==== ', 'heading5': '===== ', 'heading6': '====== ', + 'head1': '= ', # used only in one file, probably in error? + 'head2': '== ', # used only in one file, probably in error? 'listitem': '', 'note': '{{Note|', 'paragraph': '', + 'related': '', # used only in one file, probably in error? + 'relatedtopics': '', # used only in one file, probably in error? 'tablecontent': '| ', 'tablehead': '! scope="col" | ', 'tip': '{{Tip|', 'warning': '{{Warning|', }, 'end':{'code': '\n\n', + 'codeintip': '\n\n', + 'example': '\n\n', 'heading1': ' =\n\n', 'heading2': ' ==\n\n', 'heading3': ' ===\n\n', 'heading4': ' ====\n\n', 'heading5': ' =====\n\n', 'heading6': ' ======\n\n', + 'head1': ' =\n\n', # used only in one file, probably in error? + 'head2': ' ==\n\n', # used only in one file, probably in error? 'listitem': '\n', 'note': '}}\n\n', 'paragraph': '\n\n', + 'related': '\n\n', # used only in one file, probably in error? + 'relatedtopics': '\n\n', # used only in one file, probably in error? 'tablecontent': '\n\n', 'tablehead': '\n\n', 'tip': '}}\n\n', -- cgit v1.2.3 From 0597d5c61924b61e47c51a455ec537c8fc4dd251 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian K Date: Fri, 12 Nov 2010 22:51:41 +0530 Subject: Updated to generated bookmarks.h file instead of a csv. --- helpcontent2/help-to-wiki.py | 42 +++++++++++++++++++++++++++++++++++++++ helpcontent2/to-wiki/wikiconv2.py | 37 +++++++++++++++++++++++++++++++--- 2 files changed, 76 insertions(+), 3 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index a0e45a61b1..59a893518a 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -2,6 +2,27 @@ import sys, os +header_template = "\n\ +// This file is generated using the Wiki Converter \n\ +// Please exercise caution while modifying this file directly \n\ +#ifndef __BOOKMARKS_H__\n\ +#define __BOOKMARKS_H__\n\ +\n\ +typedef struct WIKI_LINKS_MAP {\n\ + ULONG id; // HELP ID\n\ + const char *link; // Mapped Wiki Link\n\ +} WikiLinksMap;\n\ +\n\ +static WikiLinksMap aWikiMaps[] = {\n\ +" + +footer_template = "\ + { 0, \"\" }\n\ +};\n\ +\n\ +#endif\n\ +" + # FIXME do proper modules from getalltitles & wikiconv2 # [so far this is in fact just a shell thing] @@ -29,11 +50,32 @@ def create_wiki_dirs(): except: pass +def create_wiki_header(): + try: + file = open( "bookmarks.h", "r" ) + file.close() + sys.stdout.write( "bookmarks.h already exists! Ignoring...\n" ) + except: + file = open( "bookmarks.h", "w" ) + file.write( header_template ) + file.close() + +def create_wiki_footer(): + file = open( "bookmarks.h", "a" ) + file.write( footer_template ) + file.close() + # do the work create_wiki_dirs() +# create bookmarks.h template +create_wiki_header() + print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) print "Generating the wiki itself..." os.system( "python to-wiki/convall.py source/text" ) + +# close the bookmarks.h template +create_wiki_footer() diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 314e3e93af..d419f1ff60 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -93,6 +93,32 @@ help_id_patterns = [ help_file_name = "" +all_help_id_mappings = [[]] + +def load_all_help_ids(): + file = open("helpers/help_hid.lst") + for line in file: + ids = line.strip().upper().split(",") + if len(ids) >= 2: + all_help_id_mappings.append(ids) + +def get_help_id_res2(name): + file = open("helpers/hid.lst") + for line in file: + ids = line.strip().upper().split(" ") + if len(ids) >= 2: + if ids[0] == name: + return ids[1] + # if none found + return "0" + +def get_help_id(name): + name = name.strip().replace("cui_","svx_").upper() + for i in all_help_id_mappings: + if len(i) >= 2 and i[0].strip() == name: + return i[1].strip() + return get_help_id_res2(name) + def get_link_filename(link, name): text = link if link.find("http") >= 0: @@ -239,16 +265,17 @@ class cbookmark: if data.find("]]") >= 0: try: data = data[data.find("|")+1:data.find("]]")] - data = data.replace("cui_","svx_") except: pass - bookmark = cbookmark.current_bookmark+";"+help_file_name+"#"+data + help_id = get_help_id(cbookmark.current_bookmark) + bookmark = " { "+help_id+", \""+help_file_name+"#"+data.replace("\"","\\\"")+"\" }," + bookmark = bookmark.encode('ascii','replace') cbookmark.bookmarks_list.append(bookmark) cbookmark.current_bookmark = "" @staticmethod def save_bookmarks(): - file = open("bookmarks.csv","a") + file = open("bookmarks.h","a") for i in cbookmark.bookmarks_list: file.write(i.encode('ascii','replace')+"\n") file.close() @@ -686,6 +713,10 @@ if len(sys.argv) < 2: if len(sys.argv) > 2: help_file_name = sys.argv[2] +# TODO: Currently the following files are loaded for every +# file which is converted. Combine the batch converter with +# this file to generate quicker help files. +load_all_help_ids() loadallfiles("alltitles.csv") parsexhp(sys.argv[1]) print head_obj.get_all().encode('ascii','replace') -- cgit v1.2.3 From 8dec3bdd5df80e8c1acb01940df4b25d4077b64c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 13 Nov 2010 21:50:28 +0100 Subject: fixed the four level help index entry --- helpcontent2/source/text/simpress/guide/palette_files.xhp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/helpcontent2/source/text/simpress/guide/palette_files.xhp b/helpcontent2/source/text/simpress/guide/palette_files.xhp index d3e514195c..6c442e0d3e 100755 --- a/helpcontent2/source/text/simpress/guide/palette_files.xhp +++ b/helpcontent2/source/text/simpress/guide/palette_files.xhp @@ -63,7 +63,14 @@
    To save a color list, click the Save Color List button, enter a filename, and then click Save. -colors; default colors; LibreOffice colors; Tango colors + +colors; default colors +colors; LibreOffice colors +LibreOffice colors +colors; Tango colors +Tango colors +colors; web +colors; CMYK The CMYK list is optimized for print colors. The colors in the Web and the HTML lists are optimized for displays using a resolution of 256 colors. The palettes libreoffice.soc and tango.soc contain the official LibreOffice and Tango colors respectively. To load a gradient list: -- cgit v1.2.3 From 6bc2ab7169d417e6dbbe7d58f0bdeee3dbca0b57 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 15 Nov 2010 10:23:38 +0100 Subject: wikihelp: Introduce a base class, to eliminate cut'n'paste. --- helpcontent2/to-wiki/wikiconv2.py | 288 ++++++++++++-------------------------- 1 file changed, 93 insertions(+), 195 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d419f1ff60..a4615ab06b 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -143,17 +143,49 @@ def replace_text(text): text = text.replace(i[0],i[1]) return text -def heading(level): - str="" - for i in range(0,level): - str = str+"=" - return str +# Base class for all the elements +# +# self.name - name of the element, to drop the self.child_parsing flag +# self.objects - collects the child objects that are constructed during +# parsing of the child elements +# self.child_parsing - flag whether we are parsing a child, or the object +# itself +# self.parent - parent object +class ElementBase: + def __init__(self, name, parent): + self.name = name + self.objects = [] + self.child_parsing = False + self.parent = parent + + def start_element(self, name, attrs): + pass + + def end_element(self, name): + if name == self.name: + self.parent.child_parsing = False + + def char_data(self, data): + pass -class cxml: + # construct the wiki representation of this object, including the objects + # held in self.objects (here only the text of the objects) + def get_all(self): + text = '' + for i in self.objects: + text = text + i.get_all() + return text + + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + +class cxml(ElementBase): def __init__(self, sectionid): + ElementBase.__init__(self, None, None) + self.filter_section=sectionid - self.objects=[] - self.child_parsing=False self.parser_state=True self.depth=1 if sectionid != "": @@ -212,26 +244,12 @@ class cxml: if self.filter_section != "" and name == 'section': self.parser_state=False - def char_data(self, data): - pass - - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - - def get_all(self): - text = "" - for i in self.objects: - text = text + i.get_all() - return text - -class cbookmark: +class cbookmark(ElementBase): bookmarks_list = [] current_bookmark = "" def __init__(self, attrs, parent): - self.parent = parent + ElementBase.__init__(self, 'bookmark', parent) self.bookmark = "" text = attrs['branch'].encode('ascii','replace') # text = text.upper() @@ -240,24 +258,10 @@ class cbookmark: self.bookmark = text[text.rfind("/")+1:].replace(":","_") break - def start_element(self, name, attrs): - pass - - def end_element(self, name): - # Assumes no nested bookmark entries - if name == "bookmark": - self.parent.child_parsing = False - - def char_data(self, data): - pass - def get_all(self): cbookmark.current_bookmark = self.bookmark return "" - def get_curobj(self): - return self - @staticmethod def set_heading(data): global help_file_name @@ -280,8 +284,9 @@ class cbookmark: file.write(i.encode('ascii','replace')+"\n") file.close() -class cimage: +class cimage(ElementBase): def __init__(self, attrs, parent): + ElementBase.__init__(self, 'image', parent) self.src = attrs['src'] try: self.width = attrs['width'] @@ -291,19 +296,17 @@ class cimage: self.align = 'left' self.alt = False self.alttext = "" - self.parent = parent def start_element(self, name, attrs): if name == 'alt': self.alt = True def end_element(self, name): + ElementBase.end_element(self, name) + if name == 'alt': self.alt = False - if name == 'image': - self.parent.child_parsing = False - def char_data(self, data): if self.alt: self.alttext = self.alttext + data @@ -325,12 +328,9 @@ class ctext: def get_all(self): return self.wikitext -class ctabcell: +class ctabcell(ElementBase): def __init__(self, attrs, parent): - # TODO: colspan rowspan - self.objects = [] - self.child_parsing = False - self.parent = parent + ElementBase.__init__(self, 'tablecell', parent) def start_element(self, name, attrs): if name == 'paragraph': @@ -338,29 +338,9 @@ class ctabcell: self.child_parsing = True self.objects.append(para) - def end_element(self, name): - if name == 'tablecell': - self.parent.child_parsing = False - - def char_data(self, data): - return - - def get_all(self): - text = "" - for i in self.objects: - text = text + i.get_all() - return text - - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - -class ctabrow: +class ctabrow(ElementBase): def __init__(self, attrs, parent): - self.objects = [] - self.child_parsing = False - self.parent = parent + ElementBase.__init__(self, 'tablerow', parent) def start_element(self, name, attrs): if name == 'tablecell': @@ -368,29 +348,13 @@ class ctabrow: self.child_parsing = True self.objects.append(tabcell) - def end_element(self, name): - if name == 'tablerow': - self.parent.child_parsing = False - - def char_data(self, data): - return - def get_all(self): - text = '|-\n' - for i in self.objects: - text = text + i.get_all() + text = '|-\n' + ElementBase.get_all(self) return text - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - -class ctable: +class ctable(ElementBase): def __init__(self, attrs, parent): - self.objects = [] - self.child_parsing = False - self.parent = parent + ElementBase.__init__(self, 'table', parent) def start_element(self, name, attrs): if name == 'tablerow': @@ -398,31 +362,16 @@ class ctable: self.child_parsing = True self.objects.append(tabrow) - def end_element(self, name): - if name == 'table': - self.parent.child_parsing = False - - def char_data(self, data): - return - def get_all(self): - text = '{| border="1"\n' # + ' align="left"' - for i in self.objects: - text = text + i.get_all() - text = text + '|}\n\n' + # + ' align="left"' etc.? + text = '{| border="1"\n' + \ + ElementBase.get_all(self) + \ + '|}\n\n' return text - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - -class clistitem: +class clistitem(ElementBase): def __init__(self, attrs, parent): - # TODO: colspan rowspan - self.objects = [] - self.child_parsing = False - self.parent = parent + ElementBase.__init__(self, 'listitem', parent) def start_element(self, name, attrs): if name == 'paragraph': @@ -430,13 +379,6 @@ class clistitem: self.child_parsing = True self.objects.append(para) - def end_element(self, name): - if name == 'listitem': - self.parent.child_parsing = False - - def char_data(self, data): - return - def get_all(self): text = "" prefix = '*' @@ -449,20 +391,14 @@ class clistitem: # add the text itself for i in self.objects: - text = text + prefix + i.get_all() + postfix + text = text + prefix + ElementBase.get_all(self) return text - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - -class clist: +class clist(ElementBase): def __init__(self, attrs, parent): - self.objects = [] - self.child_parsing = False - self.parent = parent + ElementBase.__init__(self, 'list', parent) + self.type = attrs['type'] try: self.startwith = int(attrs['startwith']) @@ -475,20 +411,12 @@ class clist: self.child_parsing = True self.objects.append(listitem) - def end_element(self, name): - if name == 'list': - self.parent.child_parsing = False - - def char_data(self, data): - return - def get_all(self): text = "" if self.startwith > 0: text = text + '
      \n'% self.startwith - for i in self.objects: - text = text + i.get_all() + text = text + ElementBase.get_all(self) if self.startwith > 0: text = text + '
    \n' @@ -496,13 +424,10 @@ class clist: text = text + '\n' return text - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self - -class clink: +class clink(ElementBase): def __init__(self, attrs, parent): + ElementBase.__init__(self, 'link', parent) + self.link = attrs['href'] try: self.lname = attrs['name'] @@ -512,14 +437,6 @@ class clink: self.default_name = self.lname self.lname = get_link_filename(self.link, self.lname) self.wikitext = "" - self.parent = parent - - def start_element(self, name, attrs): - pass - - def end_element(self, name): - if name == "link": - self.parent.child_parsing = False def char_data(self, data): self.wikitext = self.wikitext + data @@ -535,56 +452,45 @@ class clink: text = "[["+self.lname+"|"+self.wikitext+"]]" return text - def get_curobj(self): - return self - -# Not used yet - cparagraph itself handles it (as of now) -class cvariable: - def __init__(self, sectionid, parent): - self.parser_state=True - self.wikitext="" - if sectionid != "" and attrs['id']==sectionid: - self.parser_state=False - self.parent = parent - - def start_element(self, name, attrs): - pass - - def end_element(self,name): - if name == 'variable': - parent.child_parsing = False - -class cparagraph: +## Not used yet - cparagraph itself handles it (as of now) +#class cvariable: +# def __init__(self, sectionid, parent): +# self.parser_state=True +# self.wikitext="" +# if sectionid != "" and attrs['id']==sectionid: +# self.parser_state=False +# self.parent = parent +# +# def start_element(self, name, attrs): +# pass +# +# def end_element(self,name): +# if name == 'variable': +# parent.child_parsing = False + +class cparagraph(ElementBase): def __init__(self, attrs, parent, sectionid, depth): - self.child_parsing = False + ElementBase.__init__(self, 'paragraph', parent) + try: self.role = attrs['role'] except: self.role = 'paragraph' - #try: - # self.level=parent.level+1 - #except: try: self.level=int(attrs['level']) except: self.level=0 self.filter_section=sectionid - self.parent = parent - self.objects=[] self.parser_state=True if depth > self.level: self.depth = depth else: self.depth = self.level - self.wikitext="" if sectionid != "": self.parser_state = False self.is_first = (len(self.parent.objects) == 0) - def __del__(self): - pass - def start_element(self, name, attrs): if name == 'variable': if attrs['id'] == self.filter_section: @@ -614,8 +520,8 @@ class cparagraph: pass def end_element(self, name): - if name == 'paragraph': - self.parent.child_parsing = False + ElementBase.end_element(self, name) + if not self.parser_state: return if self.filter_section != "" and name == 'variable': @@ -631,7 +537,6 @@ class cparagraph: if not self.parser_state or not len(data.strip()): return self.objects.append(ctext(data)) - #self.wikitext = self.wikitext + text def get_all(self): role = self.role @@ -644,17 +549,15 @@ class cparagraph: role = 'paragraph' # prepend the markup according to the role + text = '' if len(self.objects) > 0: try: - self.wikitext = self.wikitext + replace_paragraph_role['start'][role] + text = text + replace_paragraph_role['start'][role] except: sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself - text = "" - for i in self.objects: - text = text + i.get_all() - self.wikitext = self.wikitext + text + text = text + ElementBase.get_all(self) # set bookmark info if self.role == "heading": @@ -663,16 +566,11 @@ class cparagraph: # append the markup according to the role if len(self.objects) > 0: try: - self.wikitext = self.wikitext + replace_paragraph_role['end'][role] + text = text + replace_paragraph_role['end'][role] except: sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) - return self.wikitext - - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self + return text head_obj=cxml("") def start_element(name, attrs): -- cgit v1.2.3 From c8a5c37aa4bee4098796d75cb67c9151010509a4 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 15 Nov 2010 14:22:37 +0100 Subject: wikihelp: Proper handling of embedding of 'variable' elements. --- helpcontent2/to-wiki/wikiconv2.py | 195 ++++++++++++++++++-------------------- 1 file changed, 91 insertions(+), 104 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a4615ab06b..8b310d45b5 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -36,6 +36,7 @@ replace_paragraph_role = \ 'relatedtopics': '', # used only in one file, probably in error? 'tablecontent': '| ', 'tablehead': '! scope="col" | ', + 'variable': '', 'tip': '{{Tip|', 'warning': '{{Warning|', }, @@ -57,6 +58,7 @@ replace_paragraph_role = \ 'relatedtopics': '\n\n', # used only in one file, probably in error? 'tablecontent': '\n\n', 'tablehead': '\n\n', + 'variable': '', 'tip': '}}\n\n', 'warning': '}}\n\n', } @@ -153,13 +155,13 @@ def replace_text(text): # self.parent - parent object class ElementBase: def __init__(self, name, parent): - self.name = name + self.name = name self.objects = [] self.child_parsing = False self.parent = parent def start_element(self, name, attrs): - pass + pass def end_element(self, name): if name == self.name: @@ -168,6 +170,11 @@ class ElementBase: def char_data(self, data): pass + def get_curobj(self): + if self.child_parsing: + return self.objects[len(self.objects)-1].get_curobj() + return self + # construct the wiki representation of this object, including the objects # held in self.objects (here only the text of the objects) def get_all(self): @@ -176,80 +183,76 @@ class ElementBase: text = text + i.get_all() return text - def get_curobj(self): - if self.child_parsing: - return self.objects[len(self.objects)-1].get_curobj() - return self + # for handling variables, and embedding in general + # id - the variable name we want to get + def get_variable(self, id): + for i in self.objects: + if i != None: + var = i.get_variable(id) + if var != None: + return var + return None class cxml(ElementBase): - def __init__(self, sectionid): - ElementBase.__init__(self, None, None) + def __init__(self, follow_embed): + ElementBase.__init__(self, None, None) + self.follow_embed = follow_embed - self.filter_section=sectionid - self.parser_state=True self.depth=1 - if sectionid != "": - self.parser_state=False def start_element(self, name, attrs): # TODO: Take care of nested sections if name == 'section': if attrs['id'] == "relatedtopics": self.objects.append(ctext("{{RelatedTopics}}\n")) - if self.filter_section != "" and attrs['id'] == self.filter_section: - self.parser_state=True - if name == 'paragraph': - if not self.parser_state: - para=cparagraph(attrs, self, self.filter_section, self.depth) - else: - para=cparagraph(attrs, self, '', self.depth) + elif name == 'paragraph': + para = cparagraph(attrs, self, self.depth) self.depth = para.depth self.child_parsing=True self.objects.append(para) - if not self.parser_state: - return - #if name == 'embed': - # link=attrs['href'].replace('"','') - # fname=link - # section="" - # if link.find("#") >= 0: - # fname = link[:link.find("#")] - # section = link[link.find("#")+1:] - - # my_attrs = {} - # my_attrs['href'] = fname - # my_attrs['name'] = get_link_name(fname) - # self.objects.append(clink(my_attrs, self)) - # # add a '\n' after each of the links - # self.objects.append(ctext("")) - - if name == 'table': + elif name == 'table': child = ctable(attrs, self) self.child_parsing = True self.objects.append(child) - - if name == 'list': + elif name == 'list': child = clist(attrs, self) self.child_parsing = True self.objects.append(child) - - if name == 'bookmark': + elif name == 'bookmark': child = cbookmark(attrs, self) self.child_parsing = True self.objects.append(child) - - def end_element(self, name): - if not self.parser_state: - return - if self.filter_section != "" and name == 'section': - self.parser_state=False + if name == 'embed' and self.follow_embed: + link = attrs['href'].replace('"', '') + fname = link + id = '' + if link.find("#") >= 0: + fname = link[:link.find("#")] + id = link[link.find("#")+1:] + else: + sys.stderr.write('Reference without a "#" in "%s".'% link) + + # parse another xhp + global head_obj + save_head_obj = head_obj + head_obj = cxml(False) + parsexhp('source/' + fname) + parsed = head_obj + head_obj = save_head_obj + + var = parsed.get_variable(id) + if var != None: + self.objects.append(var) + else: + sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ + (id, fname)) class cbookmark(ElementBase): bookmarks_list = [] current_bookmark = "" def __init__(self, attrs, parent): - ElementBase.__init__(self, 'bookmark', parent) + ElementBase.__init__(self, 'bookmark', parent) self.bookmark = "" text = attrs['branch'].encode('ascii','replace') # text = text.upper() @@ -286,7 +289,7 @@ class cbookmark(ElementBase): class cimage(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'image', parent) + ElementBase.__init__(self, 'image', parent) self.src = attrs['src'] try: self.width = attrs['width'] @@ -328,19 +331,22 @@ class ctext: def get_all(self): return self.wikitext + def get_variable(self, id): + return None + class ctabcell(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'tablecell', parent) + ElementBase.__init__(self, 'tablecell', parent) def start_element(self, name, attrs): if name == 'paragraph': - para = cparagraph(attrs, self, '', 0) + para = cparagraph(attrs, self, 0) self.child_parsing = True self.objects.append(para) class ctabrow(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'tablerow', parent) + ElementBase.__init__(self, 'tablerow', parent) def start_element(self, name, attrs): if name == 'tablecell': @@ -354,7 +360,7 @@ class ctabrow(ElementBase): class ctable(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'table', parent) + ElementBase.__init__(self, 'table', parent) def start_element(self, name, attrs): if name == 'tablerow': @@ -363,19 +369,19 @@ class ctable(ElementBase): self.objects.append(tabrow) def get_all(self): - # + ' align="left"' etc.? + # + ' align="left"' etc.? text = '{| border="1"\n' + \ - ElementBase.get_all(self) + \ - '|}\n\n' + ElementBase.get_all(self) + \ + '|}\n\n' return text class clistitem(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'listitem', parent) + ElementBase.__init__(self, 'listitem', parent) def start_element(self, name, attrs): if name == 'paragraph': - para = cparagraph(attrs, self, '', 0) + para = cparagraph(attrs, self, 0) self.child_parsing = True self.objects.append(para) @@ -397,7 +403,7 @@ class clistitem(ElementBase): class clist(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'list', parent) + ElementBase.__init__(self, 'list', parent) self.type = attrs['type'] try: @@ -426,7 +432,7 @@ class clist(ElementBase): class clink(ElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'link', parent) + ElementBase.__init__(self, 'link', parent) self.link = attrs['href'] try: @@ -452,25 +458,9 @@ class clink(ElementBase): text = "[["+self.lname+"|"+self.wikitext+"]]" return text -## Not used yet - cparagraph itself handles it (as of now) -#class cvariable: -# def __init__(self, sectionid, parent): -# self.parser_state=True -# self.wikitext="" -# if sectionid != "" and attrs['id']==sectionid: -# self.parser_state=False -# self.parent = parent -# -# def start_element(self, name, attrs): -# pass -# -# def end_element(self,name): -# if name == 'variable': -# parent.child_parsing = False - class cparagraph(ElementBase): - def __init__(self, attrs, parent, sectionid, depth): - ElementBase.__init__(self, 'paragraph', parent) + def __init__(self, attrs, parent, depth): + ElementBase.__init__(self, 'paragraph', parent) try: self.role = attrs['role'] @@ -481,35 +471,26 @@ class cparagraph(ElementBase): self.level=int(attrs['level']) except: self.level=0 - self.filter_section=sectionid - self.parser_state=True if depth > self.level: self.depth = depth else: self.depth = self.level - if sectionid != "": - self.parser_state = False self.is_first = (len(self.parent.objects) == 0) def start_element(self, name, attrs): if name == 'variable': - if attrs['id'] == self.filter_section: - self.parser_state=True - - if not self.parser_state: - return - if name == 'embed': - # This shouldn't occur - print "Warning: Skipped Embedded content!!!" - if name == 'image': + child = cvariable(attrs, self, self.depth) + self.child_parsing = True + self.objects.append(child) + elif name == 'image': child = cimage(attrs, self) self.child_parsing = True self.objects.append(child) - if name == 'link': + elif name == 'link': child = clink(attrs, self) self.child_parsing = True self.objects.append(child) - if name == 'bookmark': + elif name == 'bookmark': # This shouldn't occur print "Warning: Unhandled bookmark content!!!" @@ -520,12 +501,7 @@ class cparagraph(ElementBase): pass def end_element(self, name): - ElementBase.end_element(self, name) - - if not self.parser_state: - return - if self.filter_section != "" and name == 'variable': - self.parser_state = False + ElementBase.end_element(self, name) try: global replace_element @@ -534,8 +510,6 @@ class cparagraph(ElementBase): pass def char_data(self, data): - if not self.parser_state or not len(data.strip()): - return self.objects.append(ctext(data)) def get_all(self): @@ -549,7 +523,7 @@ class cparagraph(ElementBase): role = 'paragraph' # prepend the markup according to the role - text = '' + text = '' if len(self.objects) > 0: try: text = text + replace_paragraph_role['start'][role] @@ -557,7 +531,7 @@ class cparagraph(ElementBase): sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself - text = text + ElementBase.get_all(self) + text = text + ElementBase.get_all(self) # set bookmark info if self.role == "heading": @@ -572,7 +546,19 @@ class cparagraph(ElementBase): return text -head_obj=cxml("") +class cvariable(cparagraph): + def __init__(self, attrs, parent, depth): + cparagraph.__init__(self, attrs, parent, depth) + self.name = 'variable' + self.role = 'variable' + self.id = attrs['id'] + + def get_variable(self, id): + if id == self.id: + return self + return None + +head_obj=cxml(True) def start_element(name, attrs): head_obj.get_curobj().start_element(name,attrs) @@ -583,6 +569,7 @@ def char_data(data): head_obj.get_curobj().char_data(data) def parsexhp(filename): + #sys.stderr.write('Parsing: %s\n'% filename) file=open(filename,"r") p = xml.parsers.expat.ParserCreate() p.StartElementHandler = start_element -- cgit v1.2.3 From 2171d5501861dbe16fb5d1457e30ab9a42282420 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 15 Nov 2010 15:17:45 +0100 Subject: wikihelp: Better conform to the Python coding style. --- helpcontent2/to-wiki/wikiconv2.py | 109 ++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 63 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 8b310d45b5..928b7284d1 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -175,6 +175,11 @@ class ElementBase: return self.objects[len(self.objects)-1].get_curobj() return self + # start parsing a child element + def parse_child(self, child): + self.child_parsing = True + self.objects.append(child) + # construct the wiki representation of this object, including the objects # held in self.objects (here only the text of the objects) def get_all(self): @@ -193,7 +198,7 @@ class ElementBase: return var return None -class cxml(ElementBase): +class XhpFile(ElementBase): def __init__(self, follow_embed): ElementBase.__init__(self, None, None) self.follow_embed = follow_embed @@ -204,24 +209,17 @@ class cxml(ElementBase): # TODO: Take care of nested sections if name == 'section': if attrs['id'] == "relatedtopics": - self.objects.append(ctext("{{RelatedTopics}}\n")) + self.objects.append(Text("{{RelatedTopics}}\n")) elif name == 'paragraph': - para = cparagraph(attrs, self, self.depth) + para = Paragraph(attrs, self, self.depth) self.depth = para.depth - self.child_parsing=True - self.objects.append(para) + self.parse_child(para) elif name == 'table': - child = ctable(attrs, self) - self.child_parsing = True - self.objects.append(child) + self.parse_child(Table(attrs, self)) elif name == 'list': - child = clist(attrs, self) - self.child_parsing = True - self.objects.append(child) + self.parse_child(List(attrs, self)) elif name == 'bookmark': - child = cbookmark(attrs, self) - self.child_parsing = True - self.objects.append(child) + self.parse_child(Bookmark(attrs, self)) if name == 'embed' and self.follow_embed: link = attrs['href'].replace('"', '') fname = link @@ -235,7 +233,7 @@ class cxml(ElementBase): # parse another xhp global head_obj save_head_obj = head_obj - head_obj = cxml(False) + head_obj = XhpFile(False) parsexhp('source/' + fname) parsed = head_obj head_obj = save_head_obj @@ -247,7 +245,7 @@ class cxml(ElementBase): sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ (id, fname)) -class cbookmark(ElementBase): +class Bookmark(ElementBase): bookmarks_list = [] current_bookmark = "" @@ -262,32 +260,32 @@ class cbookmark(ElementBase): break def get_all(self): - cbookmark.current_bookmark = self.bookmark + Bookmark.current_bookmark = self.bookmark return "" @staticmethod def set_heading(data): global help_file_name - if len(cbookmark.current_bookmark) > 0: + if len(Bookmark.current_bookmark) > 0: if data.find("]]") >= 0: try: data = data[data.find("|")+1:data.find("]]")] except: pass - help_id = get_help_id(cbookmark.current_bookmark) + help_id = get_help_id(Bookmark.current_bookmark) bookmark = " { "+help_id+", \""+help_file_name+"#"+data.replace("\"","\\\"")+"\" }," bookmark = bookmark.encode('ascii','replace') - cbookmark.bookmarks_list.append(bookmark) - cbookmark.current_bookmark = "" + Bookmark.bookmarks_list.append(bookmark) + Bookmark.current_bookmark = "" @staticmethod def save_bookmarks(): file = open("bookmarks.h","a") - for i in cbookmark.bookmarks_list: + for i in Bookmark.bookmarks_list: file.write(i.encode('ascii','replace')+"\n") file.close() -class cimage(ElementBase): +class Image(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'image', parent) self.src = attrs['src'] @@ -324,7 +322,7 @@ class cimage(ElementBase): def get_curobj(self): return self -class ctext: +class Text: def __init__(self, text): self.wikitext = replace_text(text) @@ -334,39 +332,33 @@ class ctext: def get_variable(self, id): return None -class ctabcell(ElementBase): +class TableCell(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'tablecell', parent) def start_element(self, name, attrs): if name == 'paragraph': - para = cparagraph(attrs, self, 0) - self.child_parsing = True - self.objects.append(para) + self.parse_child(Paragraph(attrs, self, 0)) -class ctabrow(ElementBase): +class TableRow(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'tablerow', parent) def start_element(self, name, attrs): if name == 'tablecell': - tabcell = ctabcell(attrs, self) - self.child_parsing = True - self.objects.append(tabcell) + self.parse_child(TableCell(attrs, self)) def get_all(self): text = '|-\n' + ElementBase.get_all(self) return text -class ctable(ElementBase): +class Table(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'table', parent) def start_element(self, name, attrs): if name == 'tablerow': - tabrow = ctabrow(attrs, self) - self.child_parsing = True - self.objects.append(tabrow) + self.parse_child(TableRow(attrs, self)) def get_all(self): # + ' align="left"' etc.? @@ -375,15 +367,13 @@ class ctable(ElementBase): '|}\n\n' return text -class clistitem(ElementBase): +class ListItem(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'listitem', parent) def start_element(self, name, attrs): if name == 'paragraph': - para = cparagraph(attrs, self, 0) - self.child_parsing = True - self.objects.append(para) + self.parse_child(Paragraph(attrs, self, 0)) def get_all(self): text = "" @@ -401,7 +391,7 @@ class clistitem(ElementBase): return text -class clist(ElementBase): +class List(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'list', parent) @@ -413,9 +403,7 @@ class clist(ElementBase): def start_element(self, name, attrs): if name == 'listitem': - listitem = clistitem(attrs, self) - self.child_parsing = True - self.objects.append(listitem) + self.parse_child(ListItem(attrs, self)) def get_all(self): text = "" @@ -430,7 +418,7 @@ class clist(ElementBase): text = text + '\n' return text -class clink(ElementBase): +class Link(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'link', parent) @@ -458,7 +446,7 @@ class clink(ElementBase): text = "[["+self.lname+"|"+self.wikitext+"]]" return text -class cparagraph(ElementBase): +class Paragraph(ElementBase): def __init__(self, attrs, parent, depth): ElementBase.__init__(self, 'paragraph', parent) @@ -479,24 +467,18 @@ class cparagraph(ElementBase): def start_element(self, name, attrs): if name == 'variable': - child = cvariable(attrs, self, self.depth) - self.child_parsing = True - self.objects.append(child) + self.parse_child(Variable(attrs, self, self.depth)) elif name == 'image': - child = cimage(attrs, self) - self.child_parsing = True - self.objects.append(child) + self.parse_child(Image(attrs, self)) elif name == 'link': - child = clink(attrs, self) - self.child_parsing = True - self.objects.append(child) + self.parse_child(Link(attrs, self)) elif name == 'bookmark': # This shouldn't occur print "Warning: Unhandled bookmark content!!!" try: global replace_element - self.objects.append(ctext(replace_element['start'][name])) + self.objects.append(Text(replace_element['start'][name])) except: pass @@ -505,12 +487,12 @@ class cparagraph(ElementBase): try: global replace_element - self.objects.append(ctext(replace_element['end'][name])) + self.objects.append(Text(replace_element['end'][name])) except: pass def char_data(self, data): - self.objects.append(ctext(data)) + self.objects.append(Text(data)) def get_all(self): role = self.role @@ -535,7 +517,7 @@ class cparagraph(ElementBase): # set bookmark info if self.role == "heading": - cbookmark.set_heading(text) + Bookmark.set_heading(text) # append the markup according to the role if len(self.objects) > 0: @@ -546,9 +528,9 @@ class cparagraph(ElementBase): return text -class cvariable(cparagraph): +class Variable(Paragraph): def __init__(self, attrs, parent, depth): - cparagraph.__init__(self, attrs, parent, depth) + Paragraph.__init__(self, attrs, parent, depth) self.name = 'variable' self.role = 'variable' self.id = attrs['id'] @@ -558,7 +540,8 @@ class cvariable(cparagraph): return self return None -head_obj=cxml(True) +head_obj = XhpFile(True) + def start_element(name, attrs): head_obj.get_curobj().start_element(name,attrs) @@ -605,4 +588,4 @@ load_all_help_ids() loadallfiles("alltitles.csv") parsexhp(sys.argv[1]) print head_obj.get_all().encode('ascii','replace') -cbookmark.save_bookmarks() +Bookmark.save_bookmarks() -- cgit v1.2.3 From 5030445b0ec6ee4ecf2209ad5fbaca49bc606fbc Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 15 Nov 2010 18:02:37 +0100 Subject: wikihelp: Proper handling of embedding and related topics. --- helpcontent2/to-wiki/wikiconv2.py | 194 +++++++++++++++++++++++++------------- 1 file changed, 127 insertions(+), 67 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 928b7284d1..4219887402 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -64,6 +64,9 @@ replace_paragraph_role = \ } } +section_id_mapping = \ + {'relatedtopics': 'RelatedTopics'} + # text snippets that we need to convert replace_text_list = \ [["$[officename]", "{{ProductName}}"], @@ -145,6 +148,18 @@ def replace_text(text): text = text.replace(i[0],i[1]) return text +def href_to_fname_id(href): + link = href.replace('"', '') + fname = link + id = '' + if link.find("#") >= 0: + fname = link[:link.find("#")] + id = link[link.find("#")+1:] + else: + sys.stderr.write('Reference without a "#" in "%s".'% link) + + return [fname, id] + # Base class for all the elements # # self.name - name of the element, to drop the self.child_parsing flag @@ -160,14 +175,14 @@ class ElementBase: self.child_parsing = False self.parent = parent - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): pass - def end_element(self, name): + def end_element(self, parser, name): if name == self.name: self.parent.child_parsing = False - def char_data(self, data): + def char_data(self, parser, data): pass def get_curobj(self): @@ -198,18 +213,26 @@ class ElementBase: return var return None + # embed part of another file into current structure + def embed_href(self, fname, id): + # parse another xhp + parser = XhpParser('source/' + fname, False) + var = parser.get_variable(id) + + if var != None: + self.objects.append(var) + elif parser.follow_embed: + sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ + (id, fname)) + class XhpFile(ElementBase): - def __init__(self, follow_embed): + def __init__(self): ElementBase.__init__(self, None, None) - self.follow_embed = follow_embed - self.depth=1 - def start_element(self, name, attrs): - # TODO: Take care of nested sections + def start_element(self, parser, name, attrs): if name == 'section': - if attrs['id'] == "relatedtopics": - self.objects.append(Text("{{RelatedTopics}}\n")) + self.parse_child(Section(attrs, self, self.depth)) elif name == 'paragraph': para = Paragraph(attrs, self, self.depth) self.depth = para.depth @@ -220,30 +243,9 @@ class XhpFile(ElementBase): self.parse_child(List(attrs, self)) elif name == 'bookmark': self.parse_child(Bookmark(attrs, self)) - if name == 'embed' and self.follow_embed: - link = attrs['href'].replace('"', '') - fname = link - id = '' - if link.find("#") >= 0: - fname = link[:link.find("#")] - id = link[link.find("#")+1:] - else: - sys.stderr.write('Reference without a "#" in "%s".'% link) - - # parse another xhp - global head_obj - save_head_obj = head_obj - head_obj = XhpFile(False) - parsexhp('source/' + fname) - parsed = head_obj - head_obj = save_head_obj - - var = parsed.get_variable(id) - if var != None: - self.objects.append(var) - else: - sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ - (id, fname)) + elif name == 'embed' and parser.follow_embed: + (fname, id) = href_to_fname_id(attrs['href']) + self.embed_href(fname, id) class Bookmark(ElementBase): bookmarks_list = [] @@ -298,17 +300,17 @@ class Image(ElementBase): self.alt = False self.alttext = "" - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'alt': self.alt = True - def end_element(self, name): - ElementBase.end_element(self, name) + def end_element(self, parser, name): + ElementBase.end_element(self, parser, name) if name == 'alt': self.alt = False - def char_data(self, data): + def char_data(self, parser, data): if self.alt: self.alttext = self.alttext + data @@ -336,7 +338,7 @@ class TableCell(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'tablecell', parent) - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) @@ -344,7 +346,7 @@ class TableRow(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'tablerow', parent) - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'tablecell': self.parse_child(TableCell(attrs, self)) @@ -356,7 +358,7 @@ class Table(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'table', parent) - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'tablerow': self.parse_child(TableRow(attrs, self)) @@ -371,7 +373,7 @@ class ListItem(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'listitem', parent) - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) @@ -401,7 +403,7 @@ class List(ElementBase): except: self.startwith = 0 - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'listitem': self.parse_child(ListItem(attrs, self)) @@ -418,6 +420,51 @@ class List(ElementBase): text = text + '\n' return text +class Section(ElementBase): + def __init__(self, attrs, parent, depth): + ElementBase.__init__(self, 'section', parent) + self.depth = depth + self.id = attrs['id'] + + def start_element(self, parser, name, attrs): + # sections can be nested + if name == 'section': + self.parse_child(Section(attrs, self, self.depth)) + elif name == 'embed': + (fname, id) = href_to_fname_id(attrs['href']) + if parser.follow_embed: + self.embed_href(fname, id) + elif name == 'paragraph': + para = Paragraph(attrs, self, self.depth) + self.depth = para.depth + self.parse_child(para) + + def get_all(self): + mapping = '' + try: + mapping = section_id_mapping[self.id] + except: + pass + + # some of the section ids are used as real id's, some of them have + # function (like relatetopics), and have to be templatized + text = '' + if mapping != '': + text = text + '{{%s|'% mapping + text = text + ElementBase.get_all(self) + if mapping != '': + text = text + '}}\n\n' + + return text + + def get_variable(self, id): + var = ElementBase.get_variable(self, id) + if var != None: + return var + if id == self.id: + return self + return None + class Link(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'link', parent) @@ -432,7 +479,7 @@ class Link(ElementBase): self.lname = get_link_filename(self.link, self.lname) self.wikitext = "" - def char_data(self, data): + def char_data(self, parser, data): self.wikitext = self.wikitext + data def get_all(self): @@ -465,7 +512,7 @@ class Paragraph(ElementBase): self.depth = self.level self.is_first = (len(self.parent.objects) == 0) - def start_element(self, name, attrs): + def start_element(self, parser, name, attrs): if name == 'variable': self.parse_child(Variable(attrs, self, self.depth)) elif name == 'image': @@ -482,8 +529,8 @@ class Paragraph(ElementBase): except: pass - def end_element(self, name): - ElementBase.end_element(self, name) + def end_element(self, parser, name): + ElementBase.end_element(self, parser, name) try: global replace_element @@ -491,7 +538,7 @@ class Paragraph(ElementBase): except: pass - def char_data(self, data): + def char_data(self, parser, data): self.objects.append(Text(data)) def get_all(self): @@ -540,27 +587,38 @@ class Variable(Paragraph): return self return None -head_obj = XhpFile(True) -def start_element(name, attrs): - head_obj.get_curobj().start_element(name,attrs) +class XhpParser: + def __init__(self, filename, follow_embed): + self.head_obj = XhpFile() + self.filename = filename + self.follow_embed = follow_embed + + file = open(filename, "r") + p = xml.parsers.expat.ParserCreate() + + p.StartElementHandler = self.start_element + p.EndElementHandler = self.end_element + p.CharacterDataHandler = self.char_data -def end_element(name): - head_obj.get_curobj().end_element(name) + buf = file.read() + p.Parse(buf) + file.close() -def char_data(data): - head_obj.get_curobj().char_data(data) + def start_element(self, name, attrs): + self.head_obj.get_curobj().start_element(self, name, attrs) -def parsexhp(filename): - #sys.stderr.write('Parsing: %s\n'% filename) - file=open(filename,"r") - p = xml.parsers.expat.ParserCreate() - p.StartElementHandler = start_element - p.EndElementHandler = end_element - p.CharacterDataHandler = char_data - buf = file.read() - p.Parse(buf) - file.close() + def end_element(self, name): + self.head_obj.get_curobj().end_element(self, name) + + def char_data(self, data): + self.head_obj.get_curobj().char_data(self, data) + + def get_all(self): + return self.head_obj.get_all() + + def get_variable(self, id): + return self.head_obj.get_variable(id) def loadallfiles(filename): global titles @@ -586,6 +644,8 @@ if len(sys.argv) > 2: # this file to generate quicker help files. load_all_help_ids() loadallfiles("alltitles.csv") -parsexhp(sys.argv[1]) -print head_obj.get_all().encode('ascii','replace') + +parser = XhpParser(sys.argv[1], True) +print parser.get_all().encode('ascii','replace') + Bookmark.save_bookmarks() -- cgit v1.2.3 From c7c723363c6f76f315f88c630e9be62702dea56d Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 16 Nov 2010 11:49:03 +0100 Subject: wikihelp: Report every element that we do not handle. To make sure that we do not lose information. Now the hard part - cleanup all that. --- helpcontent2/to-wiki/wikiconv2.py | 52 +++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 4219887402..15b8f86c55 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -225,6 +225,10 @@ class ElementBase: sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ (id, fname)) + def unhandled_element(self, name): + sys.stderr.write('Warning: Unhandled element "%s" in "%s"\n'% \ + (name, self.name)) + class XhpFile(ElementBase): def __init__(self): ElementBase.__init__(self, None, None) @@ -243,9 +247,12 @@ class XhpFile(ElementBase): self.parse_child(List(attrs, self)) elif name == 'bookmark': self.parse_child(Bookmark(attrs, self)) - elif name == 'embed' and parser.follow_embed: - (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(fname, id) + elif name == 'embed': + if parser.follow_embed: + (fname, id) = href_to_fname_id(attrs['href']) + self.embed_href(fname, id) + else: + self.unhandled_element(name) class Bookmark(ElementBase): bookmarks_list = [] @@ -303,6 +310,8 @@ class Image(ElementBase): def start_element(self, parser, name, attrs): if name == 'alt': self.alt = True + else: + self.unhandled_element(name) def end_element(self, parser, name): ElementBase.end_element(self, parser, name) @@ -341,6 +350,8 @@ class TableCell(ElementBase): def start_element(self, parser, name, attrs): if name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) + else: + self.unhandled_element(name) class TableRow(ElementBase): def __init__(self, attrs, parent): @@ -349,6 +360,8 @@ class TableRow(ElementBase): def start_element(self, parser, name, attrs): if name == 'tablecell': self.parse_child(TableCell(attrs, self)) + else: + self.unhandled_element(name) def get_all(self): text = '|-\n' + ElementBase.get_all(self) @@ -361,6 +374,8 @@ class Table(ElementBase): def start_element(self, parser, name, attrs): if name == 'tablerow': self.parse_child(TableRow(attrs, self)) + else: + self.unhandled_element(name) def get_all(self): # + ' align="left"' etc.? @@ -376,6 +391,8 @@ class ListItem(ElementBase): def start_element(self, parser, name, attrs): if name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) + else: + self.unhandled_element(name) def get_all(self): text = "" @@ -406,6 +423,8 @@ class List(ElementBase): def start_element(self, parser, name, attrs): if name == 'listitem': self.parse_child(ListItem(attrs, self)) + else: + self.unhandled_element(name) def get_all(self): text = "" @@ -427,10 +446,7 @@ class Section(ElementBase): self.id = attrs['id'] def start_element(self, parser, name, attrs): - # sections can be nested - if name == 'section': - self.parse_child(Section(attrs, self, self.depth)) - elif name == 'embed': + if name == 'embed': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: self.embed_href(fname, id) @@ -438,6 +454,13 @@ class Section(ElementBase): para = Paragraph(attrs, self, self.depth) self.depth = para.depth self.parse_child(para) + elif name == 'section': + # sections can be nested + self.parse_child(Section(attrs, self, self.depth)) + elif name == 'table': + self.parse_child(Table(attrs, self)) + else: + self.unhandled_element(name) def get_all(self): mapping = '' @@ -519,15 +542,12 @@ class Paragraph(ElementBase): self.parse_child(Image(attrs, self)) elif name == 'link': self.parse_child(Link(attrs, self)) - elif name == 'bookmark': - # This shouldn't occur - print "Warning: Unhandled bookmark content!!!" - - try: - global replace_element - self.objects.append(Text(replace_element['start'][name])) - except: - pass + else: + try: + global replace_element + self.objects.append(Text(replace_element['start'][name])) + except: + self.unhandled_element(name) def end_element(self, parser, name): ElementBase.end_element(self, parser, name) -- cgit v1.2.3 From af5b80f08586b8d8d9abb0fa1da25a2ff1aa7649 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 16 Nov 2010 14:43:03 +0100 Subject: wikihelp: Handle most of the cases. --- helpcontent2/to-wiki/wikiconv2.py | 106 ++++++++++++++++++++++++++++++++------ 1 file changed, 90 insertions(+), 16 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 15b8f86c55..d7b15395e3 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -31,12 +31,12 @@ replace_paragraph_role = \ 'head2': '== ', # used only in one file, probably in error? 'listitem': '', 'note': '{{Note|', + 'null': '', # special paragraph for Variable, CaseInline, etc. 'paragraph': '', 'related': '', # used only in one file, probably in error? 'relatedtopics': '', # used only in one file, probably in error? 'tablecontent': '| ', 'tablehead': '! scope="col" | ', - 'variable': '', 'tip': '{{Tip|', 'warning': '{{Warning|', }, @@ -53,12 +53,12 @@ replace_paragraph_role = \ 'head2': ' ==\n\n', # used only in one file, probably in error? 'listitem': '\n', 'note': '}}\n\n', + 'null': '', # special paragraph for Variable, CaseInline, etc. 'paragraph': '\n\n', 'related': '\n\n', # used only in one file, probably in error? 'relatedtopics': '\n\n', # used only in one file, probably in error? 'tablecontent': '\n\n', 'tablehead': '\n\n', - 'variable': '', 'tip': '}}\n\n', 'warning': '}}\n\n', } @@ -235,22 +235,30 @@ class XhpFile(ElementBase): self.depth=1 def start_element(self, parser, name, attrs): - if name == 'section': - self.parse_child(Section(attrs, self, self.depth)) - elif name == 'paragraph': - para = Paragraph(attrs, self, self.depth) - self.depth = para.depth - self.parse_child(para) - elif name == 'table': - self.parse_child(Table(attrs, self)) - elif name == 'list': - self.parse_child(List(attrs, self)) + if name == 'body': + # ignored, we flatten the structure + pass elif name == 'bookmark': self.parse_child(Bookmark(attrs, self)) elif name == 'embed': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) self.embed_href(fname, id) + elif name == 'helpdocument': + # ignored, we flatten the structure + pass + elif name == 'list': + self.parse_child(List(attrs, self)) + elif name == 'meta': + self.parse_child(Meta(attrs, self)) + elif name == 'paragraph': + para = Paragraph(attrs, self, self.depth) + self.depth = para.depth + self.parse_child(para) + elif name == 'section': + self.parse_child(Section(attrs, self, self.depth)) + elif name == 'table': + self.parse_child(Table(attrs, self)) else: self.unhandled_element(name) @@ -439,6 +447,12 @@ class List(ElementBase): text = text + '\n' return text +# we ignore the entire part of xhp +# TODO - do we need it for something? +class Meta(ElementBase): + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'meta', parent) + class Section(ElementBase): def __init__(self, attrs, parent, depth): ElementBase.__init__(self, 'section', parent) @@ -446,7 +460,9 @@ class Section(ElementBase): self.id = attrs['id'] def start_element(self, parser, name, attrs): - if name == 'embed': + if name == 'bookmark': + self.parse_child(Bookmark(attrs, self)) + elif name == 'embed': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: self.embed_href(fname, id) @@ -516,6 +532,47 @@ class Link(ElementBase): text = "[["+self.lname+"|"+self.wikitext+"]]" return text +class SwitchInline(ElementBase): + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'switchinline', parent) + self.switch = attrs['select'] + + def start_element(self, parser, name, attrs): + if name == 'caseinline': + self.parse_child(CaseInline(attrs, self, False)) + elif name == 'defaultinline': + self.parse_child(CaseInline(attrs, self, True)) + else: + self.unhandled_element(name) + + def get_all(self): + if self.switch == 'sys': + system = {'MAC':'', 'UNIX':'', 'WIN':'', 'default':''} + for i in self.objects: + if i.case == 'MAC' or i.case == 'UNIX' or \ + i.case == 'WIN' or i.case == 'default': + system[i.case] = i.get_all() + else: + sys.stderr.write('Unhandled "%s" case in "sys" switchinline.\n'% \ + i.case ) + return '{{System|%s|%s|%s|%s}}'% (system['default'], \ + system['MAC'], system['UNIX'], system['WIN']) + elif self.switch == 'appl': + if len(self.objects) == 1: + appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ + 'MATH':'Math', 'WRITER':'Writer'} + obj = self.objects[0] + try: + app = appls[obj.case] + return '{{OnlyIn%s|%s}}'% (app, obj.get_all()) + except: + sys.stderr.write('Unhandled "%s" (%s) case in "appl" switchinline.\n'% \ + (obj.case, obj.get_all())) + else: + sys.stderr.write('Can handle only 1 condition in "appl" switchinline.\n') + + return '' + class Paragraph(ElementBase): def __init__(self, attrs, parent, depth): ElementBase.__init__(self, 'paragraph', parent) @@ -536,12 +593,18 @@ class Paragraph(ElementBase): self.is_first = (len(self.parent.objects) == 0) def start_element(self, parser, name, attrs): - if name == 'variable': - self.parse_child(Variable(attrs, self, self.depth)) + if name == 'ahelp': + # TODO extended tips are ignored for now, just the text is used + # verbatim + pass elif name == 'image': self.parse_child(Image(attrs, self)) elif name == 'link': self.parse_child(Link(attrs, self)) + elif name == 'switchinline': + self.parse_child(SwitchInline(attrs, self)) + elif name == 'variable': + self.parse_child(Variable(attrs, self, self.depth)) else: try: global replace_element @@ -599,7 +662,7 @@ class Variable(Paragraph): def __init__(self, attrs, parent, depth): Paragraph.__init__(self, attrs, parent, depth) self.name = 'variable' - self.role = 'variable' + self.role = 'null' self.id = attrs['id'] def get_variable(self, id): @@ -607,6 +670,17 @@ class Variable(Paragraph): return self return None +class CaseInline(Paragraph): + def __init__(self, attrs, parent, is_default): + Paragraph.__init__(self, attrs, parent, 0) + + self.role = 'null' + if is_default: + self.name = 'defaultinline' + self.case = 'default' + else: + self.name = 'caseinline' + self.case = attrs['select'] class XhpParser: def __init__(self, filename, follow_embed): -- cgit v1.2.3 From fbe2b95824dd3bd2f14dfb5af5c3344925c77592 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 16 Nov 2010 16:44:50 +0100 Subject: wikihelp: Improve handling of , implement
    and . --- helpcontent2/to-wiki/wikiconv2.py | 41 +++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d7b15395e3..55e938f4c7 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -9,11 +9,11 @@ titles = [] # list of elements that we can directly convert to wiki text replace_element = \ - {'start':{'emph': "'''", - 'comment': "" + 'end': {'br': '', + 'emph': "'''" } } @@ -240,7 +240,9 @@ class XhpFile(ElementBase): pass elif name == 'bookmark': self.parse_child(Bookmark(attrs, self)) - elif name == 'embed': + elif name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'embed' or name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) self.embed_href(fname, id) @@ -341,6 +343,17 @@ class Image(ElementBase): def get_curobj(self): return self +class Comment(ElementBase): + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'comment', parent) + self.text = '' + + def char_data(self, parser, data): + self.text = self.text + data + + def get_all(self): + return '' + class Text: def __init__(self, text): self.wikitext = replace_text(text) @@ -356,7 +369,9 @@ class TableCell(ElementBase): ElementBase.__init__(self, 'tablecell', parent) def start_element(self, parser, name, attrs): - if name == 'paragraph': + if name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) else: self.unhandled_element(name) @@ -380,7 +395,9 @@ class Table(ElementBase): ElementBase.__init__(self, 'table', parent) def start_element(self, parser, name, attrs): - if name == 'tablerow': + if name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'tablerow': self.parse_child(TableRow(attrs, self)) else: self.unhandled_element(name) @@ -462,7 +479,9 @@ class Section(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': self.parse_child(Bookmark(attrs, self)) - elif name == 'embed': + elif name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: self.embed_href(fname, id) @@ -597,6 +616,12 @@ class Paragraph(ElementBase): # TODO extended tips are ignored for now, just the text is used # verbatim pass + elif name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'embedvar': + if parser.follow_embed: + (fname, id) = href_to_fname_id(attrs['href']) + self.embed_href(fname, id) elif name == 'image': self.parse_child(Image(attrs, self)) elif name == 'link': -- cgit v1.2.3 From 6c2803b624ff8b19d518adb2fa042e853c1e15bc Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 17 Nov 2010 19:28:42 +0530 Subject: Changes to include localization strings from .sdf files. --- helpcontent2/to-wiki/convall.py | 5 +++- helpcontent2/to-wiki/wikiconv2.py | 52 +++++++++++++++++++++++++++++++++------ 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index afc510e3dc..5e72666185 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -3,6 +3,7 @@ import os, sys titles = [[]] +localization = "" def loadallfiles(filename): global titles @@ -12,6 +13,8 @@ def loadallfiles(filename): titles.append(title) loadallfiles("alltitles.csv") +if len(sys.argv) > 1: + localization = sys.argv[1] for title in titles: command = "" @@ -20,7 +23,7 @@ for title in titles: if len(title) > 1: outfile = "wiki/"+title[1].strip() infile = title[0].strip() - command = "python to-wiki/wikiconv2.py "+infile+" "+title[1].strip()+" > "+outfile + command = "python to-wiki/wikiconv2.py "+infile+" "+title[1].strip()+" "+localization+" > "+outfile try: file = open(outfile,"r") diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 55e938f4c7..112032f7c2 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -2,11 +2,14 @@ import sys, signal import xml.parsers.expat +import codecs root="source/" titles = [] +localization_data = [[]] + # list of elements that we can directly convert to wiki text replace_element = \ {'start':{'br': '
    ', @@ -101,14 +104,14 @@ help_file_name = "" all_help_id_mappings = [[]] def load_all_help_ids(): - file = open("helpers/help_hid.lst") + file = codecs.open("helpers/help_hid.lst", "r", "utf-8") for line in file: ids = line.strip().upper().split(",") if len(ids) >= 2: all_help_id_mappings.append(ids) def get_help_id_res2(name): - file = open("helpers/hid.lst") + file = codecs.open("helpers/hid.lst", "r", "utf-8") for line in file: ids = line.strip().upper().split(" ") if len(ids) >= 2: @@ -148,6 +151,27 @@ def replace_text(text): text = text.replace(i[0],i[1]) return text +def load_localization_data(sdf_file): + try: + file = codecs.open(sdf_file, "r", "utf-8") + for line in file: + line = line.strip() + # TODO: Check if multiple \t needs to be merged + if line.find("#") == 0: + continue + localization_data.append(line.split("\t")) + except: + return + +def get_localized_text(id, text): + for line in localization_data: + try: + if line[4].strip() == id.strip(): + return line[10] + except: + pass + return text + def href_to_fname_id(href): link = href.replace('"', '') fname = link @@ -198,7 +222,7 @@ class ElementBase: # construct the wiki representation of this object, including the objects # held in self.objects (here only the text of the objects) def get_all(self): - text = '' + text = u'' for i in self.objects: text = text + i.get_all() return text @@ -299,7 +323,7 @@ class Bookmark(ElementBase): @staticmethod def save_bookmarks(): - file = open("bookmarks.h","a") + file = codecs.open("bookmarks.h", "a", "utf-8") for i in Bookmark.bookmarks_list: file.write(i.encode('ascii','replace')+"\n") file.close() @@ -601,6 +625,11 @@ class Paragraph(ElementBase): except: self.role = 'paragraph' + try: + self.id = attrs['id'] + except: + self.id = "" + try: self.level=int(attrs['level']) except: @@ -647,7 +676,7 @@ class Paragraph(ElementBase): pass def char_data(self, parser, data): - self.objects.append(Text(data)) + self.objects.append(Text(get_localized_text(self.id, data))) def get_all(self): role = self.role @@ -713,7 +742,7 @@ class XhpParser: self.filename = filename self.follow_embed = follow_embed - file = open(filename, "r") + file = codecs.open(filename, "r", "utf-8") p = xml.parsers.expat.ParserCreate() p.StartElementHandler = self.start_element @@ -741,7 +770,7 @@ class XhpParser: def loadallfiles(filename): global titles - file = open(filename, "r") + file = codecs.open(filename, "r", "utf-8") for line in file: title = line.split(";", 2) titles.append(title) @@ -752,12 +781,15 @@ def signal_handler(signal, frame): signal.signal(signal.SIGINT, signal_handler) if len(sys.argv) < 2: - print "wikiconv2.py " + print "wikiconv2.py [Help Filename] [localize.sdf]" sys.exit(1) if len(sys.argv) > 2: help_file_name = sys.argv[2] +if len(sys.argv) > 3: + load_localization_data(sys.argv[3]) + # TODO: Currently the following files are loaded for every # file which is converted. Combine the batch converter with # this file to generate quicker help files. @@ -765,6 +797,10 @@ load_all_help_ids() loadallfiles("alltitles.csv") parser = XhpParser(sys.argv[1], True) +# Enable these lines once the convall.py is combined with this one +# file1 = codecs.open(helpfilename, "wb", "utf-8") +# file1.write(parser.get_all())) +# file1.close() print parser.get_all().encode('ascii','replace') Bookmark.save_bookmarks() -- cgit v1.2.3 From f29109b1d0d3269371b63def1a386bbd68941714 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Nov 2010 12:29:42 +0100 Subject: wikihelp: Better warnings. Better {{System}} template. --- helpcontent2/to-wiki/wikiconv2.py | 40 ++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 112032f7c2..d21c090240 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -249,9 +249,9 @@ class ElementBase: sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ (id, fname)) - def unhandled_element(self, name): - sys.stderr.write('Warning: Unhandled element "%s" in "%s"\n'% \ - (name, self.name)) + def unhandled_element(self, parser, name): + sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ + (name, self.name, parser.filename)) class XhpFile(ElementBase): def __init__(self): @@ -286,7 +286,7 @@ class XhpFile(ElementBase): elif name == 'table': self.parse_child(Table(attrs, self)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) class Bookmark(ElementBase): bookmarks_list = [] @@ -345,7 +345,7 @@ class Image(ElementBase): if name == 'alt': self.alt = True else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def end_element(self, parser, name): ElementBase.end_element(self, parser, name) @@ -398,7 +398,7 @@ class TableCell(ElementBase): elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) class TableRow(ElementBase): def __init__(self, attrs, parent): @@ -408,7 +408,7 @@ class TableRow(ElementBase): if name == 'tablecell': self.parse_child(TableCell(attrs, self)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): text = '|-\n' + ElementBase.get_all(self) @@ -424,7 +424,7 @@ class Table(ElementBase): elif name == 'tablerow': self.parse_child(TableRow(attrs, self)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): # + ' align="left"' etc.? @@ -441,7 +441,7 @@ class ListItem(ElementBase): if name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): text = "" @@ -473,7 +473,7 @@ class List(ElementBase): if name == 'listitem': self.parse_child(ListItem(attrs, self)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): text = "" @@ -519,7 +519,7 @@ class Section(ElementBase): elif name == 'table': self.parse_child(Table(attrs, self)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): mapping = '' @@ -586,10 +586,12 @@ class SwitchInline(ElementBase): elif name == 'defaultinline': self.parse_child(CaseInline(attrs, self, True)) else: - self.unhandled_element(name) + self.unhandled_element(parser, name) def get_all(self): - if self.switch == 'sys': + if len(self.objects) == 0: + return '' + elif self.switch == 'sys': system = {'MAC':'', 'UNIX':'', 'WIN':'', 'default':''} for i in self.objects: if i.case == 'MAC' or i.case == 'UNIX' or \ @@ -598,8 +600,12 @@ class SwitchInline(ElementBase): else: sys.stderr.write('Unhandled "%s" case in "sys" switchinline.\n'% \ i.case ) - return '{{System|%s|%s|%s|%s}}'% (system['default'], \ - system['MAC'], system['UNIX'], system['WIN']) + text = '{{System' + for i in [['default', 'default'], ['MAC', 'mac'], \ + ['UNIX', 'unx'], ['WIN', 'win']]: + if system[i[0]] != '': + text = '%s|%s=%s'% (text, i[1], system[i[0]]) + return text + '}}' elif self.switch == 'appl': if len(self.objects) == 1: appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ @@ -664,7 +670,7 @@ class Paragraph(ElementBase): global replace_element self.objects.append(Text(replace_element['start'][name])) except: - self.unhandled_element(name) + self.unhandled_element(parser, name) def end_element(self, parser, name): ElementBase.end_element(self, parser, name) @@ -742,7 +748,7 @@ class XhpParser: self.filename = filename self.follow_embed = follow_embed - file = codecs.open(filename, "r", "utf-8") + file = open(filename, "r") p = xml.parsers.expat.ParserCreate() p.StartElementHandler = self.start_element -- cgit v1.2.3 From cf7fbb81b72a7975e9c031bbd52afdd4a6ab02ac Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Nov 2010 13:31:11 +0100 Subject: wikihelp: Handle in a
    . Handle s. --- helpcontent2/to-wiki/wikiconv2.py | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d21c090240..6193978071 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -509,6 +509,8 @@ class Section(ElementBase): (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: self.embed_href(fname, id) + elif name == 'list': + self.parse_child(List(attrs, self)) elif name == 'paragraph': para = Paragraph(attrs, self, self.depth) self.depth = para.depth @@ -622,6 +624,41 @@ class SwitchInline(ElementBase): return '' +class Item(ElementBase): + replace_type = \ + {'start':{'input': '', + 'keycode': '{{KeyCode|', + 'literal': '', + 'menuitem': '{{MenuItem|', + 'productname': '' + }, + 'end':{'input': '', + 'keycode': '}}', + 'literal': '', + 'menuitem': '}}', + 'productname': '' + }} + + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'item', parent) + + self.type = attrs['type'] + self.text = '' + + def char_data(self, parser, data): + self.text = self.text + data + + def get_all(self): + try: + return self.replace_type['start'][self.type] + \ + replace_text(self.text) + \ + self.replace_type['end'][self.type] + except: + sys.stderr.write('Unhandled item type "%s".\n'% self.type) + + return replace_text(self.text) + + class Paragraph(ElementBase): def __init__(self, attrs, parent, depth): ElementBase.__init__(self, 'paragraph', parent) @@ -659,6 +696,8 @@ class Paragraph(ElementBase): self.embed_href(fname, id) elif name == 'image': self.parse_child(Image(attrs, self)) + elif name == 'item': + self.parse_child(Item(attrs, self)) elif name == 'link': self.parse_child(Link(attrs, self)) elif name == 'switchinline': -- cgit v1.2.3 From 2f08a397554ec83e3e133627f646d71904dc0b4d Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Nov 2010 15:11:54 +0100 Subject: wikihelp: Fix the implementation of the 'appl' . --- helpcontent2/to-wiki/wikiconv2.py | 52 +++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 6193978071..c43bf27d2e 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -238,9 +238,9 @@ class ElementBase: return None # embed part of another file into current structure - def embed_href(self, fname, id): + def embed_href(self, current_app, fname, id): # parse another xhp - parser = XhpParser('source/' + fname, False) + parser = XhpParser('source/' + fname, False, current_app) var = parser.get_variable(id) if var != None: @@ -269,7 +269,7 @@ class XhpFile(ElementBase): elif name == 'embed' or name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(fname, id) + self.embed_href(parser.current_app, fname, id) elif name == 'helpdocument': # ignored, we flatten the structure pass @@ -508,7 +508,7 @@ class Section(ElementBase): elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: - self.embed_href(fname, id) + self.embed_href(parser.current_app, fname, id) elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': @@ -581,8 +581,10 @@ class SwitchInline(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'switchinline', parent) self.switch = attrs['select'] + self.embedding_app = '' def start_element(self, parser, name, attrs): + self.embedding_app = parser.embedding_app if name == 'caseinline': self.parse_child(CaseInline(attrs, self, False)) elif name == 'defaultinline': @@ -609,18 +611,23 @@ class SwitchInline(ElementBase): text = '%s|%s=%s'% (text, i[1], system[i[0]]) return text + '}}' elif self.switch == 'appl': - if len(self.objects) == 1: - appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ - 'MATH':'Math', 'WRITER':'Writer'} - obj = self.objects[0] - try: - app = appls[obj.case] - return '{{OnlyIn%s|%s}}'% (app, obj.get_all()) - except: - sys.stderr.write('Unhandled "%s" (%s) case in "appl" switchinline.\n'% \ - (obj.case, obj.get_all())) + if self.embedding_app == '': + text = '' + for i in self.objects: + appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ + 'IMPRESS': 'Impress', 'MATH':'Math', 'WRITER':'Writer'} + obj = self.objects[0] + try: + app = appls[obj.case] + text = text + '{{OnlyIn%s|%s}}'% (app, obj.get_all()) + except: + sys.stderr.write('Unhandled "%s" (%s) case in "appl" switchinline.\n'% \ + (obj.case, obj.get_all())) + return text else: - sys.stderr.write('Can handle only 1 condition in "appl" switchinline.\n') + for i in self.objects: + if i.case == self.embedding_app: + return i.get_all() return '' @@ -693,7 +700,7 @@ class Paragraph(ElementBase): elif name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(fname, id) + self.embed_href(parser.current_app, fname, id) elif name == 'image': self.parse_child(Image(attrs, self)) elif name == 'item': @@ -782,10 +789,19 @@ class CaseInline(Paragraph): self.case = attrs['select'] class XhpParser: - def __init__(self, filename, follow_embed): + def __init__(self, filename, follow_embed, embedding_app): self.head_obj = XhpFile() self.filename = filename self.follow_embed = follow_embed + self.embedding_app = embedding_app + + self.current_app = '' + for i in [['scalc', 'CALC'], ['sdraw', 'DRAW'], \ + ['schart', 'CHART'], ['simpress', 'IMPRESS'], \ + ['smath', 'MATH'], ['swriter', 'WRITER']]: + if filename.find('/%s/'% i[0]) >= 0: + self.current_app = i[1] + break file = open(filename, "r") p = xml.parsers.expat.ParserCreate() @@ -841,7 +857,7 @@ if len(sys.argv) > 3: load_all_help_ids() loadallfiles("alltitles.csv") -parser = XhpParser(sys.argv[1], True) +parser = XhpParser(sys.argv[1], True, '') # Enable these lines once the convall.py is combined with this one # file1 = codecs.open(helpfilename, "wb", "utf-8") # file1.write(parser.get_all())) -- cgit v1.2.3 From 18c474d9b625e4ac1e7c3b8edd4b7262d5a86352 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Fri, 19 Nov 2010 21:02:26 +0530 Subject: Localization support (pass the sdf file as parameter). --- helpcontent2/help-to-wiki.py | 16 +++--- helpcontent2/to-wiki/wikiconv2.py | 107 +++++++++++++++++++++++++++++++------- 2 files changed, 96 insertions(+), 27 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 59a893518a..446e02aacf 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -51,14 +51,9 @@ def create_wiki_dirs(): pass def create_wiki_header(): - try: - file = open( "bookmarks.h", "r" ) - file.close() - sys.stdout.write( "bookmarks.h already exists! Ignoring...\n" ) - except: - file = open( "bookmarks.h", "w" ) - file.write( header_template ) - file.close() + file = open( "bookmarks.h", "w" ) + file.write( header_template ) + file.close() def create_wiki_footer(): file = open( "bookmarks.h", "a" ) @@ -75,7 +70,10 @@ print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) print "Generating the wiki itself..." -os.system( "python to-wiki/convall.py source/text" ) +localization = "" +if len(sys.argv) > 1: + localization = sys.argv[1] +os.system( "python to-wiki/convall.py "+localization ) # close the bookmarks.h template create_wiki_footer() diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index c43bf27d2e..d0eb3a8cf4 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -167,10 +167,14 @@ def get_localized_text(id, text): for line in localization_data: try: if line[4].strip() == id.strip(): - return line[10] + return line[10].replace("\\\"","\"").replace("\\<","<").replace("\\>",">").replace("","?") except: pass - return text + return "" + +def get_localized_objects(loc_text, attrs): + p = LocalizedText(loc_text, attrs) + return p.parse() def href_to_fname_id(href): link = href.replace('"', '') @@ -198,6 +202,7 @@ class ElementBase: self.objects = [] self.child_parsing = False self.parent = parent + self.warn_unhandled_elements = False def start_element(self, parser, name, attrs): pass @@ -250,8 +255,9 @@ class ElementBase: (id, fname)) def unhandled_element(self, parser, name): - sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ - (name, self.name, parser.filename)) + if self.warn_unhandled_elements: + sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ + (name, self.name, parser.filename)) class XhpFile(ElementBase): def __init__(self): @@ -288,6 +294,51 @@ class XhpFile(ElementBase): else: self.unhandled_element(parser, name) +class LocalizedText(ElementBase): + def __init__(self, data, attrs): + # Initialized with some 'tag' such that the parser + # never needs to access the parent (which in this + # case is null) + ElementBase.__init__(self, 'localizedtext', None) + header = u'' + self.data = header + data #+ '' + self.follow_embed = True + self.head_obj = None + self.attrs = attrs + #print self.data.encode('utf-8') + + def parse(self): + p = xml.parsers.expat.ParserCreate() + p.StartElementHandler = self.start_element + p.EndElementHandler = self.end_element + p.CharacterDataHandler = self.char_data + try: + p.Parse(self.data.encode('utf-8')) + except: + # TODO: Check different exceptions + pass + return self.objects[0].objects + + def start_element(self, name, attrs): + if name == 'paragraph': + self.parse_child(Paragraph(self.attrs, self, 0)) + else: + if self.child_parsing: + self.get_curobj().start_element(None, name, attrs) + else: + self.unhandled_element(name) + + def char_data(self, data): + if self.child_parsing: + self.get_curobj().char_data(self, data) + else: + # Should never occur + print "Unhandled Data:"+data + + def end_element(self, name): + if self.child_parsing: + self.get_curobj().end_element(self, name) + class Bookmark(ElementBase): bookmarks_list = [] current_bookmark = "" @@ -295,7 +346,7 @@ class Bookmark(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'bookmark', parent) self.bookmark = "" - text = attrs['branch'].encode('ascii','replace') + text = attrs['branch'] #.encode('ascii','replace') # text = text.upper() for i in help_id_patterns: if text.find(i) >= 0: @@ -309,6 +360,11 @@ class Bookmark(ElementBase): @staticmethod def set_heading(data): global help_file_name + if data.find("= ") >= 0: + data = data[data.find("= ")+2:] + if data.find(" =") >= 0: + data = data[:data.find(" =")] + data = data.strip() if len(Bookmark.current_bookmark) > 0: if data.find("]]") >= 0: try: @@ -317,7 +373,7 @@ class Bookmark(ElementBase): pass help_id = get_help_id(Bookmark.current_bookmark) bookmark = " { "+help_id+", \""+help_file_name+"#"+data.replace("\"","\\\"")+"\" }," - bookmark = bookmark.encode('ascii','replace') + #bookmark = bookmark.encode('ascii','replace') Bookmark.bookmarks_list.append(bookmark) Bookmark.current_bookmark = "" @@ -325,7 +381,7 @@ class Bookmark(ElementBase): def save_bookmarks(): file = codecs.open("bookmarks.h", "a", "utf-8") for i in Bookmark.bookmarks_list: - file.write(i.encode('ascii','replace')+"\n") + file.write(i+"\n") file.close() class Image(ElementBase): @@ -689,6 +745,7 @@ class Paragraph(ElementBase): else: self.depth = self.level self.is_first = (len(self.parent.objects) == 0) + self.localized_objects = [] def start_element(self, parser, name, attrs): if name == 'ahelp': @@ -728,9 +785,23 @@ class Paragraph(ElementBase): pass def char_data(self, parser, data): - self.objects.append(Text(get_localized_text(self.id, data))) + if len(self.localized_objects): + return + loc_text = u'' + if len(self.id): + loc_text = get_localized_text(self.id, data) + if len(loc_text): + attrs = {'role':self.role, + 'level':self.level} + self.localized_objects = get_localized_objects(loc_text, attrs) + else: + self.objects.append(Text(data)) def get_all(self): + # Localization objects present, drop the other objects + if len(self.localized_objects): + self.objects = self.localized_objects + role = self.role if role == 'heading': if self.depth < 6: @@ -749,11 +820,7 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself - text = text + ElementBase.get_all(self) - - # set bookmark info - if self.role == "heading": - Bookmark.set_heading(text) + text = text + ElementBase.get_all(self) #.strip() # append the markup according to the role if len(self.objects) > 0: @@ -762,6 +829,10 @@ class Paragraph(ElementBase): except: sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) + # set bookmark info + if self.role.find("heading") >= 0: + Bookmark.set_heading(text) + return text class Variable(Paragraph): @@ -811,7 +882,7 @@ class XhpParser: p.CharacterDataHandler = self.char_data buf = file.read() - p.Parse(buf) + p.Parse(buf.encode('utf-8')) file.close() def start_element(self, name, attrs): @@ -859,9 +930,9 @@ loadallfiles("alltitles.csv") parser = XhpParser(sys.argv[1], True, '') # Enable these lines once the convall.py is combined with this one -# file1 = codecs.open(helpfilename, "wb", "utf-8") -# file1.write(parser.get_all())) -# file1.close() -print parser.get_all().encode('ascii','replace') +#file1 = codecs.open("t.txt", "wb", "utf-8") +#file1.write(parser.get_all()) +#file1.close() +print parser.get_all().encode('utf-8') Bookmark.save_bookmarks() -- cgit v1.2.3 From df9096834a89fde2bfee0e84e35ecc0a42c8d0ac Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Fri, 19 Nov 2010 21:19:20 +0530 Subject: Fixed merge problems --- helpcontent2/to-wiki/wikiconv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d0eb3a8cf4..1327e55e42 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -874,7 +874,7 @@ class XhpParser: self.current_app = i[1] break - file = open(filename, "r") + file = codecs.open(filename, "r", "utf-8") p = xml.parsers.expat.ParserCreate() p.StartElementHandler = self.start_element -- cgit v1.2.3 From 9b2cc70db6595b5f6067aed4fac5703d45bc5f80 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Nov 2010 16:37:06 +0100 Subject: wikihelp: Handle //. --- helpcontent2/to-wiki/wikiconv2.py | 71 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 2 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 1327e55e42..1a9e58a2bf 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -289,6 +289,8 @@ class XhpFile(ElementBase): self.parse_child(para) elif name == 'section': self.parse_child(Section(attrs, self, self.depth)) + elif name == 'switch': + self.parse_child(Switch(attrs, self)) elif name == 'table': self.parse_child(Table(attrs, self)) else: @@ -449,10 +451,19 @@ class TableCell(ElementBase): ElementBase.__init__(self, 'tablecell', parent) def start_element(self, parser, name, attrs): - if name == 'comment': + if name == 'bookmark': + self.parse_child(Bookmark(attrs, self)) + elif name == 'comment': self.parse_child(Comment(attrs, self)) + elif name == 'embed' or name == 'embedvar': + (fname, id) = href_to_fname_id(attrs['href']) + if parser.follow_embed: + self.embed_href(parser.current_app, fname, id) elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) + elif name == 'section': + # FIXME depth, should we use something better than 0? + self.parse_child(Section(attrs, self, 0)) else: self.unhandled_element(parser, name) @@ -494,7 +505,13 @@ class ListItem(ElementBase): ElementBase.__init__(self, 'listitem', parent) def start_element(self, parser, name, attrs): - if name == 'paragraph': + if name == 'bookmark': + self.parse_child(Bookmark(attrs, self)) + elif name == 'embed' or name == 'embedvar': + (fname, id) = href_to_fname_id(attrs['href']) + if parser.follow_embed: + self.embed_href(parser.current_app, fname, id) + elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) else: self.unhandled_element(parser, name) @@ -574,6 +591,8 @@ class Section(ElementBase): elif name == 'section': # sections can be nested self.parse_child(Section(attrs, self, self.depth)) + elif name == 'switch': + self.parse_child(Switch(attrs, self)) elif name == 'table': self.parse_child(Table(attrs, self)) else: @@ -667,6 +686,8 @@ class SwitchInline(ElementBase): text = '%s|%s=%s'% (text, i[1], system[i[0]]) return text + '}}' elif self.switch == 'appl': + # we want directly use the right text, when inlining something + # 'shared' into an 'app' if self.embedding_app == '': text = '' for i in self.objects: @@ -687,6 +708,52 @@ class SwitchInline(ElementBase): return '' +class Case(ElementBase): + def __init__(self, attrs, parent, is_default): + ElementBase.__init__(self, 'case', parent) + + if is_default: + self.name = 'default' + self.case = 'default' + else: + self.case = attrs['select'] + + def start_element(self, parser, name, attrs): + if name == 'bookmark': + self.parse_child(Bookmark(attrs, self)) + elif name == 'comment': + self.parse_child(Comment(attrs, self)) + elif name == 'embed' or name == 'embedvar': + if parser.follow_embed: + (fname, id) = href_to_fname_id(attrs['href']) + self.embed_href(parser.current_app, fname, id) + elif name == 'list': + self.parse_child(List(attrs, self)) + elif name == 'paragraph': + # FIXME depth, should we use something better than 0? + self.parse_child(Paragraph(attrs, self, 0)) + elif name == 'section': + # FIXME depth, should we use something better than 0? + self.parse_child(Section(attrs, self, 0)) + elif name == 'table': + self.parse_child(Table(attrs, self)) + else: + self.unhandled_element(parser, name) + +class Switch(SwitchInline): + def __init__(self, attrs, parent): + SwitchInline.__init__(self, attrs, parent) + self.name = 'switch' + + def start_element(self, parser, name, attrs): + self.embedding_app = parser.embedding_app + if name == 'case': + self.parse_child(Case(attrs, self, False)) + elif name == 'default': + self.parse_child(Case(attrs, self, True)) + else: + self.unhandled_element(parser, name) + class Item(ElementBase): replace_type = \ {'start':{'input': '', -- cgit v1.2.3 From f7fb11a8100d2d5f571984fad0b68dfe609a7ad1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 22 Nov 2010 14:33:30 +0100 Subject: wikihelp: Implement -based sorting. --- helpcontent2/to-wiki/wikiconv2.py | 49 +++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 1a9e58a2bf..a1f3548860 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -13,10 +13,12 @@ localization_data = [[]] # list of elements that we can directly convert to wiki text replace_element = \ {'start':{'br': '
    ', - 'emph': "'''" + 'emph': "'''", + 'help-id-missing': "'''Missing help ID.'''" }, 'end': {'br': '', - 'emph': "'''" + 'emph': "'''", + 'help-id-missing': "" } } @@ -202,7 +204,6 @@ class ElementBase: self.objects = [] self.child_parsing = False self.parent = parent - self.warn_unhandled_elements = False def start_element(self, parser, name, attrs): pass @@ -255,9 +256,8 @@ class ElementBase: (id, fname)) def unhandled_element(self, parser, name): - if self.warn_unhandled_elements: - sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ - (name, self.name, parser.filename)) + sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ + (name, self.name, parser.filename)) class XhpFile(ElementBase): def __init__(self): @@ -289,6 +289,8 @@ class XhpFile(ElementBase): self.parse_child(para) elif name == 'section': self.parse_child(Section(attrs, self, self.depth)) + elif name == 'sort': + self.parse_child(Sort(attrs, self)) elif name == 'switch': self.parse_child(Switch(attrs, self)) elif name == 'table': @@ -624,6 +626,30 @@ class Section(ElementBase): return self return None +class Sort(ElementBase): + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'sort', parent) + + try: + self.order = attrs['order'] + except: + self.order = 'asc' + + def start_element(self, parser, name, attrs): + if name == 'section': + # FIXME depth, should we use something better than 0? + self.parse_child(Section(attrs, self, 0)) + else: + self.unhandled_element(parser, name) + + def get_all(self): + rev = False + if self.order == 'asc': + rev = True + self.objects = sorted(self.objects, key=lambda obj: obj.id, reverse=rev) + + return ElementBase.get_all(self) + class Link(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'link', parent) @@ -676,6 +702,13 @@ class SwitchInline(ElementBase): if i.case == 'MAC' or i.case == 'UNIX' or \ i.case == 'WIN' or i.case == 'default': system[i.case] = i.get_all() + elif i.case == 'OS2': + # ignore, there is only one mention of OS2, which is a + # 'note to translators', and no meat + pass + elif i.case == 'HIDE_HERE': + # do what the name suggest ;-) + pass else: sys.stderr.write('Unhandled "%s" case in "sys" switchinline.\n'% \ i.case ) @@ -975,7 +1008,7 @@ def loadallfiles(filename): titles.append(title) def signal_handler(signal, frame): - sys.stderr.write( "Exiting..." ) + sys.stderr.write( 'Exiting...\n' ) sys.exit(1) signal.signal(signal.SIGINT, signal_handler) @@ -1003,3 +1036,5 @@ parser = XhpParser(sys.argv[1], True, '') print parser.get_all().encode('utf-8') Bookmark.save_bookmarks() + +# vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From f5c4ba0242a02322722f2aa892299afe3d62a0b2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 23 Nov 2010 23:28:12 +0100 Subject: wikihelp: Fix {{OnlyInAPP|...}} generation. --- helpcontent2/to-wiki/wikiconv2.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a1f3548860..fa98c20788 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -725,14 +725,17 @@ class SwitchInline(ElementBase): text = '' for i in self.objects: appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ - 'IMPRESS': 'Impress', 'MATH':'Math', 'WRITER':'Writer'} - obj = self.objects[0] + 'IMPRESS': 'Impress', 'MATH':'Math', \ + 'WRITER':'Writer', 'default':''} try: - app = appls[obj.case] - text = text + '{{OnlyIn%s|%s}}'% (app, obj.get_all()) + app = appls[i.case] + if app == '': + text = text + i.get_all() + else: + text = text + '{{OnlyIn%s|%s}}'% (app, i.get_all()) except: - sys.stderr.write('Unhandled "%s" (%s) case in "appl" switchinline.\n'% \ - (obj.case, obj.get_all())) + sys.stderr.write('Unhandled "%s" case in "appl" switchinline.\n'% \ + i.case) return text else: for i in self.objects: -- cgit v1.2.3 From 00b0e009ed7b5e972721afaf76e1f570e51bf0cd Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 24 Nov 2010 13:11:09 +0530 Subject: Localization fixes. Better error handling and debug prints. --- helpcontent2/to-wiki/convall.py | 1 - helpcontent2/to-wiki/wikiconv2.py | 58 +++++++++++++++++++++++++++++++-------- 2 files changed, 47 insertions(+), 12 deletions(-) diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index 5e72666185..9ee46514f4 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -28,7 +28,6 @@ for title in titles: try: file = open(outfile,"r") except: - #print "Processing: "+infile if os.system(command) != 0: print "Failed: "+command sys.exit(1) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index fa98c20788..4140662da7 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -166,16 +166,45 @@ def load_localization_data(sdf_file): return def get_localized_text(id, text): + # Note: The order is important + replace_localized_strs = [ + ["\\\\<","<"], + ["\\\\>",">"], + ["\\\"","\""], + ["\\<","<"], + ["\\>",">"], + ["& Chr(13)&","
    "], + ["& Chr(13) &","
    "], + ["&","&"], + ["\\n","
    "], + ["\\t","\t"], + ] for line in localization_data: try: if line[4].strip() == id.strip(): - return line[10].replace("\\\"","\"").replace("\\<","<").replace("\\>",">").replace("","?") + # Add additional space to catch strings starting with <= + str = " "+line[10] + while True: + index = str.find("<") + if index > 0: + if str[index-1] != "\\": + str = str[:index-1]+"<"+str[index+1:] + continue + index = str.find(">") + if index > 0: + if str[index-1] != "\\": + str = str[:index-1]+">"+str[index+1:] + continue + break + for i in replace_localized_strs: + str = str.replace(i[0],i[1]) + return str.strip() except: pass return "" -def get_localized_objects(loc_text, attrs): - p = LocalizedText(loc_text, attrs) +def get_localized_objects(parser, loc_text, attrs): + p = LocalizedText(parser, loc_text, attrs) return p.parse() def href_to_fname_id(href): @@ -256,8 +285,11 @@ class ElementBase: (id, fname)) def unhandled_element(self, parser, name): + filename = "Localization File" + if parser: + filename = parser.filename sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ - (name, self.name, parser.filename)) + (name, self.name, filename)) class XhpFile(ElementBase): def __init__(self): @@ -299,16 +331,18 @@ class XhpFile(ElementBase): self.unhandled_element(parser, name) class LocalizedText(ElementBase): - def __init__(self, data, attrs): + def __init__(self, parser, data, attrs): # Initialized with some 'tag' such that the parser # never needs to access the parent (which in this # case is null) ElementBase.__init__(self, 'localizedtext', None) header = u'' self.data = header + data #+ '' + self.xml = self.data.encode('utf-8') self.follow_embed = True self.head_obj = None self.attrs = attrs + self.parser = parser #print self.data.encode('utf-8') def parse(self): @@ -317,10 +351,12 @@ class LocalizedText(ElementBase): p.EndElementHandler = self.end_element p.CharacterDataHandler = self.char_data try: - p.Parse(self.data.encode('utf-8')) + p.Parse(self.xml) except: # TODO: Check different exceptions - pass + sys.stderr.write('Trying to parse: '+self.xml+'\n') + print self.xml + raise return self.objects[0].objects def start_element(self, name, attrs): @@ -328,16 +364,16 @@ class LocalizedText(ElementBase): self.parse_child(Paragraph(self.attrs, self, 0)) else: if self.child_parsing: - self.get_curobj().start_element(None, name, attrs) + self.get_curobj().start_element(self.parser, name, attrs) else: - self.unhandled_element(name) + self.unhandled_element(None, name) def char_data(self, data): if self.child_parsing: self.get_curobj().char_data(self, data) else: # Should never occur - print "Unhandled Data:"+data + self.unhandled_element(None,"Unhandled Data:"+data) def end_element(self, name): if self.child_parsing: @@ -896,7 +932,7 @@ class Paragraph(ElementBase): if len(loc_text): attrs = {'role':self.role, 'level':self.level} - self.localized_objects = get_localized_objects(loc_text, attrs) + self.localized_objects = get_localized_objects(parser, loc_text, attrs) else: self.objects.append(Text(data)) -- cgit v1.2.3 From 9888e8e16502f34ac4371d7edfcf13a67e1a73de Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 24 Nov 2010 15:29:10 +0530 Subject: Better localization conversions and fixes. --- helpcontent2/to-wiki/wikiconv2.py | 51 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 4140662da7..e6fe03f339 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -165,42 +165,41 @@ def load_localization_data(sdf_file): except: return +def replace_gt_lt(str,char,replace): + # Add additional space to catch strings starting with <= + str = " "+str + index = -1 + while True: + index = str.find(char, index+1) + if index < 0: + break + if str[index-1] != '\\': + str = str[:index]+replace+str[index+1:] + return str[1:] + + def get_localized_text(id, text): # Note: The order is important replace_localized_strs = [ - ["\\\\<","<"], - ["\\\\>",">"], ["\\\"","\""], - ["\\<","<"], - ["\\>",">"], ["& Chr(13)&","
    "], ["& Chr(13) &","
    "], ["&","&"], - ["\\n","
    "], + ["\\n","\n"], ["\\t","\t"], + ["\\\\<","<"], + ["\\\\>",">"], ] for line in localization_data: - try: - if line[4].strip() == id.strip(): - # Add additional space to catch strings starting with <= - str = " "+line[10] - while True: - index = str.find("<") - if index > 0: - if str[index-1] != "\\": - str = str[:index-1]+"<"+str[index+1:] - continue - index = str.find(">") - if index > 0: - if str[index-1] != "\\": - str = str[:index-1]+">"+str[index+1:] - continue - break - for i in replace_localized_strs: - str = str.replace(i[0],i[1]) - return str.strip() - except: - pass + if len(line) > 10 and line[4].strip() == id.strip(): + str = line[10] + for i in replace_localized_strs: + str = str.replace(i[0],i[1]) + str = replace_gt_lt(str,"<","<") + str = replace_gt_lt(str,">",">") + # Finally replace the \< and \> tokens + str = str.replace("\\<","<").replace("\\>",">") + return str return "" def get_localized_objects(parser, loc_text, attrs): -- cgit v1.2.3 From 3d16ea3ade84c9940269ece9f5321b46059d60ca Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 24 Nov 2010 23:03:22 +0530 Subject: Combined convall.py with wikiconv2.py. --- helpcontent2/help-to-wiki.py | 2 +- helpcontent2/to-wiki/convall.py | 37 ------------------------------ helpcontent2/to-wiki/wikiconv2.py | 48 +++++++++++++++++++++------------------ 3 files changed, 27 insertions(+), 60 deletions(-) delete mode 100755 helpcontent2/to-wiki/convall.py diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 446e02aacf..b77f1fe469 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -73,7 +73,7 @@ print "Generating the wiki itself..." localization = "" if len(sys.argv) > 1: localization = sys.argv[1] -os.system( "python to-wiki/convall.py "+localization ) +os.system( "python to-wiki/wikiconv2.py "+localization ) # close the bookmarks.h template create_wiki_footer() diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py deleted file mode 100755 index 9ee46514f4..0000000000 --- a/helpcontent2/to-wiki/convall.py +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env python - -import os, sys - -titles = [[]] -localization = "" - -def loadallfiles(filename): - global titles - file=open(filename,"r") - for line in file: - title = line.split(";", 2) - titles.append(title) - -loadallfiles("alltitles.csv") -if len(sys.argv) > 1: - localization = sys.argv[1] - -for title in titles: - command = "" - outfile = "" - infile = "" - if len(title) > 1: - outfile = "wiki/"+title[1].strip() - infile = title[0].strip() - command = "python to-wiki/wikiconv2.py "+infile+" "+title[1].strip()+" "+localization+" > "+outfile - - try: - file = open(outfile,"r") - except: - if os.system(command) != 0: - print "Failed: "+command - sys.exit(1) - continue - print "Warning: Skipping: "+command - file.close() - sys.exit(1) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index e6fe03f339..a3581fb247 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -6,7 +6,7 @@ import codecs root="source/" -titles = [] +titles = [[]] localization_data = [[]] @@ -1050,29 +1050,33 @@ def signal_handler(signal, frame): sys.exit(1) signal.signal(signal.SIGINT, signal_handler) -if len(sys.argv) < 2: - print "wikiconv2.py [Help Filename] [localize.sdf]" - sys.exit(1) - -if len(sys.argv) > 2: - help_file_name = sys.argv[2] +def wikiconv2(inputfile, help_filename, outputfile): + global help_file_name + help_file_name = help_filename + parser = XhpParser(inputfile, True, '') + file = codecs.open(outputfile, "wb", "utf-8") + file.write(parser.get_all()) + file.close() + Bookmark.save_bookmarks() -if len(sys.argv) > 3: - load_localization_data(sys.argv[3]) - -# TODO: Currently the following files are loaded for every -# file which is converted. Combine the batch converter with -# this file to generate quicker help files. +# Main Function load_all_help_ids() loadallfiles("alltitles.csv") - -parser = XhpParser(sys.argv[1], True, '') -# Enable these lines once the convall.py is combined with this one -#file1 = codecs.open("t.txt", "wb", "utf-8") -#file1.write(parser.get_all()) -#file1.close() -print parser.get_all().encode('utf-8') - -Bookmark.save_bookmarks() +if len(sys.argv) > 1: + load_localization_data(sys.argv[1]) + +for title in titles: + outfile = "" + infile = "" + if len(title) > 1: + outfile = "wiki/"+title[1].strip() + infile = title[0].strip() + try: + file = open(outfile,"r") + except: + wikiconv2(infile,title[1].strip(),outfile) + continue + print "Warning: Skipping: "+infile+" > "+outfile + file.close() # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 5e07f686b79957baef3fa979c7ec2730878ef9a8 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 26 Nov 2010 10:05:54 +0100 Subject: wikihelp: upload-wiki.pl, tool to publish the generated wiki. --- helpcontent2/.gitignore | 1 + helpcontent2/upload-wiki.pl | 75 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 helpcontent2/.gitignore create mode 100755 helpcontent2/upload-wiki.pl diff --git a/helpcontent2/.gitignore b/helpcontent2/.gitignore new file mode 100644 index 0000000000..0ff7b08b34 --- /dev/null +++ b/helpcontent2/.gitignore @@ -0,0 +1 @@ +/wikisetup.txt diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl new file mode 100755 index 0000000000..1531b216e1 --- /dev/null +++ b/helpcontent2/upload-wiki.pl @@ -0,0 +1,75 @@ +#!/usr/bin/perl -w + +use MediaWiki::API; +use File::Find(); +use File::Slurp; + +# help +sub usage { + print < +name= +password= + +EOM + exit 1; +} + +# first of all, read the configuration from wikisetup.txt +my ( $url, $name, $password ); +open( IN, "wikisetup.txt" ) || usage(); +while ( my $line = ) { + if ( $line =~ /^([^=]*)=(.*)$/ ) { + my $k = $1; + my $v = $2; + chomp $k; + chomp $v; + if ( $k eq 'wiki' ) { + $url = $v; + } + elsif ( $k eq 'name' ) { + $name = $v; + } + elsif ( $k eq 'password' ) { + $password = $v; + } + } +} +close( IN ); + +if ( !defined( $url ) || !defined( $name ) || !defined( $password ) ) { + usage(); +} + +# initialize the wiki +my $mw = MediaWiki::API->new(); +$mw->{config}->{api_url} = $url; + +# log in to the wiki +$mw->login( { lgname => $name, lgpassword => $password } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; + +# upload the articles +sub upload_article { + -f || return; + + my $pagename = $File::Find::name; + $pagename =~ s/^wiki\///; + my $text = read_file( $_ ); + + print "Uploading '$pagename'\n"; + $mw->edit( { + action => 'edit', + title => $pagename, + text => $text } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; +} +File::Find::find( {wanted => \&upload_article}, 'wiki/' ); + +# clean up +$mw->logout(); + +# vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 4c61129db43e2c32ba3f184aa85b3e9f369f3839 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 26 Nov 2010 11:47:51 +0100 Subject: wikihelp: Improve the titles of the pages. --- helpcontent2/to-wiki/getalltitles.py | 62 +++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index f4034ab34d..1e80584c2c 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -4,9 +4,6 @@ import sys import os import xml.parsers.expat -title="" -parsing=True -istitle=False alltitles=[] def is_present(title): @@ -27,8 +24,8 @@ def make_unique(title): return t replace_text_list = [ - ["$[officename]","LibreOffice"], - ["%PRODUCTNAME","LibreOffice"], + ["$[officename]",""], # to fit both LibreOffice and BrOffice + ["%PRODUCTNAME",""], # to fit both LibreOffice and BrOffice ['"+"',"Plus"], ['"*"',"Star"], ['"-"',"Minus"], @@ -36,6 +33,8 @@ replace_text_list = [ ['"^"',"Cap"], [')','_'], ['(','_'], + [']','_'], + ['[','_'], ['\\','_'], ['/','_'], ['&',"and"], @@ -71,41 +70,41 @@ def replace_text(text, replace_list): return text def wiki_text(text): - return replace_text(text, replace_text_list) + t = replace_text(text, replace_text_list) + if t == '': + t = 'LibreOffice' # hardcoded fallback + return t.strip() def readable_text(text): return replace_text(text, replace_readable_list) -def start_element(name, attrs): - global parsing, istitle, title - if not parsing: - return - if name == 'title': - istitle=True - title = "" +class TitleParser: + title = '' + is_title = False -def end_element(name): - global parsing, istitle - if not parsing: - return - if name == 'title': - parsing = False - istitle = False + def start_element(self, name, attrs): + if name == 'title': + self.is_title = True -def char_data(data): - global title, parsing - if not istitle: - return - title = title + data + def end_element(self, name): + if name == 'title': + self.is_title = False + + def char_data(self, data): + if self.is_title: + self.title = self.title + data + + def get_title(self): + return self.title.strip() def parsexhp(filename): - global parsing, title parsing = True file=open(filename,"r") p = xml.parsers.expat.ParserCreate() - p.StartElementHandler = start_element - p.EndElementHandler = end_element - p.CharacterDataHandler = char_data + tp = TitleParser() + p.StartElementHandler = tp.start_element + p.EndElementHandler = tp.end_element + p.CharacterDataHandler = tp.char_data buf = file.read() try: p.Parse(buf) @@ -114,10 +113,13 @@ def parsexhp(filename): file.close() return file.close() + title = tp.get_title() if len(title): readable_title = readable_text(title) title = get_module(filename) + "/" + wiki_text(title) title = title.replace(" ", "_") + title = title.replace("___", "_") + title = title.replace("__", "_") title = make_unique(title) alltitles.append(title) print filename + ";" + title + ";" + readable_title @@ -133,3 +135,5 @@ for root, dirs, files in os.walk(sys.argv[1]): for i in files: if i.find(pattern) >= 0: parsexhp(root+"/"+i) + +# vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 634e1e7ebd1658cc3aa9954eb5057ecdf12fefd1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 26 Nov 2010 11:48:12 +0100 Subject: wikihelp: Improve the handling of leading/trailing whitespace in paragraphs. --- helpcontent2/to-wiki/wikiconv2.py | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a3581fb247..1c7f253cbd 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -764,10 +764,13 @@ class SwitchInline(ElementBase): 'WRITER':'Writer', 'default':''} try: app = appls[i.case] - if app == '': - text = text + i.get_all() + all = i.get_all() + if all == '': + pass + elif app == '': + text = text + all else: - text = text + '{{OnlyIn%s|%s}}'% (app, i.get_all()) + text = text + '{{OnlyIn%s|%s}}'% (app, all) except: sys.stderr.write('Unhandled "%s" case in "appl" switchinline.\n'% \ i.case) @@ -958,7 +961,7 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself - text = text + ElementBase.get_all(self) #.strip() + text = text + ElementBase.get_all(self).strip() # append the markup according to the role if len(self.objects) > 0: @@ -977,7 +980,6 @@ class Variable(Paragraph): def __init__(self, attrs, parent, depth): Paragraph.__init__(self, attrs, parent, depth) self.name = 'variable' - self.role = 'null' self.id = attrs['id'] def get_variable(self, id): @@ -1074,8 +1076,12 @@ for title in titles: try: file = open(outfile,"r") except: - wikiconv2(infile,title[1].strip(),outfile) - continue + try: + wikiconv2(infile,title[1].strip(),outfile) + continue + except: + print 'Failed to convert "%s" into "%s".\n'% \ + (title[1].strip(), outfile) print "Warning: Skipping: "+infile+" > "+outfile file.close() -- cgit v1.2.3 From 9524e3760230567daa574b2749f59ac5c5a16cef Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 26 Nov 2010 13:36:18 +0100 Subject: wikihelp: Improve the whitespace behavior in paragraphs. --- helpcontent2/to-wiki/wikiconv2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 1c7f253cbd..9d0e86fc6b 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -926,6 +926,11 @@ class Paragraph(ElementBase): pass def char_data(self, parser, data): + if self.role == 'paragraph' or self.role == 'heading': + if data != '' and data[0] == ' ': + data = ' ' + data.lstrip() + data = data.replace('\n', ' ') + if len(self.localized_objects): return loc_text = u'' -- cgit v1.2.3 From 7b1e4d71b215cf3fdba5eb33e160bc21745e81b9 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Thu, 25 Nov 2010 16:21:13 +0530 Subject: Multithreading - initial changes. Bookmark needs fixing. --- helpcontent2/to-wiki/wikiconv2.py | 58 +++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 9d0e86fc6b..37ecafc186 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1,10 +1,13 @@ #!/usr/bin/env python import sys, signal +import thread, threading, time import xml.parsers.expat import codecs +from threading import Thread root="source/" +max_threads = 4 titles = [[]] @@ -101,8 +104,6 @@ help_id_patterns = [ "goodies_" ] -help_file_name = "" - all_help_id_mappings = [[]] def load_all_help_ids(): @@ -272,9 +273,9 @@ class ElementBase: return None # embed part of another file into current structure - def embed_href(self, current_app, fname, id): + def embed_href(self, parser, fname, id): # parse another xhp - parser = XhpParser('source/' + fname, False, current_app) + parser = XhpParser('source/' + fname, False, parser.current_app, parser.help_file_name) var = parser.get_variable(id) if var != None: @@ -306,7 +307,7 @@ class XhpFile(ElementBase): elif name == 'embed' or name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'helpdocument': # ignored, we flatten the structure pass @@ -397,8 +398,7 @@ class Bookmark(ElementBase): return "" @staticmethod - def set_heading(data): - global help_file_name + def set_heading(data, help_file_name): if data.find("= ") >= 0: data = data[data.find("= ")+2:] if data.find(" =") >= 0: @@ -495,7 +495,7 @@ class TableCell(ElementBase): elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) elif name == 'section': @@ -547,7 +547,7 @@ class ListItem(ElementBase): elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'paragraph': self.parse_child(Paragraph(attrs, self, 0)) else: @@ -618,7 +618,7 @@ class Section(ElementBase): elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': @@ -800,7 +800,7 @@ class Case(ElementBase): elif name == 'embed' or name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': @@ -898,7 +898,7 @@ class Paragraph(ElementBase): elif name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) - self.embed_href(parser.current_app, fname, id) + self.embed_href(parser, fname, id) elif name == 'image': self.parse_child(Image(attrs, self)) elif name == 'item': @@ -976,8 +976,8 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) # set bookmark info - if self.role.find("heading") >= 0: - Bookmark.set_heading(text) + #if self.role.find("heading") >= 0: + # Bookmark.set_heading(text, parser.help_file_name) return text @@ -1005,11 +1005,12 @@ class CaseInline(Paragraph): self.case = attrs['select'] class XhpParser: - def __init__(self, filename, follow_embed, embedding_app): + def __init__(self, filename, follow_embed, embedding_app, help_file_name): self.head_obj = XhpFile() self.filename = filename self.follow_embed = follow_embed self.embedding_app = embedding_app + self.help_file_name = help_file_name self.current_app = '' for i in [['scalc', 'CALC'], ['sdraw', 'DRAW'], \ @@ -1057,14 +1058,19 @@ def signal_handler(signal, frame): sys.exit(1) signal.signal(signal.SIGINT, signal_handler) -def wikiconv2(inputfile, help_filename, outputfile): - global help_file_name - help_file_name = help_filename - parser = XhpParser(inputfile, True, '') - file = codecs.open(outputfile, "wb", "utf-8") - file.write(parser.get_all()) - file.close() - Bookmark.save_bookmarks() +class WikiConv2(Thread): + def __init__(self, inputfile, help_file_name, outputfile): + Thread.__init__(self) + self.inputfile = inputfile + self.help_file_name = help_file_name + self.outputfile = outputfile + + def run(self): + parser = XhpParser(self.inputfile, True, '', self.help_file_name) + file = codecs.open(self.outputfile, "wb", "utf-8") + file.write(parser.get_all()) + file.close() + #Bookmark.save_bookmarks() # Main Function load_all_help_ids() @@ -1073,6 +1079,9 @@ if len(sys.argv) > 1: load_localization_data(sys.argv[1]) for title in titles: + while threading.active_count() > max_threads: + time.sleep(0.1) + outfile = "" infile = "" if len(title) > 1: @@ -1082,7 +1091,8 @@ for title in titles: file = open(outfile,"r") except: try: - wikiconv2(infile,title[1].strip(),outfile) + wiki = WikiConv2(infile,title[1].strip(),outfile) + wiki.start() continue except: print 'Failed to convert "%s" into "%s".\n'% \ -- cgit v1.2.3 From fb79b6adf84fb7bd613069b8ec007bfbf9ed0d7c Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Fri, 26 Nov 2010 23:08:24 +0530 Subject: Bookmark fixes - Probably needs more. --- helpcontent2/to-wiki/wikiconv2.py | 84 +++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 20 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 37ecafc186..5b4cef7371 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -13,6 +13,8 @@ titles = [[]] localization_data = [[]] +bookmarks_lock = threading.Lock() + # list of elements that we can directly convert to wiki text replace_element = \ {'start':{'br': '
    ', @@ -249,6 +251,19 @@ class ElementBase: return self.objects[len(self.objects)-1].get_curobj() return self + def get_bookmark_obj(self): + l = len(self.objects) + if l > 0: + for i in range(0,l): + try: + raise self.objects[l-i] + except Bookmark: + return self.objects[l-i] + except: + pass + return None + + # start parsing a child element def parse_child(self, child): self.child_parsing = True @@ -301,7 +316,7 @@ class XhpFile(ElementBase): # ignored, we flatten the structure pass elif name == 'bookmark': - self.parse_child(Bookmark(attrs, self)) + self.parse_child(Bookmark(attrs, self, parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -380,10 +395,7 @@ class LocalizedText(ElementBase): self.get_curobj().end_element(self, name) class Bookmark(ElementBase): - bookmarks_list = [] - current_bookmark = "" - - def __init__(self, attrs, parent): + def __init__(self, attrs, parent, parser): ElementBase.__init__(self, 'bookmark', parent) self.bookmark = "" text = attrs['branch'] #.encode('ascii','replace') @@ -392,29 +404,41 @@ class Bookmark(ElementBase): if text.find(i) >= 0: self.bookmark = text[text.rfind("/")+1:].replace(":","_") break + self.help_file_name = parser.help_file_name + self.parser = parser def get_all(self): - Bookmark.current_bookmark = self.bookmark return "" - @staticmethod - def set_heading(data, help_file_name): + def get_bookmark(self): + return self.bookmark + + def set_heading(self, data): + help_file_name = self.help_file_name if data.find("= ") >= 0: data = data[data.find("= ")+2:] if data.find(" =") >= 0: data = data[:data.find(" =")] data = data.strip() - if len(Bookmark.current_bookmark) > 0: + if len(self.bookmark) > 0: if data.find("]]") >= 0: try: data = data[data.find("|")+1:data.find("]]")] except: pass - help_id = get_help_id(Bookmark.current_bookmark) + if data.find("}}") >= 0: + try: + index = data.find("|") + if index < 0: + index = data.find("{{")+1 + index = index + 1 + data = data[index:data.find("}}")] + except: + pass + help_id = get_help_id(self.bookmark) bookmark = " { "+help_id+", \""+help_file_name+"#"+data.replace("\"","\\\"")+"\" }," - #bookmark = bookmark.encode('ascii','replace') - Bookmark.bookmarks_list.append(bookmark) - Bookmark.current_bookmark = "" + self.parser.add_bookmark(bookmark) + @staticmethod def save_bookmarks(): @@ -489,7 +513,7 @@ class TableCell(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self)) + self.parse_child(Bookmark(attrs, self, parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -543,7 +567,7 @@ class ListItem(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self)) + self.parse_child(Bookmark(attrs, self, parser)) elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: @@ -612,7 +636,7 @@ class Section(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self)) + self.parse_child(Bookmark(attrs, self, parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -794,7 +818,7 @@ class Case(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self)) + self.parse_child(Bookmark(attrs, self, parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -887,6 +911,7 @@ class Paragraph(ElementBase): self.depth = self.level self.is_first = (len(self.parent.objects) == 0) self.localized_objects = [] + self.bookmark = parent.get_bookmark_obj() def start_element(self, parser, name, attrs): if name == 'ahelp': @@ -976,8 +1001,11 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) # set bookmark info - #if self.role.find("heading") >= 0: - # Bookmark.set_heading(text, parser.help_file_name) + try: + if self.role.find("heading") >= 0: + self.bookmark.set_heading(text) + except: + pass return text @@ -1011,6 +1039,7 @@ class XhpParser: self.follow_embed = follow_embed self.embedding_app = embedding_app self.help_file_name = help_file_name + self.bookmarks = [] self.current_app = '' for i in [['scalc', 'CALC'], ['sdraw', 'DRAW'], \ @@ -1046,6 +1075,18 @@ class XhpParser: def get_variable(self, id): return self.head_obj.get_variable(id) + def add_bookmark(self, bookmark): + self.bookmarks.append(bookmark) + + def save_bookmarks(self): + global bookmarks_lock + bookmarks_lock.acquire() + file = codecs.open("bookmarks.h", "a", "utf-8") + for i in self.bookmarks: + file.write(i+"\n") + file.close() + bookmarks_lock.release() + def loadallfiles(filename): global titles file = codecs.open(filename, "r", "utf-8") @@ -1070,7 +1111,7 @@ class WikiConv2(Thread): file = codecs.open(self.outputfile, "wb", "utf-8") file.write(parser.get_all()) file.close() - #Bookmark.save_bookmarks() + parser.save_bookmarks() # Main Function load_all_help_ids() @@ -1100,4 +1141,7 @@ for title in titles: print "Warning: Skipping: "+infile+" > "+outfile file.close() +time.sleep(0.1) +#Bookmark.save_bookmarks() + # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 49b5213636d2775b240e3126a85ea99a6cb4e2fa Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 30 Nov 2010 15:29:02 +0100 Subject: wikihelp: Improve the generation of conditionals (switch/switchinline). --- helpcontent2/help-to-wiki.py | 4 ++- helpcontent2/to-wiki/getalltitles.py | 25 ++++++++++-------- helpcontent2/to-wiki/wikiconv2.py | 49 +++++++++++++++++++++++------------- 3 files changed, 49 insertions(+), 29 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index b77f1fe469..3ceb7f8c16 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -28,11 +28,11 @@ footer_template = "\ def create_wiki_dirs(): dirs = [ + "All", "Basic", "Calc", "Chart", "Draw", - "All", "Impress", "Math", "Writer" @@ -77,3 +77,5 @@ os.system( "python to-wiki/wikiconv2.py "+localization ) # close the bookmarks.h template create_wiki_footer() + +# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index 1e80584c2c..b1a7392617 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -51,15 +51,15 @@ modules_list = [ ["scalc","Calc"], ["schart","Chart"], ["sdraw","Draw"], - ["shared","All"], ["simpress","Impress"], ["smath","Math"], - ["swriter","Writer"] + ["swriter","Writer"], + ["shared","All"] ] def get_module(text): for i in modules_list: - if text.find(i[0]) >=0: + if text.find('/' + i[0] + '/') >=0: return i[1] return "" @@ -98,6 +98,10 @@ class TitleParser: return self.title.strip() def parsexhp(filename): + module = get_module(filename) + if module == '': + return + parsing = True file=open(filename,"r") p = xml.parsers.expat.ParserCreate() @@ -114,19 +118,20 @@ def parsexhp(filename): return file.close() title = tp.get_title() - if len(title): + if len(title) > 0: readable_title = readable_text(title) - title = get_module(filename) + "/" + wiki_text(title) - title = title.replace(" ", "_") - title = title.replace("___", "_") - title = title.replace("__", "_") + title = module + '/' + wiki_text(title) + title = title.replace(' ', '_') + title = title.replace('___', '_') + title = title.replace('__', '_') + title = title.strip('_') title = make_unique(title) alltitles.append(title) - print filename + ";" + title + ";" + readable_title + print filename + ';' + title + ';' + readable_title if len(sys.argv) < 2: print "getalltitles.py " - print "e.g. getalltitles.py helcontent2/source/text/scalc" + print "e.g. getalltitles.py source/text/scalc" sys.exit(1) pattern = "xhp" diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 5b4cef7371..543a6cf31b 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -7,7 +7,7 @@ import codecs from threading import Thread root="source/" -max_threads = 4 +max_threads = 25 titles = [[]] @@ -339,7 +339,7 @@ class XhpFile(ElementBase): elif name == 'sort': self.parse_child(Sort(attrs, self)) elif name == 'switch': - self.parse_child(Switch(attrs, self)) + self.parse_child(Switch(attrs, self, parser.embedding_app)) elif name == 'table': self.parse_child(Table(attrs, self)) else: @@ -653,7 +653,7 @@ class Section(ElementBase): # sections can be nested self.parse_child(Section(attrs, self, self.depth)) elif name == 'switch': - self.parse_child(Switch(attrs, self)) + self.parse_child(Switch(attrs, self, parser.embedding_app)) elif name == 'table': self.parse_child(Table(attrs, self)) else: @@ -738,13 +738,12 @@ class Link(ElementBase): return text class SwitchInline(ElementBase): - def __init__(self, attrs, parent): + def __init__(self, attrs, parent, app): ElementBase.__init__(self, 'switchinline', parent) self.switch = attrs['select'] - self.embedding_app = '' + self.embedding_app = app def start_element(self, parser, name, attrs): - self.embedding_app = parser.embedding_app if name == 'caseinline': self.parse_child(CaseInline(attrs, self, False)) elif name == 'defaultinline': @@ -782,22 +781,31 @@ class SwitchInline(ElementBase): # 'shared' into an 'app' if self.embedding_app == '': text = '' + default = '' for i in self.objects: - appls = {'CALC':'Calc', 'CHART':'Chart', 'DRAW':'Draw', \ - 'IMPRESS': 'Impress', 'MATH':'Math', \ - 'WRITER':'Writer', 'default':''} + appls = {'BASIC':'Basic', 'CALC':'Calc', \ + 'CHART':'Chart', 'DRAW':'Draw', \ + 'IMAGE':'Draw', 'IMPRESS': 'Impress', \ + 'MATH':'Math', 'WRITER':'Writer', \ + 'OFFICE':'', 'default':''} try: app = appls[i.case] all = i.get_all() if all == '': pass elif app == '': - text = text + all + default = all else: - text = text + '{{OnlyIn%s|%s}}'% (app, all) + text = text + '{{WhenIn%s|%s}}'% (app, all) except: sys.stderr.write('Unhandled "%s" case in "appl" switchinline.\n'% \ i.case) + + if text == '': + text = default + elif default != '': + text = text + '{{WhenDefault|%s}}'% default + return text else: for i in self.objects: @@ -839,8 +847,8 @@ class Case(ElementBase): self.unhandled_element(parser, name) class Switch(SwitchInline): - def __init__(self, attrs, parent): - SwitchInline.__init__(self, attrs, parent) + def __init__(self, attrs, parent, app): + SwitchInline.__init__(self, attrs, parent, app) self.name = 'switch' def start_element(self, parser, name, attrs): @@ -931,7 +939,7 @@ class Paragraph(ElementBase): elif name == 'link': self.parse_child(Link(attrs, self)) elif name == 'switchinline': - self.parse_child(SwitchInline(attrs, self)) + self.parse_child(SwitchInline(attrs, self, parser.embedding_app)) elif name == 'variable': self.parse_child(Variable(attrs, self, self.depth)) else: @@ -1037,18 +1045,23 @@ class XhpParser: self.head_obj = XhpFile() self.filename = filename self.follow_embed = follow_embed - self.embedding_app = embedding_app self.help_file_name = help_file_name self.bookmarks = [] self.current_app = '' - for i in [['scalc', 'CALC'], ['sdraw', 'DRAW'], \ - ['schart', 'CHART'], ['simpress', 'IMPRESS'], \ + for i in [['sbasic', 'BASIC'], ['scalc', 'CALC'], \ + ['sdraw', 'DRAW'], ['schart', 'CHART'], \ + ['simpress', 'IMPRESS'], \ ['smath', 'MATH'], ['swriter', 'WRITER']]: if filename.find('/%s/'% i[0]) >= 0: self.current_app = i[1] break + if embedding_app != '': + self.embedding_app = embedding_app + else: + self.embedding_app = self.current_app + file = codecs.open(filename, "r", "utf-8") p = xml.parsers.expat.ParserCreate() @@ -1121,7 +1134,7 @@ if len(sys.argv) > 1: for title in titles: while threading.active_count() > max_threads: - time.sleep(0.1) + time.sleep(0.001) outfile = "" infile = "" -- cgit v1.2.3 From d15ce0105ca8c1b7818df214714dd3adbbbca7b4 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 30 Nov 2010 19:51:01 +0100 Subject: wikihelp: Instead of bookmark.h, create wiki redirects (preparation work). This is more dynamic, and can be controlled by the help authors, instead of relying on new builds when something help-related changes. --- helpcontent2/help-to-wiki.py | 37 --------- helpcontent2/to-wiki/wikiconv2.py | 153 ++++++++++++++------------------------ 2 files changed, 55 insertions(+), 135 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 3ceb7f8c16..7ccb5ca7e5 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -2,27 +2,6 @@ import sys, os -header_template = "\n\ -// This file is generated using the Wiki Converter \n\ -// Please exercise caution while modifying this file directly \n\ -#ifndef __BOOKMARKS_H__\n\ -#define __BOOKMARKS_H__\n\ -\n\ -typedef struct WIKI_LINKS_MAP {\n\ - ULONG id; // HELP ID\n\ - const char *link; // Mapped Wiki Link\n\ -} WikiLinksMap;\n\ -\n\ -static WikiLinksMap aWikiMaps[] = {\n\ -" - -footer_template = "\ - { 0, \"\" }\n\ -};\n\ -\n\ -#endif\n\ -" - # FIXME do proper modules from getalltitles & wikiconv2 # [so far this is in fact just a shell thing] @@ -50,22 +29,9 @@ def create_wiki_dirs(): except: pass -def create_wiki_header(): - file = open( "bookmarks.h", "w" ) - file.write( header_template ) - file.close() - -def create_wiki_footer(): - file = open( "bookmarks.h", "a" ) - file.write( footer_template ) - file.close() - # do the work create_wiki_dirs() -# create bookmarks.h template -create_wiki_header() - print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) @@ -75,7 +41,4 @@ if len(sys.argv) > 1: localization = sys.argv[1] os.system( "python to-wiki/wikiconv2.py "+localization ) -# close the bookmarks.h template -create_wiki_footer() - # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 543a6cf31b..798aef68dc 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -13,7 +13,7 @@ titles = [[]] localization_data = [[]] -bookmarks_lock = threading.Lock() +redirects = [] # list of elements that we can directly convert to wiki text replace_element = \ @@ -251,19 +251,6 @@ class ElementBase: return self.objects[len(self.objects)-1].get_curobj() return self - def get_bookmark_obj(self): - l = len(self.objects) - if l > 0: - for i in range(0,l): - try: - raise self.objects[l-i] - except Bookmark: - return self.objects[l-i] - except: - pass - return None - - # start parsing a child element def parse_child(self, child): self.child_parsing = True @@ -288,9 +275,9 @@ class ElementBase: return None # embed part of another file into current structure - def embed_href(self, parser, fname, id): + def embed_href(self, parent_parser, fname, id): # parse another xhp - parser = XhpParser('source/' + fname, False, parser.current_app, parser.help_file_name) + parser = XhpParser('source/' + fname, False, parent_parser.current_app, parent_parser.wiki_page_name) var = parser.get_variable(id) if var != None: @@ -316,7 +303,7 @@ class XhpFile(ElementBase): # ignored, we flatten the structure pass elif name == 'bookmark': - self.parse_child(Bookmark(attrs, self, parser)) + self.parse_child(Bookmark(attrs, self, 'div', parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -395,57 +382,48 @@ class LocalizedText(ElementBase): self.get_curobj().end_element(self, name) class Bookmark(ElementBase): - def __init__(self, attrs, parent, parser): + def __init__(self, attrs, parent, type, parser): ElementBase.__init__(self, 'bookmark', parent) - self.bookmark = "" - text = attrs['branch'] #.encode('ascii','replace') - # text = text.upper() - for i in help_id_patterns: - if text.find(i) >= 0: - self.bookmark = text[text.rfind("/")+1:].replace(":","_") - break - self.help_file_name = parser.help_file_name - self.parser = parser - def get_all(self): - return "" - - def get_bookmark(self): - return self.bookmark - - def set_heading(self, data): - help_file_name = self.help_file_name - if data.find("= ") >= 0: - data = data[data.find("= ")+2:] - if data.find(" =") >= 0: - data = data[:data.find(" =")] - data = data.strip() - if len(self.bookmark) > 0: - if data.find("]]") >= 0: - try: - data = data[data.find("|")+1:data.find("]]")] - except: - pass - if data.find("}}") >= 0: - try: - index = data.find("|") - if index < 0: - index = data.find("{{")+1 - index = index + 1 - data = data[index:data.find("}}")] - except: - pass - help_id = get_help_id(self.bookmark) - bookmark = " { "+help_id+", \""+help_file_name+"#"+data.replace("\"","\\\"")+"\" }," - self.parser.add_bookmark(bookmark) + self.type = type + self.id = attrs['id'] + self.app = '' + self.redirect = '' + self.target = '' + + # let's construct the name of the redirect, so that we can point + # to the wikihelp directly from the LO code; wiki then takes care of + # the correct redirect + branch = attrs['branch'] + if branch.find('hid/') == 0 and (parser.current_app_raw != '' or parser.follow_embed): + name = branch[branch.find('/') + 1:] + + if name.find('.uno:') == 0: + self.app = parser.current_app_raw + self.redirect = name + self.target = parser.wiki_page_name - @staticmethod - def save_bookmarks(): - file = codecs.open("bookmarks.h", "a", "utf-8") - for i in Bookmark.bookmarks_list: - file.write(i+"\n") - file.close() + def get_all(self): + global redirects + # first of all, we need to create a redirect page for this one + if self.redirect != '' and self.target != '': + if self.app != '': + redirects.append(['%s/%s'% (self.app, self.redirect), self.target]) + else: + for i in ['swriter', 'scalc', 'simpress', 'sdraw', 'smath', \ + 'schart', 'sbasic', 'sdatabase']: + redirects.append(['%s/%s'% (i, self.redirect), self.target]) + + # then we also have to setup ID inside the page + if self.type == 'div': + return '
    \n'% self.id + elif self.type == 'span': + return ''% self.id + else: + sys.stderr.write('Unknown bookmark type "%s"'% self.type) + + return '' class Image(ElementBase): def __init__(self, attrs, parent): @@ -513,7 +491,7 @@ class TableCell(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self, parser)) + self.parse_child(Bookmark(attrs, self, 'div', parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -567,7 +545,7 @@ class ListItem(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self, parser)) + self.parse_child(Bookmark(attrs, self, 'span', parser)) elif name == 'embed' or name == 'embedvar': (fname, id) = href_to_fname_id(attrs['href']) if parser.follow_embed: @@ -636,7 +614,7 @@ class Section(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self, parser)) + self.parse_child(Bookmark(attrs, self, 'div', parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -826,7 +804,7 @@ class Case(ElementBase): def start_element(self, parser, name, attrs): if name == 'bookmark': - self.parse_child(Bookmark(attrs, self, parser)) + self.parse_child(Bookmark(attrs, self, 'div', parser)) elif name == 'comment': self.parse_child(Comment(attrs, self)) elif name == 'embed' or name == 'embedvar': @@ -919,7 +897,6 @@ class Paragraph(ElementBase): self.depth = self.level self.is_first = (len(self.parent.objects) == 0) self.localized_objects = [] - self.bookmark = parent.get_bookmark_obj() def start_element(self, parser, name, attrs): if name == 'ahelp': @@ -1008,13 +985,6 @@ class Paragraph(ElementBase): except: sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) - # set bookmark info - try: - if self.role.find("heading") >= 0: - self.bookmark.set_heading(text) - except: - pass - return text class Variable(Paragraph): @@ -1041,19 +1011,20 @@ class CaseInline(Paragraph): self.case = attrs['select'] class XhpParser: - def __init__(self, filename, follow_embed, embedding_app, help_file_name): + def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): self.head_obj = XhpFile() self.filename = filename self.follow_embed = follow_embed - self.help_file_name = help_file_name - self.bookmarks = [] + self.wiki_page_name = wiki_page_name self.current_app = '' + self.current_app_raw = '' for i in [['sbasic', 'BASIC'], ['scalc', 'CALC'], \ - ['sdraw', 'DRAW'], ['schart', 'CHART'], \ - ['simpress', 'IMPRESS'], \ + ['sdatabase', 'DATABASE'], ['sdraw', 'DRAW'], \ + ['schart', 'CHART'], ['simpress', 'IMPRESS'], \ ['smath', 'MATH'], ['swriter', 'WRITER']]: if filename.find('/%s/'% i[0]) >= 0: + self.current_app_raw = i[0] self.current_app = i[1] break @@ -1088,18 +1059,6 @@ class XhpParser: def get_variable(self, id): return self.head_obj.get_variable(id) - def add_bookmark(self, bookmark): - self.bookmarks.append(bookmark) - - def save_bookmarks(self): - global bookmarks_lock - bookmarks_lock.acquire() - file = codecs.open("bookmarks.h", "a", "utf-8") - for i in self.bookmarks: - file.write(i+"\n") - file.close() - bookmarks_lock.release() - def loadallfiles(filename): global titles file = codecs.open(filename, "r", "utf-8") @@ -1113,18 +1072,17 @@ def signal_handler(signal, frame): signal.signal(signal.SIGINT, signal_handler) class WikiConv2(Thread): - def __init__(self, inputfile, help_file_name, outputfile): + def __init__(self, inputfile, wiki_page_name, outputfile): Thread.__init__(self) self.inputfile = inputfile - self.help_file_name = help_file_name + self.wiki_page_name = wiki_page_name self.outputfile = outputfile def run(self): - parser = XhpParser(self.inputfile, True, '', self.help_file_name) + parser = XhpParser(self.inputfile, True, '', self.wiki_page_name) file = codecs.open(self.outputfile, "wb", "utf-8") file.write(parser.get_all()) file.close() - parser.save_bookmarks() # Main Function load_all_help_ids() @@ -1155,6 +1113,5 @@ for title in titles: file.close() time.sleep(0.1) -#Bookmark.save_bookmarks() # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 -- cgit v1.2.3 From 28f9f37cce7fef09df98d9cdd30e2328777607d1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 2 Dec 2010 19:44:18 +0100 Subject: wikihelp: Finished the redirects generation. --- helpcontent2/help-to-wiki.py | 12 +++++- helpcontent2/to-wiki/getalltitles.py | 2 +- helpcontent2/to-wiki/wikiconv2.py | 77 +++++++++++++----------------------- 3 files changed, 38 insertions(+), 53 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 7ccb5ca7e5..9af54e59f3 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -7,14 +7,22 @@ import sys, os def create_wiki_dirs(): dirs = [ - "All", + "Common", "Basic", "Calc", "Chart", "Draw", "Impress", "Math", - "Writer" + "Writer", + "swriter", + "scalc", + "simpress", + "sdraw", + "smath", + "schart", + "sbasic", + "sdatabase" ] try: diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index b1a7392617..b9fb989416 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -54,7 +54,7 @@ modules_list = [ ["simpress","Impress"], ["smath","Math"], ["swriter","Writer"], - ["shared","All"] + ["shared","Common"] ] def get_module(text): diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 798aef68dc..fa191484c1 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -13,6 +13,11 @@ titles = [[]] localization_data = [[]] +# content of the hid.lst file for easier searching +hid_lst = {} + +# to collect a list of pages that will be redirections to the pages with nice +# names redirects = [] # list of elements that we can directly convert to wiki text @@ -83,54 +88,13 @@ replace_text_list = \ ["%PRODUCTNAME", "{{ProductName}}"] ] -help_id_patterns = [ - "HID", - "SID", - "FID", - "RID", - "TP_", - "MD_", - "FN_", - "DLG_", - "SW_", - "UID", - "basctl_", - "basic_", - "chart2_", - "dbaccess_", - "extensions_", - "filter_", - "formula_", - "fpicker_", - "framework_", - "goodies_" - ] - -all_help_id_mappings = [[]] - -def load_all_help_ids(): - file = codecs.open("helpers/help_hid.lst", "r", "utf-8") - for line in file: - ids = line.strip().upper().split(",") - if len(ids) >= 2: - all_help_id_mappings.append(ids) - -def get_help_id_res2(name): +def load_hid_lst(): file = codecs.open("helpers/hid.lst", "r", "utf-8") for line in file: - ids = line.strip().upper().split(" ") - if len(ids) >= 2: - if ids[0] == name: - return ids[1] - # if none found - return "0" - -def get_help_id(name): - name = name.strip().replace("cui_","svx_").upper() - for i in all_help_id_mappings: - if len(i) >= 2 and i[0].strip() == name: - return i[1].strip() - return get_help_id_res2(name) + ids = line.strip().split(" ") + if len(ids) == 2: + hid_lst[ids[0].upper()] = ids[1] + file.close() def get_link_filename(link, name): text = link @@ -165,6 +129,7 @@ def load_localization_data(sdf_file): if line.find("#") == 0: continue localization_data.append(line.split("\t")) + file.close() except: return @@ -399,10 +364,14 @@ class Bookmark(ElementBase): if branch.find('hid/') == 0 and (parser.current_app_raw != '' or parser.follow_embed): name = branch[branch.find('/') + 1:] - if name.find('.uno:') == 0: - self.app = parser.current_app_raw + self.app = parser.current_app_raw + self.target = parser.wiki_page_name + if name.find('.uno:') == 0 or name.find('.HelpId:') == 0: self.redirect = name - self.target = parser.wiki_page_name + elif name.upper() in hid_lst: + self.redirect = hid_lst[name.upper()] + #else: + # sys.stderr.write('Unhandled redirect "%s"\n'% name) def get_all(self): global redirects @@ -1065,6 +1034,7 @@ def loadallfiles(filename): for line in file: title = line.split(";", 2) titles.append(title) + file.close() def signal_handler(signal, frame): sys.stderr.write( 'Exiting...\n' ) @@ -1085,7 +1055,7 @@ class WikiConv2(Thread): file.close() # Main Function -load_all_help_ids() +load_hid_lst() loadallfiles("alltitles.csv") if len(sys.argv) > 1: load_localization_data(sys.argv[1]) @@ -1114,4 +1084,11 @@ for title in titles: time.sleep(0.1) +# generate the redirects +print "Generating the redirects..." +for redir in redirects: + file = open('wiki/%s'% redir[0], "w") + file.write('#REDIRECT [[%s]]\n'% redir[1]) + file.close() + # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 15b1b660a11a0f2d05341e1181d93f89c21add18 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 3 Dec 2010 13:33:28 +0100 Subject: wikihelp: Uploading of images. --- helpcontent2/to-wiki/wikiconv2.py | 28 ++++++++++++++--- helpcontent2/upload-wiki.pl | 64 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 83 insertions(+), 9 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index fa191484c1..8dbb5bb132 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -20,6 +20,9 @@ hid_lst = {} # names redirects = [] +# to collect images that we will up-load later +images = set() + # list of elements that we can directly convert to wiki text replace_element = \ {'start':{'br': '
    ', @@ -424,7 +427,11 @@ class Image(ElementBase): self.alttext = self.alttext + data def get_all(self): - wikitext = "[[Image:"+self.src+"|border|"+self.align+"|" + global images + images.add(self.src) + + name = self.src[self.src.rfind('/') + 1:] + wikitext = "[[Image:"+name+"|border|"+self.align+"|" if len(self.width): wikitext = wikitext + self.width+"x"+self.height+"|" wikitext = wikitext + self.alttext+"]]" @@ -1084,11 +1091,22 @@ for title in titles: time.sleep(0.1) +# set of the images used here +print 'Writing the collection of images to "images.txt"...' +file = open('images.txt', "w") +for image in images: + file.write('%s\n'% image) +file.close() + # generate the redirects -print "Generating the redirects..." +print 'Generating the redirects...' for redir in redirects: - file = open('wiki/%s'% redir[0], "w") - file.write('#REDIRECT [[%s]]\n'% redir[1]) - file.close() + fname = 'wiki/%s'% redir[0] + try: + file = open(fname, "w") + file.write('#REDIRECT [[%s]]\n'% redir[1]) + file.close() + except: + sys.stderr.write('Unable to write "%s".\n'%'wiki/%s'% fname) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl index 1531b216e1..74861a8436 100755 --- a/helpcontent2/upload-wiki.pl +++ b/helpcontent2/upload-wiki.pl @@ -13,16 +13,30 @@ You need a wikisetup.txt in this directory, to be able to authentificate you. The content should be: wiki= +upload= name= password= +upload-wiki.pl operates on the output of help-to-wiki.py, needing particularly +these: + +wiki/ - directory with all the pages generated out of the help .xhp files +images.txt - list of the images used in help + +Additionally you need: + +images/ - directory with an unpack of images_tango.zip + EOM exit 1; } # first of all, read the configuration from wikisetup.txt -my ( $url, $name, $password ); -open( IN, "wikisetup.txt" ) || usage(); +my ( $url, $upload_url, $name, $password ); +if ( ! open( IN, "wikisetup.txt" ) ) { + print "Missing wikisetup.txt\n\n"; + usage(); +} while ( my $line = ) { if ( $line =~ /^([^=]*)=(.*)$/ ) { my $k = $1; @@ -32,6 +46,9 @@ while ( my $line = ) { if ( $k eq 'wiki' ) { $url = $v; } + elsif ( $k eq 'upload' ) { + $upload_url = $v; + } elsif ( $k eq 'name' ) { $name = $v; } @@ -42,13 +59,25 @@ while ( my $line = ) { } close( IN ); -if ( !defined( $url ) || !defined( $name ) || !defined( $password ) ) { +if ( !defined( $url ) || !defined( $upload_url ) || !defined( $name ) || !defined( $password ) ) { + print "wikisetup.txt does not contain all the info.\n\n"; + usage(); +} + +if ( ! -d 'wiki' || ! -f 'images.txt' ) { + print "Missing the wiki/ subdir or images.txt, re-run help-to-wiki.py.\n\n"; + usage(); +} + +if ( ! -d 'images' ) { + print "Missing images/ subdir - mkdir images ; cd images ; unzip /path/to/images_tango.zip\n\n"; usage(); } # initialize the wiki my $mw = MediaWiki::API->new(); $mw->{config}->{api_url} = $url; +$mw->{config}->{upload_url} = $upload_url; # log in to the wiki $mw->login( { lgname => $name, lgpassword => $password } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; @@ -61,7 +90,7 @@ sub upload_article { $pagename =~ s/^wiki\///; my $text = read_file( $_ ); - print "Uploading '$pagename'\n"; + print "Uploading page '$pagename'\n"; $mw->edit( { action => 'edit', title => $pagename, @@ -69,6 +98,33 @@ sub upload_article { } File::Find::find( {wanted => \&upload_article}, 'wiki/' ); +# upload the images +open( IN, "images.txt" ) || usage(); +while ( my $line = ) { + chomp( $line ); + $fname = "images/$line"; + if ( ! -f $fname ) { + print "Image '$fname' not found, skipped.\n"; + next; + } + if ( ! $fname =~ /\.(png|gif|jpg|jpeg)$/ ) { + print "Image '$line' ignored, not a jpg/png/gif.\n"; + next; + } + + my $imagename = $line; + if ( $line =~ /\/([^\/]*)$/ ) { + $imagename = $1; + } + my $image = read_file( $fname ); + + print "Uploading image '$imagename'\n"; + $mw->upload( { + title => $imagename, + summary => 'Initial upload.', + data => $image } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; +} + # clean up $mw->logout(); -- cgit v1.2.3 From 70c4d6266602e692ef2b9c28be8e1908c3f52317 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 3 Dec 2010 15:36:47 +0100 Subject: wikihelp: Wait for the other threads to shut down. --- helpcontent2/to-wiki/wikiconv2.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 8dbb5bb132..33bd7c6c8c 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1089,7 +1089,9 @@ for title in titles: print "Warning: Skipping: "+infile+" > "+outfile file.close() -time.sleep(0.1) +# wait for everyone to finish +while threading.active_count() > 1: + time.sleep(0.001) # set of the images used here print 'Writing the collection of images to "images.txt"...' -- cgit v1.2.3 From dad9d70818d3459fef8afa6ffe6cdf097d3d3800 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 3 Dec 2010 17:00:56 +0100 Subject: wikihelp: Nicer, localizable titles of the pages. --- helpcontent2/to-wiki/wikiconv2.py | 58 +++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 33bd7c6c8c..0448488f41 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -261,6 +261,22 @@ class ElementBase: sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ (name, self.name, filename)) +# Base class for trivial elements that operate on char_data +# +# Like , or +class TextElementBase(ElementBase): + def __init__(self, attrs, parent, element_name, start, end): + ElementBase.__init__(self, element_name, parent) + self.text = u'' + self.start = start + self.end = end + + def char_data(self, parser, data): + self.text = self.text + data + + def get_all(self): + return self.start + replace_text(self.text) + self.end + class XhpFile(ElementBase): def __init__(self): ElementBase.__init__(self, None, None) @@ -440,16 +456,9 @@ class Image(ElementBase): def get_curobj(self): return self -class Comment(ElementBase): +class Comment(TextElementBase): def __init__(self, attrs, parent): - ElementBase.__init__(self, 'comment', parent) - self.text = '' - - def char_data(self, parser, data): - self.text = self.text + data - - def get_all(self): - return '<!-- ' + self.text + ' -->' + TextElementBase.__init__(self, attrs, parent, 'comment', '<!-- ', ' -->') class Text: def __init__(self, text): @@ -576,12 +585,39 @@ class List(ElementBase): text = text + '\n' return text -# we ignore the entire <meta> part of xhp -# TODO - do we need it for something? +# To handle elements that should be completely ignored +class Ignore(ElementBase): + def __init__(self, attrs, parent, element_name): + ElementBase.__init__(self, element_name, parent) + +class Title(TextElementBase): + def __init__(self, attrs, parent): + TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n\n') + +class Topic(ElementBase): + def __init__(self, attrs, parent): + ElementBase.__init__(self, 'topic', parent) + + def start_element(self, parser, name, attrs): + if name == 'title': + self.parse_child(Title(attrs, self)) + elif name == 'filename': + self.parse_child(Ignore(attrs, self, name)) + else: + self.unhandled_element(parser, name) + class Meta(ElementBase): def __init__(self, attrs, parent): ElementBase.__init__(self, 'meta', parent) + def start_element(self, parser, name, attrs): + if name == 'topic': + self.parse_child(Topic(attrs, self)) + elif name == 'history' or name == 'lastedited': + self.parse_child(Ignore(attrs, self, name)) + else: + self.unhandled_element(parser, name) + class Section(ElementBase): def __init__(self, attrs, parent, depth): ElementBase.__init__(self, 'section', parent) -- cgit v1.2.3 From 75425dcc6f8e64e7226affa90c12a6123bb04ecf Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 3 Dec 2010 17:37:05 +0100 Subject: wikihelp: Depend only on the 'level' provided in the .xhp's. --- helpcontent2/to-wiki/wikiconv2.py | 61 ++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 36 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 0448488f41..acc2b97685 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -280,7 +280,6 @@ class TextElementBase(ElementBase): class XhpFile(ElementBase): def __init__(self): ElementBase.__init__(self, None, None) - self.depth=1 def start_element(self, parser, name, attrs): if name == 'body': @@ -302,11 +301,9 @@ class XhpFile(ElementBase): elif name == 'meta': self.parse_child(Meta(attrs, self)) elif name == 'paragraph': - para = Paragraph(attrs, self, self.depth) - self.depth = para.depth - self.parse_child(para) + self.parse_child(Paragraph(attrs, self)) elif name == 'section': - self.parse_child(Section(attrs, self, self.depth)) + self.parse_child(Section(attrs, self)) elif name == 'sort': self.parse_child(Sort(attrs, self)) elif name == 'switch': @@ -347,7 +344,7 @@ class LocalizedText(ElementBase): def start_element(self, name, attrs): if name == 'paragraph': - self.parse_child(Paragraph(self.attrs, self, 0)) + self.parse_child(Paragraph(self.attrs, self)) else: if self.child_parsing: self.get_curobj().start_element(self.parser, name, attrs) @@ -484,10 +481,9 @@ class TableCell(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self, 0)) + self.parse_child(Paragraph(attrs, self)) elif name == 'section': - # FIXME depth, should we use something better than 0? - self.parse_child(Section(attrs, self, 0)) + self.parse_child(Section(attrs, self)) else: self.unhandled_element(parser, name) @@ -536,7 +532,7 @@ class ListItem(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self, 0)) + self.parse_child(Paragraph(attrs, self)) else: self.unhandled_element(parser, name) @@ -619,9 +615,8 @@ class Meta(ElementBase): self.unhandled_element(parser, name) class Section(ElementBase): - def __init__(self, attrs, parent, depth): + def __init__(self, attrs, parent): ElementBase.__init__(self, 'section', parent) - self.depth = depth self.id = attrs['id'] def start_element(self, parser, name, attrs): @@ -636,12 +631,10 @@ class Section(ElementBase): elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': - para = Paragraph(attrs, self, self.depth) - self.depth = para.depth - self.parse_child(para) + self.parse_child(Paragraph(attrs, self)) elif name == 'section': # sections can be nested - self.parse_child(Section(attrs, self, self.depth)) + self.parse_child(Section(attrs, self)) elif name == 'switch': self.parse_child(Switch(attrs, self, parser.embedding_app)) elif name == 'table': @@ -686,8 +679,7 @@ class Sort(ElementBase): def start_element(self, parser, name, attrs): if name == 'section': - # FIXME depth, should we use something better than 0? - self.parse_child(Section(attrs, self, 0)) + self.parse_child(Section(attrs, self)) else: self.unhandled_element(parser, name) @@ -826,11 +818,9 @@ class Case(ElementBase): elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': - # FIXME depth, should we use something better than 0? - self.parse_child(Paragraph(attrs, self, 0)) + self.parse_child(Paragraph(attrs, self)) elif name == 'section': - # FIXME depth, should we use something better than 0? - self.parse_child(Section(attrs, self, 0)) + self.parse_child(Section(attrs, self)) elif name == 'table': self.parse_child(Table(attrs, self)) else: @@ -886,7 +876,7 @@ class Item(ElementBase): class Paragraph(ElementBase): - def __init__(self, attrs, parent, depth): + def __init__(self, attrs, parent): ElementBase.__init__(self, 'paragraph', parent) try: @@ -900,13 +890,10 @@ class Paragraph(ElementBase): self.id = "" try: - self.level=int(attrs['level']) + self.level = int(attrs['level']) except: - self.level=0 - if depth > self.level: - self.depth = depth - else: - self.depth = self.level + self.level = 0 + self.is_first = (len(self.parent.objects) == 0) self.localized_objects = [] @@ -930,7 +917,7 @@ class Paragraph(ElementBase): elif name == 'switchinline': self.parse_child(SwitchInline(attrs, self, parser.embedding_app)) elif name == 'variable': - self.parse_child(Variable(attrs, self, self.depth)) + self.parse_child(Variable(attrs, self)) else: try: global replace_element @@ -972,8 +959,10 @@ class Paragraph(ElementBase): role = self.role if role == 'heading': - if self.depth < 6: - role = 'heading%d'% self.depth + if self.level <= 0: + sys.stderr.write('Heading, but the level is %d.\n'% self.level) + elif self.level < 6: + role = 'heading%d'% self.level else: role = 'heading6' if ( role == 'tablecontent' or role == 'tablehead' ) and not self.is_first: @@ -1000,8 +989,8 @@ class Paragraph(ElementBase): return text class Variable(Paragraph): - def __init__(self, attrs, parent, depth): - Paragraph.__init__(self, attrs, parent, depth) + def __init__(self, attrs, parent): + Paragraph.__init__(self, attrs, parent) self.name = 'variable' self.id = attrs['id'] @@ -1012,7 +1001,7 @@ class Variable(Paragraph): class CaseInline(Paragraph): def __init__(self, attrs, parent, is_default): - Paragraph.__init__(self, attrs, parent, 0) + Paragraph.__init__(self, attrs, parent) self.role = 'null' if is_default: @@ -1130,7 +1119,7 @@ while threading.active_count() > 1: time.sleep(0.001) # set of the images used here -print 'Writing the collection of images to "images.txt"...' +print 'Generating "images.txt", the list of used images...' file = open('images.txt', "w") for image in images: file.write('%s\n'% image) -- cgit v1.2.3 From 603ea085fdd57d62c0d627fa0b76061e027f171c Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 3 Dec 2010 21:25:32 +0100 Subject: wikihelp: Ignore the first level="1" heading. It is usually (== everywhere but 2 or 3 files) the only level 1 heading in the file, and additionaly exactly the same as the page title. When we skip that, we get much nicer table of content, better structure, etc. --- helpcontent2/to-wiki/wikiconv2.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index acc2b97685..a9fd773845 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -281,6 +281,11 @@ class XhpFile(ElementBase): def __init__(self): ElementBase.__init__(self, None, None) + # we want to ignore the 1st level="1" heading, because in most of the + # cases, it is the only level="1" heading in the file, and it is the + # same as the page title + self.ignore_heading = True + def start_element(self, parser, name, attrs): if name == 'body': # ignored, we flatten the structure @@ -301,7 +306,18 @@ class XhpFile(ElementBase): elif name == 'meta': self.parse_child(Meta(attrs, self)) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self)) + ignore_this = False + try: + if attrs['role'] == 'heading' and int(attrs['level']) == 1 \ + and self.ignore_heading and parser.follow_embed: + self.ignore_heading = False + ignore_this = True + except: + pass + if ignore_this: + self.parse_child(Ignore(attrs, self, 'paragraph')) + else: + self.parse_child(Paragraph(attrs, self)) elif name == 'section': self.parse_child(Section(attrs, self)) elif name == 'sort': -- cgit v1.2.3 From 8e7a306d4d381e2c1193b92975a3d656b478fd7b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 3 Dec 2010 23:26:45 +0100 Subject: wikihelp: The level="1" paragraph can be nested, handle even that. --- helpcontent2/to-wiki/wikiconv2.py | 45 +++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a9fd773845..8e64fd4762 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -281,11 +281,6 @@ class XhpFile(ElementBase): def __init__(self): ElementBase.__init__(self, None, None) - # we want to ignore the 1st level="1" heading, because in most of the - # cases, it is the only level="1" heading in the file, and it is the - # same as the page title - self.ignore_heading = True - def start_element(self, parser, name, attrs): if name == 'body': # ignored, we flatten the structure @@ -306,18 +301,7 @@ class XhpFile(ElementBase): elif name == 'meta': self.parse_child(Meta(attrs, self)) elif name == 'paragraph': - ignore_this = False - try: - if attrs['role'] == 'heading' and int(attrs['level']) == 1 \ - and self.ignore_heading and parser.follow_embed: - self.ignore_heading = False - ignore_this = True - except: - pass - if ignore_this: - self.parse_child(Ignore(attrs, self, 'paragraph')) - else: - self.parse_child(Paragraph(attrs, self)) + parser.parse_paragraph(attrs, self) elif name == 'section': self.parse_child(Section(attrs, self)) elif name == 'sort': @@ -497,7 +481,7 @@ class TableCell(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self)) + parser.parse_paragraph(attrs, self) elif name == 'section': self.parse_child(Section(attrs, self)) else: @@ -548,7 +532,7 @@ class ListItem(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self)) + parser.parse_paragraph(attrs, self) else: self.unhandled_element(parser, name) @@ -647,7 +631,7 @@ class Section(ElementBase): elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self)) + parser.parse_paragraph(attrs, self) elif name == 'section': # sections can be nested self.parse_child(Section(attrs, self)) @@ -834,7 +818,7 @@ class Case(ElementBase): elif name == 'list': self.parse_child(List(attrs, self)) elif name == 'paragraph': - self.parse_child(Paragraph(attrs, self)) + parser.parse_paragraph(attrs, self) elif name == 'section': self.parse_child(Section(attrs, self)) elif name == 'table': @@ -1034,6 +1018,11 @@ class XhpParser: self.follow_embed = follow_embed self.wiki_page_name = wiki_page_name + # we want to ignore the 1st level="1" heading, because in most of the + # cases, it is the only level="1" heading in the file, and it is the + # same as the page title + self.ignore_heading = True + self.current_app = '' self.current_app_raw = '' for i in [['sbasic', 'BASIC'], ['scalc', 'CALC'], \ @@ -1076,6 +1065,20 @@ class XhpParser: def get_variable(self, id): return self.head_obj.get_variable(id) + def parse_paragraph(self, attrs, obj): + ignore_this = False + try: + if attrs['role'] == 'heading' and int(attrs['level']) == 1 \ + and self.ignore_heading and self.follow_embed: + self.ignore_heading = False + ignore_this = True + except: + pass + if ignore_this: + obj.parse_child(Ignore(attrs, obj, 'paragraph')) + else: + obj.parse_child(Paragraph(attrs, obj)) + def loadallfiles(filename): global titles file = codecs.open(filename, "r", "utf-8") -- cgit v1.2.3 From 7a3cef460b8ca5dd12647756ee8206f7f8c6d679 Mon Sep 17 00:00:00 2001 From: Takeshi Abe <tabe@fixedpoint.jp> Date: Sat, 4 Dec 2010 13:09:11 +0900 Subject: Replace all occured, occurance etc. --- helpcontent2/helpers/help_hid.lst | 4 ++-- helpcontent2/helpers/hid.lst | 4 ++-- helpcontent2/source/text/shared/02/01170202.xhp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170202.xhp diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index dcb832a409..40b8dcef8f 100644 --- a/helpcontent2/helpers/help_hid.lst +++ b/helpcontent2/helpers/help_hid.lst @@ -1737,7 +1737,7 @@ HID_EVT_APPROVEROWCHANGE,38096, HID_EVT_BEFOREUPDATE,38070, HID_EVT_CHANGED,38089, HID_EVT_CONFIRMDELETE,38071, -HID_EVT_ERROROCCURED,38072, +HID_EVT_ERROROCCURRED,38072, HID_EVT_FOCUSGAINED,38073, HID_EVT_FOCUSLOST,38074, HID_EVT_ITEMSTATECHANGED,38075, @@ -6106,7 +6106,7 @@ UID_BRWEVT_APPROVEROWCHANGE,37990, UID_BRWEVT_BEFOREUPDATE,37982, UID_BRWEVT_CHANGED,37966, UID_BRWEVT_CONFIRMDELETE,37989, -UID_BRWEVT_ERROROCCURED,37995, +UID_BRWEVT_ERROROCCURRED,37995, UID_BRWEVT_FOCUSGAINED,37969, UID_BRWEVT_FOCUSLOST,37970, UID_BRWEVT_ITEMSTATECHANGED,37968, diff --git a/helpcontent2/helpers/hid.lst b/helpcontent2/helpers/hid.lst index 03883ce2e5..68b0245bb5 100644 --- a/helpcontent2/helpers/hid.lst +++ b/helpcontent2/helpers/hid.lst @@ -1714,7 +1714,7 @@ HID_EVT_APPROVEROWCHANGE 65417 HID_EVT_BEFOREUPDATE 65391 HID_EVT_CHANGED 65410 HID_EVT_CONFIRMDELETE 65392 -HID_EVT_ERROROCCURED 65393 +HID_EVT_ERROROCCURRED 65393 HID_EVT_FOCUSGAINED 65394 HID_EVT_FOCUSLOST 65395 HID_EVT_ITEMSTATECHANGED 65396 @@ -6013,7 +6013,7 @@ UID_BRWEVT_APPROVEROWCHANGE 65351 UID_BRWEVT_BEFOREUPDATE 65343 UID_BRWEVT_CHANGED 65327 UID_BRWEVT_CONFIRMDELETE 65350 -UID_BRWEVT_ERROROCCURED 65356 +UID_BRWEVT_ERROROCCURRED 65356 UID_BRWEVT_FOCUSGAINED 65330 UID_BRWEVT_FOCUSLOST 65331 UID_BRWEVT_ITEMSTATECHANGED 65329 diff --git a/helpcontent2/source/text/shared/02/01170202.xhp b/helpcontent2/source/text/shared/02/01170202.xhp old mode 100755 new mode 100644 index 55bfee19bb..7e03c453fc --- a/helpcontent2/source/text/shared/02/01170202.xhp +++ b/helpcontent2/source/text/shared/02/01170202.xhp @@ -174,9 +174,9 @@ <paragraph xml-lang="en-US" id="par_id3149581" role="paragraph" l10n="U" oldref="64">Here :name is a parameter that must be filled out when loading. The parameter is automatically filled out from the parent form if possible. If the parameter cannot be filled out, this event is called and a linked macro can fill out the parameter.</paragraph> </section> <section id="Section1"> -<bookmark xml-lang="en-US" branch="hid/HID_EVT_ERROROCCURED" id="bm_id3148387" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/HID_EVT_ERROROCCURRED" id="bm_id3148387" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3146926" role="heading" level="2" l10n="U" oldref="9">Error occurred</paragraph> - <paragraph xml-lang="en-US" id="par_id3149485" role="paragraph" l10n="U" oldref="10"><ahelp hid="HID_EVT_ERROROCCURED">The<emph> Error occurred </emph>event is activated if an error occurs when accessing the data source.</ahelp> This applies to forms, list boxes and combo boxes.</paragraph> + <paragraph xml-lang="en-US" id="par_id3149485" role="paragraph" l10n="U" oldref="10"><ahelp hid="HID_EVT_ERROROCCURRED">The<emph> Error occurred </emph>event is activated if an error occurs when accessing the data source.</ahelp> This applies to forms, list boxes and combo boxes.</paragraph> </section> </sort> </body> -- cgit v1.2.3 From f6f254c8f79d727fe3235a746ddd00a4b62e6595 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Mon, 6 Dec 2010 16:18:54 +0100 Subject: wikihelp: Make the redirects more stable. Still it is not perfect for duplicates of 'branch' attribute in bookmarks, but what can we do... --- helpcontent2/to-wiki/wikiconv2.py | 53 +++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 8e64fd4762..a160779b04 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -372,6 +372,7 @@ class Bookmark(ElementBase): self.app = '' self.redirect = '' self.target = '' + self.authoritative = False # let's construct the name of the redirect, so that we can point # to the wikihelp directly from the LO code; wiki then takes care of @@ -382,6 +383,7 @@ class Bookmark(ElementBase): self.app = parser.current_app_raw self.target = parser.wiki_page_name + self.authoritative = parser.follow_embed if name.find('.uno:') == 0 or name.find('.HelpId:') == 0: self.redirect = name elif name.upper() in hid_lst: @@ -393,12 +395,8 @@ class Bookmark(ElementBase): global redirects # first of all, we need to create a redirect page for this one if self.redirect != '' and self.target != '': - if self.app != '': - redirects.append(['%s/%s'% (self.app, self.redirect), self.target]) - else: - for i in ['swriter', 'scalc', 'simpress', 'sdraw', 'smath', \ - 'schart', 'sbasic', 'sdatabase']: - redirects.append(['%s/%s'% (i, self.redirect), self.target]) + redirects.append([self.app, self.redirect, self.target, \ + self.authoritative]) # then we also have to setup ID inside the page if self.type == 'div': @@ -1145,14 +1143,49 @@ for image in images: file.close() # generate the redirects -print 'Generating the redirects...' -for redir in redirects: - fname = 'wiki/%s'% redir[0] +def write_link(r, target): + fname = 'wiki/%s'% r try: file = open(fname, "w") - file.write('#REDIRECT [[%s]]\n'% redir[1]) + file.write('#REDIRECT [[%s]]\n'% target) file.close() except: sys.stderr.write('Unable to write "%s".\n'%'wiki/%s'% fname) +print 'Generating the redirects...' +written = {} +# in the first pass, immediately writte the links that are embedded, so that +# we can always point to that source versions +for redir in redirects: + app = redir[0] + redirect = redir[1] + target = redir[2] + authoritative = redir[3] + + if app != '': + r = '%s/%s'% (app, redirect) + if authoritative: + write_link(r, target) + written[r] = True + else: + try: + written[r] + except: + written[r] = False + +# in the second pass, output the wiki links +for redir in redirects: + app = redir[0] + redirect = redir[1] + target = redir[2] + + if app == '': + for i in ['swriter', 'scalc', 'simpress', 'sdraw', 'smath', \ + 'schart', 'sbasic', 'sdatabase']: + write_link('%s/%s'% (i, redirect), target) + else: + r = '%s/%s'% (app, redirect) + if not written[r]: + write_link(r, target) + # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 31de6bec62a0eb30062cf14b010c44c70486621a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Mon, 6 Dec 2010 21:33:09 +0100 Subject: wikihelp: wikiconv2 into a module. Don't generate redirects by default. --- helpcontent2/help-to-wiki.py | 38 +++++++-- helpcontent2/to-wiki/wikiconv2.py | 157 ++++++++++++++++++++------------------ 2 files changed, 113 insertions(+), 82 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 9af54e59f3..05a5a074e5 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -1,10 +1,23 @@ #!/usr/bin/env python -import sys, os +import sys, os, getopt + +sys.path.append(sys.path[0]+"/to-wiki") +import wikiconv2 # FIXME do proper modules from getalltitles & wikiconv2 # [so far this is in fact just a shell thing] +def usage(): + print ''' +help-to-wiki.py - converts .xhp files into a wiki + +-h, --help - this help +-r, --redirects - generate also redirect pages + +Most probably, you want to generate the redirects only once when you initially +populate the wiki, and then only update the ones that broke.\n''' + def create_wiki_dirs(): dirs = [ "Common", @@ -37,16 +50,27 @@ def create_wiki_dirs(): except: pass -# do the work +# Argument handling +try: + opts, args = getopt.getopt(sys.argv[1:], 'hr', ['help', 'redirects']) +except getopt.GetoptError: + usage() + sys.exit(1) + +generate_redirects = False +for opt, arg in opts: + if opt in ('-h', '--help'): + usage() + sys.exit() + elif opt in ('-r', '--redirects'): + generate_redirects = True + +# Do the work create_wiki_dirs() print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) -print "Generating the wiki itself..." -localization = "" -if len(sys.argv) > 1: - localization = sys.argv[1] -os.system( "python to-wiki/wikiconv2.py "+localization ) +wikiconv2.convert(generate_redirects, args) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a160779b04..2392fe4bbe 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -316,7 +316,7 @@ class XhpFile(ElementBase): class LocalizedText(ElementBase): def __init__(self, parser, data, attrs): # Initialized with some 'tag' such that the parser - # never needs to access the parent (which in this + # never needs to access the parent (which in this # case is null) ElementBase.__init__(self, 'localizedtext', None) header = u'<?xml version="1.0" encoding="UTF-8"?><paragraph>' @@ -882,7 +882,7 @@ class Paragraph(ElementBase): except: self.role = 'paragraph' - try: + try: self.id = attrs['id'] except: self.id = "" @@ -1090,7 +1090,7 @@ def signal_handler(signal, frame): sys.exit(1) signal.signal(signal.SIGINT, signal_handler) -class WikiConv2(Thread): +class WikiConverter(Thread): def __init__(self, inputfile, wiki_page_name, outputfile): Thread.__init__(self) self.inputfile = inputfile @@ -1103,46 +1103,6 @@ class WikiConv2(Thread): file.write(parser.get_all()) file.close() -# Main Function -load_hid_lst() -loadallfiles("alltitles.csv") -if len(sys.argv) > 1: - load_localization_data(sys.argv[1]) - -for title in titles: - while threading.active_count() > max_threads: - time.sleep(0.001) - - outfile = "" - infile = "" - if len(title) > 1: - outfile = "wiki/"+title[1].strip() - infile = title[0].strip() - try: - file = open(outfile,"r") - except: - try: - wiki = WikiConv2(infile,title[1].strip(),outfile) - wiki.start() - continue - except: - print 'Failed to convert "%s" into "%s".\n'% \ - (title[1].strip(), outfile) - print "Warning: Skipping: "+infile+" > "+outfile - file.close() - -# wait for everyone to finish -while threading.active_count() > 1: - time.sleep(0.001) - -# set of the images used here -print 'Generating "images.txt", the list of used images...' -file = open('images.txt', "w") -for image in images: - file.write('%s\n'% image) -file.close() - -# generate the redirects def write_link(r, target): fname = 'wiki/%s'% r try: @@ -1152,40 +1112,87 @@ def write_link(r, target): except: sys.stderr.write('Unable to write "%s".\n'%'wiki/%s'% fname) -print 'Generating the redirects...' -written = {} -# in the first pass, immediately writte the links that are embedded, so that -# we can always point to that source versions -for redir in redirects: - app = redir[0] - redirect = redir[1] - target = redir[2] - authoritative = redir[3] - - if app != '': - r = '%s/%s'% (app, redirect) - if authoritative: - write_link(r, target) - written[r] = True +def write_redirects(): + print 'Generating the redirects...' + written = {} + # in the first pass, immediately writte the links that are embedded, so that + # we can always point to that source versions + for redir in redirects: + app = redir[0] + redirect = redir[1] + target = redir[2] + authoritative = redir[3] + + if app != '': + r = '%s/%s'% (app, redirect) + if authoritative: + write_link(r, target) + written[r] = True + else: + try: + written[r] + except: + written[r] = False + + # in the second pass, output the wiki links + for redir in redirects: + app = redir[0] + redirect = redir[1] + target = redir[2] + + if app == '': + for i in ['swriter', 'scalc', 'simpress', 'sdraw', 'smath', \ + 'schart', 'sbasic', 'sdatabase']: + write_link('%s/%s'% (i, redirect), target) else: + r = '%s/%s'% (app, redirect) + if not written[r]: + write_link(r, target) + +# Main Function +def convert(generate_redirects, localizations): + print "Generating the wiki itself..." + load_hid_lst() + loadallfiles("alltitles.csv") + + if len(localizations) > 1: + load_localization_data(localizations[1]) + + for title in titles: + while threading.active_count() > max_threads: + time.sleep(0.001) + + outfile = "" + infile = "" + if len(title) > 1: + outfile = "wiki/"+title[1].strip() + infile = title[0].strip() try: - written[r] + file = open(outfile,"r") except: - written[r] = False - -# in the second pass, output the wiki links -for redir in redirects: - app = redir[0] - redirect = redir[1] - target = redir[2] - - if app == '': - for i in ['swriter', 'scalc', 'simpress', 'sdraw', 'smath', \ - 'schart', 'sbasic', 'sdatabase']: - write_link('%s/%s'% (i, redirect), target) - else: - r = '%s/%s'% (app, redirect) - if not written[r]: - write_link(r, target) + try: + wiki = WikiConverter(infile,title[1].strip(),outfile) + wiki.start() + continue + except: + print 'Failed to convert "%s" into "%s".\n'% \ + (title[1].strip(), outfile) + print "Warning: Skipping: "+infile+" > "+outfile + file.close() + + # wait for everyone to finish + while threading.active_count() > 1: + time.sleep(0.001) + + # set of the images used here + print 'Generating "images.txt", the list of used images...' + file = open('images.txt', "w") + for image in images: + file.write('%s\n'% image) + file.close() + + # generate the redirects + if generate_redirects: + write_redirects() # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From bc2c698b7ca4f515ab142c4e1da1fcd43fa2d573 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 7 Dec 2010 00:58:03 +0100 Subject: wikihelp: Handle '=' in the use of templates right. --- helpcontent2/to-wiki/wikiconv2.py | 89 +++++++++++++++++++++++++++++++++------ 1 file changed, 75 insertions(+), 14 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 2392fe4bbe..d29b3e69f5 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -79,6 +79,28 @@ replace_paragraph_role = \ 'tablehead': '\n\n', 'tip': '}}\n\n', 'warning': '}}\n\n', + }, + 'templ':{'code': False, + 'codeintip': False, + 'example': False, + 'heading1': False, + 'heading2': False, + 'heading3': False, + 'heading4': False, + 'heading5': False, + 'heading6': False, + 'head1': False, + 'head2': False, + 'listitem': False, + 'note': True, + 'null': False, + 'paragraph': False, + 'related': False, + 'relatedtopics': False, + 'tablecontent': False, + 'tablehead': False, + 'tip': True, + 'warning': True, } } @@ -123,6 +145,28 @@ def replace_text(text): text = text.replace(i[0],i[1]) return text +# modify the text so that in templates like {{Name|something}}, the 'something' +# does not look like template params +def escape_equals_sign(text): + depth = 0 + t = '' + for i in text: + if i == '=': + if depth == 0: + t = t + '=' + else: + t = t + '=' + else: + t = t + i + if i == '{' or i == '[' or i == '<': + depth = depth + 1 + elif i == '}' or i == ']' or i == '>': + depth = depth - 1 + if depth < 0: + depth = 0 + + return t + def load_localization_data(sdf_file): try: file = codecs.open(sdf_file, "r", "utf-8") @@ -148,7 +192,6 @@ def replace_gt_lt(str,char,replace): str = str[:index]+replace+str[index+1:] return str[1:] - def get_localized_text(id, text): # Note: The order is important replace_localized_strs = [ @@ -265,17 +308,21 @@ class ElementBase: # # Like <comment>, or <title> class TextElementBase(ElementBase): - def __init__(self, attrs, parent, element_name, start, end): + def __init__(self, attrs, parent, element_name, start, end, templ): ElementBase.__init__(self, element_name, parent) self.text = u'' self.start = start self.end = end + self.templ = templ def char_data(self, parser, data): self.text = self.text + data def get_all(self): - return self.start + replace_text(self.text) + self.end + if self.templ: + return self.start + escape_equals_sign(replace_text(self.text)) + self.end + else: + return self.start + replace_text(self.text) + self.end class XhpFile(ElementBase): def __init__(self): @@ -453,7 +500,7 @@ class Image(ElementBase): class Comment(TextElementBase): def __init__(self, attrs, parent): - TextElementBase.__init__(self, attrs, parent, 'comment', '<!-- ', ' -->') + TextElementBase.__init__(self, attrs, parent, 'comment', '<!-- ', ' -->', False) class Text: def __init__(self, text): @@ -586,7 +633,7 @@ class Ignore(ElementBase): class Title(TextElementBase): def __init__(self, attrs, parent): - TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n\n') + TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n\n', True) class Topic(ElementBase): def __init__(self, attrs, parent): @@ -651,10 +698,10 @@ class Section(ElementBase): # function (like relatetopics), and have to be templatized text = '' if mapping != '': - text = text + '{{%s|'% mapping - text = text + ElementBase.get_all(self) - if mapping != '': - text = text + '}}\n\n' + text = '{{%s|%s}}\n\n'% (mapping, \ + escape_equals_sign(ElementBase.get_all(self))) + else: + text = ElementBase.get_all(self) return text @@ -776,7 +823,7 @@ class SwitchInline(ElementBase): elif app == '': default = all else: - text = text + '{{WhenIn%s|%s}}'% (app, all) + text = text + '{{WhenIn%s|%s}}'% (app, escape_equals_sign(all)) except: sys.stderr.write('Unhandled "%s" case in "appl" switchinline.\n'% \ i.case) @@ -784,7 +831,7 @@ class SwitchInline(ElementBase): if text == '': text = default elif default != '': - text = text + '{{WhenDefault|%s}}'% default + text = text + '{{WhenDefault|%s}}'% escape_equals_sign(default) return text else: @@ -851,7 +898,13 @@ class Item(ElementBase): 'literal': '</code>', 'menuitem': '}}', 'productname': '' - }} + }, + 'templ':{'input': False, + 'keycode': True, + 'literal': False, + 'menuitem': True, + 'productname': False + }} def __init__(self, attrs, parent): ElementBase.__init__(self, 'item', parent) @@ -864,8 +917,13 @@ class Item(ElementBase): def get_all(self): try: + text = '' + if self.replace_type['templ'][self.type]: + text = escape_equals_sign(replace_text(self.text)) + else: + text = replace_text(self.text) return self.replace_type['start'][self.type] + \ - replace_text(self.text) + \ + text + \ self.replace_type['end'][self.type] except: sys.stderr.write('Unhandled item type "%s".\n'% self.type) @@ -975,7 +1033,10 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself - text = text + ElementBase.get_all(self).strip() + if replace_paragraph_role['templ'][role]: + text = text + escape_equals_sign(ElementBase.get_all(self).strip()) + else: + text = text + ElementBase.get_all(self).strip() # append the markup according to the role if len(self.objects) > 0: -- cgit v1.2.3 From de09480929be4ad1bb6b731183732cfd3338407f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Thu, 9 Dec 2010 12:48:57 +0100 Subject: wikihelp: Fix handling of listitems, and the paragraphs in them. fdo#32174 --- helpcontent2/help-to-wiki.py | 8 +++++++- helpcontent2/to-wiki/wikiconv2.py | 34 +++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 05a5a074e5..ee4e628694 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import sys, os, getopt +import sys, os, getopt, signal sys.path.append(sys.path[0]+"/to-wiki") import wikiconv2 @@ -65,7 +65,13 @@ for opt, arg in opts: elif opt in ('-r', '--redirects'): generate_redirects = True +def signal_handler(signal, frame): + sys.stderr.write( 'Exiting...\n' ) + sys.exit(1) + # Do the work +signal.signal(signal.SIGINT, signal_handler) + create_wiki_dirs() print "Generating the titles..." diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d29b3e69f5..d440328f19 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import sys, signal +import sys import thread, threading, time import xml.parsers.expat import codecs @@ -69,7 +69,7 @@ replace_paragraph_role = \ 'heading6': ' ======\n\n', 'head1': ' =\n\n', # used only in one file, probably in error? 'head2': ' ==\n\n', # used only in one file, probably in error? - 'listitem': '\n', + 'listitem': '', 'note': '}}\n\n', 'null': '', # special paragraph for Variable, CaseInline, etc. 'paragraph': '\n\n', @@ -577,25 +577,28 @@ class ListItem(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - parser.parse_paragraph(attrs, self) + self.parse_child(ListItemParagraph(attrs, self)) else: self.unhandled_element(parser, name) def get_all(self): - text = "" - prefix = '*' - postfix = '' + text = '*' + postfix = '\n' if self.parent.startwith > 0: - prefix = '<li>' + text = '<li>' postfix = '</li>' elif self.parent.type == 'ordered': - prefix = '#' + text = '#' # add the text itself + linebreak = False for i in self.objects: - text = text + prefix + ElementBase.get_all(self) + if linebreak: + text = text + '<br/>' + text = text + i.get_all() + linebreak = True - return text + return text + postfix class List(ElementBase): def __init__(self, attrs, parent): @@ -1070,6 +1073,12 @@ class CaseInline(Paragraph): self.name = 'caseinline' self.case = attrs['select'] +class ListItemParagraph(Paragraph): + def __init__(self, attrs, parent): + Paragraph.__init__(self, attrs, parent) + + self.role = 'null' + class XhpParser: def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): self.head_obj = XhpFile() @@ -1146,11 +1155,6 @@ def loadallfiles(filename): titles.append(title) file.close() -def signal_handler(signal, frame): - sys.stderr.write( 'Exiting...\n' ) - sys.exit(1) -signal.signal(signal.SIGINT, signal_handler) - class WikiConverter(Thread): def __init__(self, inputfile, wiki_page_name, outputfile): Thread.__init__(self) -- cgit v1.2.3 From 00d5b2ca4802ba02e4003a0b98f01f021ad6dc9f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Thu, 9 Dec 2010 13:13:29 +0100 Subject: wikihelp: No \n in listitems. --- helpcontent2/to-wiki/wikiconv2.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index d440328f19..464c36512e 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -994,7 +994,8 @@ class Paragraph(ElementBase): pass def char_data(self, parser, data): - if self.role == 'paragraph' or self.role == 'heading': + if self.role == 'paragraph' or self.role == 'heading' or \ + self.role == 'listitem': if data != '' and data[0] == ' ': data = ' ' + data.lstrip() data = data.replace('\n', ' ') @@ -1008,7 +1009,7 @@ class Paragraph(ElementBase): attrs = {'role':self.role, 'level':self.level} self.localized_objects = get_localized_objects(parser, loc_text, attrs) - else: + elif len(data): self.objects.append(Text(data)) def get_all(self): @@ -1077,7 +1078,7 @@ class ListItemParagraph(Paragraph): def __init__(self, attrs, parent): Paragraph.__init__(self, attrs, parent) - self.role = 'null' + self.role = 'listitem' class XhpParser: def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): -- cgit v1.2.3 From 23b8f6e088db9b7e012b63fca29a9abc396043db Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Thu, 9 Dec 2010 14:20:25 +0100 Subject: wikihelp: Don't create "''''''" artefacts. Improve images in lists. --- helpcontent2/to-wiki/wikiconv2.py | 64 +++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 464c36512e..06a5fb118a 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -23,21 +23,11 @@ redirects = [] # to collect images that we will up-load later images = set() -# list of elements that we can directly convert to wiki text -replace_element = \ - {'start':{'br': '<br/>', - 'emph': "'''", - 'help-id-missing': "'''Missing help ID.'''" - }, - 'end': {'br': '', - 'emph': "'''", - 'help-id-missing': "" - } - } - +# various types of paragraphs replace_paragraph_role = \ {'start':{'code': '<code>', 'codeintip': '<code>', + 'emph' : '', # must be empty to be able to strip empty <emph/> 'example': '<code>', 'heading1': '= ', 'heading2': '== ', @@ -60,6 +50,7 @@ replace_paragraph_role = \ }, 'end':{'code': '</code>\n\n', 'codeintip': '</code>\n\n', + 'emph' : '', 'example': '</code>\n\n', 'heading1': ' =\n\n', 'heading2': ' ==\n\n', @@ -82,6 +73,7 @@ replace_paragraph_role = \ }, 'templ':{'code': False, 'codeintip': False, + 'emph' : False, 'example': False, 'heading1': False, 'heading2': False, @@ -498,10 +490,18 @@ class Image(ElementBase): def get_curobj(self): return self +class Br(TextElementBase): + def __init__(self, attrs, parent): + TextElementBase.__init__(self, attrs, parent, 'br', '<br/>', '', False) + class Comment(TextElementBase): def __init__(self, attrs, parent): TextElementBase.__init__(self, attrs, parent, 'comment', '<!-- ', ' -->', False) +class HelpIdMissing(TextElementBase): + def __init__(self, attrs, parent): + TextElementBase.__init__(self, attrs, parent, 'help-id-missing', '{{MissingHelpId}}', '', False) + class Text: def __init__(self, text): self.wikitext = replace_text(text) @@ -624,7 +624,7 @@ class List(ElementBase): text = text + ElementBase.get_all(self) if self.startwith > 0: - text = text + '</ol>\n' + text = text + '\n</ol>\n' else: text = text + '\n' return text @@ -961,12 +961,18 @@ class Paragraph(ElementBase): # TODO extended tips are ignored for now, just the text is used # verbatim pass + elif name == 'br': + self.parse_child(Br(attrs, self)) elif name == 'comment': self.parse_child(Comment(attrs, self)) + elif name == 'emph': + self.parse_child(Emph(attrs, self)) elif name == 'embedvar': if parser.follow_embed: (fname, id) = href_to_fname_id(attrs['href']) self.embed_href(parser, fname, id) + elif name == 'help-id-missing': + self.parse_child(HelpIdMissing(attrs, self)) elif name == 'image': self.parse_child(Image(attrs, self)) elif name == 'item': @@ -978,21 +984,11 @@ class Paragraph(ElementBase): elif name == 'variable': self.parse_child(Variable(attrs, self)) else: - try: - global replace_element - self.objects.append(Text(replace_element['start'][name])) - except: - self.unhandled_element(parser, name) + self.unhandled_element(parser, name) def end_element(self, parser, name): ElementBase.end_element(self, parser, name) - try: - global replace_element - self.objects.append(Text(replace_element['end'][name])) - except: - pass - def char_data(self, parser, data): if self.role == 'paragraph' or self.role == 'heading' or \ self.role == 'listitem': @@ -1037,10 +1033,14 @@ class Paragraph(ElementBase): sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) # the text itself + children = ElementBase.get_all(self) + if self.role != 'emph': + children = children.strip() + if replace_paragraph_role['templ'][role]: - text = text + escape_equals_sign(ElementBase.get_all(self).strip()) + text = text + escape_equals_sign(children) else: - text = text + ElementBase.get_all(self).strip() + text = text + children # append the markup according to the role if len(self.objects) > 0: @@ -1074,6 +1074,18 @@ class CaseInline(Paragraph): self.name = 'caseinline' self.case = attrs['select'] +class Emph(Paragraph): + def __init__(self, attrs, parent): + Paragraph.__init__(self, attrs, parent) + self.name = 'emph' + self.role = 'emph' + + def get_all(self): + text = Paragraph.get_all(self) + if len(text): + return "'''" + text + "'''" + return '' + class ListItemParagraph(Paragraph): def __init__(self, attrs, parent): Paragraph.__init__(self, attrs, parent) -- cgit v1.2.3 From 90364d5e994dca3601fb006e51812dbf1f91f2b8 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 10 Dec 2010 11:08:40 +0100 Subject: wikihelp: Greatly improved conversion of tables. --- helpcontent2/to-wiki/wikiconv2.py | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 06a5fb118a..de096c3a38 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -44,7 +44,10 @@ replace_paragraph_role = \ 'related': '', # used only in one file, probably in error? 'relatedtopics': '', # used only in one file, probably in error? 'tablecontent': '| ', + 'tablecontentcode': '| <code>', 'tablehead': '! scope="col" | ', + 'tablenextpara': '\n', + 'tablenextparacode': '\n<code>', 'tip': '{{Tip|', 'warning': '{{Warning|', }, @@ -66,8 +69,11 @@ replace_paragraph_role = \ 'paragraph': '\n\n', 'related': '\n\n', # used only in one file, probably in error? 'relatedtopics': '\n\n', # used only in one file, probably in error? - 'tablecontent': '\n\n', - 'tablehead': '\n\n', + 'tablecontent': '\n', + 'tablecontentcode': '</code>\n', + 'tablehead': '\n', + 'tablenextpara': '\n', + 'tablenextparacode': '</code>\n', 'tip': '}}\n\n', 'warning': '}}\n\n', }, @@ -90,7 +96,10 @@ replace_paragraph_role = \ 'related': False, 'relatedtopics': False, 'tablecontent': False, + 'tablecontentcode': False, 'tablehead': False, + 'tablenextpara': False, + 'tablenextparacode': False, 'tip': True, 'warning': True, } @@ -526,7 +535,7 @@ class TableCell(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - parser.parse_paragraph(attrs, self) + self.parse_child(TableContentParagraph(attrs, self)) elif name == 'section': self.parse_child(Section(attrs, self)) else: @@ -1021,8 +1030,13 @@ class Paragraph(ElementBase): role = 'heading%d'% self.level else: role = 'heading6' - if ( role == 'tablecontent' or role == 'tablehead' ) and not self.is_first: - role = 'paragraph' + + # if we are not the first para in the table, we need special handling + if not self.is_first and role.find('table') == 0: + if role == 'tablecontentcode': + role = 'tablenextparacode' + else: + role = 'tablenextpara' # prepend the markup according to the role text = '' @@ -1089,9 +1103,17 @@ class Emph(Paragraph): class ListItemParagraph(Paragraph): def __init__(self, attrs, parent): Paragraph.__init__(self, attrs, parent) - self.role = 'listitem' +class TableContentParagraph(Paragraph): + def __init__(self, attrs, parent): + Paragraph.__init__(self, attrs, parent) + if self.role != 'tablehead' and self.role != 'tablecontent': + if self.role == 'code': + self.role = 'tablecontentcode' + else: + self.role = 'tablecontent' + class XhpParser: def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): self.head_obj = XhpFile() -- cgit v1.2.3 From 04961b5798213de9c7983ac4be997cc46b3e3dd8 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 10 Dec 2010 22:13:33 +0100 Subject: wikihelp: No separate paragraph for the definition of variable (fdo#32291). --- helpcontent2/to-wiki/wikiconv2.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index de096c3a38..cfe5fcda2f 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -49,6 +49,7 @@ replace_paragraph_role = \ 'tablenextpara': '\n', 'tablenextparacode': '\n<code>', 'tip': '{{Tip|', + 'variable': '', 'warning': '{{Warning|', }, 'end':{'code': '</code>\n\n', @@ -75,6 +76,7 @@ replace_paragraph_role = \ 'tablenextpara': '\n', 'tablenextparacode': '</code>\n', 'tip': '}}\n\n', + 'variable': '', 'warning': '}}\n\n', }, 'templ':{'code': False, @@ -101,6 +103,7 @@ replace_paragraph_role = \ 'tablenextpara': False, 'tablenextparacode': False, 'tip': True, + 'variable': False, 'warning': True, } } @@ -293,6 +296,11 @@ class ElementBase: var = parser.get_variable(id) if var != None: + try: + if var.role == 'variable': + var.role = 'paragraph' + except: + pass self.objects.append(var) elif parser.follow_embed: sys.stderr.write('Cannot find reference "#%s" in "%s".\n'% \ @@ -1000,7 +1008,7 @@ class Paragraph(ElementBase): def char_data(self, parser, data): if self.role == 'paragraph' or self.role == 'heading' or \ - self.role == 'listitem': + self.role == 'listitem' or self.role == 'variable': if data != '' and data[0] == ' ': data = ' ' + data.lstrip() data = data.replace('\n', ' ') @@ -1069,6 +1077,7 @@ class Variable(Paragraph): def __init__(self, attrs, parent): Paragraph.__init__(self, attrs, parent) self.name = 'variable' + self.role = 'variable' self.id = attrs['id'] def get_variable(self, id): -- cgit v1.2.3 From 2f34dd4260eea803634371a9bea6cdf3689ca450 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 10 Dec 2010 23:21:20 +0100 Subject: wikihelp: Hide the hidden <ahelp>'s. --- helpcontent2/to-wiki/wikiconv2.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index cfe5fcda2f..74b3f31362 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -975,9 +975,11 @@ class Paragraph(ElementBase): def start_element(self, parser, name, attrs): if name == 'ahelp': - # TODO extended tips are ignored for now, just the text is used - # verbatim - pass + try: + if attrs['visibility'] == 'hidden': + self.parse_child(Ignore(attrs, self, name)) + except: + pass elif name == 'br': self.parse_child(Br(attrs, self)) elif name == 'comment': -- cgit v1.2.3 From 34a58287efe597e2c007ebc47976929884ed60f7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 10 Dec 2010 23:30:55 +0100 Subject: wikihelp: Avoid unnecessary empty lines (causing additional paragraphs). --- helpcontent2/to-wiki/wikiconv2.py | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 74b3f31362..a2acb9424e 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1048,30 +1048,31 @@ class Paragraph(ElementBase): else: role = 'tablenextpara' - # prepend the markup according to the role - text = '' - if len(self.objects) > 0: - try: - text = text + replace_paragraph_role['start'][role] - except: - sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) - # the text itself children = ElementBase.get_all(self) if self.role != 'emph': children = children.strip() + if len(children) == 0: + return '' + + # prepend the markup according to the role + text = '' + try: + text = text + replace_paragraph_role['start'][role] + except: + sys.stderr.write( "Unknown paragraph role start: " + role + "\n" ) + if replace_paragraph_role['templ'][role]: text = text + escape_equals_sign(children) else: text = text + children # append the markup according to the role - if len(self.objects) > 0: - try: - text = text + replace_paragraph_role['end'][role] - except: - sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) + try: + text = text + replace_paragraph_role['end'][role] + except: + sys.stderr.write( "Unknown paragraph role end: " + role + "\n" ) return text -- cgit v1.2.3 From dc05049e1b33505d0c9820cd5bc4bd3bc4750af9 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 17 Dec 2010 16:00:38 +0100 Subject: wikihelp: Several command line options for more control over uploading. --- helpcontent2/upload-wiki.pl | 91 +++++++++++++++++++++++++++++++-------------- 1 file changed, 63 insertions(+), 28 deletions(-) diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl index 74861a8436..85d5201a2a 100755 --- a/helpcontent2/upload-wiki.pl +++ b/helpcontent2/upload-wiki.pl @@ -3,11 +3,16 @@ use MediaWiki::API; use File::Find(); use File::Slurp; +use Getopt::Std; # help sub usage { print <<EOM; -upload-wiki.pl - Uploads the wiki/ subdir to a real wiki installation. +upload-wiki.pl [...] - Uploads the wiki/ subdir to a real wiki installation. + + -i - Upload also the images + -p - Don't upload the pages themselves + -r - Upload also the redirects You need a wikisetup.txt in this directory, to be able to authentificate you. The content should be: @@ -31,6 +36,18 @@ EOM exit 1; } +%options = (); +getopts( "hipr", \%options ); + +usage() if ( defined $options{h} ); + +my $upload_images = 0; +my $upload_pages = 1; +my $upload_redirects = 0; +$upload_images = 1 if ( defined $options{i} ); +$upload_pages = 0 if ( defined $options{p} ); +$upload_redirects = 1 if ( defined $options{r} ); + # first of all, read the configuration from wikisetup.txt my ( $url, $upload_url, $name, $password ); if ( ! open( IN, "wikisetup.txt" ) ) { @@ -64,14 +81,21 @@ if ( !defined( $url ) || !defined( $upload_url ) || !defined( $name ) || !define usage(); } -if ( ! -d 'wiki' || ! -f 'images.txt' ) { - print "Missing the wiki/ subdir or images.txt, re-run help-to-wiki.py.\n\n"; +if ( ! -d 'wiki' ) { + print "Missing the wiki/ subdir, re-run help-to-wiki.py.\n\n"; usage(); } -if ( ! -d 'images' ) { - print "Missing images/ subdir - mkdir images ; cd images ; unzip /path/to/images_tango.zip\n\n"; - usage(); +if ( $upload_images ) { + if ( ! -f 'images.txt' ) { + print "Missing images.txt, re-run help-to-wiki.py.\n\n"; + usage(); + } + + if ( ! -d 'images' ) { + print "Missing images/ subdir - mkdir images ; cd images ; unzip /path/to/images_tango.zip\n\n"; + usage(); + } } # initialize the wiki @@ -88,6 +112,15 @@ sub upload_article { my $pagename = $File::Find::name; $pagename =~ s/^wiki\///; + + # pages starting with lowercase 's' are redirects + if ( $pagename =~ /^s/ ) { + return if ( !$upload_redirects ); + } + else { + return if ( !$upload_pages ); + } + my $text = read_file( $_ ); print "Uploading page '$pagename'\n"; @@ -99,30 +132,32 @@ sub upload_article { File::Find::find( {wanted => \&upload_article}, 'wiki/' ); # upload the images -open( IN, "images.txt" ) || usage(); -while ( my $line = <IN> ) { - chomp( $line ); - $fname = "images/$line"; - if ( ! -f $fname ) { - print "Image '$fname' not found, skipped.\n"; - next; - } - if ( ! $fname =~ /\.(png|gif|jpg|jpeg)$/ ) { - print "Image '$line' ignored, not a jpg/png/gif.\n"; - next; - } +if ( $upload_images ) { + open( IN, "images.txt" ) || usage(); + while ( my $line = <IN> ) { + chomp( $line ); + $fname = "images/$line"; + if ( ! -f $fname ) { + print "Image '$fname' not found, skipped.\n"; + next; + } + if ( ! $fname =~ /\.(png|gif|jpg|jpeg)$/ ) { + print "Image '$line' ignored, not a jpg/png/gif.\n"; + next; + } - my $imagename = $line; - if ( $line =~ /\/([^\/]*)$/ ) { - $imagename = $1; - } - my $image = read_file( $fname ); + my $imagename = $line; + if ( $line =~ /\/([^\/]*)$/ ) { + $imagename = $1; + } + my $image = read_file( $fname ); - print "Uploading image '$imagename'\n"; - $mw->upload( { - title => $imagename, - summary => 'Initial upload.', - data => $image } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; + print "Uploading image '$imagename'\n"; + $mw->upload( { + title => $imagename, + summary => 'Initial upload.', + data => $image } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; + } } # clean up -- cgit v1.2.3 From 1c00a01712d7d1bcbb07a3800f755dcd48cd1da6 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Fri, 17 Dec 2010 16:20:31 +0100 Subject: wikihelp: Redirect directly to the right location (div/span id) in the page. --- helpcontent2/to-wiki/wikiconv2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index a2acb9424e..f74687b446 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -451,7 +451,8 @@ class Bookmark(ElementBase): global redirects # first of all, we need to create a redirect page for this one if self.redirect != '' and self.target != '': - redirects.append([self.app, self.redirect, self.target, \ + redirects.append([self.app, self.redirect, \ + '%s#%s'% (self.target, self.id), \ self.authoritative]) # then we also have to setup ID inside the page -- cgit v1.2.3 -- cgit v1.2.3 From 7de691922aa79073319c7fc2d3f3a28e31ae8796 Mon Sep 17 00:00:00 2001 From: Caolán McNamara <caolanm@redhat.com> Date: Mon, 20 Dec 2010 10:12:02 +0000 Subject: fix documentation for reset direct character formatting --- helpcontent2/source/text/shared/01/05010000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/shared/01/05010000.xhp b/helpcontent2/source/text/shared/01/05010000.xhp index 33161451c6..c2ace53aa3 100644 --- a/helpcontent2/source/text/shared/01/05010000.xhp +++ b/helpcontent2/source/text/shared/01/05010000.xhp @@ -61,7 +61,7 @@ <embed href="text/shared/00/00040500.xhp#standard"/> </section> <switch select="appl"> -<case select="WRITER"><paragraph role="tip" id="par_id3157959" xml-lang="en-US" l10n="U" oldref="3">To stop applying a direct format, such as underlining, while you type new text at the end of a line, press the right arrow key. </paragraph> +<case select="WRITER"><paragraph role="tip" id="par_id3157959" xml-lang="en-US" l10n="U" oldref="3">To stop applying a direct format, such as underlining, while you type new text at the end of a line, press Shift+Ctrl+X.</paragraph> </case> </switch> <paragraph role="tip" id="par_id3146797" xml-lang="en-US" l10n="U" oldref="4">You can change all hyperlinks in the selected text back to normal text by choosing <emph>Format - Default Formatting.</emph> -- cgit v1.2.3 From 33b8a59561c43b16af55460f3e300effb59869d0 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 4 Jan 2011 17:44:06 +0100 Subject: wikihelp: Convert also $PRODUCTNAME into {{ProductName}}. --- helpcontent2/to-wiki/getalltitles.py | 4 +++- helpcontent2/to-wiki/wikiconv2.py | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index b9fb989416..f1167830f6 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -26,6 +26,7 @@ def make_unique(title): replace_text_list = [ ["$[officename]",""], # to fit both LibreOffice and BrOffice ["%PRODUCTNAME",""], # to fit both LibreOffice and BrOffice + ["$PRODUCTNAME",""], # to fit both LibreOffice and BrOffice ['"+"',"Plus"], ['"*"',"Star"], ['"-"',"Minus"], @@ -43,7 +44,8 @@ replace_text_list = [ replace_readable_list = [ ["$[officename]","{{ProductName}}"], - ["%PRODUCTNAME","{{ProductName}}"] + ["%PRODUCTNAME","{{ProductName}}"], + ["$PRODUCTNAME","{{ProductName}}"] ] modules_list = [ diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index f74687b446..87d0d45770 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -114,7 +114,8 @@ section_id_mapping = \ # text snippets that we need to convert replace_text_list = \ [["$[officename]", "{{ProductName}}"], - ["%PRODUCTNAME", "{{ProductName}}"] + ["%PRODUCTNAME", "{{ProductName}}"], + ["$PRODUCTNAME", "{{ProductName}}"] ] def load_hid_lst(): -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 7e5c805ecda3967bb251305f0da78f005254511e Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Mon, 17 Jan 2011 19:18:59 +0100 Subject: wikihelp: Return with an error when we do not get an existing .sdf. --- helpcontent2/to-wiki/wikiconv2.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 87d0d45770..719ea120c4 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -182,8 +182,10 @@ def load_localization_data(sdf_file): continue localization_data.append(line.split("\t")) file.close() + return True except: - return + sys.stderr.write('Error: Cannot open .sdf file "%s"\n'% sdf_file) + return False def replace_gt_lt(str,char,replace): # Add additional space to catch strings starting with <= @@ -1269,8 +1271,10 @@ def convert(generate_redirects, localizations): load_hid_lst() loadallfiles("alltitles.csv") - if len(localizations) > 1: - load_localization_data(localizations[1]) + if len(localizations) > 0: + sys.stderr.write('Using localizations from "%s"\n'% localizations[0]) + if not load_localization_data(localizations[0]): + return for title in titles: while threading.active_count() > max_threads: -- cgit v1.2.3 From 4f1c38ea3869f42e1ec299224e2ef468e17d2778 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 18 Jan 2011 00:00:16 +0100 Subject: wikihelp: Simplification of the localization process. --- helpcontent2/to-wiki/wikiconv2.py | 164 ++++++++++++++------------------------ 1 file changed, 60 insertions(+), 104 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 719ea120c4..9d9ab57b0c 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -199,7 +199,7 @@ def replace_gt_lt(str,char,replace): str = str[:index]+replace+str[index+1:] return str[1:] -def get_localized_text(id, text): +def get_localized_text(id): # Note: The order is important replace_localized_strs = [ ["\\\"","\""], @@ -223,10 +223,6 @@ def get_localized_text(id, text): return str return "" -def get_localized_objects(parser, loc_text, attrs): - p = LocalizedText(parser, loc_text, attrs) - return p.parse() - def href_to_fname_id(href): link = href.replace('"', '') fname = link @@ -310,9 +306,10 @@ class ElementBase: (id, fname)) def unhandled_element(self, parser, name): - filename = "Localization File" - if parser: + try: filename = parser.filename + except: + filename = "Localized paragraph" sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ (name, self.name, filename)) @@ -372,55 +369,6 @@ class XhpFile(ElementBase): else: self.unhandled_element(parser, name) -class LocalizedText(ElementBase): - def __init__(self, parser, data, attrs): - # Initialized with some 'tag' such that the parser - # never needs to access the parent (which in this - # case is null) - ElementBase.__init__(self, 'localizedtext', None) - header = u'<?xml version="1.0" encoding="UTF-8"?><paragraph>' - self.data = header + data #+ '</paragraph>' - self.xml = self.data.encode('utf-8') - self.follow_embed = True - self.head_obj = None - self.attrs = attrs - self.parser = parser - #print self.data.encode('utf-8') - - def parse(self): - p = xml.parsers.expat.ParserCreate() - p.StartElementHandler = self.start_element - p.EndElementHandler = self.end_element - p.CharacterDataHandler = self.char_data - try: - p.Parse(self.xml) - except: - # TODO: Check different exceptions - sys.stderr.write('Trying to parse: '+self.xml+'\n') - print self.xml - raise - return self.objects[0].objects - - def start_element(self, name, attrs): - if name == 'paragraph': - self.parse_child(Paragraph(self.attrs, self)) - else: - if self.child_parsing: - self.get_curobj().start_element(self.parser, name, attrs) - else: - self.unhandled_element(None, name) - - def char_data(self, data): - if self.child_parsing: - self.get_curobj().char_data(self, data) - else: - # Should never occur - self.unhandled_element(None,"Unhandled Data:"+data) - - def end_element(self, name): - if self.child_parsing: - self.get_curobj().end_element(self, name) - class Bookmark(ElementBase): def __init__(self, attrs, parent, type, parser): ElementBase.__init__(self, 'bookmark', parent) @@ -975,7 +923,6 @@ class Paragraph(ElementBase): self.level = 0 self.is_first = (len(self.parent.objects) == 0) - self.localized_objects = [] def start_element(self, parser, name, attrs): if name == 'ahelp': @@ -1002,6 +949,10 @@ class Paragraph(ElementBase): self.parse_child(Item(attrs, self)) elif name == 'link': self.parse_child(Link(attrs, self)) + elif name == 'localized': + # we ignore this tag, it is added arbitrary for the paragraphs + # that come from .sdf files + pass elif name == 'switchinline': self.parse_child(SwitchInline(attrs, self, parser.embedding_app)) elif name == 'variable': @@ -1009,9 +960,6 @@ class Paragraph(ElementBase): else: self.unhandled_element(parser, name) - def end_element(self, parser, name): - ElementBase.end_element(self, parser, name) - def char_data(self, parser, data): if self.role == 'paragraph' or self.role == 'heading' or \ self.role == 'listitem' or self.role == 'variable': @@ -1019,23 +967,10 @@ class Paragraph(ElementBase): data = ' ' + data.lstrip() data = data.replace('\n', ' ') - if len(self.localized_objects): - return - loc_text = u'' - if len(self.id): - loc_text = get_localized_text(self.id, data) - if len(loc_text): - attrs = {'role':self.role, - 'level':self.level} - self.localized_objects = get_localized_objects(parser, loc_text, attrs) - elif len(data): + if len(data): self.objects.append(Text(data)) def get_all(self): - # Localization objects present, drop the other objects - if len(self.localized_objects): - self.objects = self.localized_objects - role = self.role if role == 'heading': if self.level <= 0: @@ -1130,44 +1065,20 @@ class TableContentParagraph(Paragraph): else: self.role = 'tablecontent' -class XhpParser: - def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): - self.head_obj = XhpFile() - self.filename = filename +class ParserBase: + def __init__(self, follow_embed, embedding_app, current_app, wiki_page_name, head_object, buffer): + self.head_obj = head_object self.follow_embed = follow_embed + self.embedding_app = embedding_app + self.current_app = current_app self.wiki_page_name = wiki_page_name - # we want to ignore the 1st level="1" heading, because in most of the - # cases, it is the only level="1" heading in the file, and it is the - # same as the page title - self.ignore_heading = True - - self.current_app = '' - self.current_app_raw = '' - for i in [['sbasic', 'BASIC'], ['scalc', 'CALC'], \ - ['sdatabase', 'DATABASE'], ['sdraw', 'DRAW'], \ - ['schart', 'CHART'], ['simpress', 'IMPRESS'], \ - ['smath', 'MATH'], ['swriter', 'WRITER']]: - if filename.find('/%s/'% i[0]) >= 0: - self.current_app_raw = i[0] - self.current_app = i[1] - break - - if embedding_app != '': - self.embedding_app = embedding_app - else: - self.embedding_app = self.current_app - - file = codecs.open(filename, "r", "utf-8") p = xml.parsers.expat.ParserCreate() - p.StartElementHandler = self.start_element p.EndElementHandler = self.end_element p.CharacterDataHandler = self.char_data - buf = file.read() - p.Parse(buf.encode('utf-8')) - file.close() + p.Parse(buffer) def start_element(self, name, attrs): self.head_obj.get_curobj().start_element(self, name, attrs) @@ -1193,11 +1104,56 @@ class XhpParser: ignore_this = True except: pass + + try: + localized_text = get_localized_text(attrs['id']) + except: + pass + if ignore_this: obj.parse_child(Ignore(attrs, obj, 'paragraph')) + elif localized_text != '': + # parse the localized text + localized_para = Paragraph(attrs, obj) + text = u'<?xml version="1.0" encoding="UTF-8"?><localized>' + localized_text + '</localized>' + ParserBase(self.follow_embed, self.embedding_app, self.current_app, self.wiki_page_name, \ + localized_para, text.encode('utf-8')) + # add it to the overall structure + obj.objects.append(localized_para) + # and ignore the original text + obj.parse_child(Ignore(attrs, obj, 'paragraph')) else: obj.parse_child(Paragraph(attrs, obj)) +class XhpParser(ParserBase): + def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): + self.filename = filename + + # we want to ignore the 1st level="1" heading, because in most of the + # cases, it is the only level="1" heading in the file, and it is the + # same as the page title + self.ignore_heading = True + + current_app = '' + self.current_app_raw = '' + for i in [['sbasic', 'BASIC'], ['scalc', 'CALC'], \ + ['sdatabase', 'DATABASE'], ['sdraw', 'DRAW'], \ + ['schart', 'CHART'], ['simpress', 'IMPRESS'], \ + ['smath', 'MATH'], ['swriter', 'WRITER']]: + if filename.find('/%s/'% i[0]) >= 0: + self.current_app_raw = i[0] + current_app = i[1] + break + + if embedding_app == '': + embedding_app = current_app + + file = codecs.open(filename, "r", "utf-8") + buf = file.read() + file.close() + + ParserBase.__init__(self, follow_embed, embedding_app, current_app, wiki_page_name, XhpFile(), buf.encode('utf-8')) + def loadallfiles(filename): global titles file = codecs.open(filename, "r", "utf-8") -- cgit v1.2.3 From 780dcdd0ab987ae25fe97355dbec9aea31c59d06 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 18 Jan 2011 12:19:59 +0100 Subject: wikihelp: Speedup of the generation of the localized help. Fix unescaping. --- helpcontent2/to-wiki/wikiconv2.py | 83 +++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 42 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 9d9ab57b0c..0568b26a43 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -11,7 +11,8 @@ max_threads = 25 titles = [[]] -localization_data = [[]] +# map of id -> localized text +localization_data = {} # content of the hid.lst file for easier searching hid_lst = {} @@ -175,53 +176,51 @@ def escape_equals_sign(text): def load_localization_data(sdf_file): try: file = codecs.open(sdf_file, "r", "utf-8") - for line in file: - line = line.strip() - # TODO: Check if multiple \t needs to be merged - if line.find("#") == 0: - continue - localization_data.append(line.split("\t")) - file.close() - return True except: sys.stderr.write('Error: Cannot open .sdf file "%s"\n'% sdf_file) return False -def replace_gt_lt(str,char,replace): - # Add additional space to catch strings starting with <= - str = " "+str - index = -1 - while True: - index = str.find(char, index+1) - if index < 0: - break - if str[index-1] != '\\': - str = str[:index]+replace+str[index+1:] - return str[1:] + for line in file: + line = line.strip() + if line[0] == '#': + continue + spl = line.split("\t") + localization_data[spl[4]] = spl[10] + + file.close() + return True + +def unescape(str): + unescape_map = {'<': {True:'<', False:'<'}, + '>': {True:'>', False:'>'}, + '&': {True:'&', False:'&'}, + '"': {True:'"', False:'"'}} + result = '' + escape = False + for c in str: + if c == '\\': + if escape: + result = result + '\\' + escape = False + else: + escape = True + else: + try: + replace = unescape_map[c] + result = result + replace[escape] + except: + result = result + c + escape = False + + return result def get_localized_text(id): - # Note: The order is important - replace_localized_strs = [ - ["\\\"","\""], - ["& Chr(13)&","<br>"], - ["& Chr(13) &","<br>"], - ["&","&"], - ["\\n","\n"], - ["\\t","\t"], - ["\\\\<","<"], - ["\\\\>",">"], - ] - for line in localization_data: - if len(line) > 10 and line[4].strip() == id.strip(): - str = line[10] - for i in replace_localized_strs: - str = str.replace(i[0],i[1]) - str = replace_gt_lt(str,"<","<") - str = replace_gt_lt(str,">",">") - # Finally replace the \< and \> tokens - str = str.replace("\\<","<").replace("\\>",">") - return str - return "" + try: + str = localization_data[id.strip()] + except: + return '' + + return unescape(str) def href_to_fname_id(href): link = href.replace('"', '') -- cgit v1.2.3 From 64eaa45f2b8e9998575165ab320861d84e72b8ea Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 18 Jan 2011 15:42:30 +0100 Subject: wikihelp: The filename must be part of the paragraph id. The paragraph ids are duplicate among files :-( --- helpcontent2/to-wiki/wikiconv2.py | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 0568b26a43..e1057ec251 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -185,7 +185,12 @@ def load_localization_data(sdf_file): if line[0] == '#': continue spl = line.split("\t") - localization_data[spl[4]] = spl[10] + + # the form of the key is like + # source/text/shared/explorer/database/02010100.xhp#hd_id3149233 + # otherwise we are getting duplicates + key = '%s#%s'% (spl[1].replace('\\', '/'), spl[4]) + localization_data[key] = spl[10] file.close() return True @@ -214,9 +219,9 @@ def unescape(str): return result -def get_localized_text(id): +def get_localized_text(filename, id): try: - str = localization_data[id.strip()] + str = localization_data['%s#%s'% (filename, id)] except: return '' @@ -305,12 +310,8 @@ class ElementBase: (id, fname)) def unhandled_element(self, parser, name): - try: - filename = parser.filename - except: - filename = "Localized paragraph" sys.stderr.write('Warning: Unhandled element "%s" in "%s" (%s)\n'% \ - (name, self.name, filename)) + (name, self.name, parser.filename)) # Base class for trivial elements that operate on char_data # @@ -1065,12 +1066,13 @@ class TableContentParagraph(Paragraph): self.role = 'tablecontent' class ParserBase: - def __init__(self, follow_embed, embedding_app, current_app, wiki_page_name, head_object, buffer): - self.head_obj = head_object + def __init__(self, filename, follow_embed, embedding_app, current_app, wiki_page_name, head_object, buffer): + self.filename = filename self.follow_embed = follow_embed self.embedding_app = embedding_app self.current_app = current_app self.wiki_page_name = wiki_page_name + self.head_obj = head_object p = xml.parsers.expat.ParserCreate() p.StartElementHandler = self.start_element @@ -1105,7 +1107,7 @@ class ParserBase: pass try: - localized_text = get_localized_text(attrs['id']) + localized_text = get_localized_text(self.filename, attrs['id']) except: pass @@ -1115,7 +1117,8 @@ class ParserBase: # parse the localized text localized_para = Paragraph(attrs, obj) text = u'<?xml version="1.0" encoding="UTF-8"?><localized>' + localized_text + '</localized>' - ParserBase(self.follow_embed, self.embedding_app, self.current_app, self.wiki_page_name, \ + ParserBase(self.filename, self.follow_embed, self.embedding_app, \ + self.current_app, self.wiki_page_name, \ localized_para, text.encode('utf-8')) # add it to the overall structure obj.objects.append(localized_para) @@ -1126,8 +1129,6 @@ class ParserBase: class XhpParser(ParserBase): def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): - self.filename = filename - # we want to ignore the 1st level="1" heading, because in most of the # cases, it is the only level="1" heading in the file, and it is the # same as the page title @@ -1151,7 +1152,7 @@ class XhpParser(ParserBase): buf = file.read() file.close() - ParserBase.__init__(self, follow_embed, embedding_app, current_app, wiki_page_name, XhpFile(), buf.encode('utf-8')) + ParserBase.__init__(self, filename, follow_embed, embedding_app, current_app, wiki_page_name, XhpFile(), buf.encode('utf-8')) def loadallfiles(filename): global titles -- cgit v1.2.3 From d30dcb911d5eccfdb71d4d97965045cc0b043072 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 18 Jan 2011 16:20:19 +0100 Subject: wikihelp: Translate also the content of tables and list items. --- helpcontent2/to-wiki/wikiconv2.py | 42 +++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index e1057ec251..6f5f80761d 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -495,7 +495,7 @@ class TableCell(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(TableContentParagraph(attrs, self)) + parser.parse_localized_paragraph(TableContentParagraph(attrs, self), attrs, self) elif name == 'section': self.parse_child(Section(attrs, self)) else: @@ -546,7 +546,7 @@ class ListItem(ElementBase): if parser.follow_embed: self.embed_href(parser, fname, id) elif name == 'paragraph': - self.parse_child(ListItemParagraph(attrs, self)) + parser.parse_localized_paragraph(ListItemParagraph(attrs, self), attrs, self) else: self.unhandled_element(parser, name) @@ -1096,36 +1096,40 @@ class ParserBase: def get_variable(self, id): return self.head_obj.get_variable(id) - def parse_paragraph(self, attrs, obj): - ignore_this = False - try: - if attrs['role'] == 'heading' and int(attrs['level']) == 1 \ - and self.ignore_heading and self.follow_embed: - self.ignore_heading = False - ignore_this = True - except: - pass - + def parse_localized_paragraph(self, paragraph, attrs, obj): + localized_text = '' try: localized_text = get_localized_text(self.filename, attrs['id']) except: pass - if ignore_this: - obj.parse_child(Ignore(attrs, obj, 'paragraph')) - elif localized_text != '': + if localized_text != '': # parse the localized text - localized_para = Paragraph(attrs, obj) text = u'<?xml version="1.0" encoding="UTF-8"?><localized>' + localized_text + '</localized>' ParserBase(self.filename, self.follow_embed, self.embedding_app, \ self.current_app, self.wiki_page_name, \ - localized_para, text.encode('utf-8')) + paragraph, text.encode('utf-8')) # add it to the overall structure - obj.objects.append(localized_para) + obj.objects.append(paragraph) # and ignore the original text obj.parse_child(Ignore(attrs, obj, 'paragraph')) else: - obj.parse_child(Paragraph(attrs, obj)) + obj.parse_child(paragraph) + + def parse_paragraph(self, attrs, obj): + ignore_this = False + try: + if attrs['role'] == 'heading' and int(attrs['level']) == 1 \ + and self.ignore_heading and self.follow_embed: + self.ignore_heading = False + ignore_this = True + except: + pass + + if ignore_this: + obj.parse_child(Ignore(attrs, obj, 'paragraph')) + else: + self.parse_localized_paragraph(Paragraph(attrs, obj), attrs, obj) class XhpParser(ParserBase): def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): -- cgit v1.2.3 From 28ed56a4b3265ead11fcc27d50734688e744c8f7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 19 Jan 2011 14:15:13 +0100 Subject: wikihelp: Generate more languages at once, so far en + cs. --- helpcontent2/help-to-wiki.py | 17 +++++- helpcontent2/to-wiki/wikiconv2.py | 106 ++++++++++++++++++++++++++------------ helpcontent2/upload-wiki.pl | 1 + 3 files changed, 89 insertions(+), 35 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index ee4e628694..be86f626ef 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -77,6 +77,21 @@ create_wiki_dirs() print "Generating the titles..." os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) -wikiconv2.convert(generate_redirects, args) +try: + sdf_path = args[0] +except: + sdf_path = '../../l10n/l10n/source' + sys.stderr.write('Path to the .sdf files not provided, using "%s"\n'% sdf_path) + +# [16:26:45] <kendy> sophi, timar: Obviously, I am testing with Czech ;-) +# [16:27:05] <timar> kendy: HUngarian :) +# [16:27:25] <kendy> timar: :-) +# [16:27:26] <timar> kendy: Slovenian for Martin +# [16:28:00] <timar> kendy: and German, Italian, French, Spanish (with large user base) +# [16:28:13] <sophi> kendy: catalan +# [16:28:38] <sophi> kendy: also japanese and russian +# [16:29:48] <sophi> kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) +for lang in ['', 'cs']: + wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang)) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 6f5f80761d..2b3dd5df51 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -import sys -import thread, threading, time +import os, sys, thread, threading, time import xml.parsers.expat import codecs from threading import Thread @@ -9,7 +8,7 @@ from threading import Thread root="source/" max_threads = 25 -titles = [[]] +titles = [] # map of id -> localized text localization_data = {} @@ -120,6 +119,8 @@ replace_text_list = \ ] def load_hid_lst(): + global hid_lst + hid_lst = {} file = codecs.open("helpers/hid.lst", "r", "utf-8") for line in file: ids = line.strip().split(" ") @@ -174,6 +175,8 @@ def escape_equals_sign(text): return t def load_localization_data(sdf_file): + global localization_data + localization_data = {} try: file = codecs.open(sdf_file, "r", "utf-8") except: @@ -295,7 +298,9 @@ class ElementBase: # embed part of another file into current structure def embed_href(self, parent_parser, fname, id): # parse another xhp - parser = XhpParser('source/' + fname, False, parent_parser.current_app, parent_parser.wiki_page_name) + parser = XhpParser('source/' + fname, False, \ + parent_parser.current_app, parent_parser.wiki_page_name, \ + parent_parser.lang) var = parser.get_variable(id) if var != None: @@ -603,9 +608,19 @@ class Ignore(ElementBase): def __init__(self, attrs, parent, element_name): ElementBase.__init__(self, element_name, parent) -class Title(TextElementBase): +class OrigTitle(TextElementBase): def __init__(self, attrs, parent): + TextElementBase.__init__(self, attrs, parent, 'title', '{{OrigLang|', '}}\n\n', True) + +class Title(TextElementBase): + def __init__(self, attrs, parent, localized_title): TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n\n', True) + self.localized_title = localized_title + + def get_all(self): + if self.localized_title != '': + self.text = self.localized_title + return TextElementBase.get_all(self) class Topic(ElementBase): def __init__(self, attrs, parent): @@ -613,7 +628,10 @@ class Topic(ElementBase): def start_element(self, parser, name, attrs): if name == 'title': - self.parse_child(Title(attrs, self)) + if parser.lang == '': + self.parse_child(OrigTitle(attrs, self)) + else: + self.parse_child(Title(attrs, self, get_localized_text(parser.filename, 'tit'))) elif name == 'filename': self.parse_child(Ignore(attrs, self, name)) else: @@ -709,7 +727,7 @@ class Sort(ElementBase): return ElementBase.get_all(self) class Link(ElementBase): - def __init__(self, attrs, parent): + def __init__(self, attrs, parent, lang): ElementBase.__init__(self, 'link', parent) self.link = attrs['href'] @@ -721,6 +739,7 @@ class Link(ElementBase): self.default_name = self.lname self.lname = get_link_filename(self.link, self.lname) self.wikitext = "" + self.lang = lang def char_data(self, parser, data): self.wikitext = self.wikitext + data @@ -732,6 +751,8 @@ class Link(ElementBase): self.wikitext = replace_text(self.wikitext) if self.link.find("http") >= 0: text = "["+self.link+" "+self.wikitext+"]" + elif self.lang != '': + text = '[[%s/%s|%s]]'% (self.lname, self.lang, self.wikitext) else: text = "[["+self.lname+"|"+self.wikitext+"]]" return text @@ -948,7 +969,7 @@ class Paragraph(ElementBase): elif name == 'item': self.parse_child(Item(attrs, self)) elif name == 'link': - self.parse_child(Link(attrs, self)) + self.parse_child(Link(attrs, self, parser.lang)) elif name == 'localized': # we ignore this tag, it is added arbitrary for the paragraphs # that come from .sdf files @@ -1066,12 +1087,13 @@ class TableContentParagraph(Paragraph): self.role = 'tablecontent' class ParserBase: - def __init__(self, filename, follow_embed, embedding_app, current_app, wiki_page_name, head_object, buffer): + def __init__(self, filename, follow_embed, embedding_app, current_app, wiki_page_name, lang, head_object, buffer): self.filename = filename self.follow_embed = follow_embed self.embedding_app = embedding_app self.current_app = current_app self.wiki_page_name = wiki_page_name + self.lang = lang self.head_obj = head_object p = xml.parsers.expat.ParserCreate() @@ -1107,7 +1129,7 @@ class ParserBase: # parse the localized text text = u'<?xml version="1.0" encoding="UTF-8"?><localized>' + localized_text + '</localized>' ParserBase(self.filename, self.follow_embed, self.embedding_app, \ - self.current_app, self.wiki_page_name, \ + self.current_app, self.wiki_page_name, self.lang, \ paragraph, text.encode('utf-8')) # add it to the overall structure obj.objects.append(paragraph) @@ -1132,7 +1154,7 @@ class ParserBase: self.parse_localized_paragraph(Paragraph(attrs, obj), attrs, obj) class XhpParser(ParserBase): - def __init__(self, filename, follow_embed, embedding_app, wiki_page_name): + def __init__(self, filename, follow_embed, embedding_app, wiki_page_name, lang): # we want to ignore the 1st level="1" heading, because in most of the # cases, it is the only level="1" heading in the file, and it is the # same as the page title @@ -1156,10 +1178,12 @@ class XhpParser(ParserBase): buf = file.read() file.close() - ParserBase.__init__(self, filename, follow_embed, embedding_app, current_app, wiki_page_name, XhpFile(), buf.encode('utf-8')) + ParserBase.__init__(self, filename, follow_embed, embedding_app, + current_app, wiki_page_name, lang, XhpFile(), buf.encode('utf-8')) def loadallfiles(filename): global titles + titles = [] file = codecs.open(filename, "r", "utf-8") for line in file: title = line.split(";", 2) @@ -1167,14 +1191,15 @@ def loadallfiles(filename): file.close() class WikiConverter(Thread): - def __init__(self, inputfile, wiki_page_name, outputfile): + def __init__(self, inputfile, wiki_page_name, lang, outputfile): Thread.__init__(self) self.inputfile = inputfile self.wiki_page_name = wiki_page_name + self.lang = lang self.outputfile = outputfile def run(self): - parser = XhpParser(self.inputfile, True, '', self.wiki_page_name) + parser = XhpParser(self.inputfile, True, '', self.wiki_page_name, self.lang) file = codecs.open(self.outputfile, "wb", "utf-8") file.write(parser.get_all()) file.close() @@ -1226,37 +1251,50 @@ def write_redirects(): write_link(r, target) # Main Function -def convert(generate_redirects, localizations): - print "Generating the wiki itself..." +def convert(generate_redirects, lang, sdf_file): + if lang == '': + print 'Generating the wiki main pages...' + else: + print 'Generating the wiki pages for language %s...'% lang load_hid_lst() loadallfiles("alltitles.csv") - if len(localizations) > 0: - sys.stderr.write('Using localizations from "%s"\n'% localizations[0]) - if not load_localization_data(localizations[0]): + if lang != '': + sys.stderr.write('Using localizations from "%s"\n'% sdf_file) + if not load_localization_data(sdf_file): return for title in titles: while threading.active_count() > max_threads: time.sleep(0.001) - outfile = "" - infile = "" - if len(title) > 1: - outfile = "wiki/"+title[1].strip() - infile = title[0].strip() + infile = title[0].strip() + wikiname = title[1].strip() + articledir = 'wiki/' + wikiname + try: + os.mkdir(articledir) + except: + pass + + outfile = '' + if lang != '': + wikiname = '%s/%s'% (wikiname, lang) + outfile = '%s/%s'% (articledir, lang) + else: + outfile = '%s/MAIN'% articledir + + try: + file = open(outfile, 'r') + except: try: - file = open(outfile,"r") + wiki = WikiConverter(infile, wikiname, lang, outfile) + wiki.start() + continue except: - try: - wiki = WikiConverter(infile,title[1].strip(),outfile) - wiki.start() - continue - except: - print 'Failed to convert "%s" into "%s".\n'% \ - (title[1].strip(), outfile) - print "Warning: Skipping: "+infile+" > "+outfile - file.close() + print 'Failed to convert "%s" into "%s".\n'% \ + (infile, outfile) + sys.stderr.write('Warning: Skipping: %s > %s\n'% (infile, outfile)) + file.close() # wait for everyone to finish while threading.active_count() > 1: diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl index 85d5201a2a..d5b5f556de 100755 --- a/helpcontent2/upload-wiki.pl +++ b/helpcontent2/upload-wiki.pl @@ -112,6 +112,7 @@ sub upload_article { my $pagename = $File::Find::name; $pagename =~ s/^wiki\///; + $pagename =~ s/\/MAIN$//; # pages starting with lowercase 's' are redirects if ( $pagename =~ /^s/ ) { -- cgit v1.2.3 From d20259aa9e106d0e9a9347efefd4be7972f194b0 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 19 Jan 2011 15:31:09 +0100 Subject: wikihelp: Skip encoding when uploading, it's already in utf-8. --- helpcontent2/upload-wiki.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl index d5b5f556de..7712f01932 100755 --- a/helpcontent2/upload-wiki.pl +++ b/helpcontent2/upload-wiki.pl @@ -128,7 +128,7 @@ sub upload_article { $mw->edit( { action => 'edit', title => $pagename, - text => $text } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; + text => $text }, { skip_encoding => 1 } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; } File::Find::find( {wanted => \&upload_article}, 'wiki/' ); -- cgit v1.2.3 From 2c4a94f2126d24662d7089d8ab754691c7a842f9 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 19 Jan 2011 15:45:13 +0100 Subject: wikihelp: Generate the images and redirects only once. --- helpcontent2/to-wiki/wikiconv2.py | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 2b3dd5df51..5d0b7af57c 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1253,9 +1253,15 @@ def write_redirects(): # Main Function def convert(generate_redirects, lang, sdf_file): if lang == '': - print 'Generating the wiki main pages...' + print 'Generating the main wiki pages...' else: print 'Generating the wiki pages for language %s...'% lang + + global redirects + redirects = [] + global images + images = set() + load_hid_lst() loadallfiles("alltitles.csv") @@ -1300,15 +1306,16 @@ def convert(generate_redirects, lang, sdf_file): while threading.active_count() > 1: time.sleep(0.001) - # set of the images used here - print 'Generating "images.txt", the list of used images...' - file = open('images.txt', "w") - for image in images: - file.write('%s\n'% image) - file.close() + if lang == '': + # set of the images used here + print 'Generating "images.txt", the list of used images...' + file = open('images.txt', "w") + for image in images: + file.write('%s\n'% image) + file.close() - # generate the redirects - if generate_redirects: - write_redirects() + # generate the redirects + if generate_redirects: + write_redirects() # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From d141cd7ba4e704b75cb85b27ec13377c8b5baa1d Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 19 Jan 2011 15:58:43 +0100 Subject: wikihelp: No special paragraph for the Lang/OrigLang template. --- helpcontent2/to-wiki/wikiconv2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 5d0b7af57c..790bcaf843 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -610,11 +610,11 @@ class Ignore(ElementBase): class OrigTitle(TextElementBase): def __init__(self, attrs, parent): - TextElementBase.__init__(self, attrs, parent, 'title', '{{OrigLang|', '}}\n\n', True) + TextElementBase.__init__(self, attrs, parent, 'title', '{{OrigLang|', '}}\n', True) class Title(TextElementBase): def __init__(self, attrs, parent, localized_title): - TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n\n', True) + TextElementBase.__init__(self, attrs, parent, 'title', '{{Lang|', '}}\n', True) self.localized_title = localized_title def get_all(self): -- cgit v1.2.3 From 4fe233c4c16c9208c3d011cb725226cbfab84803 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 19 Jan 2011 17:22:13 +0100 Subject: wikihelp: More languages. ca, cs, de, en, es, fr, hu, it, ja, ru, sl, vi --- helpcontent2/help-to-wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index be86f626ef..80d3caaa0e 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -91,7 +91,7 @@ except: # [16:28:13] <sophi> kendy: catalan # [16:28:38] <sophi> kendy: also japanese and russian # [16:29:48] <sophi> kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) -for lang in ['', 'cs']: +for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'ru', 'sl', 'vi']: wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang)) # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 3dc3d8246b752f8dac8579a562c857b2023a0ad2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Thu, 20 Jan 2011 18:41:23 +0100 Subject: wikihelp: Don't die when uploading fails, restarting is problematic. --- helpcontent2/upload-wiki.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/upload-wiki.pl b/helpcontent2/upload-wiki.pl index 7712f01932..e5884436fc 100755 --- a/helpcontent2/upload-wiki.pl +++ b/helpcontent2/upload-wiki.pl @@ -128,7 +128,7 @@ sub upload_article { $mw->edit( { action => 'edit', title => $pagename, - text => $text }, { skip_encoding => 1 } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; + text => $text }, { skip_encoding => 1 } ) || print 'Error: ' . $mw->{error}->{code} . ': ' . $mw->{error}->{details} . '\n'; } File::Find::find( {wanted => \&upload_article}, 'wiki/' ); -- cgit v1.2.3 From 00e683d439466e6981e05788ab0099b1f4063033 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Thu, 20 Jan 2011 21:10:12 +0100 Subject: wikihelp: Add pt and pt-BR. --- helpcontent2/help-to-wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 80d3caaa0e..717bcd5849 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -91,7 +91,7 @@ except: # [16:28:13] <sophi> kendy: catalan # [16:28:38] <sophi> kendy: also japanese and russian # [16:29:48] <sophi> kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) -for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'ru', 'sl', 'vi']: +for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'pt-BR', 'ru', 'sl', 'vi']: wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang)) # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From e0f939d1b8cfe909686adc01a98b284084f56a02 Mon Sep 17 00:00:00 2001 From: Octavio Alvarez <alvarezp@alvarezp.ods.org> Date: Mon, 17 Jan 2011 14:46:46 -0800 Subject: sw help: right arrow past the end is now ctrl+shift+x --- helpcontent2/source/text/swriter/guide/reset_format.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/swriter/guide/reset_format.xhp b/helpcontent2/source/text/swriter/guide/reset_format.xhp index 45166aa5e3..7d9eb4dca9 100755 --- a/helpcontent2/source/text/swriter/guide/reset_format.xhp +++ b/helpcontent2/source/text/swriter/guide/reset_format.xhp @@ -51,7 +51,7 @@ </variable></paragraph> <list type="unordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3154091" role="listitem" l10n="U" oldref="27">You can quickly exit manual formatting by pressing the right-arrow key. For example, if you have pressed Ctrl+B to apply the bold typeface to the text that you type, press the right arrow to return to the default character format of the paragraph.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154091" role="listitem" l10n="U" oldref="27">You can quickly exit manual formatting by pressing Ctrl+Shift+X. For example, if you have pressed Ctrl+B to apply the bold typeface to the text that you type, press Ctrl+Shift+X to return to the default character format of the paragraph.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3155854" role="listitem" l10n="CHG" oldref="28">To reset all direct formatting of existing text, select that text, then choose the menu command <emph>Format - Default Formatting</emph>.</paragraph> -- cgit v1.2.3 From 0acdcefc54ebe326153e88cc6ae3321bd4e85abf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist <tlillqvist@novell.com> Date: Mon, 24 Jan 2011 13:55:20 +0200 Subject: Include the wntmscx build directories --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 50784a43df..4890e114ab 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ # the build directories /*/unxlng?? /*/unxlng??.pro -/*/wntmsci?? -/*/wntmsci??.pro +/*/wntmsc??? +/*/wntmsc???.pro -- cgit v1.2.3 From 220fa75b599d33c1326fcd850e5fd0c9f82021b5 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 25 Jan 2011 16:02:18 +0100 Subject: wikihelp: Escape '#' in the name of the article. --- helpcontent2/to-wiki/getalltitles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index f1167830f6..18a2dc0828 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -32,6 +32,7 @@ replace_text_list = [ ['"-"',"Minus"], ['"/"',"Slash"], ['"^"',"Cap"], + ['#',"No"], [')','_'], ['(','_'], [']','_'], -- cgit v1.2.3 From c905aa1a5b059e9edb35d658bcaeb3f1cbf3bd1a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 25 Jan 2011 16:03:03 +0100 Subject: wikihelp: Handle links with fragments (#something) too. --- helpcontent2/to-wiki/wikiconv2.py | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 790bcaf843..02ccb0f338 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -129,22 +129,23 @@ def load_hid_lst(): file.close() def get_link_filename(link, name): - text = link - if link.find("http") >= 0: + text = link.strip() + fragment = '' + if text.find('http') == 0: text = name + else: + f = text.find('#') + if f >= 0: + fragment = text[f:] + text = text[0:f] + for title in titles: try: if title[0].find(text) >= 0: - return title[1].strip() + return (title[1].strip(), fragment) except: pass - return link - -def get_link_name(link): - for title in titles: - if title[0].find(link) >= 0: - return title[2].strip() - return link + return (link, '') def replace_text(text): for i in replace_text_list: @@ -737,7 +738,7 @@ class Link(ElementBase): self.lname = self.link[self.link.rfind("/")+1:] # Override lname self.default_name = self.lname - self.lname = get_link_filename(self.link, self.lname) + (self.lname, self.fragment) = get_link_filename(self.link, self.lname) self.wikitext = "" self.lang = lang @@ -749,12 +750,12 @@ class Link(ElementBase): self.wikitext = self.default_name self.wikitext = replace_text(self.wikitext) - if self.link.find("http") >= 0: - text = "["+self.link+" "+self.wikitext+"]" + if self.link.find("http") == 0: + text = '[%s %s]'% (self.link, self.wikitext) elif self.lang != '': - text = '[[%s/%s|%s]]'% (self.lname, self.lang, self.wikitext) + text = '[[%s/%s%s|%s]]'% (self.lname, self.lang, self.fragment, self.wikitext) else: - text = "[["+self.lname+"|"+self.wikitext+"]]" + text = '[[%s%s|%s]]'% (self.lname, self.fragment, self.wikitext) return text class SwitchInline(ElementBase): -- cgit v1.2.3 From 4ab176c9d2f89f5244cc768807d79ee14d131680 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Tue, 25 Jan 2011 16:23:00 +0100 Subject: wikihelp: Handle some of the typos in translations. --- helpcontent2/to-wiki/wikiconv2.py | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 02ccb0f338..6a3d766488 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -883,27 +883,45 @@ class Item(ElementBase): replace_type = \ {'start':{'input': '<code>', 'keycode': '{{KeyCode|', + 'tasto': '{{KeyCode|', + 'litera': '<code>', 'literal': '<code>', 'menuitem': '{{MenuItem|', - 'productname': '' + 'mwnuitem': '{{MenuItem|', + 'OpenOffice.org': '', + 'productname': '', + 'unknown': '<code>' }, 'end':{'input': '</code>', 'keycode': '}}', + 'tasto': '}}', + 'litera': '</code>', 'literal': '</code>', 'menuitem': '}}', - 'productname': '' + 'mwnuitem': '}}', + 'OpenOffice.org': '', + 'productname': '', + 'unknown': '</code>' }, 'templ':{'input': False, 'keycode': True, + 'tasto': True, + 'litera': False, 'literal': False, 'menuitem': True, - 'productname': False + 'mwnuitem': True, + 'OpenOffice.org': False, + 'productname': False, + 'unknown': False }} def __init__(self, attrs, parent): ElementBase.__init__(self, 'item', parent) - self.type = attrs['type'] + try: + self.type = attrs['type'] + except: + self.type = 'unknown' self.text = '' def char_data(self, parser, data): -- cgit v1.2.3 From 901c96619abba313f2e8b3f11c2aa1964343a1ed Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@suse.cz> Date: Wed, 26 Jan 2011 11:50:13 +0100 Subject: wikihelp: Incroduce an option to run without translations. --- helpcontent2/help-to-wiki.py | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 717bcd5849..ca3b774d93 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -12,8 +12,9 @@ def usage(): print ''' help-to-wiki.py - converts .xhp files into a wiki --h, --help - this help --r, --redirects - generate also redirect pages +-h, --help - this help +-n, --no-translations - generate only English pages +-r, --redirects - generate also redirect pages Most probably, you want to generate the redirects only once when you initially populate the wiki, and then only update the ones that broke.\n''' @@ -50,9 +51,20 @@ def create_wiki_dirs(): except: pass +# Langs to handle +# [16:26:45] <kendy> sophi, timar: Obviously, I am testing with Czech ;-) +# [16:27:05] <timar> kendy: HUngarian :) +# [16:27:25] <kendy> timar: :-) +# [16:27:26] <timar> kendy: Slovenian for Martin +# [16:28:00] <timar> kendy: and German, Italian, French, Spanish (with large user base) +# [16:28:13] <sophi> kendy: catalan +# [16:28:38] <sophi> kendy: also japanese and russian +# [16:29:48] <sophi> kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) +langs = ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'pt-BR', 'ru', 'sl', 'vi'] + # Argument handling try: - opts, args = getopt.getopt(sys.argv[1:], 'hr', ['help', 'redirects']) + opts, args = getopt.getopt(sys.argv[1:], 'hnr', ['help', 'no-translations', 'redirects']) except getopt.GetoptError: usage() sys.exit(1) @@ -62,6 +74,8 @@ for opt, arg in opts: if opt in ('-h', '--help'): usage() sys.exit() + elif opt in ('-n', '--no-translations'): + langs = [''] elif opt in ('-r', '--redirects'): generate_redirects = True @@ -83,15 +97,8 @@ except: sdf_path = '../../l10n/l10n/source' sys.stderr.write('Path to the .sdf files not provided, using "%s"\n'% sdf_path) -# [16:26:45] <kendy> sophi, timar: Obviously, I am testing with Czech ;-) -# [16:27:05] <timar> kendy: HUngarian :) -# [16:27:25] <kendy> timar: :-) -# [16:27:26] <timar> kendy: Slovenian for Martin -# [16:28:00] <timar> kendy: and German, Italian, French, Spanish (with large user base) -# [16:28:13] <sophi> kendy: catalan -# [16:28:38] <sophi> kendy: also japanese and russian -# [16:29:48] <sophi> kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) -for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'pt-BR', 'ru', 'sl', 'vi']: +# do the work +for lang in langs: wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang)) # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3 From 4718947d9f57bf50dd37b79b44676a7805c46cfb Mon Sep 17 00:00:00 2001 From: Octavio Alvarez <alvarezp@alvarezp.ods.org> Date: Mon, 17 Jan 2011 14:47:43 -0800 Subject: "Default Formatting" -> "Clear Direct Formatting" --- helpcontent2/source/text/swriter/guide/reset_format.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/swriter/guide/reset_format.xhp b/helpcontent2/source/text/swriter/guide/reset_format.xhp index 7d9eb4dca9..7abc83116f 100755 --- a/helpcontent2/source/text/swriter/guide/reset_format.xhp +++ b/helpcontent2/source/text/swriter/guide/reset_format.xhp @@ -54,11 +54,11 @@ <paragraph xml-lang="en-US" id="par_id3154091" role="listitem" l10n="U" oldref="27">You can quickly exit manual formatting by pressing Ctrl+Shift+X. For example, if you have pressed Ctrl+B to apply the bold typeface to the text that you type, press Ctrl+Shift+X to return to the default character format of the paragraph.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3155854" role="listitem" l10n="CHG" oldref="28">To reset all direct formatting of existing text, select that text, then choose the menu command <emph>Format - Default Formatting</emph>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3155854" role="listitem" l10n="CHG" oldref="28">To reset all direct formatting of existing text, select that text, then choose the menu command <emph>Format - Clear Direct Formatting</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/text_emphasize.xhp#text_emphasize"/> <embed href="text/swriter/guide/shortcut_writing.xhp#shortcut_writing"/> </body> -</helpdocument> \ No newline at end of file +</helpdocument> -- cgit v1.2.3 From 33222c33d2d10b6fad07f70fa3043f81ce23a43c Mon Sep 17 00:00:00 2001 From: Andras Timar <timar@fsf.hu> Date: Sat, 29 Jan 2011 14:47:47 +0100 Subject: OOo -> LibO on Getting Support Page - fdo#33249 --- helpcontent2/source/text/shared/05/00000001.xhp | 21 ++++++++++----------- helpcontent2/source/text/shared/05/00000100.xhp | 0 helpcontent2/source/text/shared/05/00000120.xhp | 0 3 files changed, 10 insertions(+), 11 deletions(-) mode change 100755 => 100644 helpcontent2/source/text/shared/05/00000100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/05/00000120.xhp diff --git a/helpcontent2/source/text/shared/05/00000001.xhp b/helpcontent2/source/text/shared/05/00000001.xhp index 84d2171457..5990842ca2 100644 --- a/helpcontent2/source/text/shared/05/00000001.xhp +++ b/helpcontent2/source/text/shared/05/00000001.xhp @@ -46,25 +46,24 @@ </bookmark> <paragraph xml-lang="en-US" id="hd_id3146873" role="heading" level="1" l10n="U" oldref="1"><variable id="00000001"><link href="text/shared/05/00000001.xhp" name="Getting Support">Getting Support</link> </variable></paragraph> - <paragraph xml-lang="en-US" id="par_id9173253" role="paragraph" l10n="NEW">Many questions and answers are the same for OpenOffice.org software and for the commercial office software.</paragraph> - <paragraph xml-lang="en-US" id="par_id3150667" role="paragraph" l10n="CHG" oldref="8">You can find support on the OpenOffice.org website at <link href="http://support.openoffice.org">support.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3150667" role="paragraph" l10n="CHG" oldref="8">You can find support on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/">www.libreoffice.org</link>.</paragraph> <paragraph xml-lang="en-US" id="par_id3154230" role="paragraph" l10n="U" oldref="3">For a summary of the current support services refer to the <emph>Readme</emph> file in the <item type="productname">%PRODUCTNAME</item> folder.</paragraph> <paragraph xml-lang="en-US" id="hd_id26327" role="heading" level="2" l10n="NEW">Local language support pages</paragraph> - <paragraph xml-lang="en-US" id="par_id1318380" role="paragraph" l10n="CHG">The OpenOffice.org localization projects offer support pages in local languages. Find an overview of the native language projects at <link href="http://projects.openoffice.org/native-lang.html">projects.openoffice.org/native-lang.html</link>. You can find help and support in English language on the OpenOffice.org website at <link href="http://support.openoffice.org">support.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id1318380" role="paragraph" l10n="CHG">The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at <link href="http://www.libreoffice.org/international-sites/">http://www.libreoffice.org/international-sites/</link>. You can find help and support in English language on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/">www.libreoffice.org</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id2611386" role="heading" level="2" l10n="NEW">Mailing lists</paragraph> - <paragraph xml-lang="en-US" id="par_id3166335" role="paragraph" l10n="NEW">Ask about OpenOffice.org, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the OpenOffice.org website at <link href="http://www.openoffice.org/mail_list.html">www.openoffice.org/mail_list.html</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3166335" role="paragraph" l10n="NEW">Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/mailing-lists/">www.libreoffice.org/get-help/mailing-lists/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id0915200811081722" role="heading" level="2" l10n="NEW">Forum</paragraph> - <paragraph xml-lang="en-US" id="par_id0915200811081778" role="paragraph" l10n="NEW">You can access web forums to ask and answer questions about OpenOffice.org.</paragraph> + <paragraph xml-lang="en-US" id="par_id0915200811081778" role="paragraph" l10n="NEW">You can access web forums to ask and answer questions about %PRODUCTNAME.</paragraph> <paragraph xml-lang="en-US" id="hd_id0804200803314150" role="heading" level="2" l10n="NEW">Security</paragraph> - <paragraph xml-lang="en-US" id="par_id0804200803314235" role="paragraph" l10n="NEW">In case you are concerned about any security issue with using this software, you can contact the developers on the public mail list dev@openoffice.org. If you want to discuss any issue with other users, send an email to the public mail list discuss@openoffice.org.</paragraph> + <paragraph xml-lang="en-US" id="par_id0804200803314235" role="paragraph" l10n="NEW">In case you are concerned about any security issue with using this software, you can contact the developers on the <link href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">public mail list</link>. If you want to discuss any issue with other users, send an email to the public mail list users@libreoffice.org.</paragraph> <paragraph xml-lang="en-US" id="hd_id3168534" role="heading" level="2" l10n="NEW">Downloads</paragraph> - <paragraph xml-lang="en-US" id="par_id3028143" role="paragraph" l10n="CHG">You can download the latest version of OpenOffice.org at <link href="http://download.openoffice.org/">download.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3028143" role="paragraph" l10n="CHG">You can download the latest version of %PRODUCTNAME at <link href="http://www.libreoffice.org/download/">www.libreoffice.org/download/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id2602967" role="heading" level="2" l10n="NEW">Documentation</paragraph> - <paragraph xml-lang="en-US" id="par_id3497211" role="paragraph" l10n="NEW">You can download documentation as PDF files, how-tos, and guides from the OpenOffice.org website at <link href="http://documentation.openoffice.org">documentation.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3497211" role="paragraph" l10n="NEW">You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/documentation/">www.libreoffice.org/get-help/documentation/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id0120200910361765" role="heading" level="2" l10n="NEW">Participate and give back</paragraph> - <paragraph xml-lang="en-US" id="par_id0120200910361848" role="paragraph" l10n="NEW">If you want to take an active role in the worldwide OpenOffice.org community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc.</paragraph> - <paragraph xml-lang="en-US" id="par_id0120200910361874" role="paragraph" l10n="NEW">Visit the <link href="http://documentation.openoffice.org/">documentation web site</link> or the <link href="http://wiki.services.openoffice.org/wiki/Documentation">Wiki starting page</link> and follow the links for contributors.</paragraph> + <paragraph xml-lang="en-US" id="par_id0120200910361848" role="paragraph" l10n="NEW">If you want to take an active role in the worldwide %PRODUCTNAME community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc.</paragraph> + <paragraph xml-lang="en-US" id="par_id0120200910361874" role="paragraph" l10n="NEW">Visit the <link href="http://www.libreoffice.org/get-involved/">Get involved page on the website</link> and follow the links for contributors.</paragraph> </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument> diff --git a/helpcontent2/source/text/shared/05/00000100.xhp b/helpcontent2/source/text/shared/05/00000100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/05/00000120.xhp b/helpcontent2/source/text/shared/05/00000120.xhp old mode 100755 new mode 100644 -- cgit v1.2.3 From f6bcac177d5b1989d8b9cc2e39b1f08841095fee Mon Sep 17 00:00:00 2001 From: Andras Timar <timar@fsf.hu> Date: Tue, 18 Jan 2011 21:17:23 +0100 Subject: OOo -> LibO on Getting Support page - fdo#33249 --- helpcontent2/source/text/shared/05/00000001.xhp | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/helpcontent2/source/text/shared/05/00000001.xhp b/helpcontent2/source/text/shared/05/00000001.xhp index 84d2171457..5990842ca2 100644 --- a/helpcontent2/source/text/shared/05/00000001.xhp +++ b/helpcontent2/source/text/shared/05/00000001.xhp @@ -46,25 +46,24 @@ </bookmark> <paragraph xml-lang="en-US" id="hd_id3146873" role="heading" level="1" l10n="U" oldref="1"><variable id="00000001"><link href="text/shared/05/00000001.xhp" name="Getting Support">Getting Support</link> </variable></paragraph> - <paragraph xml-lang="en-US" id="par_id9173253" role="paragraph" l10n="NEW">Many questions and answers are the same for OpenOffice.org software and for the commercial office software.</paragraph> - <paragraph xml-lang="en-US" id="par_id3150667" role="paragraph" l10n="CHG" oldref="8">You can find support on the OpenOffice.org website at <link href="http://support.openoffice.org">support.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3150667" role="paragraph" l10n="CHG" oldref="8">You can find support on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/">www.libreoffice.org</link>.</paragraph> <paragraph xml-lang="en-US" id="par_id3154230" role="paragraph" l10n="U" oldref="3">For a summary of the current support services refer to the <emph>Readme</emph> file in the <item type="productname">%PRODUCTNAME</item> folder.</paragraph> <paragraph xml-lang="en-US" id="hd_id26327" role="heading" level="2" l10n="NEW">Local language support pages</paragraph> - <paragraph xml-lang="en-US" id="par_id1318380" role="paragraph" l10n="CHG">The OpenOffice.org localization projects offer support pages in local languages. Find an overview of the native language projects at <link href="http://projects.openoffice.org/native-lang.html">projects.openoffice.org/native-lang.html</link>. You can find help and support in English language on the OpenOffice.org website at <link href="http://support.openoffice.org">support.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id1318380" role="paragraph" l10n="CHG">The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at <link href="http://www.libreoffice.org/international-sites/">http://www.libreoffice.org/international-sites/</link>. You can find help and support in English language on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/">www.libreoffice.org</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id2611386" role="heading" level="2" l10n="NEW">Mailing lists</paragraph> - <paragraph xml-lang="en-US" id="par_id3166335" role="paragraph" l10n="NEW">Ask about OpenOffice.org, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the OpenOffice.org website at <link href="http://www.openoffice.org/mail_list.html">www.openoffice.org/mail_list.html</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3166335" role="paragraph" l10n="NEW">Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/mailing-lists/">www.libreoffice.org/get-help/mailing-lists/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id0915200811081722" role="heading" level="2" l10n="NEW">Forum</paragraph> - <paragraph xml-lang="en-US" id="par_id0915200811081778" role="paragraph" l10n="NEW">You can access web forums to ask and answer questions about OpenOffice.org.</paragraph> + <paragraph xml-lang="en-US" id="par_id0915200811081778" role="paragraph" l10n="NEW">You can access web forums to ask and answer questions about %PRODUCTNAME.</paragraph> <paragraph xml-lang="en-US" id="hd_id0804200803314150" role="heading" level="2" l10n="NEW">Security</paragraph> - <paragraph xml-lang="en-US" id="par_id0804200803314235" role="paragraph" l10n="NEW">In case you are concerned about any security issue with using this software, you can contact the developers on the public mail list dev@openoffice.org. If you want to discuss any issue with other users, send an email to the public mail list discuss@openoffice.org.</paragraph> + <paragraph xml-lang="en-US" id="par_id0804200803314235" role="paragraph" l10n="NEW">In case you are concerned about any security issue with using this software, you can contact the developers on the <link href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">public mail list</link>. If you want to discuss any issue with other users, send an email to the public mail list users@libreoffice.org.</paragraph> <paragraph xml-lang="en-US" id="hd_id3168534" role="heading" level="2" l10n="NEW">Downloads</paragraph> - <paragraph xml-lang="en-US" id="par_id3028143" role="paragraph" l10n="CHG">You can download the latest version of OpenOffice.org at <link href="http://download.openoffice.org/">download.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3028143" role="paragraph" l10n="CHG">You can download the latest version of %PRODUCTNAME at <link href="http://www.libreoffice.org/download/">www.libreoffice.org/download/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id2602967" role="heading" level="2" l10n="NEW">Documentation</paragraph> - <paragraph xml-lang="en-US" id="par_id3497211" role="paragraph" l10n="NEW">You can download documentation as PDF files, how-tos, and guides from the OpenOffice.org website at <link href="http://documentation.openoffice.org">documentation.openoffice.org</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3497211" role="paragraph" l10n="NEW">You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME website at <link href="http://www.libreoffice.org/get-help/documentation/">www.libreoffice.org/get-help/documentation/</link>.</paragraph> <paragraph xml-lang="en-US" id="hd_id0120200910361765" role="heading" level="2" l10n="NEW">Participate and give back</paragraph> - <paragraph xml-lang="en-US" id="par_id0120200910361848" role="paragraph" l10n="NEW">If you want to take an active role in the worldwide OpenOffice.org community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc.</paragraph> - <paragraph xml-lang="en-US" id="par_id0120200910361874" role="paragraph" l10n="NEW">Visit the <link href="http://documentation.openoffice.org/">documentation web site</link> or the <link href="http://wiki.services.openoffice.org/wiki/Documentation">Wiki starting page</link> and follow the links for contributors.</paragraph> + <paragraph xml-lang="en-US" id="par_id0120200910361848" role="paragraph" l10n="NEW">If you want to take an active role in the worldwide %PRODUCTNAME community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc.</paragraph> + <paragraph xml-lang="en-US" id="par_id0120200910361874" role="paragraph" l10n="NEW">Visit the <link href="http://www.libreoffice.org/get-involved/">Get involved page on the website</link> and follow the links for contributors.</paragraph> </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument> -- cgit v1.2.3 From c2870928d465082f928528bcdb9fa31a6168b304 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold <thomas@arnhold.org> Date: Fri, 21 Jan 2011 20:50:02 +0100 Subject: Remove obsolete RCS lines. --- helpcontent2/source/text/scalc/guide/autoformat.xhp | 3 --- helpcontent2/source/text/shared/01/06040000.xhp | 3 --- helpcontent2/source/text/shared/02/01140000.xhp | 3 --- helpcontent2/source/text/shared/05/00000120.xhp | 3 --- helpcontent2/source/text/swriter/01/05150000.xhp | 3 --- helpcontent2/source/text/swriter/01/05150101.xhp | 3 --- helpcontent2/source/text/swriter/01/05150200.xhp | 3 --- helpcontent2/source/text/swriter/guide/search_regexp.xhp | 3 --- 8 files changed, 24 deletions(-) diff --git a/helpcontent2/source/text/scalc/guide/autoformat.xhp b/helpcontent2/source/text/scalc/guide/autoformat.xhp index 098de25ffa..f8d211c44e 100755 --- a/helpcontent2/source/text/scalc/guide/autoformat.xhp +++ b/helpcontent2/source/text/scalc/guide/autoformat.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/shared/01/06040000.xhp b/helpcontent2/source/text/shared/01/06040000.xhp index 04399a3c8f..024be103db 100644 --- a/helpcontent2/source/text/shared/01/06040000.xhp +++ b/helpcontent2/source/text/shared/01/06040000.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/shared/02/01140000.xhp b/helpcontent2/source/text/shared/02/01140000.xhp index f33db0534a..6cb5e1897a 100644 --- a/helpcontent2/source/text/shared/02/01140000.xhp +++ b/helpcontent2/source/text/shared/02/01140000.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/shared/05/00000120.xhp b/helpcontent2/source/text/shared/05/00000120.xhp index f3dbbf6eaf..a79e70e332 100644 --- a/helpcontent2/source/text/shared/05/00000120.xhp +++ b/helpcontent2/source/text/shared/05/00000120.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/swriter/01/05150000.xhp b/helpcontent2/source/text/swriter/01/05150000.xhp index da8205e083..73f52bfccf 100755 --- a/helpcontent2/source/text/swriter/01/05150000.xhp +++ b/helpcontent2/source/text/swriter/01/05150000.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/swriter/01/05150101.xhp b/helpcontent2/source/text/swriter/01/05150101.xhp index b0b5c17ae4..f59350d391 100644 --- a/helpcontent2/source/text/swriter/01/05150101.xhp +++ b/helpcontent2/source/text/swriter/01/05150101.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/swriter/01/05150200.xhp b/helpcontent2/source/text/swriter/01/05150200.xhp index 1d557b5bf3..aca1c6ccee 100644 --- a/helpcontent2/source/text/swriter/01/05150200.xhp +++ b/helpcontent2/source/text/swriter/01/05150200.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/helpcontent2/source/text/swriter/guide/search_regexp.xhp b/helpcontent2/source/text/swriter/guide/search_regexp.xhp index cdeeae9b62..f562a4e3b4 100755 --- a/helpcontent2/source/text/swriter/guide/search_regexp.xhp +++ b/helpcontent2/source/text/swriter/guide/search_regexp.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.12 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify -- cgit v1.2.3 From a82c930f2a8124eb1a588c046b4b09f2ce18740d Mon Sep 17 00:00:00 2001 From: Andras Timar <timar@fsf.hu> Date: Sat, 29 Jan 2011 14:47:47 +0100 Subject: OOo -> LibO on Getting Support Page - fdo#33249 --- helpcontent2/source/text/shared/05/00000100.xhp | 0 helpcontent2/source/text/shared/05/00000120.xhp | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 helpcontent2/source/text/shared/05/00000100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/05/00000120.xhp diff --git a/helpcontent2/source/text/shared/05/00000100.xhp b/helpcontent2/source/text/shared/05/00000100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/05/00000120.xhp b/helpcontent2/source/text/shared/05/00000120.xhp old mode 100755 new mode 100644 -- cgit v1.2.3 From 54108f6fd3f8355d12db0217d21fbab9dccf5ed8 Mon Sep 17 00:00:00 2001 From: Alfonso Eusebio <alfonso_eusebio@yahoo.co.uk> Date: Thu, 10 Feb 2011 08:21:30 +0000 Subject: Remove obsolete Hyperlink Bar from help Removed all stuff related to hyperlink bar from help. --- helpcontent2/helpers/help_hid.lst | 1 - helpcontent2/helpers/hid.lst | 1 - helpcontent2/helpers/longnames_commands.csv | 1 - helpcontent2/helpers/uno-commands.csv | 1 - helpcontent2/helpers/uno_hid.lst | 1 - helpcontent2/helpers/unocmds.txt | 1 - helpcontent2/source/text/shared/01/04110000.xhp | 57 ------------------------- helpcontent2/source/text/shared/01/makefile.mk | 1 - helpcontent2/util/sbasic/makefile.mk | 1 - helpcontent2/util/scalc/makefile.mk | 1 - helpcontent2/util/schart/makefile.mk | 1 - helpcontent2/util/sdatabase/makefile.mk | 1 - helpcontent2/util/sdraw/makefile.mk | 1 - helpcontent2/util/simpress/makefile.mk | 1 - helpcontent2/util/smath/makefile.mk | 1 - helpcontent2/util/swriter/makefile.mk | 1 - 16 files changed, 72 deletions(-) delete mode 100644 helpcontent2/source/text/shared/01/04110000.xhp diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index 40b8dcef8f..db2145a5da 100644 --- a/helpcontent2/helpers/help_hid.lst +++ b/helpcontent2/helpers/help_hid.lst @@ -5393,7 +5393,6 @@ SID_HORIZONTAL,27035,.uno:MirrorHorz SID_HTML_MODE,10414,.uno:HtmlMode SID_HYPERLINK_DIALOG,5678,.uno:HyperlinkDialog SID_HYPERLINK_GETLINK,10361,.uno:Hyperlink -SID_HYPERLINK_INSERT,10360,.uno:InsertHyperlink SID_HYPERLINK_SETLINK,10362,.uno:SetHyperlink SID_HYPHENATION,27340,.uno:Hyphenation SID_H_ALIGNCELL,26380,.uno:HorizontalAlignment diff --git a/helpcontent2/helpers/hid.lst b/helpcontent2/helpers/hid.lst index 68b0245bb5..965c775291 100644 --- a/helpcontent2/helpers/hid.lst +++ b/helpcontent2/helpers/hid.lst @@ -5321,7 +5321,6 @@ SID_HORIZONTAL 27035 SID_HTML_MODE 10414 SID_HYPERLINK_DIALOG 5678 SID_HYPERLINK_GETLINK 10361 -SID_HYPERLINK_INSERT 10360 SID_HYPERLINK_SETLINK 10362 SID_HYPHENATION 27340 SID_H_ALIGNCELL 26380 diff --git a/helpcontent2/helpers/longnames_commands.csv b/helpcontent2/helpers/longnames_commands.csv index 8ac7a5de53..ee2fa4615a 100644 --- a/helpcontent2/helpers/longnames_commands.csv +++ b/helpcontent2/helpers/longnames_commands.csv @@ -1255,7 +1255,6 @@ SID_HORIZONTAL,.uno:MirrorHorz SID_HTML_MODE,.uno:HtmlMode SID_HYPERLINK_DIALOG,.uno:HyperlinkDialog SID_HYPERLINK_GETLINK,.uno:Hyperlink -SID_HYPERLINK_INSERT,.uno:InsertHyperlink SID_HYPERLINK_SETLINK,.uno:SetHyperlink SID_HYPHENATION,.uno:Hyphenation SID_H_ALIGNCELL,.uno:HorizontalAlignment diff --git a/helpcontent2/helpers/uno-commands.csv b/helpcontent2/helpers/uno-commands.csv index 301b1c8330..24f4b305bb 100644 --- a/helpcontent2/helpers/uno-commands.csv +++ b/helpcontent2/helpers/uno-commands.csv @@ -955,7 +955,6 @@ .uno:InsertGrids .uno:InsertHardHyphen .uno:InsertHeader -.uno:InsertHyperlink .uno:InsertHyperlinkDlg .uno:InsertImage .uno:InsertImageControl diff --git a/helpcontent2/helpers/uno_hid.lst b/helpcontent2/helpers/uno_hid.lst index 8101299fb9..7fdde5cf1f 100644 --- a/helpcontent2/helpers/uno_hid.lst +++ b/helpcontent2/helpers/uno_hid.lst @@ -1253,7 +1253,6 @@ SID_HORIZONTAL,27035,.uno:MirrorHorz SID_HTML_MODE,10414,.uno:HtmlMode SID_HYPERLINK_DIALOG,5678,.uno:HyperlinkDialog SID_HYPERLINK_GETLINK,10361,.uno:Hyperlink -SID_HYPERLINK_INSERT,10360,.uno:InsertHyperlink SID_HYPERLINK_SETLINK,10362,.uno:SetHyperlink SID_HYPHENATION,27340,.uno:Hyphenation SID_H_ALIGNCELL,26380,.uno:HorizontalAlignment diff --git a/helpcontent2/helpers/unocmds.txt b/helpcontent2/helpers/unocmds.txt index 00374d0157..e6a0a375d6 100644 --- a/helpcontent2/helpers/unocmds.txt +++ b/helpcontent2/helpers/unocmds.txt @@ -568,7 +568,6 @@ .uno:InsertGraphic;shared/01/04140000.xhp .uno:InsertGraphicRuler;swriter/01/04210000.xhp .uno:InsertGrids;schart/01/04070000.xhp -.uno:InsertHyperlink;shared/01/04110000.xhp .uno:InsertHyperlinkDlg;shared/01/05020400.xhp .uno:InsertImageControl;sbasic/shared/02/20000000.xhp .uno:InsertIndexesEntry;swriter/01/04120100.xhp diff --git a/helpcontent2/source/text/shared/01/04110000.xhp b/helpcontent2/source/text/shared/01/04110000.xhp deleted file mode 100644 index 720fdef877..0000000000 --- a/helpcontent2/source/text/shared/01/04110000.xhp +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - - -<!--*********************************************************************** - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************--> - -<helpdocument version="1.0"> -<meta> -<topic id="textshared0104110000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Hyperlink Bar -/text/shared/01/04110000.xhp - - -Sun Microsystems, Inc. -converted from old format - fpe - - - - -
    - -
    -
    -Hyperlink bar -Inserting hyperlinks -URL -
    - diff --git a/helpcontent2/source/text/shared/01/makefile.mk b/helpcontent2/source/text/shared/01/makefile.mk index e3ba6734c9..0ce2092133 100644 --- a/helpcontent2/source/text/shared/01/makefile.mk +++ b/helpcontent2/source/text/shared/01/makefile.mk @@ -132,7 +132,6 @@ XHPFILES = \ 04060100.xhp \ 04060200.xhp \ 04100000.xhp \ - 04110000.xhp \ 04140000.xhp \ 04150000.xhp \ 04150100.xhp \ diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index b79cb6bcc9..47ed9c45ee 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -489,7 +489,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index c5d9b0cbf5..30f56b4ae0 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -502,7 +502,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 0eb859a989..1021d3c753 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -190,7 +190,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index 3af9db8e5c..b4cfd832cd 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -188,7 +188,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index ea99a877b3..8b21ec6308 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -423,7 +423,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index e1cb5db140..6374a9335e 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -425,7 +425,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index de5ede8126..1a4527d0fd 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -268,7 +268,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 6e89183d78..adb14cff78 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -581,7 +581,6 @@ LINKLINKFILES= \ text$/shared$/01$/04060100.xhp \ text$/shared$/01$/04060200.xhp \ text$/shared$/01$/04100000.xhp \ - text$/shared$/01$/04110000.xhp \ text$/shared$/01$/04140000.xhp \ text$/shared$/01$/04150000.xhp \ text$/shared$/01$/04150100.xhp \ -- cgit v1.2.3 From 695e40703c30101faf864ac1475e1226f9642709 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 27 Feb 2011 10:10:17 +0100 Subject: helpcontent: remove Online Update and Improvement program fdo#33468 text was not removed - we may need it later commented out + removed from makefile --- helpcontent2/source/text/shared/00/00000406.xhp | 8 ++++---- helpcontent2/source/text/shared/01/makefile.mk | 4 +--- helpcontent2/source/text/shared/main0108.xhp | 4 ++-- helpcontent2/source/text/shared/optionen/01010000.xhp | 4 ++-- helpcontent2/source/text/shared/optionen/makefile.mk | 4 +--- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/helpcontent2/source/text/shared/00/00000406.xhp b/helpcontent2/source/text/shared/00/00000406.xhp index d16dda5565..c697d857a6 100644 --- a/helpcontent2/source/text/shared/00/00000406.xhp +++ b/helpcontent2/source/text/shared/00/00000406.xhp @@ -209,14 +209,14 @@ Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Java - Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Online Update - + Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Accessibility Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Appearance - Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Improvement Program - + Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General diff --git a/helpcontent2/source/text/shared/01/makefile.mk b/helpcontent2/source/text/shared/01/makefile.mk index 0ce2092133..631d0b9628 100644 --- a/helpcontent2/source/text/shared/01/makefile.mk +++ b/helpcontent2/source/text/shared/01/makefile.mk @@ -321,8 +321,6 @@ XHPFILES = \ guides.xhp \ mediaplayer.xhp \ moviesound.xhp \ - online_update.xhp \ - online_update_dialog.xhp \ packagemanager.xhp \ password_dlg.xhp \ password_main.xhp \ @@ -337,7 +335,7 @@ XHPFILES = \ xformsdatachange.xhp \ xformsdataname.xhp \ xformsdatatab.xhp - + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/helpcontent2/source/text/shared/main0108.xhp b/helpcontent2/source/text/shared/main0108.xhp index eed954370d..6a5b420b02 100644 --- a/helpcontent2/source/text/shared/main0108.xhp +++ b/helpcontent2/source/text/shared/main0108.xhp @@ -66,10 +66,10 @@ Support Shows information on how to get support. - + About $[officename] Displays general program information such as version number and copyrights. diff --git a/helpcontent2/source/text/shared/optionen/01010000.xhp b/helpcontent2/source/text/shared/optionen/01010000.xhp index 0d56186843..1bc097d280 100755 --- a/helpcontent2/source/text/shared/optionen/01010000.xhp +++ b/helpcontent2/source/text/shared/optionen/01010000.xhp @@ -57,8 +57,8 @@ - - + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/optionen/makefile.mk b/helpcontent2/source/text/shared/optionen/makefile.mk index 6804a1f093..c685eb4a7b 100644 --- a/helpcontent2/source/text/shared/optionen/makefile.mk +++ b/helpcontent2/source/text/shared/optionen/makefile.mk @@ -113,7 +113,6 @@ XHPFILES = \ 01160100.xhp \ 01160200.xhp \ 01160201.xhp \ - improvement.xhp \ java.xhp \ javaclasspath.xhp \ javaparameters.xhp \ @@ -121,14 +120,13 @@ XHPFILES = \ macrosecurity_sl.xhp \ macrosecurity_ts.xhp \ mailmerge.xhp \ - online_update.xhp \ serverauthentication.xhp \ testaccount.xhp \ viewcertificate.xhp \ viewcertificate_c.xhp \ viewcertificate_d.xhp \ viewcertificate_g.xhp - + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit v1.2.3 From c021e070fe4d401d067725b9058010cf16e2c5c8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 27 Feb 2011 13:56:44 +0100 Subject: helpcontent: remove Online Update and Improvement program fdo#33468 remove improvement.xhp, online_update.xhp, and online_update_dialog.xhp from makefiles --- helpcontent2/util/sbasic/makefile.mk | 4 ---- helpcontent2/util/scalc/makefile.mk | 4 ---- helpcontent2/util/schart/makefile.mk | 4 ---- helpcontent2/util/sdatabase/makefile.mk | 4 ---- helpcontent2/util/sdraw/makefile.mk | 4 ---- helpcontent2/util/simpress/makefile.mk | 4 ---- helpcontent2/util/smath/makefile.mk | 4 ---- helpcontent2/util/swriter/makefile.mk | 4 ---- 8 files changed, 32 deletions(-) diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 47ed9c45ee..ebb4fe79fa 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -678,8 +678,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1240,7 +1238,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1248,7 +1245,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index 30f56b4ae0..d34a69618c 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -691,8 +691,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1253,7 +1251,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1261,7 +1258,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 1021d3c753..5fcbdb4353 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -379,8 +379,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -941,7 +939,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -949,7 +946,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index b4cfd832cd..5eccd2587d 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -377,8 +377,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -939,7 +937,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -947,7 +944,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index 8b21ec6308..44505704c0 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -612,8 +612,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1174,7 +1172,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1182,7 +1179,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index 6374a9335e..9691acde22 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -614,8 +614,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1176,7 +1174,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1184,7 +1181,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index 1a4527d0fd..5767221c6a 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -457,8 +457,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1019,7 +1017,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1027,7 +1024,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index adb14cff78..80e2f1ad68 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -770,8 +770,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1332,7 +1330,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1340,7 +1337,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ -- cgit v1.2.3 From d23badb2a10fe7ce9488f39d2bbee2e1b0c61ce5 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 1 Mar 2011 09:20:25 +0100 Subject: help: fix typo $PRODUCTNAME -> %PRODUCTNAME fdo#34857 --- helpcontent2/source/text/swriter/guide/words_count.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/swriter/guide/words_count.xhp b/helpcontent2/source/text/swriter/guide/words_count.xhp index bf33aedb3c..55ac85c5bd 100755 --- a/helpcontent2/source/text/swriter/guide/words_count.xhp +++ b/helpcontent2/source/text/swriter/guide/words_count.xhp @@ -58,7 +58,7 @@
    - How does $PRODUCTNAME count words? + How does %PRODUCTNAME count words? In general, every string of characters between two spaces is a word. Tabs, line breaks, and paragraph breaks are word limits, too. Words with dashes or always visible hyphens, as in plug-in, add-on, user/config, are counted as one word each. The words can be a mix of letters, numbers, and special characters. So the following text counts as four words: abc123 1.23 "$" http://www.example.com. @@ -67,4 +67,4 @@ File - Properties - Statistics - \ No newline at end of file + -- cgit v1.2.3 From 383e8a4419acc90af558ca069443cca371fbf6a8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 27 Feb 2011 10:10:17 +0100 Subject: helpcontent: remove Online Update and Improvement program fdo#33468 text was not removed - we may need it later commented out + removed from makefile --- helpcontent2/source/text/shared/00/00000406.xhp | 8 ++++---- helpcontent2/source/text/shared/01/makefile.mk | 4 +--- helpcontent2/source/text/shared/main0108.xhp | 4 ++-- helpcontent2/source/text/shared/optionen/01010000.xhp | 4 ++-- helpcontent2/source/text/shared/optionen/makefile.mk | 4 +--- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/helpcontent2/source/text/shared/00/00000406.xhp b/helpcontent2/source/text/shared/00/00000406.xhp index d16dda5565..c697d857a6 100644 --- a/helpcontent2/source/text/shared/00/00000406.xhp +++ b/helpcontent2/source/text/shared/00/00000406.xhp @@ -209,14 +209,14 @@ Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Java - Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Online Update - + Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Accessibility Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Appearance - Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Improvement Program - + Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General diff --git a/helpcontent2/source/text/shared/01/makefile.mk b/helpcontent2/source/text/shared/01/makefile.mk index e3ba6734c9..d59ed233c5 100644 --- a/helpcontent2/source/text/shared/01/makefile.mk +++ b/helpcontent2/source/text/shared/01/makefile.mk @@ -322,8 +322,6 @@ XHPFILES = \ guides.xhp \ mediaplayer.xhp \ moviesound.xhp \ - online_update.xhp \ - online_update_dialog.xhp \ packagemanager.xhp \ password_dlg.xhp \ password_main.xhp \ @@ -338,7 +336,7 @@ XHPFILES = \ xformsdatachange.xhp \ xformsdataname.xhp \ xformsdatatab.xhp - + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/helpcontent2/source/text/shared/main0108.xhp b/helpcontent2/source/text/shared/main0108.xhp index eed954370d..6a5b420b02 100644 --- a/helpcontent2/source/text/shared/main0108.xhp +++ b/helpcontent2/source/text/shared/main0108.xhp @@ -66,10 +66,10 @@ Support Shows information on how to get support. - + About $[officename] Displays general program information such as version number and copyrights. diff --git a/helpcontent2/source/text/shared/optionen/01010000.xhp b/helpcontent2/source/text/shared/optionen/01010000.xhp index 0d56186843..1bc097d280 100755 --- a/helpcontent2/source/text/shared/optionen/01010000.xhp +++ b/helpcontent2/source/text/shared/optionen/01010000.xhp @@ -57,8 +57,8 @@ - - + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/optionen/makefile.mk b/helpcontent2/source/text/shared/optionen/makefile.mk index 6804a1f093..c685eb4a7b 100644 --- a/helpcontent2/source/text/shared/optionen/makefile.mk +++ b/helpcontent2/source/text/shared/optionen/makefile.mk @@ -113,7 +113,6 @@ XHPFILES = \ 01160100.xhp \ 01160200.xhp \ 01160201.xhp \ - improvement.xhp \ java.xhp \ javaclasspath.xhp \ javaparameters.xhp \ @@ -121,14 +120,13 @@ XHPFILES = \ macrosecurity_sl.xhp \ macrosecurity_ts.xhp \ mailmerge.xhp \ - online_update.xhp \ serverauthentication.xhp \ testaccount.xhp \ viewcertificate.xhp \ viewcertificate_c.xhp \ viewcertificate_d.xhp \ viewcertificate_g.xhp - + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit v1.2.3 From 7c132997214080308ed31aaeb74d7d582b79ad15 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 27 Feb 2011 13:56:44 +0100 Subject: helpcontent: remove Online Update and Improvement program fdo#33468 remove improvement.xhp, online_update.xhp, and online_update_dialog.xhp from makefiles --- helpcontent2/util/sbasic/makefile.mk | 4 ---- helpcontent2/util/scalc/makefile.mk | 4 ---- helpcontent2/util/schart/makefile.mk | 4 ---- helpcontent2/util/sdatabase/makefile.mk | 4 ---- helpcontent2/util/sdraw/makefile.mk | 4 ---- helpcontent2/util/simpress/makefile.mk | 4 ---- helpcontent2/util/smath/makefile.mk | 4 ---- helpcontent2/util/swriter/makefile.mk | 4 ---- 8 files changed, 32 deletions(-) diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index b79cb6bcc9..3da7317903 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -679,8 +679,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1241,7 +1239,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1249,7 +1246,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index c5d9b0cbf5..9350026d1b 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -692,8 +692,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1254,7 +1252,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1262,7 +1259,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 0eb859a989..49a5e19108 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -380,8 +380,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -942,7 +940,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -950,7 +947,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index 3af9db8e5c..53a154b981 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -378,8 +378,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -940,7 +938,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -948,7 +945,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index ea99a877b3..57fb6ec2b3 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -613,8 +613,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1175,7 +1173,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1183,7 +1180,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index e1cb5db140..2e8061efc0 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -615,8 +615,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1177,7 +1175,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1185,7 +1182,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index de5ede8126..8706eb557a 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -458,8 +458,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1020,7 +1018,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1028,7 +1025,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 6e89183d78..56d0fdb99a 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -771,8 +771,6 @@ LINKLINKFILES= \ text$/shared$/01$/guides.xhp \ text$/shared$/01$/mediaplayer.xhp \ text$/shared$/01$/moviesound.xhp \ - text$/shared$/01$/online_update.xhp \ - text$/shared$/01$/online_update_dialog.xhp \ text$/shared$/01$/packagemanager.xhp \ text$/shared$/01$/password_dlg.xhp \ text$/shared$/01$/password_main.xhp \ @@ -1333,7 +1331,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/01160100.xhp \ text$/shared$/optionen$/01160200.xhp \ text$/shared$/optionen$/01160201.xhp \ - text$/shared$/optionen$/improvement.xhp \ text$/shared$/optionen$/java.xhp \ text$/shared$/optionen$/javaclasspath.xhp \ text$/shared$/optionen$/javaparameters.xhp \ @@ -1341,7 +1338,6 @@ LINKLINKFILES= \ text$/shared$/optionen$/macrosecurity_sl.xhp \ text$/shared$/optionen$/macrosecurity_ts.xhp \ text$/shared$/optionen$/mailmerge.xhp \ - text$/shared$/optionen$/online_update.xhp \ text$/shared$/optionen$/serverauthentication.xhp \ text$/shared$/optionen$/testaccount.xhp \ text$/shared$/optionen$/viewcertificate.xhp \ -- cgit v1.2.3 From f434a4e0ec81cecb3cebd8f06cd4e5799f078932 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 1 Mar 2011 09:20:25 +0100 Subject: help: fix typo $PRODUCTNAME -> %PRODUCTNAME fdo#34857 --- helpcontent2/source/text/swriter/guide/words_count.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/swriter/guide/words_count.xhp b/helpcontent2/source/text/swriter/guide/words_count.xhp index bf33aedb3c..55ac85c5bd 100755 --- a/helpcontent2/source/text/swriter/guide/words_count.xhp +++ b/helpcontent2/source/text/swriter/guide/words_count.xhp @@ -58,7 +58,7 @@
    - How does $PRODUCTNAME count words? + How does %PRODUCTNAME count words? In general, every string of characters between two spaces is a word. Tabs, line breaks, and paragraph breaks are word limits, too. Words with dashes or always visible hyphens, as in plug-in, add-on, user/config, are counted as one word each. The words can be a mix of letters, numbers, and special characters. So the following text counts as four words: abc123 1.23 "$" http://www.example.com. @@ -67,4 +67,4 @@ File - Properties - Statistics - \ No newline at end of file + -- cgit v1.2.3 -- cgit v1.2.3 From 187daace68654f59bfc08268ec8a38667d81ae6e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 12 Mar 2011 19:00:04 -0600 Subject: mis-merge no more hids --- helpcontent2/util/target.pmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk index 86bd996346..40f6e5d91c 100644 --- a/helpcontent2/util/target.pmk +++ b/helpcontent2/util/target.pmk @@ -36,8 +36,8 @@ JAVA_LIBRARY_PATH= -Djava.library.path=$(SOLARSHAREDBIN) XSL_DIR*:=$(SOLARBINDIR) -$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag $(PRJ)$/helpers$/hid.lst - $(HELPLINKER) @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers$/hid.lst -src $(COMMONMISC) -sty $(XSL_DIR)/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption $(XSL_DIR)/idxcaption.xsl -idxcontent $(XSL_DIR)/idxcontent.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@.$(INPATH)) +$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag + $(HELPLINKER) @$(mktmp -mod $(LINKNAME) -src $(COMMONMISC) -sty $(XSL_DIR)/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption $(XSL_DIR)/idxcaption.xsl -idxcontent $(XSL_DIR)/idxcontent.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@.$(INPATH)) .IF "$(SOLAR_JAVA)" == "TRUE" .IF "$(CHECK_LUCENCE_INDEXER_OUTPUT)" == "" $(JAVAI) $(JAVAIFLAGS) $(JAVA_LIBRARY_PATH) -cp "$(my_cp)" com.sun.star.help.HelpIndexerTool -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir $(MISC)$/ziptmp$(@:b) -o $@.$(INPATH) -- cgit v1.2.3 From d55766ce22ef3ed771938e5ad60f6b776bab38ad Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 13 Mar 2011 19:54:17 -0500 Subject: l10n is conditionned on L10N: --- helpcontent2/prj/build.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/prj/build.lst b/helpcontent2/prj/build.lst index 007f93a6d5..eceb7337bf 100644 --- a/helpcontent2/prj/build.lst +++ b/helpcontent2/prj/build.lst @@ -1,4 +1,4 @@ -h2 helpcontent2 : l10n xmlhelp NULL +h2 helpcontent2 : L10N:l10n xmlhelp NULL h2 helpcontent2 usr1 - all helpcontent2_mkout helpcontent2_aux NULL h2 helpcontent2\prj get - all helpcontent2_prj helpcontent2_aux NULL h2 helpcontent2\source\text\sbasic\guide nmake - all helpcontent2_sbas_guid helpcontent2_aux NULL -- cgit v1.2.3 From c39e51cbd9061f00cbb720c9c55218afb11518a3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 14 Mar 2011 21:53:35 +0100 Subject: Remove date from cfg files: 07.07.04 00:00:00 --- helpcontent2/source/auxiliary/af/sbasic.cfg | 1 - helpcontent2/source/auxiliary/af/scalc.cfg | 1 - helpcontent2/source/auxiliary/af/schart.cfg | 1 - helpcontent2/source/auxiliary/af/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/af/sdraw.cfg | 1 - helpcontent2/source/auxiliary/af/simpress.cfg | 1 - helpcontent2/source/auxiliary/af/smath.cfg | 1 - helpcontent2/source/auxiliary/af/swriter.cfg | 1 - helpcontent2/source/auxiliary/ar/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ar/scalc.cfg | 1 - helpcontent2/source/auxiliary/ar/schart.cfg | 1 - helpcontent2/source/auxiliary/ar/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ar/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ar/simpress.cfg | 1 - helpcontent2/source/auxiliary/ar/smath.cfg | 1 - helpcontent2/source/auxiliary/ar/swriter.cfg | 1 - helpcontent2/source/auxiliary/be-BY/sbasic.cfg | 1 - helpcontent2/source/auxiliary/be-BY/scalc.cfg | 1 - helpcontent2/source/auxiliary/be-BY/schart.cfg | 1 - helpcontent2/source/auxiliary/be-BY/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/be-BY/sdraw.cfg | 1 - helpcontent2/source/auxiliary/be-BY/simpress.cfg | 1 - helpcontent2/source/auxiliary/be-BY/smath.cfg | 1 - helpcontent2/source/auxiliary/be-BY/swriter.cfg | 1 - helpcontent2/source/auxiliary/bg/sbasic.cfg | 1 - helpcontent2/source/auxiliary/bg/scalc.cfg | 1 - helpcontent2/source/auxiliary/bg/schart.cfg | 1 - helpcontent2/source/auxiliary/bg/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/bg/sdraw.cfg | 1 - helpcontent2/source/auxiliary/bg/simpress.cfg | 1 - helpcontent2/source/auxiliary/bg/smath.cfg | 1 - helpcontent2/source/auxiliary/bg/swriter.cfg | 1 - helpcontent2/source/auxiliary/bn/sbasic.cfg | 1 - helpcontent2/source/auxiliary/bn/scalc.cfg | 1 - helpcontent2/source/auxiliary/bn/schart.cfg | 1 - helpcontent2/source/auxiliary/bn/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/bn/sdraw.cfg | 1 - helpcontent2/source/auxiliary/bn/simpress.cfg | 1 - helpcontent2/source/auxiliary/bn/smath.cfg | 1 - helpcontent2/source/auxiliary/bn/swriter.cfg | 1 - helpcontent2/source/auxiliary/br/sbasic.cfg | 1 - helpcontent2/source/auxiliary/br/scalc.cfg | 1 - helpcontent2/source/auxiliary/br/schart.cfg | 1 - helpcontent2/source/auxiliary/br/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/br/sdraw.cfg | 1 - helpcontent2/source/auxiliary/br/simpress.cfg | 1 - helpcontent2/source/auxiliary/br/smath.cfg | 1 - helpcontent2/source/auxiliary/br/swriter.cfg | 1 - helpcontent2/source/auxiliary/brx/sbasic.cfg | 1 - helpcontent2/source/auxiliary/brx/scalc.cfg | 1 - helpcontent2/source/auxiliary/brx/schart.cfg | 1 - helpcontent2/source/auxiliary/brx/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/brx/sdraw.cfg | 1 - helpcontent2/source/auxiliary/brx/simpress.cfg | 1 - helpcontent2/source/auxiliary/brx/smath.cfg | 1 - helpcontent2/source/auxiliary/brx/swriter.cfg | 1 - helpcontent2/source/auxiliary/bs/sbasic.cfg | 1 - helpcontent2/source/auxiliary/bs/scalc.cfg | 1 - helpcontent2/source/auxiliary/bs/schart.cfg | 1 - helpcontent2/source/auxiliary/bs/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/bs/sdraw.cfg | 1 - helpcontent2/source/auxiliary/bs/simpress.cfg | 1 - helpcontent2/source/auxiliary/bs/smath.cfg | 1 - helpcontent2/source/auxiliary/bs/swriter.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/scalc.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/schart.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/simpress.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/smath.cfg | 1 - helpcontent2/source/auxiliary/ca-XV/swriter.cfg | 1 - helpcontent2/source/auxiliary/ca/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ca/scalc.cfg | 1 - helpcontent2/source/auxiliary/ca/schart.cfg | 1 - helpcontent2/source/auxiliary/ca/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ca/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ca/simpress.cfg | 1 - helpcontent2/source/auxiliary/ca/smath.cfg | 1 - helpcontent2/source/auxiliary/ca/swriter.cfg | 1 - helpcontent2/source/auxiliary/cs/sbasic.cfg | 1 - helpcontent2/source/auxiliary/cs/scalc.cfg | 1 - helpcontent2/source/auxiliary/cs/schart.cfg | 1 - helpcontent2/source/auxiliary/cs/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/cs/sdraw.cfg | 1 - helpcontent2/source/auxiliary/cs/simpress.cfg | 1 - helpcontent2/source/auxiliary/cs/smath.cfg | 1 - helpcontent2/source/auxiliary/cs/swriter.cfg | 1 - helpcontent2/source/auxiliary/cy/sbasic.cfg | 1 - helpcontent2/source/auxiliary/cy/scalc.cfg | 1 - helpcontent2/source/auxiliary/cy/schart.cfg | 1 - helpcontent2/source/auxiliary/cy/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/cy/sdraw.cfg | 1 - helpcontent2/source/auxiliary/cy/simpress.cfg | 1 - helpcontent2/source/auxiliary/cy/smath.cfg | 1 - helpcontent2/source/auxiliary/cy/swriter.cfg | 1 - helpcontent2/source/auxiliary/da/sbasic.cfg | 1 - helpcontent2/source/auxiliary/da/scalc.cfg | 1 - helpcontent2/source/auxiliary/da/schart.cfg | 1 - helpcontent2/source/auxiliary/da/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/da/sdraw.cfg | 1 - helpcontent2/source/auxiliary/da/simpress.cfg | 1 - helpcontent2/source/auxiliary/da/smath.cfg | 1 - helpcontent2/source/auxiliary/da/swriter.cfg | 1 - helpcontent2/source/auxiliary/de/sbasic.cfg | 1 - helpcontent2/source/auxiliary/de/scalc.cfg | 1 - helpcontent2/source/auxiliary/de/schart.cfg | 1 - helpcontent2/source/auxiliary/de/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/de/sdraw.cfg | 1 - helpcontent2/source/auxiliary/de/simpress.cfg | 1 - helpcontent2/source/auxiliary/de/smath.cfg | 1 - helpcontent2/source/auxiliary/de/swriter.cfg | 1 - helpcontent2/source/auxiliary/dgo/sbasic.cfg | 1 - helpcontent2/source/auxiliary/dgo/scalc.cfg | 1 - helpcontent2/source/auxiliary/dgo/schart.cfg | 1 - helpcontent2/source/auxiliary/dgo/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/dgo/sdraw.cfg | 1 - helpcontent2/source/auxiliary/dgo/simpress.cfg | 1 - helpcontent2/source/auxiliary/dgo/smath.cfg | 1 - helpcontent2/source/auxiliary/dgo/swriter.cfg | 1 - helpcontent2/source/auxiliary/dz/sbasic.cfg | 1 - helpcontent2/source/auxiliary/dz/scalc.cfg | 1 - helpcontent2/source/auxiliary/dz/schart.cfg | 1 - helpcontent2/source/auxiliary/dz/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/dz/sdraw.cfg | 1 - helpcontent2/source/auxiliary/dz/simpress.cfg | 1 - helpcontent2/source/auxiliary/dz/smath.cfg | 1 - helpcontent2/source/auxiliary/dz/swriter.cfg | 1 - helpcontent2/source/auxiliary/el/sbasic.cfg | 1 - helpcontent2/source/auxiliary/el/scalc.cfg | 1 - helpcontent2/source/auxiliary/el/schart.cfg | 1 - helpcontent2/source/auxiliary/el/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/el/sdraw.cfg | 1 - helpcontent2/source/auxiliary/el/simpress.cfg | 1 - helpcontent2/source/auxiliary/el/smath.cfg | 1 - helpcontent2/source/auxiliary/el/swriter.cfg | 1 - helpcontent2/source/auxiliary/en-GB/sbasic.cfg | 1 - helpcontent2/source/auxiliary/en-GB/scalc.cfg | 1 - helpcontent2/source/auxiliary/en-GB/schart.cfg | 1 - helpcontent2/source/auxiliary/en-GB/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/en-GB/sdraw.cfg | 1 - helpcontent2/source/auxiliary/en-GB/simpress.cfg | 1 - helpcontent2/source/auxiliary/en-GB/smath.cfg | 1 - helpcontent2/source/auxiliary/en-GB/swriter.cfg | 1 - helpcontent2/source/auxiliary/en-US/sbasic.cfg | 1 - helpcontent2/source/auxiliary/en-US/scalc.cfg | 1 - helpcontent2/source/auxiliary/en-US/schart.cfg | 1 - helpcontent2/source/auxiliary/en-US/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/en-US/sdraw.cfg | 1 - helpcontent2/source/auxiliary/en-US/simpress.cfg | 1 - helpcontent2/source/auxiliary/en-US/smath.cfg | 1 - helpcontent2/source/auxiliary/en-US/swriter.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/sbasic.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/scalc.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/schart.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/sdraw.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/simpress.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/smath.cfg | 1 - helpcontent2/source/auxiliary/en-ZA/swriter.cfg | 1 - helpcontent2/source/auxiliary/eo/sbasic.cfg | 1 - helpcontent2/source/auxiliary/eo/scalc.cfg | 1 - helpcontent2/source/auxiliary/eo/schart.cfg | 1 - helpcontent2/source/auxiliary/eo/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/eo/sdraw.cfg | 1 - helpcontent2/source/auxiliary/eo/simpress.cfg | 1 - helpcontent2/source/auxiliary/eo/smath.cfg | 1 - helpcontent2/source/auxiliary/eo/swriter.cfg | 1 - helpcontent2/source/auxiliary/es/sbasic.cfg | 1 - helpcontent2/source/auxiliary/es/scalc.cfg | 1 - helpcontent2/source/auxiliary/es/schart.cfg | 1 - helpcontent2/source/auxiliary/es/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/es/sdraw.cfg | 1 - helpcontent2/source/auxiliary/es/simpress.cfg | 1 - helpcontent2/source/auxiliary/es/smath.cfg | 1 - helpcontent2/source/auxiliary/es/swriter.cfg | 1 - helpcontent2/source/auxiliary/et/sbasic.cfg | 1 - helpcontent2/source/auxiliary/et/scalc.cfg | 1 - helpcontent2/source/auxiliary/et/schart.cfg | 1 - helpcontent2/source/auxiliary/et/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/et/sdraw.cfg | 1 - helpcontent2/source/auxiliary/et/simpress.cfg | 1 - helpcontent2/source/auxiliary/et/smath.cfg | 1 - helpcontent2/source/auxiliary/et/swriter.cfg | 1 - helpcontent2/source/auxiliary/eu/sbasic.cfg | 1 - helpcontent2/source/auxiliary/eu/scalc.cfg | 1 - helpcontent2/source/auxiliary/eu/schart.cfg | 1 - helpcontent2/source/auxiliary/eu/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/eu/sdraw.cfg | 1 - helpcontent2/source/auxiliary/eu/simpress.cfg | 1 - helpcontent2/source/auxiliary/eu/smath.cfg | 1 - helpcontent2/source/auxiliary/eu/swriter.cfg | 1 - helpcontent2/source/auxiliary/fa/sbasic.cfg | 1 - helpcontent2/source/auxiliary/fa/scalc.cfg | 1 - helpcontent2/source/auxiliary/fa/schart.cfg | 1 - helpcontent2/source/auxiliary/fa/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/fa/sdraw.cfg | 1 - helpcontent2/source/auxiliary/fa/simpress.cfg | 1 - helpcontent2/source/auxiliary/fa/smath.cfg | 1 - helpcontent2/source/auxiliary/fa/swriter.cfg | 1 - helpcontent2/source/auxiliary/fi/sbasic.cfg | 1 - helpcontent2/source/auxiliary/fi/scalc.cfg | 1 - helpcontent2/source/auxiliary/fi/schart.cfg | 1 - helpcontent2/source/auxiliary/fi/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/fi/sdraw.cfg | 1 - helpcontent2/source/auxiliary/fi/simpress.cfg | 1 - helpcontent2/source/auxiliary/fi/smath.cfg | 1 - helpcontent2/source/auxiliary/fi/swriter.cfg | 1 - helpcontent2/source/auxiliary/fr/sbasic.cfg | 1 - helpcontent2/source/auxiliary/fr/scalc.cfg | 1 - helpcontent2/source/auxiliary/fr/schart.cfg | 1 - helpcontent2/source/auxiliary/fr/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/fr/sdraw.cfg | 1 - helpcontent2/source/auxiliary/fr/simpress.cfg | 1 - helpcontent2/source/auxiliary/fr/smath.cfg | 1 - helpcontent2/source/auxiliary/fr/swriter.cfg | 1 - helpcontent2/source/auxiliary/ga/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ga/scalc.cfg | 1 - helpcontent2/source/auxiliary/ga/schart.cfg | 1 - helpcontent2/source/auxiliary/ga/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ga/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ga/simpress.cfg | 1 - helpcontent2/source/auxiliary/ga/smath.cfg | 1 - helpcontent2/source/auxiliary/ga/swriter.cfg | 1 - helpcontent2/source/auxiliary/gl/sbasic.cfg | 1 - helpcontent2/source/auxiliary/gl/scalc.cfg | 1 - helpcontent2/source/auxiliary/gl/schart.cfg | 1 - helpcontent2/source/auxiliary/gl/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/gl/sdraw.cfg | 1 - helpcontent2/source/auxiliary/gl/simpress.cfg | 1 - helpcontent2/source/auxiliary/gl/smath.cfg | 1 - helpcontent2/source/auxiliary/gl/swriter.cfg | 1 - helpcontent2/source/auxiliary/gu/sbasic.cfg | 1 - helpcontent2/source/auxiliary/gu/scalc.cfg | 1 - helpcontent2/source/auxiliary/gu/schart.cfg | 1 - helpcontent2/source/auxiliary/gu/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/gu/sdraw.cfg | 1 - helpcontent2/source/auxiliary/gu/simpress.cfg | 1 - helpcontent2/source/auxiliary/gu/smath.cfg | 1 - helpcontent2/source/auxiliary/gu/swriter.cfg | 1 - helpcontent2/source/auxiliary/he/sbasic.cfg | 1 - helpcontent2/source/auxiliary/he/scalc.cfg | 1 - helpcontent2/source/auxiliary/he/schart.cfg | 1 - helpcontent2/source/auxiliary/he/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/he/sdraw.cfg | 1 - helpcontent2/source/auxiliary/he/simpress.cfg | 1 - helpcontent2/source/auxiliary/he/smath.cfg | 1 - helpcontent2/source/auxiliary/he/swriter.cfg | 1 - helpcontent2/source/auxiliary/hi/sbasic.cfg | 1 - helpcontent2/source/auxiliary/hi/scalc.cfg | 1 - helpcontent2/source/auxiliary/hi/schart.cfg | 1 - helpcontent2/source/auxiliary/hi/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/hi/sdraw.cfg | 1 - helpcontent2/source/auxiliary/hi/simpress.cfg | 1 - helpcontent2/source/auxiliary/hi/smath.cfg | 1 - helpcontent2/source/auxiliary/hi/swriter.cfg | 1 - helpcontent2/source/auxiliary/hr/sbasic.cfg | 1 - helpcontent2/source/auxiliary/hr/scalc.cfg | 1 - helpcontent2/source/auxiliary/hr/schart.cfg | 1 - helpcontent2/source/auxiliary/hr/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/hr/sdraw.cfg | 1 - helpcontent2/source/auxiliary/hr/simpress.cfg | 1 - helpcontent2/source/auxiliary/hr/smath.cfg | 1 - helpcontent2/source/auxiliary/hr/swriter.cfg | 1 - helpcontent2/source/auxiliary/hu/sbasic.cfg | 1 - helpcontent2/source/auxiliary/hu/scalc.cfg | 1 - helpcontent2/source/auxiliary/hu/schart.cfg | 1 - helpcontent2/source/auxiliary/hu/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/hu/sdraw.cfg | 1 - helpcontent2/source/auxiliary/hu/simpress.cfg | 1 - helpcontent2/source/auxiliary/hu/smath.cfg | 1 - helpcontent2/source/auxiliary/hu/swriter.cfg | 1 - helpcontent2/source/auxiliary/it/sbasic.cfg | 1 - helpcontent2/source/auxiliary/it/scalc.cfg | 1 - helpcontent2/source/auxiliary/it/schart.cfg | 1 - helpcontent2/source/auxiliary/it/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/it/sdraw.cfg | 1 - helpcontent2/source/auxiliary/it/simpress.cfg | 1 - helpcontent2/source/auxiliary/it/smath.cfg | 1 - helpcontent2/source/auxiliary/it/swriter.cfg | 1 - helpcontent2/source/auxiliary/ja/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ja/scalc.cfg | 1 - helpcontent2/source/auxiliary/ja/schart.cfg | 1 - helpcontent2/source/auxiliary/ja/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ja/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ja/simpress.cfg | 1 - helpcontent2/source/auxiliary/ja/smath.cfg | 1 - helpcontent2/source/auxiliary/ja/swriter.cfg | 1 - helpcontent2/source/auxiliary/ka/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ka/scalc.cfg | 1 - helpcontent2/source/auxiliary/ka/schart.cfg | 1 - helpcontent2/source/auxiliary/ka/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ka/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ka/simpress.cfg | 1 - helpcontent2/source/auxiliary/ka/smath.cfg | 1 - helpcontent2/source/auxiliary/ka/swriter.cfg | 1 - helpcontent2/source/auxiliary/kid/sbasic.cfg | 1 - helpcontent2/source/auxiliary/kid/scalc.cfg | 1 - helpcontent2/source/auxiliary/kid/schart.cfg | 1 - helpcontent2/source/auxiliary/kid/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/kid/sdraw.cfg | 1 - helpcontent2/source/auxiliary/kid/simpress.cfg | 1 - helpcontent2/source/auxiliary/kid/smath.cfg | 1 - helpcontent2/source/auxiliary/kid/swriter.cfg | 1 - helpcontent2/source/auxiliary/kk/sbasic.cfg | 1 - helpcontent2/source/auxiliary/kk/scalc.cfg | 1 - helpcontent2/source/auxiliary/kk/schart.cfg | 1 - helpcontent2/source/auxiliary/kk/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/kk/sdraw.cfg | 1 - helpcontent2/source/auxiliary/kk/simpress.cfg | 1 - helpcontent2/source/auxiliary/kk/smath.cfg | 1 - helpcontent2/source/auxiliary/kk/swriter.cfg | 1 - helpcontent2/source/auxiliary/km/sbasic.cfg | 1 - helpcontent2/source/auxiliary/km/scalc.cfg | 1 - helpcontent2/source/auxiliary/km/schart.cfg | 1 - helpcontent2/source/auxiliary/km/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/km/sdraw.cfg | 1 - helpcontent2/source/auxiliary/km/simpress.cfg | 1 - helpcontent2/source/auxiliary/km/smath.cfg | 1 - helpcontent2/source/auxiliary/km/swriter.cfg | 1 - helpcontent2/source/auxiliary/ko/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ko/scalc.cfg | 1 - helpcontent2/source/auxiliary/ko/schart.cfg | 1 - helpcontent2/source/auxiliary/ko/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ko/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ko/simpress.cfg | 1 - helpcontent2/source/auxiliary/ko/smath.cfg | 1 - helpcontent2/source/auxiliary/ko/swriter.cfg | 1 - helpcontent2/source/auxiliary/kok/sbasic.cfg | 1 - helpcontent2/source/auxiliary/kok/scalc.cfg | 1 - helpcontent2/source/auxiliary/kok/schart.cfg | 1 - helpcontent2/source/auxiliary/kok/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/kok/sdraw.cfg | 1 - helpcontent2/source/auxiliary/kok/simpress.cfg | 1 - helpcontent2/source/auxiliary/kok/smath.cfg | 1 - helpcontent2/source/auxiliary/kok/swriter.cfg | 1 - helpcontent2/source/auxiliary/ks/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ks/scalc.cfg | 1 - helpcontent2/source/auxiliary/ks/schart.cfg | 1 - helpcontent2/source/auxiliary/ks/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ks/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ks/simpress.cfg | 1 - helpcontent2/source/auxiliary/ks/smath.cfg | 1 - helpcontent2/source/auxiliary/ks/swriter.cfg | 1 - helpcontent2/source/auxiliary/ku/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ku/scalc.cfg | 1 - helpcontent2/source/auxiliary/ku/schart.cfg | 1 - helpcontent2/source/auxiliary/ku/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ku/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ku/simpress.cfg | 1 - helpcontent2/source/auxiliary/ku/smath.cfg | 1 - helpcontent2/source/auxiliary/ku/swriter.cfg | 1 - helpcontent2/source/auxiliary/lt/sbasic.cfg | 1 - helpcontent2/source/auxiliary/lt/scalc.cfg | 1 - helpcontent2/source/auxiliary/lt/schart.cfg | 1 - helpcontent2/source/auxiliary/lt/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/lt/sdraw.cfg | 1 - helpcontent2/source/auxiliary/lt/simpress.cfg | 1 - helpcontent2/source/auxiliary/lt/smath.cfg | 1 - helpcontent2/source/auxiliary/lt/swriter.cfg | 1 - helpcontent2/source/auxiliary/mai/sbasic.cfg | 1 - helpcontent2/source/auxiliary/mai/scalc.cfg | 1 - helpcontent2/source/auxiliary/mai/schart.cfg | 1 - helpcontent2/source/auxiliary/mai/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/mai/sdraw.cfg | 1 - helpcontent2/source/auxiliary/mai/simpress.cfg | 1 - helpcontent2/source/auxiliary/mai/smath.cfg | 1 - helpcontent2/source/auxiliary/mai/swriter.cfg | 1 - helpcontent2/source/auxiliary/mk/sbasic.cfg | 1 - helpcontent2/source/auxiliary/mk/scalc.cfg | 1 - helpcontent2/source/auxiliary/mk/schart.cfg | 1 - helpcontent2/source/auxiliary/mk/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/mk/sdraw.cfg | 1 - helpcontent2/source/auxiliary/mk/simpress.cfg | 1 - helpcontent2/source/auxiliary/mk/smath.cfg | 1 - helpcontent2/source/auxiliary/mk/swriter.cfg | 1 - helpcontent2/source/auxiliary/mn/sbasic.cfg | 1 - helpcontent2/source/auxiliary/mn/scalc.cfg | 1 - helpcontent2/source/auxiliary/mn/schart.cfg | 1 - helpcontent2/source/auxiliary/mn/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/mn/sdraw.cfg | 1 - helpcontent2/source/auxiliary/mn/simpress.cfg | 1 - helpcontent2/source/auxiliary/mn/smath.cfg | 1 - helpcontent2/source/auxiliary/mn/swriter.cfg | 1 - helpcontent2/source/auxiliary/mni/sbasic.cfg | 1 - helpcontent2/source/auxiliary/mni/scalc.cfg | 1 - helpcontent2/source/auxiliary/mni/schart.cfg | 1 - helpcontent2/source/auxiliary/mni/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/mni/sdraw.cfg | 1 - helpcontent2/source/auxiliary/mni/simpress.cfg | 1 - helpcontent2/source/auxiliary/mni/smath.cfg | 1 - helpcontent2/source/auxiliary/mni/swriter.cfg | 1 - helpcontent2/source/auxiliary/my/sbasic.cfg | 1 - helpcontent2/source/auxiliary/my/scalc.cfg | 1 - helpcontent2/source/auxiliary/my/schart.cfg | 1 - helpcontent2/source/auxiliary/my/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/my/sdraw.cfg | 1 - helpcontent2/source/auxiliary/my/simpress.cfg | 1 - helpcontent2/source/auxiliary/my/smath.cfg | 1 - helpcontent2/source/auxiliary/my/swriter.cfg | 1 - helpcontent2/source/auxiliary/nb/sbasic.cfg | 1 - helpcontent2/source/auxiliary/nb/scalc.cfg | 1 - helpcontent2/source/auxiliary/nb/schart.cfg | 1 - helpcontent2/source/auxiliary/nb/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/nb/sdraw.cfg | 1 - helpcontent2/source/auxiliary/nb/simpress.cfg | 1 - helpcontent2/source/auxiliary/nb/smath.cfg | 1 - helpcontent2/source/auxiliary/nb/swriter.cfg | 1 - helpcontent2/source/auxiliary/ne/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ne/scalc.cfg | 1 - helpcontent2/source/auxiliary/ne/schart.cfg | 1 - helpcontent2/source/auxiliary/ne/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ne/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ne/simpress.cfg | 1 - helpcontent2/source/auxiliary/ne/smath.cfg | 1 - helpcontent2/source/auxiliary/ne/swriter.cfg | 1 - helpcontent2/source/auxiliary/nl/sbasic.cfg | 1 - helpcontent2/source/auxiliary/nl/scalc.cfg | 1 - helpcontent2/source/auxiliary/nl/schart.cfg | 1 - helpcontent2/source/auxiliary/nl/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/nl/sdraw.cfg | 1 - helpcontent2/source/auxiliary/nl/simpress.cfg | 1 - helpcontent2/source/auxiliary/nl/smath.cfg | 1 - helpcontent2/source/auxiliary/nl/swriter.cfg | 1 - helpcontent2/source/auxiliary/nn/sbasic.cfg | 1 - helpcontent2/source/auxiliary/nn/scalc.cfg | 1 - helpcontent2/source/auxiliary/nn/schart.cfg | 1 - helpcontent2/source/auxiliary/nn/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/nn/sdraw.cfg | 1 - helpcontent2/source/auxiliary/nn/simpress.cfg | 1 - helpcontent2/source/auxiliary/nn/smath.cfg | 1 - helpcontent2/source/auxiliary/nn/swriter.cfg | 1 - helpcontent2/source/auxiliary/nr/sbasic.cfg | 1 - helpcontent2/source/auxiliary/nr/scalc.cfg | 1 - helpcontent2/source/auxiliary/nr/schart.cfg | 1 - helpcontent2/source/auxiliary/nr/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/nr/sdraw.cfg | 1 - helpcontent2/source/auxiliary/nr/simpress.cfg | 1 - helpcontent2/source/auxiliary/nr/smath.cfg | 1 - helpcontent2/source/auxiliary/nr/swriter.cfg | 1 - helpcontent2/source/auxiliary/ns/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ns/scalc.cfg | 1 - helpcontent2/source/auxiliary/ns/schart.cfg | 1 - helpcontent2/source/auxiliary/ns/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ns/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ns/simpress.cfg | 1 - helpcontent2/source/auxiliary/ns/smath.cfg | 1 - helpcontent2/source/auxiliary/ns/swriter.cfg | 1 - helpcontent2/source/auxiliary/oc/sbasic.cfg | 1 - helpcontent2/source/auxiliary/oc/scalc.cfg | 1 - helpcontent2/source/auxiliary/oc/schart.cfg | 1 - helpcontent2/source/auxiliary/oc/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/oc/sdraw.cfg | 1 - helpcontent2/source/auxiliary/oc/simpress.cfg | 1 - helpcontent2/source/auxiliary/oc/smath.cfg | 1 - helpcontent2/source/auxiliary/oc/swriter.cfg | 1 - helpcontent2/source/auxiliary/om/sbasic.cfg | 1 - helpcontent2/source/auxiliary/om/scalc.cfg | 1 - helpcontent2/source/auxiliary/om/schart.cfg | 1 - helpcontent2/source/auxiliary/om/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/om/sdraw.cfg | 1 - helpcontent2/source/auxiliary/om/simpress.cfg | 1 - helpcontent2/source/auxiliary/om/smath.cfg | 1 - helpcontent2/source/auxiliary/om/swriter.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/sbasic.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/scalc.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/schart.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/sdraw.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/simpress.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/smath.cfg | 1 - helpcontent2/source/auxiliary/pa-IN/swriter.cfg | 1 - helpcontent2/source/auxiliary/pl/sbasic.cfg | 1 - helpcontent2/source/auxiliary/pl/scalc.cfg | 1 - helpcontent2/source/auxiliary/pl/schart.cfg | 1 - helpcontent2/source/auxiliary/pl/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/pl/sdraw.cfg | 1 - helpcontent2/source/auxiliary/pl/simpress.cfg | 1 - helpcontent2/source/auxiliary/pl/smath.cfg | 1 - helpcontent2/source/auxiliary/pl/swriter.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/sbasic.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/scalc.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/schart.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/sdraw.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/simpress.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/smath.cfg | 1 - helpcontent2/source/auxiliary/pt-BR/swriter.cfg | 1 - helpcontent2/source/auxiliary/pt/sbasic.cfg | 1 - helpcontent2/source/auxiliary/pt/scalc.cfg | 1 - helpcontent2/source/auxiliary/pt/schart.cfg | 1 - helpcontent2/source/auxiliary/pt/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/pt/sdraw.cfg | 1 - helpcontent2/source/auxiliary/pt/simpress.cfg | 1 - helpcontent2/source/auxiliary/pt/smath.cfg | 1 - helpcontent2/source/auxiliary/pt/swriter.cfg | 1 - helpcontent2/source/auxiliary/ru/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ru/scalc.cfg | 1 - helpcontent2/source/auxiliary/ru/schart.cfg | 1 - helpcontent2/source/auxiliary/ru/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ru/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ru/simpress.cfg | 1 - helpcontent2/source/auxiliary/ru/smath.cfg | 1 - helpcontent2/source/auxiliary/ru/swriter.cfg | 1 - helpcontent2/source/auxiliary/rw/sbasic.cfg | 1 - helpcontent2/source/auxiliary/rw/scalc.cfg | 1 - helpcontent2/source/auxiliary/rw/schart.cfg | 1 - helpcontent2/source/auxiliary/rw/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/rw/sdraw.cfg | 1 - helpcontent2/source/auxiliary/rw/simpress.cfg | 1 - helpcontent2/source/auxiliary/rw/smath.cfg | 1 - helpcontent2/source/auxiliary/rw/swriter.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/scalc.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/schart.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/simpress.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/smath.cfg | 1 - helpcontent2/source/auxiliary/sa-IN/swriter.cfg | 1 - helpcontent2/source/auxiliary/sat/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sat/scalc.cfg | 1 - helpcontent2/source/auxiliary/sat/schart.cfg | 1 - helpcontent2/source/auxiliary/sat/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sat/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sat/simpress.cfg | 1 - helpcontent2/source/auxiliary/sat/smath.cfg | 1 - helpcontent2/source/auxiliary/sat/swriter.cfg | 1 - helpcontent2/source/auxiliary/sd/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sd/scalc.cfg | 1 - helpcontent2/source/auxiliary/sd/schart.cfg | 1 - helpcontent2/source/auxiliary/sd/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sd/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sd/simpress.cfg | 1 - helpcontent2/source/auxiliary/sd/smath.cfg | 1 - helpcontent2/source/auxiliary/sd/swriter.cfg | 1 - helpcontent2/source/auxiliary/sh/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sh/scalc.cfg | 1 - helpcontent2/source/auxiliary/sh/schart.cfg | 1 - helpcontent2/source/auxiliary/sh/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sh/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sh/simpress.cfg | 1 - helpcontent2/source/auxiliary/sh/smath.cfg | 1 - helpcontent2/source/auxiliary/sh/swriter.cfg | 1 - helpcontent2/source/auxiliary/sk/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sk/scalc.cfg | 1 - helpcontent2/source/auxiliary/sk/schart.cfg | 1 - helpcontent2/source/auxiliary/sk/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sk/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sk/simpress.cfg | 1 - helpcontent2/source/auxiliary/sk/smath.cfg | 1 - helpcontent2/source/auxiliary/sk/swriter.cfg | 1 - helpcontent2/source/auxiliary/sl/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sl/scalc.cfg | 1 - helpcontent2/source/auxiliary/sl/schart.cfg | 1 - helpcontent2/source/auxiliary/sl/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sl/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sl/simpress.cfg | 1 - helpcontent2/source/auxiliary/sl/smath.cfg | 1 - helpcontent2/source/auxiliary/sl/swriter.cfg | 1 - helpcontent2/source/auxiliary/sq/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sq/scalc.cfg | 1 - helpcontent2/source/auxiliary/sq/schart.cfg | 1 - helpcontent2/source/auxiliary/sq/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sq/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sq/simpress.cfg | 1 - helpcontent2/source/auxiliary/sq/smath.cfg | 1 - helpcontent2/source/auxiliary/sq/swriter.cfg | 1 - helpcontent2/source/auxiliary/sr/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sr/scalc.cfg | 1 - helpcontent2/source/auxiliary/sr/schart.cfg | 1 - helpcontent2/source/auxiliary/sr/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sr/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sr/simpress.cfg | 1 - helpcontent2/source/auxiliary/sr/smath.cfg | 1 - helpcontent2/source/auxiliary/sr/swriter.cfg | 1 - helpcontent2/source/auxiliary/ss/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ss/scalc.cfg | 1 - helpcontent2/source/auxiliary/ss/schart.cfg | 1 - helpcontent2/source/auxiliary/ss/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ss/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ss/simpress.cfg | 1 - helpcontent2/source/auxiliary/ss/smath.cfg | 1 - helpcontent2/source/auxiliary/ss/swriter.cfg | 1 - helpcontent2/source/auxiliary/st/sbasic.cfg | 1 - helpcontent2/source/auxiliary/st/scalc.cfg | 1 - helpcontent2/source/auxiliary/st/schart.cfg | 1 - helpcontent2/source/auxiliary/st/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/st/sdraw.cfg | 1 - helpcontent2/source/auxiliary/st/simpress.cfg | 1 - helpcontent2/source/auxiliary/st/smath.cfg | 1 - helpcontent2/source/auxiliary/st/swriter.cfg | 1 - helpcontent2/source/auxiliary/sv/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sv/scalc.cfg | 1 - helpcontent2/source/auxiliary/sv/schart.cfg | 1 - helpcontent2/source/auxiliary/sv/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sv/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sv/simpress.cfg | 1 - helpcontent2/source/auxiliary/sv/smath.cfg | 1 - helpcontent2/source/auxiliary/sv/swriter.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/scalc.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/schart.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/simpress.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/smath.cfg | 1 - helpcontent2/source/auxiliary/sw-TZ/swriter.cfg | 1 - helpcontent2/source/auxiliary/ta/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ta/scalc.cfg | 1 - helpcontent2/source/auxiliary/ta/schart.cfg | 1 - helpcontent2/source/auxiliary/ta/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ta/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ta/simpress.cfg | 1 - helpcontent2/source/auxiliary/ta/smath.cfg | 1 - helpcontent2/source/auxiliary/ta/swriter.cfg | 1 - helpcontent2/source/auxiliary/tg/sbasic.cfg | 1 - helpcontent2/source/auxiliary/tg/scalc.cfg | 1 - helpcontent2/source/auxiliary/tg/schart.cfg | 1 - helpcontent2/source/auxiliary/tg/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/tg/sdraw.cfg | 1 - helpcontent2/source/auxiliary/tg/simpress.cfg | 1 - helpcontent2/source/auxiliary/tg/smath.cfg | 1 - helpcontent2/source/auxiliary/tg/swriter.cfg | 1 - helpcontent2/source/auxiliary/th/sbasic.cfg | 1 - helpcontent2/source/auxiliary/th/scalc.cfg | 1 - helpcontent2/source/auxiliary/th/schart.cfg | 1 - helpcontent2/source/auxiliary/th/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/th/sdraw.cfg | 1 - helpcontent2/source/auxiliary/th/simpress.cfg | 1 - helpcontent2/source/auxiliary/th/smath.cfg | 1 - helpcontent2/source/auxiliary/th/swriter.cfg | 1 - helpcontent2/source/auxiliary/tn/sbasic.cfg | 1 - helpcontent2/source/auxiliary/tn/scalc.cfg | 1 - helpcontent2/source/auxiliary/tn/schart.cfg | 1 - helpcontent2/source/auxiliary/tn/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/tn/sdraw.cfg | 1 - helpcontent2/source/auxiliary/tn/simpress.cfg | 1 - helpcontent2/source/auxiliary/tn/smath.cfg | 1 - helpcontent2/source/auxiliary/tn/swriter.cfg | 1 - helpcontent2/source/auxiliary/tr/sbasic.cfg | 1 - helpcontent2/source/auxiliary/tr/scalc.cfg | 1 - helpcontent2/source/auxiliary/tr/schart.cfg | 1 - helpcontent2/source/auxiliary/tr/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/tr/sdraw.cfg | 1 - helpcontent2/source/auxiliary/tr/simpress.cfg | 1 - helpcontent2/source/auxiliary/tr/smath.cfg | 1 - helpcontent2/source/auxiliary/tr/swriter.cfg | 1 - helpcontent2/source/auxiliary/ts/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ts/scalc.cfg | 1 - helpcontent2/source/auxiliary/ts/schart.cfg | 1 - helpcontent2/source/auxiliary/ts/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ts/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ts/simpress.cfg | 1 - helpcontent2/source/auxiliary/ts/smath.cfg | 1 - helpcontent2/source/auxiliary/ts/swriter.cfg | 1 - helpcontent2/source/auxiliary/uk/sbasic.cfg | 1 - helpcontent2/source/auxiliary/uk/scalc.cfg | 1 - helpcontent2/source/auxiliary/uk/schart.cfg | 1 - helpcontent2/source/auxiliary/uk/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/uk/sdraw.cfg | 1 - helpcontent2/source/auxiliary/uk/simpress.cfg | 1 - helpcontent2/source/auxiliary/uk/smath.cfg | 1 - helpcontent2/source/auxiliary/uk/swriter.cfg | 1 - helpcontent2/source/auxiliary/uz/sbasic.cfg | 1 - helpcontent2/source/auxiliary/uz/scalc.cfg | 1 - helpcontent2/source/auxiliary/uz/schart.cfg | 1 - helpcontent2/source/auxiliary/uz/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/uz/sdraw.cfg | 1 - helpcontent2/source/auxiliary/uz/simpress.cfg | 1 - helpcontent2/source/auxiliary/uz/smath.cfg | 1 - helpcontent2/source/auxiliary/uz/swriter.cfg | 1 - helpcontent2/source/auxiliary/ve/sbasic.cfg | 1 - helpcontent2/source/auxiliary/ve/scalc.cfg | 1 - helpcontent2/source/auxiliary/ve/schart.cfg | 1 - helpcontent2/source/auxiliary/ve/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/ve/sdraw.cfg | 1 - helpcontent2/source/auxiliary/ve/simpress.cfg | 1 - helpcontent2/source/auxiliary/ve/smath.cfg | 1 - helpcontent2/source/auxiliary/ve/swriter.cfg | 1 - helpcontent2/source/auxiliary/vi/sbasic.cfg | 1 - helpcontent2/source/auxiliary/vi/scalc.cfg | 1 - helpcontent2/source/auxiliary/vi/schart.cfg | 1 - helpcontent2/source/auxiliary/vi/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/vi/sdraw.cfg | 1 - helpcontent2/source/auxiliary/vi/simpress.cfg | 1 - helpcontent2/source/auxiliary/vi/smath.cfg | 1 - helpcontent2/source/auxiliary/vi/swriter.cfg | 1 - helpcontent2/source/auxiliary/xh/sbasic.cfg | 1 - helpcontent2/source/auxiliary/xh/scalc.cfg | 1 - helpcontent2/source/auxiliary/xh/schart.cfg | 1 - helpcontent2/source/auxiliary/xh/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/xh/sdraw.cfg | 1 - helpcontent2/source/auxiliary/xh/simpress.cfg | 1 - helpcontent2/source/auxiliary/xh/smath.cfg | 1 - helpcontent2/source/auxiliary/xh/swriter.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/sbasic.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/scalc.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/schart.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/sdraw.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/simpress.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/smath.cfg | 1 - helpcontent2/source/auxiliary/zh-CN/swriter.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/sbasic.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/scalc.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/schart.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/sdraw.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/simpress.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/smath.cfg | 1 - helpcontent2/source/auxiliary/zh-TW/swriter.cfg | 1 - helpcontent2/source/auxiliary/zu/sbasic.cfg | 1 - helpcontent2/source/auxiliary/zu/scalc.cfg | 1 - helpcontent2/source/auxiliary/zu/schart.cfg | 1 - helpcontent2/source/auxiliary/zu/sdatabase.cfg | 1 - helpcontent2/source/auxiliary/zu/sdraw.cfg | 1 - helpcontent2/source/auxiliary/zu/simpress.cfg | 1 - helpcontent2/source/auxiliary/zu/smath.cfg | 1 - helpcontent2/source/auxiliary/zu/swriter.cfg | 1 - 720 files changed, 720 deletions(-) diff --git a/helpcontent2/source/auxiliary/af/sbasic.cfg b/helpcontent2/source/auxiliary/af/sbasic.cfg index 2c2846d431..388af69796 100755 --- a/helpcontent2/source/auxiliary/af/sbasic.cfg +++ b/helpcontent2/source/auxiliary/af/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/scalc.cfg b/helpcontent2/source/auxiliary/af/scalc.cfg index aaf2d86bb7..7e89ba73c6 100755 --- a/helpcontent2/source/auxiliary/af/scalc.cfg +++ b/helpcontent2/source/auxiliary/af/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/schart.cfg b/helpcontent2/source/auxiliary/af/schart.cfg index e9f25861aa..bc962e7ca6 100755 --- a/helpcontent2/source/auxiliary/af/schart.cfg +++ b/helpcontent2/source/auxiliary/af/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/sdatabase.cfg b/helpcontent2/source/auxiliary/af/sdatabase.cfg index bf8f3073cd..1e30c70c85 100644 --- a/helpcontent2/source/auxiliary/af/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/af/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/sdraw.cfg b/helpcontent2/source/auxiliary/af/sdraw.cfg index 2e3e45d8a0..d488f56f8d 100755 --- a/helpcontent2/source/auxiliary/af/sdraw.cfg +++ b/helpcontent2/source/auxiliary/af/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/simpress.cfg b/helpcontent2/source/auxiliary/af/simpress.cfg index 00771662eb..43f191f77f 100755 --- a/helpcontent2/source/auxiliary/af/simpress.cfg +++ b/helpcontent2/source/auxiliary/af/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/smath.cfg b/helpcontent2/source/auxiliary/af/smath.cfg index 6e0c8a1f86..f19525f24b 100755 --- a/helpcontent2/source/auxiliary/af/smath.cfg +++ b/helpcontent2/source/auxiliary/af/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/af/swriter.cfg b/helpcontent2/source/auxiliary/af/swriter.cfg index c3a3076492..48cdc6d863 100755 --- a/helpcontent2/source/auxiliary/af/swriter.cfg +++ b/helpcontent2/source/auxiliary/af/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/sbasic.cfg b/helpcontent2/source/auxiliary/ar/sbasic.cfg index ee62609355..d4da931cc2 100644 --- a/helpcontent2/source/auxiliary/ar/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ar/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/scalc.cfg b/helpcontent2/source/auxiliary/ar/scalc.cfg index 0841a9f87c..81a521a9aa 100644 --- a/helpcontent2/source/auxiliary/ar/scalc.cfg +++ b/helpcontent2/source/auxiliary/ar/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/schart.cfg b/helpcontent2/source/auxiliary/ar/schart.cfg index 274e4d7c43..4ae1d43e55 100644 --- a/helpcontent2/source/auxiliary/ar/schart.cfg +++ b/helpcontent2/source/auxiliary/ar/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/sdatabase.cfg b/helpcontent2/source/auxiliary/ar/sdatabase.cfg index 60383e3859..ca3134a082 100644 --- a/helpcontent2/source/auxiliary/ar/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ar/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/sdraw.cfg b/helpcontent2/source/auxiliary/ar/sdraw.cfg index d035c09e11..d0a6ee3913 100644 --- a/helpcontent2/source/auxiliary/ar/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ar/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/simpress.cfg b/helpcontent2/source/auxiliary/ar/simpress.cfg index 58da3556ea..436b588292 100644 --- a/helpcontent2/source/auxiliary/ar/simpress.cfg +++ b/helpcontent2/source/auxiliary/ar/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/smath.cfg b/helpcontent2/source/auxiliary/ar/smath.cfg index b9e614d6eb..453bb2b1f6 100644 --- a/helpcontent2/source/auxiliary/ar/smath.cfg +++ b/helpcontent2/source/auxiliary/ar/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ar/swriter.cfg b/helpcontent2/source/auxiliary/ar/swriter.cfg index 08c0ac1046..44b3403e1b 100644 --- a/helpcontent2/source/auxiliary/ar/swriter.cfg +++ b/helpcontent2/source/auxiliary/ar/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/sbasic.cfg b/helpcontent2/source/auxiliary/be-BY/sbasic.cfg index 4986dd645e..254f971282 100755 --- a/helpcontent2/source/auxiliary/be-BY/sbasic.cfg +++ b/helpcontent2/source/auxiliary/be-BY/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/scalc.cfg b/helpcontent2/source/auxiliary/be-BY/scalc.cfg index 269efc977f..adbf6558d6 100755 --- a/helpcontent2/source/auxiliary/be-BY/scalc.cfg +++ b/helpcontent2/source/auxiliary/be-BY/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/schart.cfg b/helpcontent2/source/auxiliary/be-BY/schart.cfg index 68ab32dffb..da31013b27 100755 --- a/helpcontent2/source/auxiliary/be-BY/schart.cfg +++ b/helpcontent2/source/auxiliary/be-BY/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg b/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg index 68e0299ffc..2258b183c1 100644 --- a/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/sdraw.cfg b/helpcontent2/source/auxiliary/be-BY/sdraw.cfg index 06cdfe4df6..c46f654c7d 100755 --- a/helpcontent2/source/auxiliary/be-BY/sdraw.cfg +++ b/helpcontent2/source/auxiliary/be-BY/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/simpress.cfg b/helpcontent2/source/auxiliary/be-BY/simpress.cfg index 15e588557e..fe5f428eea 100755 --- a/helpcontent2/source/auxiliary/be-BY/simpress.cfg +++ b/helpcontent2/source/auxiliary/be-BY/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/smath.cfg b/helpcontent2/source/auxiliary/be-BY/smath.cfg index e140730814..bbb30ec6c4 100755 --- a/helpcontent2/source/auxiliary/be-BY/smath.cfg +++ b/helpcontent2/source/auxiliary/be-BY/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/be-BY/swriter.cfg b/helpcontent2/source/auxiliary/be-BY/swriter.cfg index e0977c6505..24c4636af7 100755 --- a/helpcontent2/source/auxiliary/be-BY/swriter.cfg +++ b/helpcontent2/source/auxiliary/be-BY/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/sbasic.cfg b/helpcontent2/source/auxiliary/bg/sbasic.cfg index fdf47dbc59..41dced5906 100755 --- a/helpcontent2/source/auxiliary/bg/sbasic.cfg +++ b/helpcontent2/source/auxiliary/bg/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/scalc.cfg b/helpcontent2/source/auxiliary/bg/scalc.cfg index b688f625b9..dcb187b13f 100755 --- a/helpcontent2/source/auxiliary/bg/scalc.cfg +++ b/helpcontent2/source/auxiliary/bg/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/schart.cfg b/helpcontent2/source/auxiliary/bg/schart.cfg index ede921e3ac..1d3baa67c8 100755 --- a/helpcontent2/source/auxiliary/bg/schart.cfg +++ b/helpcontent2/source/auxiliary/bg/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/sdatabase.cfg b/helpcontent2/source/auxiliary/bg/sdatabase.cfg index 3e80b898de..f242f27992 100644 --- a/helpcontent2/source/auxiliary/bg/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/bg/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/sdraw.cfg b/helpcontent2/source/auxiliary/bg/sdraw.cfg index 141aaab6bd..4f235611f0 100755 --- a/helpcontent2/source/auxiliary/bg/sdraw.cfg +++ b/helpcontent2/source/auxiliary/bg/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/simpress.cfg b/helpcontent2/source/auxiliary/bg/simpress.cfg index 1074dc958e..fe0bfd850b 100755 --- a/helpcontent2/source/auxiliary/bg/simpress.cfg +++ b/helpcontent2/source/auxiliary/bg/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/smath.cfg b/helpcontent2/source/auxiliary/bg/smath.cfg index 0cbb62deb2..73ebce50f3 100755 --- a/helpcontent2/source/auxiliary/bg/smath.cfg +++ b/helpcontent2/source/auxiliary/bg/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bg/swriter.cfg b/helpcontent2/source/auxiliary/bg/swriter.cfg index af13a44e86..e4c1290772 100755 --- a/helpcontent2/source/auxiliary/bg/swriter.cfg +++ b/helpcontent2/source/auxiliary/bg/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/sbasic.cfg b/helpcontent2/source/auxiliary/bn/sbasic.cfg index fa5b61ba7c..713845a843 100755 --- a/helpcontent2/source/auxiliary/bn/sbasic.cfg +++ b/helpcontent2/source/auxiliary/bn/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/scalc.cfg b/helpcontent2/source/auxiliary/bn/scalc.cfg index 2485f72e32..7f16ba0ff1 100755 --- a/helpcontent2/source/auxiliary/bn/scalc.cfg +++ b/helpcontent2/source/auxiliary/bn/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/schart.cfg b/helpcontent2/source/auxiliary/bn/schart.cfg index 914b4beac1..789223e091 100755 --- a/helpcontent2/source/auxiliary/bn/schart.cfg +++ b/helpcontent2/source/auxiliary/bn/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/sdatabase.cfg b/helpcontent2/source/auxiliary/bn/sdatabase.cfg index c7fe73159d..a512505e25 100644 --- a/helpcontent2/source/auxiliary/bn/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/bn/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/sdraw.cfg b/helpcontent2/source/auxiliary/bn/sdraw.cfg index 19df0093b6..3453d2cf34 100755 --- a/helpcontent2/source/auxiliary/bn/sdraw.cfg +++ b/helpcontent2/source/auxiliary/bn/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/simpress.cfg b/helpcontent2/source/auxiliary/bn/simpress.cfg index a687a1fe5e..e5e97900f8 100755 --- a/helpcontent2/source/auxiliary/bn/simpress.cfg +++ b/helpcontent2/source/auxiliary/bn/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/smath.cfg b/helpcontent2/source/auxiliary/bn/smath.cfg index e5b5f2c473..30b24700d4 100755 --- a/helpcontent2/source/auxiliary/bn/smath.cfg +++ b/helpcontent2/source/auxiliary/bn/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bn/swriter.cfg b/helpcontent2/source/auxiliary/bn/swriter.cfg index 72c3bb4fe6..037946ac3c 100755 --- a/helpcontent2/source/auxiliary/bn/swriter.cfg +++ b/helpcontent2/source/auxiliary/bn/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/sbasic.cfg b/helpcontent2/source/auxiliary/br/sbasic.cfg index 459b247004..c7ffeaba49 100755 --- a/helpcontent2/source/auxiliary/br/sbasic.cfg +++ b/helpcontent2/source/auxiliary/br/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/scalc.cfg b/helpcontent2/source/auxiliary/br/scalc.cfg index e06d39dcd0..771e321347 100755 --- a/helpcontent2/source/auxiliary/br/scalc.cfg +++ b/helpcontent2/source/auxiliary/br/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/schart.cfg b/helpcontent2/source/auxiliary/br/schart.cfg index 975860b63c..82f07c08bb 100755 --- a/helpcontent2/source/auxiliary/br/schart.cfg +++ b/helpcontent2/source/auxiliary/br/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/sdatabase.cfg b/helpcontent2/source/auxiliary/br/sdatabase.cfg index e699295ca9..ad913edde4 100644 --- a/helpcontent2/source/auxiliary/br/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/br/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/sdraw.cfg b/helpcontent2/source/auxiliary/br/sdraw.cfg index 2416159864..439a3a0eb3 100755 --- a/helpcontent2/source/auxiliary/br/sdraw.cfg +++ b/helpcontent2/source/auxiliary/br/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/simpress.cfg b/helpcontent2/source/auxiliary/br/simpress.cfg index 3cd785778e..5aa4c79ffa 100755 --- a/helpcontent2/source/auxiliary/br/simpress.cfg +++ b/helpcontent2/source/auxiliary/br/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/smath.cfg b/helpcontent2/source/auxiliary/br/smath.cfg index 572368205a..130e65be63 100755 --- a/helpcontent2/source/auxiliary/br/smath.cfg +++ b/helpcontent2/source/auxiliary/br/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/br/swriter.cfg b/helpcontent2/source/auxiliary/br/swriter.cfg index 2855a8dcd5..63ee119889 100755 --- a/helpcontent2/source/auxiliary/br/swriter.cfg +++ b/helpcontent2/source/auxiliary/br/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/sbasic.cfg b/helpcontent2/source/auxiliary/brx/sbasic.cfg index 0223c5ccfc..0e136dbb56 100644 --- a/helpcontent2/source/auxiliary/brx/sbasic.cfg +++ b/helpcontent2/source/auxiliary/brx/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/scalc.cfg b/helpcontent2/source/auxiliary/brx/scalc.cfg index e497703b26..863cb39abd 100644 --- a/helpcontent2/source/auxiliary/brx/scalc.cfg +++ b/helpcontent2/source/auxiliary/brx/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/schart.cfg b/helpcontent2/source/auxiliary/brx/schart.cfg index 23c21d6d86..df8f89a494 100644 --- a/helpcontent2/source/auxiliary/brx/schart.cfg +++ b/helpcontent2/source/auxiliary/brx/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/sdatabase.cfg b/helpcontent2/source/auxiliary/brx/sdatabase.cfg index baa7595ea1..8a85f519e6 100644 --- a/helpcontent2/source/auxiliary/brx/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/brx/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/sdraw.cfg b/helpcontent2/source/auxiliary/brx/sdraw.cfg index 6dd04e92ac..60d743568c 100644 --- a/helpcontent2/source/auxiliary/brx/sdraw.cfg +++ b/helpcontent2/source/auxiliary/brx/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/simpress.cfg b/helpcontent2/source/auxiliary/brx/simpress.cfg index 81e7865b51..aa1d296fbc 100644 --- a/helpcontent2/source/auxiliary/brx/simpress.cfg +++ b/helpcontent2/source/auxiliary/brx/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/smath.cfg b/helpcontent2/source/auxiliary/brx/smath.cfg index de5c0dfc8b..2730774b25 100644 --- a/helpcontent2/source/auxiliary/brx/smath.cfg +++ b/helpcontent2/source/auxiliary/brx/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/brx/swriter.cfg b/helpcontent2/source/auxiliary/brx/swriter.cfg index 155a9b84ae..b72f738688 100644 --- a/helpcontent2/source/auxiliary/brx/swriter.cfg +++ b/helpcontent2/source/auxiliary/brx/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/sbasic.cfg b/helpcontent2/source/auxiliary/bs/sbasic.cfg index 6fd69ff00d..0888e8b6ea 100755 --- a/helpcontent2/source/auxiliary/bs/sbasic.cfg +++ b/helpcontent2/source/auxiliary/bs/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/scalc.cfg b/helpcontent2/source/auxiliary/bs/scalc.cfg index adcd27a00c..b0ad4c25aa 100755 --- a/helpcontent2/source/auxiliary/bs/scalc.cfg +++ b/helpcontent2/source/auxiliary/bs/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/schart.cfg b/helpcontent2/source/auxiliary/bs/schart.cfg index 7bad9109d9..21445da707 100755 --- a/helpcontent2/source/auxiliary/bs/schart.cfg +++ b/helpcontent2/source/auxiliary/bs/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/sdatabase.cfg b/helpcontent2/source/auxiliary/bs/sdatabase.cfg index 377f7cccda..f46f182f7b 100644 --- a/helpcontent2/source/auxiliary/bs/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/bs/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/sdraw.cfg b/helpcontent2/source/auxiliary/bs/sdraw.cfg index 6806d8e29d..b4b684fba9 100755 --- a/helpcontent2/source/auxiliary/bs/sdraw.cfg +++ b/helpcontent2/source/auxiliary/bs/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/simpress.cfg b/helpcontent2/source/auxiliary/bs/simpress.cfg index 1bc02744b1..4ce7ebbffd 100755 --- a/helpcontent2/source/auxiliary/bs/simpress.cfg +++ b/helpcontent2/source/auxiliary/bs/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/smath.cfg b/helpcontent2/source/auxiliary/bs/smath.cfg index 3e593534e9..4f33b6b14d 100755 --- a/helpcontent2/source/auxiliary/bs/smath.cfg +++ b/helpcontent2/source/auxiliary/bs/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/bs/swriter.cfg b/helpcontent2/source/auxiliary/bs/swriter.cfg index bac3687bea..d8ec23f57d 100755 --- a/helpcontent2/source/auxiliary/bs/swriter.cfg +++ b/helpcontent2/source/auxiliary/bs/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/sbasic.cfg b/helpcontent2/source/auxiliary/ca-XV/sbasic.cfg index 0c08ecaa82..db6bbaf5c0 100644 --- a/helpcontent2/source/auxiliary/ca-XV/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/scalc.cfg b/helpcontent2/source/auxiliary/ca-XV/scalc.cfg index 64be5e3429..ad06ed890d 100644 --- a/helpcontent2/source/auxiliary/ca-XV/scalc.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/schart.cfg b/helpcontent2/source/auxiliary/ca-XV/schart.cfg index b3a51c307e..2d0fc4c7eb 100755 --- a/helpcontent2/source/auxiliary/ca-XV/schart.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/sdatabase.cfg b/helpcontent2/source/auxiliary/ca-XV/sdatabase.cfg index cdf369b046..30056984e5 100644 --- a/helpcontent2/source/auxiliary/ca-XV/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/sdraw.cfg b/helpcontent2/source/auxiliary/ca-XV/sdraw.cfg index 4c83b7101d..18fe21aefc 100644 --- a/helpcontent2/source/auxiliary/ca-XV/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/simpress.cfg b/helpcontent2/source/auxiliary/ca-XV/simpress.cfg index 60266fd73a..cc172a027e 100644 --- a/helpcontent2/source/auxiliary/ca-XV/simpress.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/smath.cfg b/helpcontent2/source/auxiliary/ca-XV/smath.cfg index 5d2a39239b..7816f6f18c 100644 --- a/helpcontent2/source/auxiliary/ca-XV/smath.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca-XV/swriter.cfg b/helpcontent2/source/auxiliary/ca-XV/swriter.cfg index a77ad3f714..cb59488ac2 100644 --- a/helpcontent2/source/auxiliary/ca-XV/swriter.cfg +++ b/helpcontent2/source/auxiliary/ca-XV/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/sbasic.cfg b/helpcontent2/source/auxiliary/ca/sbasic.cfg index f581711f9d..d37a4707a6 100755 --- a/helpcontent2/source/auxiliary/ca/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ca/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/scalc.cfg b/helpcontent2/source/auxiliary/ca/scalc.cfg index d9d7962f2d..4f77c67af7 100755 --- a/helpcontent2/source/auxiliary/ca/scalc.cfg +++ b/helpcontent2/source/auxiliary/ca/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/schart.cfg b/helpcontent2/source/auxiliary/ca/schart.cfg index 5ab122f0d4..46ca1e09ba 100755 --- a/helpcontent2/source/auxiliary/ca/schart.cfg +++ b/helpcontent2/source/auxiliary/ca/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/sdatabase.cfg b/helpcontent2/source/auxiliary/ca/sdatabase.cfg index 859bbdce98..36f6cdff93 100644 --- a/helpcontent2/source/auxiliary/ca/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ca/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/sdraw.cfg b/helpcontent2/source/auxiliary/ca/sdraw.cfg index 81119c21af..bc3ffea264 100755 --- a/helpcontent2/source/auxiliary/ca/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ca/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/simpress.cfg b/helpcontent2/source/auxiliary/ca/simpress.cfg index 827da159a8..f0611234ae 100755 --- a/helpcontent2/source/auxiliary/ca/simpress.cfg +++ b/helpcontent2/source/auxiliary/ca/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/smath.cfg b/helpcontent2/source/auxiliary/ca/smath.cfg index 53966b5f04..f0f8e95d90 100755 --- a/helpcontent2/source/auxiliary/ca/smath.cfg +++ b/helpcontent2/source/auxiliary/ca/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ca/swriter.cfg b/helpcontent2/source/auxiliary/ca/swriter.cfg index 5d3baaaad3..caeb62d3dd 100755 --- a/helpcontent2/source/auxiliary/ca/swriter.cfg +++ b/helpcontent2/source/auxiliary/ca/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/sbasic.cfg b/helpcontent2/source/auxiliary/cs/sbasic.cfg index 75b23bd1e1..dcc3cb6efb 100755 --- a/helpcontent2/source/auxiliary/cs/sbasic.cfg +++ b/helpcontent2/source/auxiliary/cs/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/scalc.cfg b/helpcontent2/source/auxiliary/cs/scalc.cfg index 3de7324b2a..e1c0b6c030 100755 --- a/helpcontent2/source/auxiliary/cs/scalc.cfg +++ b/helpcontent2/source/auxiliary/cs/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/schart.cfg b/helpcontent2/source/auxiliary/cs/schart.cfg index fcb2046416..3274278325 100755 --- a/helpcontent2/source/auxiliary/cs/schart.cfg +++ b/helpcontent2/source/auxiliary/cs/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/sdatabase.cfg b/helpcontent2/source/auxiliary/cs/sdatabase.cfg index b7089c8a8d..6760a93e25 100644 --- a/helpcontent2/source/auxiliary/cs/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/cs/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/sdraw.cfg b/helpcontent2/source/auxiliary/cs/sdraw.cfg index 2504ce2918..0217d664fe 100755 --- a/helpcontent2/source/auxiliary/cs/sdraw.cfg +++ b/helpcontent2/source/auxiliary/cs/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/simpress.cfg b/helpcontent2/source/auxiliary/cs/simpress.cfg index 1382f059d7..cd605ec769 100755 --- a/helpcontent2/source/auxiliary/cs/simpress.cfg +++ b/helpcontent2/source/auxiliary/cs/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/smath.cfg b/helpcontent2/source/auxiliary/cs/smath.cfg index ffb33c5930..b99f77a5b2 100755 --- a/helpcontent2/source/auxiliary/cs/smath.cfg +++ b/helpcontent2/source/auxiliary/cs/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cs/swriter.cfg b/helpcontent2/source/auxiliary/cs/swriter.cfg index 18670fc947..450d4c7533 100755 --- a/helpcontent2/source/auxiliary/cs/swriter.cfg +++ b/helpcontent2/source/auxiliary/cs/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/sbasic.cfg b/helpcontent2/source/auxiliary/cy/sbasic.cfg index 87b3c06240..b65c455f0b 100755 --- a/helpcontent2/source/auxiliary/cy/sbasic.cfg +++ b/helpcontent2/source/auxiliary/cy/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/scalc.cfg b/helpcontent2/source/auxiliary/cy/scalc.cfg index ec8a7418e8..89eb037a88 100755 --- a/helpcontent2/source/auxiliary/cy/scalc.cfg +++ b/helpcontent2/source/auxiliary/cy/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/schart.cfg b/helpcontent2/source/auxiliary/cy/schart.cfg index 2d7aa2501e..37da8eb67d 100755 --- a/helpcontent2/source/auxiliary/cy/schart.cfg +++ b/helpcontent2/source/auxiliary/cy/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/sdatabase.cfg b/helpcontent2/source/auxiliary/cy/sdatabase.cfg index 00d51a8d4a..4354407647 100644 --- a/helpcontent2/source/auxiliary/cy/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/cy/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/sdraw.cfg b/helpcontent2/source/auxiliary/cy/sdraw.cfg index fe306269e3..249e444481 100755 --- a/helpcontent2/source/auxiliary/cy/sdraw.cfg +++ b/helpcontent2/source/auxiliary/cy/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/simpress.cfg b/helpcontent2/source/auxiliary/cy/simpress.cfg index 1c3623e3a3..3d059a29bb 100755 --- a/helpcontent2/source/auxiliary/cy/simpress.cfg +++ b/helpcontent2/source/auxiliary/cy/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/smath.cfg b/helpcontent2/source/auxiliary/cy/smath.cfg index 068dbe84b0..b0d483c08e 100755 --- a/helpcontent2/source/auxiliary/cy/smath.cfg +++ b/helpcontent2/source/auxiliary/cy/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/cy/swriter.cfg b/helpcontent2/source/auxiliary/cy/swriter.cfg index 3cc5277dda..d7ad116b5b 100755 --- a/helpcontent2/source/auxiliary/cy/swriter.cfg +++ b/helpcontent2/source/auxiliary/cy/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/sbasic.cfg b/helpcontent2/source/auxiliary/da/sbasic.cfg index 8010e6086a..347db5c997 100755 --- a/helpcontent2/source/auxiliary/da/sbasic.cfg +++ b/helpcontent2/source/auxiliary/da/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/scalc.cfg b/helpcontent2/source/auxiliary/da/scalc.cfg index 647a7403a5..e104a79e94 100755 --- a/helpcontent2/source/auxiliary/da/scalc.cfg +++ b/helpcontent2/source/auxiliary/da/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/schart.cfg b/helpcontent2/source/auxiliary/da/schart.cfg index 236fe3065c..78ca9e6fd1 100755 --- a/helpcontent2/source/auxiliary/da/schart.cfg +++ b/helpcontent2/source/auxiliary/da/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/sdatabase.cfg b/helpcontent2/source/auxiliary/da/sdatabase.cfg index 8859066aec..958a687211 100644 --- a/helpcontent2/source/auxiliary/da/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/da/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/sdraw.cfg b/helpcontent2/source/auxiliary/da/sdraw.cfg index 379fd382a0..272dd032a1 100755 --- a/helpcontent2/source/auxiliary/da/sdraw.cfg +++ b/helpcontent2/source/auxiliary/da/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/simpress.cfg b/helpcontent2/source/auxiliary/da/simpress.cfg index bcd06b6882..6b68635575 100755 --- a/helpcontent2/source/auxiliary/da/simpress.cfg +++ b/helpcontent2/source/auxiliary/da/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/smath.cfg b/helpcontent2/source/auxiliary/da/smath.cfg index fd26f217d0..d6e47a92d5 100755 --- a/helpcontent2/source/auxiliary/da/smath.cfg +++ b/helpcontent2/source/auxiliary/da/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/da/swriter.cfg b/helpcontent2/source/auxiliary/da/swriter.cfg index ec6d368861..8ff0bf93a3 100755 --- a/helpcontent2/source/auxiliary/da/swriter.cfg +++ b/helpcontent2/source/auxiliary/da/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/sbasic.cfg b/helpcontent2/source/auxiliary/de/sbasic.cfg index 3020a0393f..df663d8288 100755 --- a/helpcontent2/source/auxiliary/de/sbasic.cfg +++ b/helpcontent2/source/auxiliary/de/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/scalc.cfg b/helpcontent2/source/auxiliary/de/scalc.cfg index 6e74e6b119..599ed785b0 100755 --- a/helpcontent2/source/auxiliary/de/scalc.cfg +++ b/helpcontent2/source/auxiliary/de/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/schart.cfg b/helpcontent2/source/auxiliary/de/schart.cfg index b86f38ca63..5d28755189 100755 --- a/helpcontent2/source/auxiliary/de/schart.cfg +++ b/helpcontent2/source/auxiliary/de/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/sdatabase.cfg b/helpcontent2/source/auxiliary/de/sdatabase.cfg index e61f7ace1b..8fbc099446 100644 --- a/helpcontent2/source/auxiliary/de/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/de/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/sdraw.cfg b/helpcontent2/source/auxiliary/de/sdraw.cfg index 7e6af32b88..d53e01f244 100755 --- a/helpcontent2/source/auxiliary/de/sdraw.cfg +++ b/helpcontent2/source/auxiliary/de/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/simpress.cfg b/helpcontent2/source/auxiliary/de/simpress.cfg index 60f5b78e5a..22151b70e8 100755 --- a/helpcontent2/source/auxiliary/de/simpress.cfg +++ b/helpcontent2/source/auxiliary/de/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/smath.cfg b/helpcontent2/source/auxiliary/de/smath.cfg index e7bba233d1..3da4d58ad0 100755 --- a/helpcontent2/source/auxiliary/de/smath.cfg +++ b/helpcontent2/source/auxiliary/de/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/swriter.cfg b/helpcontent2/source/auxiliary/de/swriter.cfg index fe3be63a62..5d330c23a0 100755 --- a/helpcontent2/source/auxiliary/de/swriter.cfg +++ b/helpcontent2/source/auxiliary/de/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/sbasic.cfg b/helpcontent2/source/auxiliary/dgo/sbasic.cfg index 8bb14ad0a4..5ee9d21068 100644 --- a/helpcontent2/source/auxiliary/dgo/sbasic.cfg +++ b/helpcontent2/source/auxiliary/dgo/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/scalc.cfg b/helpcontent2/source/auxiliary/dgo/scalc.cfg index 4e58a193d6..8e0bfa5d5a 100644 --- a/helpcontent2/source/auxiliary/dgo/scalc.cfg +++ b/helpcontent2/source/auxiliary/dgo/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/schart.cfg b/helpcontent2/source/auxiliary/dgo/schart.cfg index 2e959a1b52..ad885152bb 100644 --- a/helpcontent2/source/auxiliary/dgo/schart.cfg +++ b/helpcontent2/source/auxiliary/dgo/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/sdatabase.cfg b/helpcontent2/source/auxiliary/dgo/sdatabase.cfg index ab72758e88..fae98ba437 100644 --- a/helpcontent2/source/auxiliary/dgo/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/dgo/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/sdraw.cfg b/helpcontent2/source/auxiliary/dgo/sdraw.cfg index df0358ea81..92731d2470 100644 --- a/helpcontent2/source/auxiliary/dgo/sdraw.cfg +++ b/helpcontent2/source/auxiliary/dgo/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/simpress.cfg b/helpcontent2/source/auxiliary/dgo/simpress.cfg index b036c85a35..fbed7ea391 100644 --- a/helpcontent2/source/auxiliary/dgo/simpress.cfg +++ b/helpcontent2/source/auxiliary/dgo/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/smath.cfg b/helpcontent2/source/auxiliary/dgo/smath.cfg index e912233abe..9ad02e70ba 100644 --- a/helpcontent2/source/auxiliary/dgo/smath.cfg +++ b/helpcontent2/source/auxiliary/dgo/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dgo/swriter.cfg b/helpcontent2/source/auxiliary/dgo/swriter.cfg index 5e7d5ac8a4..547289c8c9 100644 --- a/helpcontent2/source/auxiliary/dgo/swriter.cfg +++ b/helpcontent2/source/auxiliary/dgo/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/sbasic.cfg b/helpcontent2/source/auxiliary/dz/sbasic.cfg index d0f6de0eb8..97414088cd 100755 --- a/helpcontent2/source/auxiliary/dz/sbasic.cfg +++ b/helpcontent2/source/auxiliary/dz/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/scalc.cfg b/helpcontent2/source/auxiliary/dz/scalc.cfg index d29c493290..9fbade570c 100755 --- a/helpcontent2/source/auxiliary/dz/scalc.cfg +++ b/helpcontent2/source/auxiliary/dz/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/schart.cfg b/helpcontent2/source/auxiliary/dz/schart.cfg index 4e3ff0bee5..503729c19e 100755 --- a/helpcontent2/source/auxiliary/dz/schart.cfg +++ b/helpcontent2/source/auxiliary/dz/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/sdatabase.cfg b/helpcontent2/source/auxiliary/dz/sdatabase.cfg index da7b5c5bb8..68eb67fa90 100644 --- a/helpcontent2/source/auxiliary/dz/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/dz/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/sdraw.cfg b/helpcontent2/source/auxiliary/dz/sdraw.cfg index e20051156a..aad24f56e2 100755 --- a/helpcontent2/source/auxiliary/dz/sdraw.cfg +++ b/helpcontent2/source/auxiliary/dz/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/simpress.cfg b/helpcontent2/source/auxiliary/dz/simpress.cfg index f3c0a1e3d6..dbf85a9c24 100755 --- a/helpcontent2/source/auxiliary/dz/simpress.cfg +++ b/helpcontent2/source/auxiliary/dz/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/smath.cfg b/helpcontent2/source/auxiliary/dz/smath.cfg index 8a70b2a996..3bf82b7a77 100755 --- a/helpcontent2/source/auxiliary/dz/smath.cfg +++ b/helpcontent2/source/auxiliary/dz/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/dz/swriter.cfg b/helpcontent2/source/auxiliary/dz/swriter.cfg index befe07658a..924ab48c62 100755 --- a/helpcontent2/source/auxiliary/dz/swriter.cfg +++ b/helpcontent2/source/auxiliary/dz/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/sbasic.cfg b/helpcontent2/source/auxiliary/el/sbasic.cfg index f02cae6662..1a0b852f7f 100755 --- a/helpcontent2/source/auxiliary/el/sbasic.cfg +++ b/helpcontent2/source/auxiliary/el/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/scalc.cfg b/helpcontent2/source/auxiliary/el/scalc.cfg index e480dd2b78..5eda5a88df 100755 --- a/helpcontent2/source/auxiliary/el/scalc.cfg +++ b/helpcontent2/source/auxiliary/el/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/schart.cfg b/helpcontent2/source/auxiliary/el/schart.cfg index 310e841cb3..b7e05a5fdd 100755 --- a/helpcontent2/source/auxiliary/el/schart.cfg +++ b/helpcontent2/source/auxiliary/el/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/sdatabase.cfg b/helpcontent2/source/auxiliary/el/sdatabase.cfg index 8b51b2f52e..631dfa5e84 100644 --- a/helpcontent2/source/auxiliary/el/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/el/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/sdraw.cfg b/helpcontent2/source/auxiliary/el/sdraw.cfg index ce30656c91..d6b6cb158a 100755 --- a/helpcontent2/source/auxiliary/el/sdraw.cfg +++ b/helpcontent2/source/auxiliary/el/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/simpress.cfg b/helpcontent2/source/auxiliary/el/simpress.cfg index 7fc2314adc..26c26ef29c 100755 --- a/helpcontent2/source/auxiliary/el/simpress.cfg +++ b/helpcontent2/source/auxiliary/el/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/smath.cfg b/helpcontent2/source/auxiliary/el/smath.cfg index a6a8120951..ff94e4d7ce 100755 --- a/helpcontent2/source/auxiliary/el/smath.cfg +++ b/helpcontent2/source/auxiliary/el/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/el/swriter.cfg b/helpcontent2/source/auxiliary/el/swriter.cfg index 9e19b84f12..ae84c5b657 100755 --- a/helpcontent2/source/auxiliary/el/swriter.cfg +++ b/helpcontent2/source/auxiliary/el/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/sbasic.cfg b/helpcontent2/source/auxiliary/en-GB/sbasic.cfg index 1e572effd9..bea7c9daca 100644 --- a/helpcontent2/source/auxiliary/en-GB/sbasic.cfg +++ b/helpcontent2/source/auxiliary/en-GB/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/scalc.cfg b/helpcontent2/source/auxiliary/en-GB/scalc.cfg index 2b5923e6da..d38060f97e 100644 --- a/helpcontent2/source/auxiliary/en-GB/scalc.cfg +++ b/helpcontent2/source/auxiliary/en-GB/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/schart.cfg b/helpcontent2/source/auxiliary/en-GB/schart.cfg index 1222abb247..8d55056f2c 100755 --- a/helpcontent2/source/auxiliary/en-GB/schart.cfg +++ b/helpcontent2/source/auxiliary/en-GB/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/sdatabase.cfg b/helpcontent2/source/auxiliary/en-GB/sdatabase.cfg index 6abdade1d2..ef8fb4cace 100644 --- a/helpcontent2/source/auxiliary/en-GB/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/en-GB/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/sdraw.cfg b/helpcontent2/source/auxiliary/en-GB/sdraw.cfg index 9b73095419..eb3e0f6d2e 100644 --- a/helpcontent2/source/auxiliary/en-GB/sdraw.cfg +++ b/helpcontent2/source/auxiliary/en-GB/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/simpress.cfg b/helpcontent2/source/auxiliary/en-GB/simpress.cfg index beaa9bb13f..7c2a081ba6 100644 --- a/helpcontent2/source/auxiliary/en-GB/simpress.cfg +++ b/helpcontent2/source/auxiliary/en-GB/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/smath.cfg b/helpcontent2/source/auxiliary/en-GB/smath.cfg index bd454c46c6..318a2c9e52 100644 --- a/helpcontent2/source/auxiliary/en-GB/smath.cfg +++ b/helpcontent2/source/auxiliary/en-GB/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-GB/swriter.cfg b/helpcontent2/source/auxiliary/en-GB/swriter.cfg index 9655b97f45..00467f4bf7 100644 --- a/helpcontent2/source/auxiliary/en-GB/swriter.cfg +++ b/helpcontent2/source/auxiliary/en-GB/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/sbasic.cfg b/helpcontent2/source/auxiliary/en-US/sbasic.cfg index f581711f9d..d37a4707a6 100755 --- a/helpcontent2/source/auxiliary/en-US/sbasic.cfg +++ b/helpcontent2/source/auxiliary/en-US/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/scalc.cfg b/helpcontent2/source/auxiliary/en-US/scalc.cfg index d9d7962f2d..4f77c67af7 100755 --- a/helpcontent2/source/auxiliary/en-US/scalc.cfg +++ b/helpcontent2/source/auxiliary/en-US/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/schart.cfg b/helpcontent2/source/auxiliary/en-US/schart.cfg index c9c545c271..ad3f8ce852 100755 --- a/helpcontent2/source/auxiliary/en-US/schart.cfg +++ b/helpcontent2/source/auxiliary/en-US/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/sdatabase.cfg b/helpcontent2/source/auxiliary/en-US/sdatabase.cfg index 859bbdce98..36f6cdff93 100644 --- a/helpcontent2/source/auxiliary/en-US/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/en-US/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/sdraw.cfg b/helpcontent2/source/auxiliary/en-US/sdraw.cfg index 81119c21af..bc3ffea264 100755 --- a/helpcontent2/source/auxiliary/en-US/sdraw.cfg +++ b/helpcontent2/source/auxiliary/en-US/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/simpress.cfg b/helpcontent2/source/auxiliary/en-US/simpress.cfg index 827da159a8..f0611234ae 100755 --- a/helpcontent2/source/auxiliary/en-US/simpress.cfg +++ b/helpcontent2/source/auxiliary/en-US/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/smath.cfg b/helpcontent2/source/auxiliary/en-US/smath.cfg index 53966b5f04..f0f8e95d90 100755 --- a/helpcontent2/source/auxiliary/en-US/smath.cfg +++ b/helpcontent2/source/auxiliary/en-US/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-US/swriter.cfg b/helpcontent2/source/auxiliary/en-US/swriter.cfg index 5d3baaaad3..caeb62d3dd 100755 --- a/helpcontent2/source/auxiliary/en-US/swriter.cfg +++ b/helpcontent2/source/auxiliary/en-US/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg b/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg index 3ddb19821f..711cbb235d 100755 --- a/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/scalc.cfg b/helpcontent2/source/auxiliary/en-ZA/scalc.cfg index 3a760bb6ef..3cced0b0c4 100755 --- a/helpcontent2/source/auxiliary/en-ZA/scalc.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/schart.cfg b/helpcontent2/source/auxiliary/en-ZA/schart.cfg index b9090c0921..28099aa2cf 100755 --- a/helpcontent2/source/auxiliary/en-ZA/schart.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/sdatabase.cfg b/helpcontent2/source/auxiliary/en-ZA/sdatabase.cfg index 34aad7d363..8c6771baa2 100644 --- a/helpcontent2/source/auxiliary/en-ZA/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg b/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg index c0b47e97f0..e0c5b6cf7c 100755 --- a/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/simpress.cfg b/helpcontent2/source/auxiliary/en-ZA/simpress.cfg index 48cf63a7fd..9a61b8f5c1 100755 --- a/helpcontent2/source/auxiliary/en-ZA/simpress.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/smath.cfg b/helpcontent2/source/auxiliary/en-ZA/smath.cfg index 807c2002bd..1c05d8afab 100755 --- a/helpcontent2/source/auxiliary/en-ZA/smath.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/en-ZA/swriter.cfg b/helpcontent2/source/auxiliary/en-ZA/swriter.cfg index 48099321ea..496538dd99 100755 --- a/helpcontent2/source/auxiliary/en-ZA/swriter.cfg +++ b/helpcontent2/source/auxiliary/en-ZA/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/sbasic.cfg b/helpcontent2/source/auxiliary/eo/sbasic.cfg index e877361723..438bdfa064 100644 --- a/helpcontent2/source/auxiliary/eo/sbasic.cfg +++ b/helpcontent2/source/auxiliary/eo/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/scalc.cfg b/helpcontent2/source/auxiliary/eo/scalc.cfg index c12b08ca2d..3c81982178 100644 --- a/helpcontent2/source/auxiliary/eo/scalc.cfg +++ b/helpcontent2/source/auxiliary/eo/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/schart.cfg b/helpcontent2/source/auxiliary/eo/schart.cfg index a0e798643b..c5e92387ec 100644 --- a/helpcontent2/source/auxiliary/eo/schart.cfg +++ b/helpcontent2/source/auxiliary/eo/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/sdatabase.cfg b/helpcontent2/source/auxiliary/eo/sdatabase.cfg index 4e0bcc654b..e379ab615a 100644 --- a/helpcontent2/source/auxiliary/eo/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/eo/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/sdraw.cfg b/helpcontent2/source/auxiliary/eo/sdraw.cfg index 03d0caa3f2..00b7976948 100644 --- a/helpcontent2/source/auxiliary/eo/sdraw.cfg +++ b/helpcontent2/source/auxiliary/eo/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/simpress.cfg b/helpcontent2/source/auxiliary/eo/simpress.cfg index 9f185a05c1..5888964e2c 100644 --- a/helpcontent2/source/auxiliary/eo/simpress.cfg +++ b/helpcontent2/source/auxiliary/eo/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/smath.cfg b/helpcontent2/source/auxiliary/eo/smath.cfg index 606ff0d5fc..416a5dabba 100644 --- a/helpcontent2/source/auxiliary/eo/smath.cfg +++ b/helpcontent2/source/auxiliary/eo/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eo/swriter.cfg b/helpcontent2/source/auxiliary/eo/swriter.cfg index 24255f0005..89abc85704 100644 --- a/helpcontent2/source/auxiliary/eo/swriter.cfg +++ b/helpcontent2/source/auxiliary/eo/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/sbasic.cfg b/helpcontent2/source/auxiliary/es/sbasic.cfg index 6bc820a84e..5bf0c599f3 100755 --- a/helpcontent2/source/auxiliary/es/sbasic.cfg +++ b/helpcontent2/source/auxiliary/es/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/scalc.cfg b/helpcontent2/source/auxiliary/es/scalc.cfg index edf599d0be..c591ea13c6 100755 --- a/helpcontent2/source/auxiliary/es/scalc.cfg +++ b/helpcontent2/source/auxiliary/es/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/schart.cfg b/helpcontent2/source/auxiliary/es/schart.cfg index 373e0998ff..96da572fed 100755 --- a/helpcontent2/source/auxiliary/es/schart.cfg +++ b/helpcontent2/source/auxiliary/es/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/sdatabase.cfg b/helpcontent2/source/auxiliary/es/sdatabase.cfg index 14a2f7a584..904ed2161a 100644 --- a/helpcontent2/source/auxiliary/es/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/es/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/sdraw.cfg b/helpcontent2/source/auxiliary/es/sdraw.cfg index 304136542b..134e81d818 100755 --- a/helpcontent2/source/auxiliary/es/sdraw.cfg +++ b/helpcontent2/source/auxiliary/es/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/simpress.cfg b/helpcontent2/source/auxiliary/es/simpress.cfg index a5a28e9791..efcde6eb24 100755 --- a/helpcontent2/source/auxiliary/es/simpress.cfg +++ b/helpcontent2/source/auxiliary/es/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/smath.cfg b/helpcontent2/source/auxiliary/es/smath.cfg index fe263d62c4..da8cec5882 100755 --- a/helpcontent2/source/auxiliary/es/smath.cfg +++ b/helpcontent2/source/auxiliary/es/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/es/swriter.cfg b/helpcontent2/source/auxiliary/es/swriter.cfg index 9e11086b38..054b625f4b 100755 --- a/helpcontent2/source/auxiliary/es/swriter.cfg +++ b/helpcontent2/source/auxiliary/es/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/sbasic.cfg b/helpcontent2/source/auxiliary/et/sbasic.cfg index da7a239d75..9373a53d02 100644 --- a/helpcontent2/source/auxiliary/et/sbasic.cfg +++ b/helpcontent2/source/auxiliary/et/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/scalc.cfg b/helpcontent2/source/auxiliary/et/scalc.cfg index 5537658b21..91e215b04d 100644 --- a/helpcontent2/source/auxiliary/et/scalc.cfg +++ b/helpcontent2/source/auxiliary/et/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/schart.cfg b/helpcontent2/source/auxiliary/et/schart.cfg index e3208f8755..aa27acf723 100755 --- a/helpcontent2/source/auxiliary/et/schart.cfg +++ b/helpcontent2/source/auxiliary/et/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/sdatabase.cfg b/helpcontent2/source/auxiliary/et/sdatabase.cfg index 4c28047767..770c27ddf7 100644 --- a/helpcontent2/source/auxiliary/et/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/et/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/sdraw.cfg b/helpcontent2/source/auxiliary/et/sdraw.cfg index 74a1b59fae..e5cba8279a 100644 --- a/helpcontent2/source/auxiliary/et/sdraw.cfg +++ b/helpcontent2/source/auxiliary/et/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/simpress.cfg b/helpcontent2/source/auxiliary/et/simpress.cfg index c89849ea7c..ad7b27665e 100644 --- a/helpcontent2/source/auxiliary/et/simpress.cfg +++ b/helpcontent2/source/auxiliary/et/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/smath.cfg b/helpcontent2/source/auxiliary/et/smath.cfg index f194a12526..43d0992bea 100644 --- a/helpcontent2/source/auxiliary/et/smath.cfg +++ b/helpcontent2/source/auxiliary/et/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/et/swriter.cfg b/helpcontent2/source/auxiliary/et/swriter.cfg index 7cff315fbb..6e64f9ce60 100644 --- a/helpcontent2/source/auxiliary/et/swriter.cfg +++ b/helpcontent2/source/auxiliary/et/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/sbasic.cfg b/helpcontent2/source/auxiliary/eu/sbasic.cfg index 5986e6c9b3..c87c71a967 100644 --- a/helpcontent2/source/auxiliary/eu/sbasic.cfg +++ b/helpcontent2/source/auxiliary/eu/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/scalc.cfg b/helpcontent2/source/auxiliary/eu/scalc.cfg index 2758c16a4a..dada659fb7 100644 --- a/helpcontent2/source/auxiliary/eu/scalc.cfg +++ b/helpcontent2/source/auxiliary/eu/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/schart.cfg b/helpcontent2/source/auxiliary/eu/schart.cfg index 9b1e86564f..8cde443e02 100644 --- a/helpcontent2/source/auxiliary/eu/schart.cfg +++ b/helpcontent2/source/auxiliary/eu/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/sdatabase.cfg b/helpcontent2/source/auxiliary/eu/sdatabase.cfg index 3b9b6a74ca..2f2cc6f6e7 100644 --- a/helpcontent2/source/auxiliary/eu/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/eu/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/sdraw.cfg b/helpcontent2/source/auxiliary/eu/sdraw.cfg index 01367814c1..8e01b9e140 100644 --- a/helpcontent2/source/auxiliary/eu/sdraw.cfg +++ b/helpcontent2/source/auxiliary/eu/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/simpress.cfg b/helpcontent2/source/auxiliary/eu/simpress.cfg index 90f91108a5..3811c807cc 100644 --- a/helpcontent2/source/auxiliary/eu/simpress.cfg +++ b/helpcontent2/source/auxiliary/eu/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/smath.cfg b/helpcontent2/source/auxiliary/eu/smath.cfg index 2685ec2a55..6128f32ca7 100644 --- a/helpcontent2/source/auxiliary/eu/smath.cfg +++ b/helpcontent2/source/auxiliary/eu/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/eu/swriter.cfg b/helpcontent2/source/auxiliary/eu/swriter.cfg index e5e837563a..eeaf51e17d 100644 --- a/helpcontent2/source/auxiliary/eu/swriter.cfg +++ b/helpcontent2/source/auxiliary/eu/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/sbasic.cfg b/helpcontent2/source/auxiliary/fa/sbasic.cfg index f581711f9d..d37a4707a6 100755 --- a/helpcontent2/source/auxiliary/fa/sbasic.cfg +++ b/helpcontent2/source/auxiliary/fa/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/scalc.cfg b/helpcontent2/source/auxiliary/fa/scalc.cfg index d9d7962f2d..4f77c67af7 100755 --- a/helpcontent2/source/auxiliary/fa/scalc.cfg +++ b/helpcontent2/source/auxiliary/fa/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/schart.cfg b/helpcontent2/source/auxiliary/fa/schart.cfg index 476e666d97..0418fabf96 100755 --- a/helpcontent2/source/auxiliary/fa/schart.cfg +++ b/helpcontent2/source/auxiliary/fa/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/sdatabase.cfg b/helpcontent2/source/auxiliary/fa/sdatabase.cfg index 859bbdce98..36f6cdff93 100644 --- a/helpcontent2/source/auxiliary/fa/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/fa/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/sdraw.cfg b/helpcontent2/source/auxiliary/fa/sdraw.cfg index 81119c21af..bc3ffea264 100755 --- a/helpcontent2/source/auxiliary/fa/sdraw.cfg +++ b/helpcontent2/source/auxiliary/fa/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/simpress.cfg b/helpcontent2/source/auxiliary/fa/simpress.cfg index 827da159a8..f0611234ae 100755 --- a/helpcontent2/source/auxiliary/fa/simpress.cfg +++ b/helpcontent2/source/auxiliary/fa/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/smath.cfg b/helpcontent2/source/auxiliary/fa/smath.cfg index 53966b5f04..f0f8e95d90 100755 --- a/helpcontent2/source/auxiliary/fa/smath.cfg +++ b/helpcontent2/source/auxiliary/fa/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fa/swriter.cfg b/helpcontent2/source/auxiliary/fa/swriter.cfg index 5d3baaaad3..caeb62d3dd 100755 --- a/helpcontent2/source/auxiliary/fa/swriter.cfg +++ b/helpcontent2/source/auxiliary/fa/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/sbasic.cfg b/helpcontent2/source/auxiliary/fi/sbasic.cfg index caf0b10a91..9c0b5515a5 100755 --- a/helpcontent2/source/auxiliary/fi/sbasic.cfg +++ b/helpcontent2/source/auxiliary/fi/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/scalc.cfg b/helpcontent2/source/auxiliary/fi/scalc.cfg index 200761c000..9935ab2dc2 100755 --- a/helpcontent2/source/auxiliary/fi/scalc.cfg +++ b/helpcontent2/source/auxiliary/fi/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/schart.cfg b/helpcontent2/source/auxiliary/fi/schart.cfg index 274b0b14b6..bef48a9695 100755 --- a/helpcontent2/source/auxiliary/fi/schart.cfg +++ b/helpcontent2/source/auxiliary/fi/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/sdatabase.cfg b/helpcontent2/source/auxiliary/fi/sdatabase.cfg index fc30af65b8..75d9de7e07 100644 --- a/helpcontent2/source/auxiliary/fi/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/fi/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/sdraw.cfg b/helpcontent2/source/auxiliary/fi/sdraw.cfg index e36a80bfe0..38541d10e3 100755 --- a/helpcontent2/source/auxiliary/fi/sdraw.cfg +++ b/helpcontent2/source/auxiliary/fi/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/simpress.cfg b/helpcontent2/source/auxiliary/fi/simpress.cfg index 487d991b1d..f1f97f5682 100755 --- a/helpcontent2/source/auxiliary/fi/simpress.cfg +++ b/helpcontent2/source/auxiliary/fi/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/smath.cfg b/helpcontent2/source/auxiliary/fi/smath.cfg index 21f4409039..839107c6ec 100755 --- a/helpcontent2/source/auxiliary/fi/smath.cfg +++ b/helpcontent2/source/auxiliary/fi/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fi/swriter.cfg b/helpcontent2/source/auxiliary/fi/swriter.cfg index 155e2ab5ca..f33b44d63a 100755 --- a/helpcontent2/source/auxiliary/fi/swriter.cfg +++ b/helpcontent2/source/auxiliary/fi/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/sbasic.cfg b/helpcontent2/source/auxiliary/fr/sbasic.cfg index d686a8afd7..a633ff50cf 100755 --- a/helpcontent2/source/auxiliary/fr/sbasic.cfg +++ b/helpcontent2/source/auxiliary/fr/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/scalc.cfg b/helpcontent2/source/auxiliary/fr/scalc.cfg index 1e6ad2820a..aeab230d78 100755 --- a/helpcontent2/source/auxiliary/fr/scalc.cfg +++ b/helpcontent2/source/auxiliary/fr/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/schart.cfg b/helpcontent2/source/auxiliary/fr/schart.cfg index 9b5eea58ed..c53d02dde4 100755 --- a/helpcontent2/source/auxiliary/fr/schart.cfg +++ b/helpcontent2/source/auxiliary/fr/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/sdatabase.cfg b/helpcontent2/source/auxiliary/fr/sdatabase.cfg index 7e93b83e3f..374ec927d1 100644 --- a/helpcontent2/source/auxiliary/fr/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/fr/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/sdraw.cfg b/helpcontent2/source/auxiliary/fr/sdraw.cfg index 9a2ab64166..298d052efe 100755 --- a/helpcontent2/source/auxiliary/fr/sdraw.cfg +++ b/helpcontent2/source/auxiliary/fr/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/simpress.cfg b/helpcontent2/source/auxiliary/fr/simpress.cfg index a12d963a1b..14353a75ac 100755 --- a/helpcontent2/source/auxiliary/fr/simpress.cfg +++ b/helpcontent2/source/auxiliary/fr/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/smath.cfg b/helpcontent2/source/auxiliary/fr/smath.cfg index 73988ed232..7c2556ad2a 100755 --- a/helpcontent2/source/auxiliary/fr/smath.cfg +++ b/helpcontent2/source/auxiliary/fr/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/fr/swriter.cfg b/helpcontent2/source/auxiliary/fr/swriter.cfg index b0faa6241a..2f33e2594f 100755 --- a/helpcontent2/source/auxiliary/fr/swriter.cfg +++ b/helpcontent2/source/auxiliary/fr/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/sbasic.cfg b/helpcontent2/source/auxiliary/ga/sbasic.cfg index 138736abd2..a7a4f66bf7 100755 --- a/helpcontent2/source/auxiliary/ga/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ga/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/scalc.cfg b/helpcontent2/source/auxiliary/ga/scalc.cfg index efa2780a16..85b02697ad 100755 --- a/helpcontent2/source/auxiliary/ga/scalc.cfg +++ b/helpcontent2/source/auxiliary/ga/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/schart.cfg b/helpcontent2/source/auxiliary/ga/schart.cfg index f1673bbb29..505e4c2b89 100755 --- a/helpcontent2/source/auxiliary/ga/schart.cfg +++ b/helpcontent2/source/auxiliary/ga/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/sdatabase.cfg b/helpcontent2/source/auxiliary/ga/sdatabase.cfg index 13506da8d0..f0000baa30 100644 --- a/helpcontent2/source/auxiliary/ga/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ga/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/sdraw.cfg b/helpcontent2/source/auxiliary/ga/sdraw.cfg index 44c247e37c..83cfebe7c8 100755 --- a/helpcontent2/source/auxiliary/ga/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ga/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/simpress.cfg b/helpcontent2/source/auxiliary/ga/simpress.cfg index 8823b8eceb..86941a745b 100755 --- a/helpcontent2/source/auxiliary/ga/simpress.cfg +++ b/helpcontent2/source/auxiliary/ga/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/smath.cfg b/helpcontent2/source/auxiliary/ga/smath.cfg index c0f526135b..12ae947f76 100755 --- a/helpcontent2/source/auxiliary/ga/smath.cfg +++ b/helpcontent2/source/auxiliary/ga/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ga/swriter.cfg b/helpcontent2/source/auxiliary/ga/swriter.cfg index 88bc0e7642..2939bd8b48 100755 --- a/helpcontent2/source/auxiliary/ga/swriter.cfg +++ b/helpcontent2/source/auxiliary/ga/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/sbasic.cfg b/helpcontent2/source/auxiliary/gl/sbasic.cfg index a641c5953f..3aa3051cde 100755 --- a/helpcontent2/source/auxiliary/gl/sbasic.cfg +++ b/helpcontent2/source/auxiliary/gl/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/scalc.cfg b/helpcontent2/source/auxiliary/gl/scalc.cfg index 2eb057cc40..ecda7adea0 100755 --- a/helpcontent2/source/auxiliary/gl/scalc.cfg +++ b/helpcontent2/source/auxiliary/gl/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/schart.cfg b/helpcontent2/source/auxiliary/gl/schart.cfg index 9e64678760..1f364df01d 100755 --- a/helpcontent2/source/auxiliary/gl/schart.cfg +++ b/helpcontent2/source/auxiliary/gl/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/sdatabase.cfg b/helpcontent2/source/auxiliary/gl/sdatabase.cfg index c9c5c60602..bba41d92e5 100644 --- a/helpcontent2/source/auxiliary/gl/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/gl/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/sdraw.cfg b/helpcontent2/source/auxiliary/gl/sdraw.cfg index 36e8be9599..39bd1f132e 100755 --- a/helpcontent2/source/auxiliary/gl/sdraw.cfg +++ b/helpcontent2/source/auxiliary/gl/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/simpress.cfg b/helpcontent2/source/auxiliary/gl/simpress.cfg index 4cd400d3ff..2f65c0c19f 100755 --- a/helpcontent2/source/auxiliary/gl/simpress.cfg +++ b/helpcontent2/source/auxiliary/gl/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/smath.cfg b/helpcontent2/source/auxiliary/gl/smath.cfg index 1b83099a21..ed8f7d1d1c 100755 --- a/helpcontent2/source/auxiliary/gl/smath.cfg +++ b/helpcontent2/source/auxiliary/gl/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gl/swriter.cfg b/helpcontent2/source/auxiliary/gl/swriter.cfg index e7b5ead660..8f18b7ea7f 100755 --- a/helpcontent2/source/auxiliary/gl/swriter.cfg +++ b/helpcontent2/source/auxiliary/gl/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/sbasic.cfg b/helpcontent2/source/auxiliary/gu/sbasic.cfg index d5e97c4e3d..35989646a9 100755 --- a/helpcontent2/source/auxiliary/gu/sbasic.cfg +++ b/helpcontent2/source/auxiliary/gu/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/scalc.cfg b/helpcontent2/source/auxiliary/gu/scalc.cfg index 5a3620ed47..807efc0411 100755 --- a/helpcontent2/source/auxiliary/gu/scalc.cfg +++ b/helpcontent2/source/auxiliary/gu/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/schart.cfg b/helpcontent2/source/auxiliary/gu/schart.cfg index 3ac63bd3bc..f94d0c39f5 100755 --- a/helpcontent2/source/auxiliary/gu/schart.cfg +++ b/helpcontent2/source/auxiliary/gu/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/sdatabase.cfg b/helpcontent2/source/auxiliary/gu/sdatabase.cfg index cd5656e348..805492ceef 100644 --- a/helpcontent2/source/auxiliary/gu/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/gu/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/sdraw.cfg b/helpcontent2/source/auxiliary/gu/sdraw.cfg index 1324cd9af3..2bb942a515 100755 --- a/helpcontent2/source/auxiliary/gu/sdraw.cfg +++ b/helpcontent2/source/auxiliary/gu/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/simpress.cfg b/helpcontent2/source/auxiliary/gu/simpress.cfg index 0753286ff1..93a0066f4b 100755 --- a/helpcontent2/source/auxiliary/gu/simpress.cfg +++ b/helpcontent2/source/auxiliary/gu/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/smath.cfg b/helpcontent2/source/auxiliary/gu/smath.cfg index 49e136d762..dcc0832470 100755 --- a/helpcontent2/source/auxiliary/gu/smath.cfg +++ b/helpcontent2/source/auxiliary/gu/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/gu/swriter.cfg b/helpcontent2/source/auxiliary/gu/swriter.cfg index dbf65085f0..2007311df2 100755 --- a/helpcontent2/source/auxiliary/gu/swriter.cfg +++ b/helpcontent2/source/auxiliary/gu/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/sbasic.cfg b/helpcontent2/source/auxiliary/he/sbasic.cfg index 96718b893b..a2de480c80 100644 --- a/helpcontent2/source/auxiliary/he/sbasic.cfg +++ b/helpcontent2/source/auxiliary/he/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/scalc.cfg b/helpcontent2/source/auxiliary/he/scalc.cfg index b1d2dbdf33..28a7d1b2b4 100644 --- a/helpcontent2/source/auxiliary/he/scalc.cfg +++ b/helpcontent2/source/auxiliary/he/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/schart.cfg b/helpcontent2/source/auxiliary/he/schart.cfg index 956b0a69b0..fad82f621d 100755 --- a/helpcontent2/source/auxiliary/he/schart.cfg +++ b/helpcontent2/source/auxiliary/he/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/sdatabase.cfg b/helpcontent2/source/auxiliary/he/sdatabase.cfg index 8ed220118d..804dd8cd5e 100644 --- a/helpcontent2/source/auxiliary/he/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/he/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/sdraw.cfg b/helpcontent2/source/auxiliary/he/sdraw.cfg index f474044481..0dca0c40dc 100644 --- a/helpcontent2/source/auxiliary/he/sdraw.cfg +++ b/helpcontent2/source/auxiliary/he/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/simpress.cfg b/helpcontent2/source/auxiliary/he/simpress.cfg index 5d49f9d9e9..8ce2159d98 100644 --- a/helpcontent2/source/auxiliary/he/simpress.cfg +++ b/helpcontent2/source/auxiliary/he/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/smath.cfg b/helpcontent2/source/auxiliary/he/smath.cfg index fc9172ed2f..a442e58049 100644 --- a/helpcontent2/source/auxiliary/he/smath.cfg +++ b/helpcontent2/source/auxiliary/he/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/he/swriter.cfg b/helpcontent2/source/auxiliary/he/swriter.cfg index c6cf082f38..13db93fdee 100644 --- a/helpcontent2/source/auxiliary/he/swriter.cfg +++ b/helpcontent2/source/auxiliary/he/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/sbasic.cfg b/helpcontent2/source/auxiliary/hi/sbasic.cfg index cdd2b6a8eb..759236eae7 100755 --- a/helpcontent2/source/auxiliary/hi/sbasic.cfg +++ b/helpcontent2/source/auxiliary/hi/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/scalc.cfg b/helpcontent2/source/auxiliary/hi/scalc.cfg index 3590b9ad35..4335262306 100755 --- a/helpcontent2/source/auxiliary/hi/scalc.cfg +++ b/helpcontent2/source/auxiliary/hi/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/schart.cfg b/helpcontent2/source/auxiliary/hi/schart.cfg index 908a729c7c..8fd885384b 100755 --- a/helpcontent2/source/auxiliary/hi/schart.cfg +++ b/helpcontent2/source/auxiliary/hi/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/sdatabase.cfg b/helpcontent2/source/auxiliary/hi/sdatabase.cfg index a76f77894b..bab12d89c3 100644 --- a/helpcontent2/source/auxiliary/hi/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/hi/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/sdraw.cfg b/helpcontent2/source/auxiliary/hi/sdraw.cfg index 1fcd2faa61..00d69e30cc 100755 --- a/helpcontent2/source/auxiliary/hi/sdraw.cfg +++ b/helpcontent2/source/auxiliary/hi/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/simpress.cfg b/helpcontent2/source/auxiliary/hi/simpress.cfg index 08dd3c26c9..096c534f61 100755 --- a/helpcontent2/source/auxiliary/hi/simpress.cfg +++ b/helpcontent2/source/auxiliary/hi/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/smath.cfg b/helpcontent2/source/auxiliary/hi/smath.cfg index a54638175a..b275f60170 100755 --- a/helpcontent2/source/auxiliary/hi/smath.cfg +++ b/helpcontent2/source/auxiliary/hi/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hi/swriter.cfg b/helpcontent2/source/auxiliary/hi/swriter.cfg index 246c8a6aaa..98d0337b55 100755 --- a/helpcontent2/source/auxiliary/hi/swriter.cfg +++ b/helpcontent2/source/auxiliary/hi/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/sbasic.cfg b/helpcontent2/source/auxiliary/hr/sbasic.cfg index 6be2a1d34d..6823473294 100755 --- a/helpcontent2/source/auxiliary/hr/sbasic.cfg +++ b/helpcontent2/source/auxiliary/hr/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/scalc.cfg b/helpcontent2/source/auxiliary/hr/scalc.cfg index 78c9b49e81..6c0b99f797 100755 --- a/helpcontent2/source/auxiliary/hr/scalc.cfg +++ b/helpcontent2/source/auxiliary/hr/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/schart.cfg b/helpcontent2/source/auxiliary/hr/schart.cfg index 1f67cbe073..0ee04b21f7 100755 --- a/helpcontent2/source/auxiliary/hr/schart.cfg +++ b/helpcontent2/source/auxiliary/hr/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/sdatabase.cfg b/helpcontent2/source/auxiliary/hr/sdatabase.cfg index 0a9f4114db..9956ac25fb 100644 --- a/helpcontent2/source/auxiliary/hr/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/hr/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/sdraw.cfg b/helpcontent2/source/auxiliary/hr/sdraw.cfg index 971e62fe0d..6a597c2634 100755 --- a/helpcontent2/source/auxiliary/hr/sdraw.cfg +++ b/helpcontent2/source/auxiliary/hr/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/simpress.cfg b/helpcontent2/source/auxiliary/hr/simpress.cfg index aae3be883c..95eff12d24 100755 --- a/helpcontent2/source/auxiliary/hr/simpress.cfg +++ b/helpcontent2/source/auxiliary/hr/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/smath.cfg b/helpcontent2/source/auxiliary/hr/smath.cfg index 26b219f6fb..6a0d298b1f 100755 --- a/helpcontent2/source/auxiliary/hr/smath.cfg +++ b/helpcontent2/source/auxiliary/hr/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hr/swriter.cfg b/helpcontent2/source/auxiliary/hr/swriter.cfg index 18e425c73f..eb94988d3d 100755 --- a/helpcontent2/source/auxiliary/hr/swriter.cfg +++ b/helpcontent2/source/auxiliary/hr/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/sbasic.cfg b/helpcontent2/source/auxiliary/hu/sbasic.cfg index 02947fa578..4192544ad2 100644 --- a/helpcontent2/source/auxiliary/hu/sbasic.cfg +++ b/helpcontent2/source/auxiliary/hu/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/scalc.cfg b/helpcontent2/source/auxiliary/hu/scalc.cfg index 03132efd15..c5a45c1461 100644 --- a/helpcontent2/source/auxiliary/hu/scalc.cfg +++ b/helpcontent2/source/auxiliary/hu/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/schart.cfg b/helpcontent2/source/auxiliary/hu/schart.cfg index 93a7c3dd98..850014bf3c 100755 --- a/helpcontent2/source/auxiliary/hu/schart.cfg +++ b/helpcontent2/source/auxiliary/hu/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/sdatabase.cfg b/helpcontent2/source/auxiliary/hu/sdatabase.cfg index 42100e00c2..c8e67eccdf 100644 --- a/helpcontent2/source/auxiliary/hu/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/hu/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/sdraw.cfg b/helpcontent2/source/auxiliary/hu/sdraw.cfg index 8ef74dc4c3..607a24d361 100644 --- a/helpcontent2/source/auxiliary/hu/sdraw.cfg +++ b/helpcontent2/source/auxiliary/hu/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/simpress.cfg b/helpcontent2/source/auxiliary/hu/simpress.cfg index 82e1b4559d..d9f273a947 100644 --- a/helpcontent2/source/auxiliary/hu/simpress.cfg +++ b/helpcontent2/source/auxiliary/hu/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/smath.cfg b/helpcontent2/source/auxiliary/hu/smath.cfg index 8777acc7e2..5b4d713f97 100644 --- a/helpcontent2/source/auxiliary/hu/smath.cfg +++ b/helpcontent2/source/auxiliary/hu/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/hu/swriter.cfg b/helpcontent2/source/auxiliary/hu/swriter.cfg index 9dce692c8e..83fcf2b85c 100644 --- a/helpcontent2/source/auxiliary/hu/swriter.cfg +++ b/helpcontent2/source/auxiliary/hu/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/sbasic.cfg b/helpcontent2/source/auxiliary/it/sbasic.cfg index cd39bf75d2..1d2ea6138c 100755 --- a/helpcontent2/source/auxiliary/it/sbasic.cfg +++ b/helpcontent2/source/auxiliary/it/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/scalc.cfg b/helpcontent2/source/auxiliary/it/scalc.cfg index a193fef56b..49f59eda8f 100755 --- a/helpcontent2/source/auxiliary/it/scalc.cfg +++ b/helpcontent2/source/auxiliary/it/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/schart.cfg b/helpcontent2/source/auxiliary/it/schart.cfg index 2b3cf9b375..8e96ba4020 100755 --- a/helpcontent2/source/auxiliary/it/schart.cfg +++ b/helpcontent2/source/auxiliary/it/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/sdatabase.cfg b/helpcontent2/source/auxiliary/it/sdatabase.cfg index 6a9e95cd32..fb5e8e1dfd 100644 --- a/helpcontent2/source/auxiliary/it/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/it/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/sdraw.cfg b/helpcontent2/source/auxiliary/it/sdraw.cfg index 2041750704..46ac743371 100755 --- a/helpcontent2/source/auxiliary/it/sdraw.cfg +++ b/helpcontent2/source/auxiliary/it/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/simpress.cfg b/helpcontent2/source/auxiliary/it/simpress.cfg index 5225221385..52909b04d7 100755 --- a/helpcontent2/source/auxiliary/it/simpress.cfg +++ b/helpcontent2/source/auxiliary/it/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/smath.cfg b/helpcontent2/source/auxiliary/it/smath.cfg index cc719af394..1ee6f9e3e4 100755 --- a/helpcontent2/source/auxiliary/it/smath.cfg +++ b/helpcontent2/source/auxiliary/it/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/swriter.cfg b/helpcontent2/source/auxiliary/it/swriter.cfg index 25db36583c..7eca84b776 100755 --- a/helpcontent2/source/auxiliary/it/swriter.cfg +++ b/helpcontent2/source/auxiliary/it/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/sbasic.cfg b/helpcontent2/source/auxiliary/ja/sbasic.cfg index 37c1b8dc9c..efea02dd48 100755 --- a/helpcontent2/source/auxiliary/ja/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ja/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/scalc.cfg b/helpcontent2/source/auxiliary/ja/scalc.cfg index 40d3602a9f..271d03a887 100755 --- a/helpcontent2/source/auxiliary/ja/scalc.cfg +++ b/helpcontent2/source/auxiliary/ja/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/schart.cfg b/helpcontent2/source/auxiliary/ja/schart.cfg index 564a48570e..7d81c5adae 100755 --- a/helpcontent2/source/auxiliary/ja/schart.cfg +++ b/helpcontent2/source/auxiliary/ja/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/sdatabase.cfg b/helpcontent2/source/auxiliary/ja/sdatabase.cfg index 3eff0e8093..94764aad59 100644 --- a/helpcontent2/source/auxiliary/ja/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ja/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/sdraw.cfg b/helpcontent2/source/auxiliary/ja/sdraw.cfg index fbbad39762..cad5f68666 100755 --- a/helpcontent2/source/auxiliary/ja/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ja/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/simpress.cfg b/helpcontent2/source/auxiliary/ja/simpress.cfg index 93be422006..cb42d79504 100755 --- a/helpcontent2/source/auxiliary/ja/simpress.cfg +++ b/helpcontent2/source/auxiliary/ja/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/smath.cfg b/helpcontent2/source/auxiliary/ja/smath.cfg index 4acc37ca51..d810b7fc4d 100755 --- a/helpcontent2/source/auxiliary/ja/smath.cfg +++ b/helpcontent2/source/auxiliary/ja/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/swriter.cfg b/helpcontent2/source/auxiliary/ja/swriter.cfg index e8a20e225d..87dd0ef163 100755 --- a/helpcontent2/source/auxiliary/ja/swriter.cfg +++ b/helpcontent2/source/auxiliary/ja/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/sbasic.cfg b/helpcontent2/source/auxiliary/ka/sbasic.cfg index cd15b8984a..bdcff64430 100755 --- a/helpcontent2/source/auxiliary/ka/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ka/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/scalc.cfg b/helpcontent2/source/auxiliary/ka/scalc.cfg index 31fd207bce..3c85434301 100755 --- a/helpcontent2/source/auxiliary/ka/scalc.cfg +++ b/helpcontent2/source/auxiliary/ka/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/schart.cfg b/helpcontent2/source/auxiliary/ka/schart.cfg index 90596afacd..edd5961fc3 100755 --- a/helpcontent2/source/auxiliary/ka/schart.cfg +++ b/helpcontent2/source/auxiliary/ka/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/sdatabase.cfg b/helpcontent2/source/auxiliary/ka/sdatabase.cfg index 4b483424f3..88dc4875db 100644 --- a/helpcontent2/source/auxiliary/ka/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ka/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/sdraw.cfg b/helpcontent2/source/auxiliary/ka/sdraw.cfg index 9c90db734e..0d6c2f6682 100755 --- a/helpcontent2/source/auxiliary/ka/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ka/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/simpress.cfg b/helpcontent2/source/auxiliary/ka/simpress.cfg index 0316da3617..89a46c5ee4 100755 --- a/helpcontent2/source/auxiliary/ka/simpress.cfg +++ b/helpcontent2/source/auxiliary/ka/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/smath.cfg b/helpcontent2/source/auxiliary/ka/smath.cfg index e06f992756..4170990e8f 100755 --- a/helpcontent2/source/auxiliary/ka/smath.cfg +++ b/helpcontent2/source/auxiliary/ka/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ka/swriter.cfg b/helpcontent2/source/auxiliary/ka/swriter.cfg index fc5a3a2480..512d2a7439 100755 --- a/helpcontent2/source/auxiliary/ka/swriter.cfg +++ b/helpcontent2/source/auxiliary/ka/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/sbasic.cfg b/helpcontent2/source/auxiliary/kid/sbasic.cfg index b41dd27bd2..040b92f810 100644 --- a/helpcontent2/source/auxiliary/kid/sbasic.cfg +++ b/helpcontent2/source/auxiliary/kid/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/scalc.cfg b/helpcontent2/source/auxiliary/kid/scalc.cfg index b163166aef..913fab90bc 100644 --- a/helpcontent2/source/auxiliary/kid/scalc.cfg +++ b/helpcontent2/source/auxiliary/kid/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/schart.cfg b/helpcontent2/source/auxiliary/kid/schart.cfg index 32e600d6ce..45ccae658b 100644 --- a/helpcontent2/source/auxiliary/kid/schart.cfg +++ b/helpcontent2/source/auxiliary/kid/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/sdatabase.cfg b/helpcontent2/source/auxiliary/kid/sdatabase.cfg index 2f7b2e917d..ab0d08dcd0 100644 --- a/helpcontent2/source/auxiliary/kid/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/kid/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/sdraw.cfg b/helpcontent2/source/auxiliary/kid/sdraw.cfg index 85b020d11a..b67d708f18 100644 --- a/helpcontent2/source/auxiliary/kid/sdraw.cfg +++ b/helpcontent2/source/auxiliary/kid/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/simpress.cfg b/helpcontent2/source/auxiliary/kid/simpress.cfg index 6905965bf2..6eca3e1546 100644 --- a/helpcontent2/source/auxiliary/kid/simpress.cfg +++ b/helpcontent2/source/auxiliary/kid/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/smath.cfg b/helpcontent2/source/auxiliary/kid/smath.cfg index 3d8a632551..2d7f94dca8 100644 --- a/helpcontent2/source/auxiliary/kid/smath.cfg +++ b/helpcontent2/source/auxiliary/kid/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kid/swriter.cfg b/helpcontent2/source/auxiliary/kid/swriter.cfg index f09b320b69..17016681ce 100644 --- a/helpcontent2/source/auxiliary/kid/swriter.cfg +++ b/helpcontent2/source/auxiliary/kid/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/sbasic.cfg b/helpcontent2/source/auxiliary/kk/sbasic.cfg index 0b8f658e08..4dba2da537 100644 --- a/helpcontent2/source/auxiliary/kk/sbasic.cfg +++ b/helpcontent2/source/auxiliary/kk/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/scalc.cfg b/helpcontent2/source/auxiliary/kk/scalc.cfg index bd1861ce5b..925c7da77f 100644 --- a/helpcontent2/source/auxiliary/kk/scalc.cfg +++ b/helpcontent2/source/auxiliary/kk/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/schart.cfg b/helpcontent2/source/auxiliary/kk/schart.cfg index a41c1767c5..a914d62476 100644 --- a/helpcontent2/source/auxiliary/kk/schart.cfg +++ b/helpcontent2/source/auxiliary/kk/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/sdatabase.cfg b/helpcontent2/source/auxiliary/kk/sdatabase.cfg index a7bd979c68..d5cca729cf 100644 --- a/helpcontent2/source/auxiliary/kk/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/kk/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/sdraw.cfg b/helpcontent2/source/auxiliary/kk/sdraw.cfg index 2d17351f9d..a74859d793 100644 --- a/helpcontent2/source/auxiliary/kk/sdraw.cfg +++ b/helpcontent2/source/auxiliary/kk/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/simpress.cfg b/helpcontent2/source/auxiliary/kk/simpress.cfg index 42066cba82..1cceb6c109 100644 --- a/helpcontent2/source/auxiliary/kk/simpress.cfg +++ b/helpcontent2/source/auxiliary/kk/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/smath.cfg b/helpcontent2/source/auxiliary/kk/smath.cfg index 72cf9f698e..b813b87dba 100644 --- a/helpcontent2/source/auxiliary/kk/smath.cfg +++ b/helpcontent2/source/auxiliary/kk/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kk/swriter.cfg b/helpcontent2/source/auxiliary/kk/swriter.cfg index 4aa41b241a..356ac97564 100644 --- a/helpcontent2/source/auxiliary/kk/swriter.cfg +++ b/helpcontent2/source/auxiliary/kk/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/sbasic.cfg b/helpcontent2/source/auxiliary/km/sbasic.cfg index 389aeb60eb..0abc235cac 100644 --- a/helpcontent2/source/auxiliary/km/sbasic.cfg +++ b/helpcontent2/source/auxiliary/km/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/scalc.cfg b/helpcontent2/source/auxiliary/km/scalc.cfg index 7d069c3f89..4aff7f0944 100644 --- a/helpcontent2/source/auxiliary/km/scalc.cfg +++ b/helpcontent2/source/auxiliary/km/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/schart.cfg b/helpcontent2/source/auxiliary/km/schart.cfg index 8f0072ac09..a1c048be69 100755 --- a/helpcontent2/source/auxiliary/km/schart.cfg +++ b/helpcontent2/source/auxiliary/km/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/sdatabase.cfg b/helpcontent2/source/auxiliary/km/sdatabase.cfg index 9d11ab4f69..5844d5a052 100644 --- a/helpcontent2/source/auxiliary/km/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/km/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/sdraw.cfg b/helpcontent2/source/auxiliary/km/sdraw.cfg index 9d9113a3e5..a46a127f12 100644 --- a/helpcontent2/source/auxiliary/km/sdraw.cfg +++ b/helpcontent2/source/auxiliary/km/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/simpress.cfg b/helpcontent2/source/auxiliary/km/simpress.cfg index ed3220cc5f..7a9f5ce55a 100644 --- a/helpcontent2/source/auxiliary/km/simpress.cfg +++ b/helpcontent2/source/auxiliary/km/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/smath.cfg b/helpcontent2/source/auxiliary/km/smath.cfg index 15766c0a90..e15de41f5c 100644 --- a/helpcontent2/source/auxiliary/km/smath.cfg +++ b/helpcontent2/source/auxiliary/km/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/km/swriter.cfg b/helpcontent2/source/auxiliary/km/swriter.cfg index c6ee960f1a..a59037936a 100644 --- a/helpcontent2/source/auxiliary/km/swriter.cfg +++ b/helpcontent2/source/auxiliary/km/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/sbasic.cfg b/helpcontent2/source/auxiliary/ko/sbasic.cfg index 1a6574293d..ed0e0cf36a 100755 --- a/helpcontent2/source/auxiliary/ko/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ko/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/scalc.cfg b/helpcontent2/source/auxiliary/ko/scalc.cfg index df5d7ae2a2..84669258d3 100755 --- a/helpcontent2/source/auxiliary/ko/scalc.cfg +++ b/helpcontent2/source/auxiliary/ko/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/schart.cfg b/helpcontent2/source/auxiliary/ko/schart.cfg index 71e4fc830a..27333d0ce6 100755 --- a/helpcontent2/source/auxiliary/ko/schart.cfg +++ b/helpcontent2/source/auxiliary/ko/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/sdatabase.cfg b/helpcontent2/source/auxiliary/ko/sdatabase.cfg index 518fa31f4d..eb5cb31639 100644 --- a/helpcontent2/source/auxiliary/ko/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ko/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/sdraw.cfg b/helpcontent2/source/auxiliary/ko/sdraw.cfg index b2ee6c2b1f..5f1f209605 100755 --- a/helpcontent2/source/auxiliary/ko/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ko/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/simpress.cfg b/helpcontent2/source/auxiliary/ko/simpress.cfg index 55530f35c9..a60e5908c8 100755 --- a/helpcontent2/source/auxiliary/ko/simpress.cfg +++ b/helpcontent2/source/auxiliary/ko/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/smath.cfg b/helpcontent2/source/auxiliary/ko/smath.cfg index b3a59a5cac..91db56c0bc 100755 --- a/helpcontent2/source/auxiliary/ko/smath.cfg +++ b/helpcontent2/source/auxiliary/ko/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/swriter.cfg b/helpcontent2/source/auxiliary/ko/swriter.cfg index 49e564b452..2267c1376f 100755 --- a/helpcontent2/source/auxiliary/ko/swriter.cfg +++ b/helpcontent2/source/auxiliary/ko/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/sbasic.cfg b/helpcontent2/source/auxiliary/kok/sbasic.cfg index 0b429c0106..8f87f5a10c 100644 --- a/helpcontent2/source/auxiliary/kok/sbasic.cfg +++ b/helpcontent2/source/auxiliary/kok/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/scalc.cfg b/helpcontent2/source/auxiliary/kok/scalc.cfg index 8d83786ccc..219b5528cc 100644 --- a/helpcontent2/source/auxiliary/kok/scalc.cfg +++ b/helpcontent2/source/auxiliary/kok/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/schart.cfg b/helpcontent2/source/auxiliary/kok/schart.cfg index 4550b40ffd..dd52846b8a 100644 --- a/helpcontent2/source/auxiliary/kok/schart.cfg +++ b/helpcontent2/source/auxiliary/kok/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/sdatabase.cfg b/helpcontent2/source/auxiliary/kok/sdatabase.cfg index 98589ce99f..189838a300 100644 --- a/helpcontent2/source/auxiliary/kok/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/kok/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/sdraw.cfg b/helpcontent2/source/auxiliary/kok/sdraw.cfg index 87902c0940..e635dabb1f 100644 --- a/helpcontent2/source/auxiliary/kok/sdraw.cfg +++ b/helpcontent2/source/auxiliary/kok/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/simpress.cfg b/helpcontent2/source/auxiliary/kok/simpress.cfg index abaecdf2ea..08d557d5dc 100644 --- a/helpcontent2/source/auxiliary/kok/simpress.cfg +++ b/helpcontent2/source/auxiliary/kok/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/smath.cfg b/helpcontent2/source/auxiliary/kok/smath.cfg index 4602f637e6..9c8841eda5 100644 --- a/helpcontent2/source/auxiliary/kok/smath.cfg +++ b/helpcontent2/source/auxiliary/kok/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/kok/swriter.cfg b/helpcontent2/source/auxiliary/kok/swriter.cfg index 678a2b8055..faf974e5f4 100644 --- a/helpcontent2/source/auxiliary/kok/swriter.cfg +++ b/helpcontent2/source/auxiliary/kok/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/sbasic.cfg b/helpcontent2/source/auxiliary/ks/sbasic.cfg index d66634002f..f2660d13a9 100644 --- a/helpcontent2/source/auxiliary/ks/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ks/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/scalc.cfg b/helpcontent2/source/auxiliary/ks/scalc.cfg index c91ee85935..a70def8cd2 100644 --- a/helpcontent2/source/auxiliary/ks/scalc.cfg +++ b/helpcontent2/source/auxiliary/ks/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/schart.cfg b/helpcontent2/source/auxiliary/ks/schart.cfg index 52de988221..44addeb504 100644 --- a/helpcontent2/source/auxiliary/ks/schart.cfg +++ b/helpcontent2/source/auxiliary/ks/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/sdatabase.cfg b/helpcontent2/source/auxiliary/ks/sdatabase.cfg index c630dc016b..68d2c55cba 100644 --- a/helpcontent2/source/auxiliary/ks/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ks/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/sdraw.cfg b/helpcontent2/source/auxiliary/ks/sdraw.cfg index 788104e7f3..531fb5350b 100644 --- a/helpcontent2/source/auxiliary/ks/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ks/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/simpress.cfg b/helpcontent2/source/auxiliary/ks/simpress.cfg index d053162728..5699064a87 100644 --- a/helpcontent2/source/auxiliary/ks/simpress.cfg +++ b/helpcontent2/source/auxiliary/ks/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/smath.cfg b/helpcontent2/source/auxiliary/ks/smath.cfg index 1d656712ae..8d0fa89b0b 100644 --- a/helpcontent2/source/auxiliary/ks/smath.cfg +++ b/helpcontent2/source/auxiliary/ks/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ks/swriter.cfg b/helpcontent2/source/auxiliary/ks/swriter.cfg index c510bfe788..4ac1647b24 100644 --- a/helpcontent2/source/auxiliary/ks/swriter.cfg +++ b/helpcontent2/source/auxiliary/ks/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/sbasic.cfg b/helpcontent2/source/auxiliary/ku/sbasic.cfg index 243304b14e..504055e26c 100755 --- a/helpcontent2/source/auxiliary/ku/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ku/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/scalc.cfg b/helpcontent2/source/auxiliary/ku/scalc.cfg index 3f87cdd2df..62de753c82 100755 --- a/helpcontent2/source/auxiliary/ku/scalc.cfg +++ b/helpcontent2/source/auxiliary/ku/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/schart.cfg b/helpcontent2/source/auxiliary/ku/schart.cfg index 4fc9b66988..4816c2291e 100755 --- a/helpcontent2/source/auxiliary/ku/schart.cfg +++ b/helpcontent2/source/auxiliary/ku/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/sdatabase.cfg b/helpcontent2/source/auxiliary/ku/sdatabase.cfg index 05e126d40c..48b559abaf 100644 --- a/helpcontent2/source/auxiliary/ku/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ku/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/sdraw.cfg b/helpcontent2/source/auxiliary/ku/sdraw.cfg index b45bf679f1..33b6f6b9ce 100755 --- a/helpcontent2/source/auxiliary/ku/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ku/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/simpress.cfg b/helpcontent2/source/auxiliary/ku/simpress.cfg index 8587354878..e05c7e24e0 100755 --- a/helpcontent2/source/auxiliary/ku/simpress.cfg +++ b/helpcontent2/source/auxiliary/ku/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/smath.cfg b/helpcontent2/source/auxiliary/ku/smath.cfg index 3dcad8cf99..b8e3000074 100755 --- a/helpcontent2/source/auxiliary/ku/smath.cfg +++ b/helpcontent2/source/auxiliary/ku/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ku/swriter.cfg b/helpcontent2/source/auxiliary/ku/swriter.cfg index 029d3c4b28..4923bece3a 100755 --- a/helpcontent2/source/auxiliary/ku/swriter.cfg +++ b/helpcontent2/source/auxiliary/ku/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/sbasic.cfg b/helpcontent2/source/auxiliary/lt/sbasic.cfg index 69990df824..4e3e3ddfbd 100644 --- a/helpcontent2/source/auxiliary/lt/sbasic.cfg +++ b/helpcontent2/source/auxiliary/lt/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/scalc.cfg b/helpcontent2/source/auxiliary/lt/scalc.cfg index 571fdc9745..01b23326d2 100644 --- a/helpcontent2/source/auxiliary/lt/scalc.cfg +++ b/helpcontent2/source/auxiliary/lt/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/schart.cfg b/helpcontent2/source/auxiliary/lt/schart.cfg index bed952885a..0025ca2732 100755 --- a/helpcontent2/source/auxiliary/lt/schart.cfg +++ b/helpcontent2/source/auxiliary/lt/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/sdatabase.cfg b/helpcontent2/source/auxiliary/lt/sdatabase.cfg index ec2623afb1..b7117e8267 100644 --- a/helpcontent2/source/auxiliary/lt/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/lt/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/sdraw.cfg b/helpcontent2/source/auxiliary/lt/sdraw.cfg index 5279e69c46..5d9013447b 100644 --- a/helpcontent2/source/auxiliary/lt/sdraw.cfg +++ b/helpcontent2/source/auxiliary/lt/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/simpress.cfg b/helpcontent2/source/auxiliary/lt/simpress.cfg index 43d5804625..54b6382f22 100644 --- a/helpcontent2/source/auxiliary/lt/simpress.cfg +++ b/helpcontent2/source/auxiliary/lt/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/smath.cfg b/helpcontent2/source/auxiliary/lt/smath.cfg index aceac7ca0a..85118d897e 100644 --- a/helpcontent2/source/auxiliary/lt/smath.cfg +++ b/helpcontent2/source/auxiliary/lt/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/lt/swriter.cfg b/helpcontent2/source/auxiliary/lt/swriter.cfg index c25494b13b..942871f0a6 100644 --- a/helpcontent2/source/auxiliary/lt/swriter.cfg +++ b/helpcontent2/source/auxiliary/lt/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/sbasic.cfg b/helpcontent2/source/auxiliary/mai/sbasic.cfg index 2886cbc1a7..38b1898db3 100644 --- a/helpcontent2/source/auxiliary/mai/sbasic.cfg +++ b/helpcontent2/source/auxiliary/mai/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/scalc.cfg b/helpcontent2/source/auxiliary/mai/scalc.cfg index 3c7124c59a..6cfed77ddf 100644 --- a/helpcontent2/source/auxiliary/mai/scalc.cfg +++ b/helpcontent2/source/auxiliary/mai/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/schart.cfg b/helpcontent2/source/auxiliary/mai/schart.cfg index 899e6a0be3..4a50bdcd00 100644 --- a/helpcontent2/source/auxiliary/mai/schart.cfg +++ b/helpcontent2/source/auxiliary/mai/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/sdatabase.cfg b/helpcontent2/source/auxiliary/mai/sdatabase.cfg index 7b4b3cf0e6..f0de6ad90f 100644 --- a/helpcontent2/source/auxiliary/mai/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/mai/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/sdraw.cfg b/helpcontent2/source/auxiliary/mai/sdraw.cfg index fa11326461..91efa1cf8e 100644 --- a/helpcontent2/source/auxiliary/mai/sdraw.cfg +++ b/helpcontent2/source/auxiliary/mai/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/simpress.cfg b/helpcontent2/source/auxiliary/mai/simpress.cfg index 4d1f6191df..8135d3711a 100644 --- a/helpcontent2/source/auxiliary/mai/simpress.cfg +++ b/helpcontent2/source/auxiliary/mai/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/smath.cfg b/helpcontent2/source/auxiliary/mai/smath.cfg index 882f27da1a..b62a9076b8 100644 --- a/helpcontent2/source/auxiliary/mai/smath.cfg +++ b/helpcontent2/source/auxiliary/mai/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mai/swriter.cfg b/helpcontent2/source/auxiliary/mai/swriter.cfg index 66e82bdedc..18939b7c26 100644 --- a/helpcontent2/source/auxiliary/mai/swriter.cfg +++ b/helpcontent2/source/auxiliary/mai/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/sbasic.cfg b/helpcontent2/source/auxiliary/mk/sbasic.cfg index f581711f9d..d37a4707a6 100755 --- a/helpcontent2/source/auxiliary/mk/sbasic.cfg +++ b/helpcontent2/source/auxiliary/mk/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/scalc.cfg b/helpcontent2/source/auxiliary/mk/scalc.cfg index d9d7962f2d..4f77c67af7 100755 --- a/helpcontent2/source/auxiliary/mk/scalc.cfg +++ b/helpcontent2/source/auxiliary/mk/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/schart.cfg b/helpcontent2/source/auxiliary/mk/schart.cfg index c75e48c57f..ff46ecd70e 100755 --- a/helpcontent2/source/auxiliary/mk/schart.cfg +++ b/helpcontent2/source/auxiliary/mk/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/sdatabase.cfg b/helpcontent2/source/auxiliary/mk/sdatabase.cfg index 859bbdce98..36f6cdff93 100644 --- a/helpcontent2/source/auxiliary/mk/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/mk/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/sdraw.cfg b/helpcontent2/source/auxiliary/mk/sdraw.cfg index 81119c21af..bc3ffea264 100755 --- a/helpcontent2/source/auxiliary/mk/sdraw.cfg +++ b/helpcontent2/source/auxiliary/mk/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/simpress.cfg b/helpcontent2/source/auxiliary/mk/simpress.cfg index 827da159a8..f0611234ae 100755 --- a/helpcontent2/source/auxiliary/mk/simpress.cfg +++ b/helpcontent2/source/auxiliary/mk/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/smath.cfg b/helpcontent2/source/auxiliary/mk/smath.cfg index 53966b5f04..f0f8e95d90 100755 --- a/helpcontent2/source/auxiliary/mk/smath.cfg +++ b/helpcontent2/source/auxiliary/mk/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mk/swriter.cfg b/helpcontent2/source/auxiliary/mk/swriter.cfg index 5d3baaaad3..caeb62d3dd 100755 --- a/helpcontent2/source/auxiliary/mk/swriter.cfg +++ b/helpcontent2/source/auxiliary/mk/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/sbasic.cfg b/helpcontent2/source/auxiliary/mn/sbasic.cfg index bee1a8faed..efbe08886f 100755 --- a/helpcontent2/source/auxiliary/mn/sbasic.cfg +++ b/helpcontent2/source/auxiliary/mn/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/scalc.cfg b/helpcontent2/source/auxiliary/mn/scalc.cfg index 71a6adb9e5..f4b5db304c 100755 --- a/helpcontent2/source/auxiliary/mn/scalc.cfg +++ b/helpcontent2/source/auxiliary/mn/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/schart.cfg b/helpcontent2/source/auxiliary/mn/schart.cfg index b16a99b276..a9c931a839 100755 --- a/helpcontent2/source/auxiliary/mn/schart.cfg +++ b/helpcontent2/source/auxiliary/mn/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/sdatabase.cfg b/helpcontent2/source/auxiliary/mn/sdatabase.cfg index 7db504629d..711e8ed6cc 100644 --- a/helpcontent2/source/auxiliary/mn/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/mn/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/sdraw.cfg b/helpcontent2/source/auxiliary/mn/sdraw.cfg index 1ab9946a7a..d74de79f54 100755 --- a/helpcontent2/source/auxiliary/mn/sdraw.cfg +++ b/helpcontent2/source/auxiliary/mn/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/simpress.cfg b/helpcontent2/source/auxiliary/mn/simpress.cfg index 7a0c99ca55..bc3be159cc 100755 --- a/helpcontent2/source/auxiliary/mn/simpress.cfg +++ b/helpcontent2/source/auxiliary/mn/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/smath.cfg b/helpcontent2/source/auxiliary/mn/smath.cfg index ee55c993c7..56c96811cb 100755 --- a/helpcontent2/source/auxiliary/mn/smath.cfg +++ b/helpcontent2/source/auxiliary/mn/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mn/swriter.cfg b/helpcontent2/source/auxiliary/mn/swriter.cfg index 176d950225..ccfa54fa33 100755 --- a/helpcontent2/source/auxiliary/mn/swriter.cfg +++ b/helpcontent2/source/auxiliary/mn/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/sbasic.cfg b/helpcontent2/source/auxiliary/mni/sbasic.cfg index d8cd95bfe8..bf2981a74a 100644 --- a/helpcontent2/source/auxiliary/mni/sbasic.cfg +++ b/helpcontent2/source/auxiliary/mni/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/scalc.cfg b/helpcontent2/source/auxiliary/mni/scalc.cfg index 9f4f4f24a2..e0b08270ab 100644 --- a/helpcontent2/source/auxiliary/mni/scalc.cfg +++ b/helpcontent2/source/auxiliary/mni/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/schart.cfg b/helpcontent2/source/auxiliary/mni/schart.cfg index d1657fe294..0493ea5c88 100644 --- a/helpcontent2/source/auxiliary/mni/schart.cfg +++ b/helpcontent2/source/auxiliary/mni/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/sdatabase.cfg b/helpcontent2/source/auxiliary/mni/sdatabase.cfg index 82e9175413..8811885ec2 100644 --- a/helpcontent2/source/auxiliary/mni/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/mni/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/sdraw.cfg b/helpcontent2/source/auxiliary/mni/sdraw.cfg index 50ea5a597b..c919354b55 100644 --- a/helpcontent2/source/auxiliary/mni/sdraw.cfg +++ b/helpcontent2/source/auxiliary/mni/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/simpress.cfg b/helpcontent2/source/auxiliary/mni/simpress.cfg index b6328ee08a..030fc3f18f 100644 --- a/helpcontent2/source/auxiliary/mni/simpress.cfg +++ b/helpcontent2/source/auxiliary/mni/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/smath.cfg b/helpcontent2/source/auxiliary/mni/smath.cfg index 59c8e4cbfb..b5a721f147 100644 --- a/helpcontent2/source/auxiliary/mni/smath.cfg +++ b/helpcontent2/source/auxiliary/mni/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/mni/swriter.cfg b/helpcontent2/source/auxiliary/mni/swriter.cfg index 4af512e4c9..04f49378b5 100644 --- a/helpcontent2/source/auxiliary/mni/swriter.cfg +++ b/helpcontent2/source/auxiliary/mni/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/sbasic.cfg b/helpcontent2/source/auxiliary/my/sbasic.cfg index a78e0838ab..bcee1bf261 100755 --- a/helpcontent2/source/auxiliary/my/sbasic.cfg +++ b/helpcontent2/source/auxiliary/my/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/scalc.cfg b/helpcontent2/source/auxiliary/my/scalc.cfg index 35370d5c57..ca25009095 100755 --- a/helpcontent2/source/auxiliary/my/scalc.cfg +++ b/helpcontent2/source/auxiliary/my/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/schart.cfg b/helpcontent2/source/auxiliary/my/schart.cfg index 68fa2544c2..309362f574 100755 --- a/helpcontent2/source/auxiliary/my/schart.cfg +++ b/helpcontent2/source/auxiliary/my/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/sdatabase.cfg b/helpcontent2/source/auxiliary/my/sdatabase.cfg index 6fe1d6655e..bf4fd0c2b3 100644 --- a/helpcontent2/source/auxiliary/my/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/my/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/sdraw.cfg b/helpcontent2/source/auxiliary/my/sdraw.cfg index 9df4effb77..6c853a2f3e 100755 --- a/helpcontent2/source/auxiliary/my/sdraw.cfg +++ b/helpcontent2/source/auxiliary/my/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/simpress.cfg b/helpcontent2/source/auxiliary/my/simpress.cfg index 1d3ca1cfd8..97a77be82a 100755 --- a/helpcontent2/source/auxiliary/my/simpress.cfg +++ b/helpcontent2/source/auxiliary/my/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/smath.cfg b/helpcontent2/source/auxiliary/my/smath.cfg index cf42dd1af3..abbe42156c 100755 --- a/helpcontent2/source/auxiliary/my/smath.cfg +++ b/helpcontent2/source/auxiliary/my/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/my/swriter.cfg b/helpcontent2/source/auxiliary/my/swriter.cfg index 4e93871f50..64b24cb339 100755 --- a/helpcontent2/source/auxiliary/my/swriter.cfg +++ b/helpcontent2/source/auxiliary/my/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/sbasic.cfg b/helpcontent2/source/auxiliary/nb/sbasic.cfg index 15723ad31a..bfa946810a 100755 --- a/helpcontent2/source/auxiliary/nb/sbasic.cfg +++ b/helpcontent2/source/auxiliary/nb/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/scalc.cfg b/helpcontent2/source/auxiliary/nb/scalc.cfg index 1e479ceb34..97fddc21f7 100755 --- a/helpcontent2/source/auxiliary/nb/scalc.cfg +++ b/helpcontent2/source/auxiliary/nb/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/schart.cfg b/helpcontent2/source/auxiliary/nb/schart.cfg index 191d3b8d87..ded2377b4c 100755 --- a/helpcontent2/source/auxiliary/nb/schart.cfg +++ b/helpcontent2/source/auxiliary/nb/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/sdatabase.cfg b/helpcontent2/source/auxiliary/nb/sdatabase.cfg index 3ba686c920..1a1a9a6b5a 100644 --- a/helpcontent2/source/auxiliary/nb/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/nb/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/sdraw.cfg b/helpcontent2/source/auxiliary/nb/sdraw.cfg index e5aab8abc1..acd26378c6 100755 --- a/helpcontent2/source/auxiliary/nb/sdraw.cfg +++ b/helpcontent2/source/auxiliary/nb/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/simpress.cfg b/helpcontent2/source/auxiliary/nb/simpress.cfg index 0e07d9918c..19c624168c 100755 --- a/helpcontent2/source/auxiliary/nb/simpress.cfg +++ b/helpcontent2/source/auxiliary/nb/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/smath.cfg b/helpcontent2/source/auxiliary/nb/smath.cfg index 51e6f87868..e2f58119bc 100755 --- a/helpcontent2/source/auxiliary/nb/smath.cfg +++ b/helpcontent2/source/auxiliary/nb/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nb/swriter.cfg b/helpcontent2/source/auxiliary/nb/swriter.cfg index 3a95eb334b..62bca944b4 100755 --- a/helpcontent2/source/auxiliary/nb/swriter.cfg +++ b/helpcontent2/source/auxiliary/nb/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/sbasic.cfg b/helpcontent2/source/auxiliary/ne/sbasic.cfg index cf2038528c..d044a2ecac 100755 --- a/helpcontent2/source/auxiliary/ne/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ne/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/scalc.cfg b/helpcontent2/source/auxiliary/ne/scalc.cfg index 0dedd0a84a..bfea2e98a5 100755 --- a/helpcontent2/source/auxiliary/ne/scalc.cfg +++ b/helpcontent2/source/auxiliary/ne/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/schart.cfg b/helpcontent2/source/auxiliary/ne/schart.cfg index 525cff5c2c..9bfab011ec 100755 --- a/helpcontent2/source/auxiliary/ne/schart.cfg +++ b/helpcontent2/source/auxiliary/ne/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/sdatabase.cfg b/helpcontent2/source/auxiliary/ne/sdatabase.cfg index 10596d2c2e..0e48588529 100644 --- a/helpcontent2/source/auxiliary/ne/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ne/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/sdraw.cfg b/helpcontent2/source/auxiliary/ne/sdraw.cfg index f2f6ac6d54..23991aa720 100755 --- a/helpcontent2/source/auxiliary/ne/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ne/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/simpress.cfg b/helpcontent2/source/auxiliary/ne/simpress.cfg index 9c486f6109..6694114139 100755 --- a/helpcontent2/source/auxiliary/ne/simpress.cfg +++ b/helpcontent2/source/auxiliary/ne/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/smath.cfg b/helpcontent2/source/auxiliary/ne/smath.cfg index 51f399b705..9fe01c6047 100755 --- a/helpcontent2/source/auxiliary/ne/smath.cfg +++ b/helpcontent2/source/auxiliary/ne/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ne/swriter.cfg b/helpcontent2/source/auxiliary/ne/swriter.cfg index b90615d5a6..0942eac49a 100755 --- a/helpcontent2/source/auxiliary/ne/swriter.cfg +++ b/helpcontent2/source/auxiliary/ne/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/sbasic.cfg b/helpcontent2/source/auxiliary/nl/sbasic.cfg index 452ae27865..a6b4c20d9e 100644 --- a/helpcontent2/source/auxiliary/nl/sbasic.cfg +++ b/helpcontent2/source/auxiliary/nl/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/scalc.cfg b/helpcontent2/source/auxiliary/nl/scalc.cfg index 85e5b7d475..4062cfa8f1 100644 --- a/helpcontent2/source/auxiliary/nl/scalc.cfg +++ b/helpcontent2/source/auxiliary/nl/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/schart.cfg b/helpcontent2/source/auxiliary/nl/schart.cfg index 080cad42b9..e8e4bed5e7 100755 --- a/helpcontent2/source/auxiliary/nl/schart.cfg +++ b/helpcontent2/source/auxiliary/nl/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/sdatabase.cfg b/helpcontent2/source/auxiliary/nl/sdatabase.cfg index bf7a2a72bc..d49cbdeda7 100644 --- a/helpcontent2/source/auxiliary/nl/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/nl/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/sdraw.cfg b/helpcontent2/source/auxiliary/nl/sdraw.cfg index 36a26bf9c4..7f0e6ccda9 100644 --- a/helpcontent2/source/auxiliary/nl/sdraw.cfg +++ b/helpcontent2/source/auxiliary/nl/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/simpress.cfg b/helpcontent2/source/auxiliary/nl/simpress.cfg index 0e1dcfde44..0c9fbe48b4 100644 --- a/helpcontent2/source/auxiliary/nl/simpress.cfg +++ b/helpcontent2/source/auxiliary/nl/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/smath.cfg b/helpcontent2/source/auxiliary/nl/smath.cfg index 5a1cdc617c..07ef72a186 100644 --- a/helpcontent2/source/auxiliary/nl/smath.cfg +++ b/helpcontent2/source/auxiliary/nl/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nl/swriter.cfg b/helpcontent2/source/auxiliary/nl/swriter.cfg index 8fd8a22a26..b38d018a43 100644 --- a/helpcontent2/source/auxiliary/nl/swriter.cfg +++ b/helpcontent2/source/auxiliary/nl/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/sbasic.cfg b/helpcontent2/source/auxiliary/nn/sbasic.cfg index d085404a58..34a310bfa6 100755 --- a/helpcontent2/source/auxiliary/nn/sbasic.cfg +++ b/helpcontent2/source/auxiliary/nn/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/scalc.cfg b/helpcontent2/source/auxiliary/nn/scalc.cfg index 8a9ab5eeec..1f3627bbe9 100755 --- a/helpcontent2/source/auxiliary/nn/scalc.cfg +++ b/helpcontent2/source/auxiliary/nn/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/schart.cfg b/helpcontent2/source/auxiliary/nn/schart.cfg index 46eba40d35..ea14d48fc6 100755 --- a/helpcontent2/source/auxiliary/nn/schart.cfg +++ b/helpcontent2/source/auxiliary/nn/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/sdatabase.cfg b/helpcontent2/source/auxiliary/nn/sdatabase.cfg index 2e1cd80504..a6cbbf8f43 100644 --- a/helpcontent2/source/auxiliary/nn/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/nn/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/sdraw.cfg b/helpcontent2/source/auxiliary/nn/sdraw.cfg index b211c3a9c7..1c363448af 100755 --- a/helpcontent2/source/auxiliary/nn/sdraw.cfg +++ b/helpcontent2/source/auxiliary/nn/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/simpress.cfg b/helpcontent2/source/auxiliary/nn/simpress.cfg index 70b22e5fb3..ed874659da 100755 --- a/helpcontent2/source/auxiliary/nn/simpress.cfg +++ b/helpcontent2/source/auxiliary/nn/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/smath.cfg b/helpcontent2/source/auxiliary/nn/smath.cfg index d68e63afa7..5e0732b6e7 100755 --- a/helpcontent2/source/auxiliary/nn/smath.cfg +++ b/helpcontent2/source/auxiliary/nn/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nn/swriter.cfg b/helpcontent2/source/auxiliary/nn/swriter.cfg index 48c43b7295..fc9ef7f96d 100755 --- a/helpcontent2/source/auxiliary/nn/swriter.cfg +++ b/helpcontent2/source/auxiliary/nn/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/sbasic.cfg b/helpcontent2/source/auxiliary/nr/sbasic.cfg index da74ba00e7..f3d0cdcbbc 100755 --- a/helpcontent2/source/auxiliary/nr/sbasic.cfg +++ b/helpcontent2/source/auxiliary/nr/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/scalc.cfg b/helpcontent2/source/auxiliary/nr/scalc.cfg index 8244bc9d98..f356a29657 100755 --- a/helpcontent2/source/auxiliary/nr/scalc.cfg +++ b/helpcontent2/source/auxiliary/nr/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/schart.cfg b/helpcontent2/source/auxiliary/nr/schart.cfg index 47513c1241..5484a4226f 100755 --- a/helpcontent2/source/auxiliary/nr/schart.cfg +++ b/helpcontent2/source/auxiliary/nr/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/sdatabase.cfg b/helpcontent2/source/auxiliary/nr/sdatabase.cfg index 6fa3a835e0..a37987c76e 100644 --- a/helpcontent2/source/auxiliary/nr/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/nr/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/sdraw.cfg b/helpcontent2/source/auxiliary/nr/sdraw.cfg index 3bd928fa35..f9f47a030f 100755 --- a/helpcontent2/source/auxiliary/nr/sdraw.cfg +++ b/helpcontent2/source/auxiliary/nr/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/simpress.cfg b/helpcontent2/source/auxiliary/nr/simpress.cfg index cad4bbbd87..0bc12c0240 100755 --- a/helpcontent2/source/auxiliary/nr/simpress.cfg +++ b/helpcontent2/source/auxiliary/nr/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/smath.cfg b/helpcontent2/source/auxiliary/nr/smath.cfg index cfb9a8c774..53e355e631 100755 --- a/helpcontent2/source/auxiliary/nr/smath.cfg +++ b/helpcontent2/source/auxiliary/nr/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nr/swriter.cfg b/helpcontent2/source/auxiliary/nr/swriter.cfg index 5fde694e2e..c23d07275a 100755 --- a/helpcontent2/source/auxiliary/nr/swriter.cfg +++ b/helpcontent2/source/auxiliary/nr/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/sbasic.cfg b/helpcontent2/source/auxiliary/ns/sbasic.cfg index 97d99ce781..9dc63ad2e1 100755 --- a/helpcontent2/source/auxiliary/ns/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ns/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/scalc.cfg b/helpcontent2/source/auxiliary/ns/scalc.cfg index d252b3de81..72a7830433 100755 --- a/helpcontent2/source/auxiliary/ns/scalc.cfg +++ b/helpcontent2/source/auxiliary/ns/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/schart.cfg b/helpcontent2/source/auxiliary/ns/schart.cfg index bce2063daa..1bbd4135ce 100755 --- a/helpcontent2/source/auxiliary/ns/schart.cfg +++ b/helpcontent2/source/auxiliary/ns/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/sdatabase.cfg b/helpcontent2/source/auxiliary/ns/sdatabase.cfg index 53450878a7..72cdd6215b 100644 --- a/helpcontent2/source/auxiliary/ns/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ns/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/sdraw.cfg b/helpcontent2/source/auxiliary/ns/sdraw.cfg index 42f527c8f2..c50511f275 100755 --- a/helpcontent2/source/auxiliary/ns/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ns/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/simpress.cfg b/helpcontent2/source/auxiliary/ns/simpress.cfg index f9a4bc08be..bdbd7c66c8 100755 --- a/helpcontent2/source/auxiliary/ns/simpress.cfg +++ b/helpcontent2/source/auxiliary/ns/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/smath.cfg b/helpcontent2/source/auxiliary/ns/smath.cfg index 461d021724..08a5d3e31e 100755 --- a/helpcontent2/source/auxiliary/ns/smath.cfg +++ b/helpcontent2/source/auxiliary/ns/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/swriter.cfg b/helpcontent2/source/auxiliary/ns/swriter.cfg index 02f0a0ad5a..a974242a71 100755 --- a/helpcontent2/source/auxiliary/ns/swriter.cfg +++ b/helpcontent2/source/auxiliary/ns/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/sbasic.cfg b/helpcontent2/source/auxiliary/oc/sbasic.cfg index de8329923d..c2a6e1b9bd 100755 --- a/helpcontent2/source/auxiliary/oc/sbasic.cfg +++ b/helpcontent2/source/auxiliary/oc/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/scalc.cfg b/helpcontent2/source/auxiliary/oc/scalc.cfg index da403a63a4..5f078abbc6 100755 --- a/helpcontent2/source/auxiliary/oc/scalc.cfg +++ b/helpcontent2/source/auxiliary/oc/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/schart.cfg b/helpcontent2/source/auxiliary/oc/schart.cfg index fa7c70fa2e..60bc574689 100755 --- a/helpcontent2/source/auxiliary/oc/schart.cfg +++ b/helpcontent2/source/auxiliary/oc/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/sdatabase.cfg b/helpcontent2/source/auxiliary/oc/sdatabase.cfg index 3419d6e826..3dcbf90074 100644 --- a/helpcontent2/source/auxiliary/oc/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/oc/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/sdraw.cfg b/helpcontent2/source/auxiliary/oc/sdraw.cfg index fd6e295698..03e260e222 100755 --- a/helpcontent2/source/auxiliary/oc/sdraw.cfg +++ b/helpcontent2/source/auxiliary/oc/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/simpress.cfg b/helpcontent2/source/auxiliary/oc/simpress.cfg index e15d715cb2..62a66548d8 100755 --- a/helpcontent2/source/auxiliary/oc/simpress.cfg +++ b/helpcontent2/source/auxiliary/oc/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/smath.cfg b/helpcontent2/source/auxiliary/oc/smath.cfg index 07187dd034..b71d551c6b 100755 --- a/helpcontent2/source/auxiliary/oc/smath.cfg +++ b/helpcontent2/source/auxiliary/oc/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/oc/swriter.cfg b/helpcontent2/source/auxiliary/oc/swriter.cfg index 7919abc981..89692bd184 100755 --- a/helpcontent2/source/auxiliary/oc/swriter.cfg +++ b/helpcontent2/source/auxiliary/oc/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/sbasic.cfg b/helpcontent2/source/auxiliary/om/sbasic.cfg index da5cac2f66..41b49fcfc4 100644 --- a/helpcontent2/source/auxiliary/om/sbasic.cfg +++ b/helpcontent2/source/auxiliary/om/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/scalc.cfg b/helpcontent2/source/auxiliary/om/scalc.cfg index e98c6f6db6..14cb85519c 100644 --- a/helpcontent2/source/auxiliary/om/scalc.cfg +++ b/helpcontent2/source/auxiliary/om/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/schart.cfg b/helpcontent2/source/auxiliary/om/schart.cfg index ca4e57d35f..7b6c2ca2d5 100644 --- a/helpcontent2/source/auxiliary/om/schart.cfg +++ b/helpcontent2/source/auxiliary/om/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/sdatabase.cfg b/helpcontent2/source/auxiliary/om/sdatabase.cfg index 5347313441..5a7010278e 100644 --- a/helpcontent2/source/auxiliary/om/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/om/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/sdraw.cfg b/helpcontent2/source/auxiliary/om/sdraw.cfg index 91a561692d..1fc04d9176 100644 --- a/helpcontent2/source/auxiliary/om/sdraw.cfg +++ b/helpcontent2/source/auxiliary/om/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/simpress.cfg b/helpcontent2/source/auxiliary/om/simpress.cfg index 02a9c0d77b..c56424264b 100644 --- a/helpcontent2/source/auxiliary/om/simpress.cfg +++ b/helpcontent2/source/auxiliary/om/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/smath.cfg b/helpcontent2/source/auxiliary/om/smath.cfg index ba6ac6ac02..8e49e2bb2d 100644 --- a/helpcontent2/source/auxiliary/om/smath.cfg +++ b/helpcontent2/source/auxiliary/om/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/om/swriter.cfg b/helpcontent2/source/auxiliary/om/swriter.cfg index 9205b0eff1..2bb02d36f1 100644 --- a/helpcontent2/source/auxiliary/om/swriter.cfg +++ b/helpcontent2/source/auxiliary/om/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg b/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg index e61a28c5c3..536ec0e8a5 100755 --- a/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/scalc.cfg b/helpcontent2/source/auxiliary/pa-IN/scalc.cfg index 5ab4b091d5..8a4dfa8cd3 100755 --- a/helpcontent2/source/auxiliary/pa-IN/scalc.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/schart.cfg b/helpcontent2/source/auxiliary/pa-IN/schart.cfg index e979205c23..9d80554053 100755 --- a/helpcontent2/source/auxiliary/pa-IN/schart.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/sdatabase.cfg b/helpcontent2/source/auxiliary/pa-IN/sdatabase.cfg index d44ccac2ae..032e3419d8 100644 --- a/helpcontent2/source/auxiliary/pa-IN/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg b/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg index 29a418fc1a..2b8a32f5e5 100755 --- a/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/simpress.cfg b/helpcontent2/source/auxiliary/pa-IN/simpress.cfg index a6675a2e45..ba7139c69b 100755 --- a/helpcontent2/source/auxiliary/pa-IN/simpress.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/smath.cfg b/helpcontent2/source/auxiliary/pa-IN/smath.cfg index f42d417cfc..6398858ba2 100755 --- a/helpcontent2/source/auxiliary/pa-IN/smath.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pa-IN/swriter.cfg b/helpcontent2/source/auxiliary/pa-IN/swriter.cfg index 6ada775331..9c5f50148b 100755 --- a/helpcontent2/source/auxiliary/pa-IN/swriter.cfg +++ b/helpcontent2/source/auxiliary/pa-IN/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/sbasic.cfg b/helpcontent2/source/auxiliary/pl/sbasic.cfg index db504688b6..276661738d 100755 --- a/helpcontent2/source/auxiliary/pl/sbasic.cfg +++ b/helpcontent2/source/auxiliary/pl/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/scalc.cfg b/helpcontent2/source/auxiliary/pl/scalc.cfg index 3ca269de9e..49d027f666 100755 --- a/helpcontent2/source/auxiliary/pl/scalc.cfg +++ b/helpcontent2/source/auxiliary/pl/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/schart.cfg b/helpcontent2/source/auxiliary/pl/schart.cfg index c3cc114b6d..da9d229775 100755 --- a/helpcontent2/source/auxiliary/pl/schart.cfg +++ b/helpcontent2/source/auxiliary/pl/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/sdatabase.cfg b/helpcontent2/source/auxiliary/pl/sdatabase.cfg index c9a7352001..83762eb61b 100644 --- a/helpcontent2/source/auxiliary/pl/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/pl/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/sdraw.cfg b/helpcontent2/source/auxiliary/pl/sdraw.cfg index e6bc04330b..e04af4f5f7 100755 --- a/helpcontent2/source/auxiliary/pl/sdraw.cfg +++ b/helpcontent2/source/auxiliary/pl/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/simpress.cfg b/helpcontent2/source/auxiliary/pl/simpress.cfg index 8df0719ff1..4f02506289 100755 --- a/helpcontent2/source/auxiliary/pl/simpress.cfg +++ b/helpcontent2/source/auxiliary/pl/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/smath.cfg b/helpcontent2/source/auxiliary/pl/smath.cfg index aec0ca9afe..c97b3fb358 100755 --- a/helpcontent2/source/auxiliary/pl/smath.cfg +++ b/helpcontent2/source/auxiliary/pl/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pl/swriter.cfg b/helpcontent2/source/auxiliary/pl/swriter.cfg index fc57df24e9..b851ef23a7 100755 --- a/helpcontent2/source/auxiliary/pl/swriter.cfg +++ b/helpcontent2/source/auxiliary/pl/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg b/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg index 2658a7f780..9cd5b97bbe 100755 --- a/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/scalc.cfg b/helpcontent2/source/auxiliary/pt-BR/scalc.cfg index 3ad81b1542..76c6a6eff2 100755 --- a/helpcontent2/source/auxiliary/pt-BR/scalc.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/schart.cfg b/helpcontent2/source/auxiliary/pt-BR/schart.cfg index 1e5b8ec86a..547d7606ef 100755 --- a/helpcontent2/source/auxiliary/pt-BR/schart.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/sdatabase.cfg b/helpcontent2/source/auxiliary/pt-BR/sdatabase.cfg index 282c235699..6a5c6d6f83 100644 --- a/helpcontent2/source/auxiliary/pt-BR/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg b/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg index a06e01d7ed..be881601db 100755 --- a/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/simpress.cfg b/helpcontent2/source/auxiliary/pt-BR/simpress.cfg index 5a83b67279..e409352007 100755 --- a/helpcontent2/source/auxiliary/pt-BR/simpress.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/smath.cfg b/helpcontent2/source/auxiliary/pt-BR/smath.cfg index 04f65f10ec..dce9931b61 100755 --- a/helpcontent2/source/auxiliary/pt-BR/smath.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt-BR/swriter.cfg b/helpcontent2/source/auxiliary/pt-BR/swriter.cfg index 4e7d268fab..a6202c0c4d 100755 --- a/helpcontent2/source/auxiliary/pt-BR/swriter.cfg +++ b/helpcontent2/source/auxiliary/pt-BR/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/sbasic.cfg b/helpcontent2/source/auxiliary/pt/sbasic.cfg index e55f94e453..18cdd36716 100755 --- a/helpcontent2/source/auxiliary/pt/sbasic.cfg +++ b/helpcontent2/source/auxiliary/pt/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/scalc.cfg b/helpcontent2/source/auxiliary/pt/scalc.cfg index eff578d5ec..e89cfda942 100755 --- a/helpcontent2/source/auxiliary/pt/scalc.cfg +++ b/helpcontent2/source/auxiliary/pt/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/schart.cfg b/helpcontent2/source/auxiliary/pt/schart.cfg index 92e72bbb24..2ab55d96b5 100755 --- a/helpcontent2/source/auxiliary/pt/schart.cfg +++ b/helpcontent2/source/auxiliary/pt/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/sdatabase.cfg b/helpcontent2/source/auxiliary/pt/sdatabase.cfg index afeb7365c1..5b305a7312 100644 --- a/helpcontent2/source/auxiliary/pt/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/pt/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/sdraw.cfg b/helpcontent2/source/auxiliary/pt/sdraw.cfg index 84692516c4..b1c53845cb 100755 --- a/helpcontent2/source/auxiliary/pt/sdraw.cfg +++ b/helpcontent2/source/auxiliary/pt/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/simpress.cfg b/helpcontent2/source/auxiliary/pt/simpress.cfg index 7ac0ebe2ea..5096ab2e77 100755 --- a/helpcontent2/source/auxiliary/pt/simpress.cfg +++ b/helpcontent2/source/auxiliary/pt/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/smath.cfg b/helpcontent2/source/auxiliary/pt/smath.cfg index bf0d246440..b5ba02c527 100755 --- a/helpcontent2/source/auxiliary/pt/smath.cfg +++ b/helpcontent2/source/auxiliary/pt/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/pt/swriter.cfg b/helpcontent2/source/auxiliary/pt/swriter.cfg index 4dfe80ce19..cb5c1ad28f 100755 --- a/helpcontent2/source/auxiliary/pt/swriter.cfg +++ b/helpcontent2/source/auxiliary/pt/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/sbasic.cfg b/helpcontent2/source/auxiliary/ru/sbasic.cfg index cd4fac7960..a942b12dfc 100755 --- a/helpcontent2/source/auxiliary/ru/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ru/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/scalc.cfg b/helpcontent2/source/auxiliary/ru/scalc.cfg index 21d78c7433..c9a0260824 100755 --- a/helpcontent2/source/auxiliary/ru/scalc.cfg +++ b/helpcontent2/source/auxiliary/ru/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/schart.cfg b/helpcontent2/source/auxiliary/ru/schart.cfg index 1f6192d177..e005b9bdb8 100755 --- a/helpcontent2/source/auxiliary/ru/schart.cfg +++ b/helpcontent2/source/auxiliary/ru/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/sdatabase.cfg b/helpcontent2/source/auxiliary/ru/sdatabase.cfg index 305ae95e6f..ca06c80477 100644 --- a/helpcontent2/source/auxiliary/ru/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ru/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/sdraw.cfg b/helpcontent2/source/auxiliary/ru/sdraw.cfg index ff9ac87add..b50ce0987b 100755 --- a/helpcontent2/source/auxiliary/ru/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ru/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/simpress.cfg b/helpcontent2/source/auxiliary/ru/simpress.cfg index ad9eb84f32..5bd2709b93 100755 --- a/helpcontent2/source/auxiliary/ru/simpress.cfg +++ b/helpcontent2/source/auxiliary/ru/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/smath.cfg b/helpcontent2/source/auxiliary/ru/smath.cfg index 35713a985f..64edc6369d 100755 --- a/helpcontent2/source/auxiliary/ru/smath.cfg +++ b/helpcontent2/source/auxiliary/ru/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ru/swriter.cfg b/helpcontent2/source/auxiliary/ru/swriter.cfg index 26cd773220..56bf7f14b0 100755 --- a/helpcontent2/source/auxiliary/ru/swriter.cfg +++ b/helpcontent2/source/auxiliary/ru/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/sbasic.cfg b/helpcontent2/source/auxiliary/rw/sbasic.cfg index bac7df8f8b..b95c86494c 100755 --- a/helpcontent2/source/auxiliary/rw/sbasic.cfg +++ b/helpcontent2/source/auxiliary/rw/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/scalc.cfg b/helpcontent2/source/auxiliary/rw/scalc.cfg index 278fc41ba9..cf84cc663c 100755 --- a/helpcontent2/source/auxiliary/rw/scalc.cfg +++ b/helpcontent2/source/auxiliary/rw/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/schart.cfg b/helpcontent2/source/auxiliary/rw/schart.cfg index 2b50253c2e..17910d17a1 100755 --- a/helpcontent2/source/auxiliary/rw/schart.cfg +++ b/helpcontent2/source/auxiliary/rw/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/sdatabase.cfg b/helpcontent2/source/auxiliary/rw/sdatabase.cfg index 063978af50..06a3139f70 100644 --- a/helpcontent2/source/auxiliary/rw/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/rw/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/sdraw.cfg b/helpcontent2/source/auxiliary/rw/sdraw.cfg index 508badc0a7..5a8fd59800 100755 --- a/helpcontent2/source/auxiliary/rw/sdraw.cfg +++ b/helpcontent2/source/auxiliary/rw/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/simpress.cfg b/helpcontent2/source/auxiliary/rw/simpress.cfg index fc92c1f05d..c745cae8ad 100755 --- a/helpcontent2/source/auxiliary/rw/simpress.cfg +++ b/helpcontent2/source/auxiliary/rw/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/smath.cfg b/helpcontent2/source/auxiliary/rw/smath.cfg index cc332abc75..00ef1117c5 100755 --- a/helpcontent2/source/auxiliary/rw/smath.cfg +++ b/helpcontent2/source/auxiliary/rw/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/rw/swriter.cfg b/helpcontent2/source/auxiliary/rw/swriter.cfg index 6b157683d4..e68484499f 100755 --- a/helpcontent2/source/auxiliary/rw/swriter.cfg +++ b/helpcontent2/source/auxiliary/rw/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/sbasic.cfg b/helpcontent2/source/auxiliary/sa-IN/sbasic.cfg index fdf62ab0d2..373be974ae 100644 --- a/helpcontent2/source/auxiliary/sa-IN/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/scalc.cfg b/helpcontent2/source/auxiliary/sa-IN/scalc.cfg index 8643e01db2..b6812e3b12 100644 --- a/helpcontent2/source/auxiliary/sa-IN/scalc.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/schart.cfg b/helpcontent2/source/auxiliary/sa-IN/schart.cfg index cbd138b7ca..d1e09b786e 100644 --- a/helpcontent2/source/auxiliary/sa-IN/schart.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/sdatabase.cfg b/helpcontent2/source/auxiliary/sa-IN/sdatabase.cfg index 3241887a7a..905b056846 100644 --- a/helpcontent2/source/auxiliary/sa-IN/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/sdraw.cfg b/helpcontent2/source/auxiliary/sa-IN/sdraw.cfg index 44f49e99b9..4595b86f0c 100644 --- a/helpcontent2/source/auxiliary/sa-IN/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/simpress.cfg b/helpcontent2/source/auxiliary/sa-IN/simpress.cfg index 7b78fe886e..5189c8e6f6 100644 --- a/helpcontent2/source/auxiliary/sa-IN/simpress.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/smath.cfg b/helpcontent2/source/auxiliary/sa-IN/smath.cfg index a0dae05d09..398b0ec57c 100644 --- a/helpcontent2/source/auxiliary/sa-IN/smath.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sa-IN/swriter.cfg b/helpcontent2/source/auxiliary/sa-IN/swriter.cfg index ffff089ca0..f81c225f15 100644 --- a/helpcontent2/source/auxiliary/sa-IN/swriter.cfg +++ b/helpcontent2/source/auxiliary/sa-IN/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/sbasic.cfg b/helpcontent2/source/auxiliary/sat/sbasic.cfg index 84ad20b9c1..27f828fe7c 100644 --- a/helpcontent2/source/auxiliary/sat/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sat/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/scalc.cfg b/helpcontent2/source/auxiliary/sat/scalc.cfg index e7f0fab961..d7c6ac5650 100644 --- a/helpcontent2/source/auxiliary/sat/scalc.cfg +++ b/helpcontent2/source/auxiliary/sat/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/schart.cfg b/helpcontent2/source/auxiliary/sat/schart.cfg index 88d40d5e5d..42a46fa4af 100644 --- a/helpcontent2/source/auxiliary/sat/schart.cfg +++ b/helpcontent2/source/auxiliary/sat/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/sdatabase.cfg b/helpcontent2/source/auxiliary/sat/sdatabase.cfg index d8f33a31e3..3ba5ac6f71 100644 --- a/helpcontent2/source/auxiliary/sat/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sat/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/sdraw.cfg b/helpcontent2/source/auxiliary/sat/sdraw.cfg index e10ba92083..a10da7826d 100644 --- a/helpcontent2/source/auxiliary/sat/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sat/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/simpress.cfg b/helpcontent2/source/auxiliary/sat/simpress.cfg index 86e56e2100..aa53c22215 100644 --- a/helpcontent2/source/auxiliary/sat/simpress.cfg +++ b/helpcontent2/source/auxiliary/sat/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/smath.cfg b/helpcontent2/source/auxiliary/sat/smath.cfg index 091975e31d..51f28a4143 100644 --- a/helpcontent2/source/auxiliary/sat/smath.cfg +++ b/helpcontent2/source/auxiliary/sat/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sat/swriter.cfg b/helpcontent2/source/auxiliary/sat/swriter.cfg index f22eff5532..4bb988df04 100644 --- a/helpcontent2/source/auxiliary/sat/swriter.cfg +++ b/helpcontent2/source/auxiliary/sat/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/sbasic.cfg b/helpcontent2/source/auxiliary/sd/sbasic.cfg index 39894be380..b44db58b22 100644 --- a/helpcontent2/source/auxiliary/sd/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sd/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/scalc.cfg b/helpcontent2/source/auxiliary/sd/scalc.cfg index 615130dbd7..f4de2db8d3 100644 --- a/helpcontent2/source/auxiliary/sd/scalc.cfg +++ b/helpcontent2/source/auxiliary/sd/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/schart.cfg b/helpcontent2/source/auxiliary/sd/schart.cfg index c4c286760a..a4e5a9d386 100644 --- a/helpcontent2/source/auxiliary/sd/schart.cfg +++ b/helpcontent2/source/auxiliary/sd/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/sdatabase.cfg b/helpcontent2/source/auxiliary/sd/sdatabase.cfg index c8ff8184dd..8d93e14133 100644 --- a/helpcontent2/source/auxiliary/sd/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sd/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/sdraw.cfg b/helpcontent2/source/auxiliary/sd/sdraw.cfg index ea38c9d2d4..a7efb86823 100644 --- a/helpcontent2/source/auxiliary/sd/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sd/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/simpress.cfg b/helpcontent2/source/auxiliary/sd/simpress.cfg index 5588f48c57..2c329a18bc 100644 --- a/helpcontent2/source/auxiliary/sd/simpress.cfg +++ b/helpcontent2/source/auxiliary/sd/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/smath.cfg b/helpcontent2/source/auxiliary/sd/smath.cfg index 6cd3a31e57..a017b76805 100644 --- a/helpcontent2/source/auxiliary/sd/smath.cfg +++ b/helpcontent2/source/auxiliary/sd/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sd/swriter.cfg b/helpcontent2/source/auxiliary/sd/swriter.cfg index 2f0ae2ce7f..2dd27e8a05 100644 --- a/helpcontent2/source/auxiliary/sd/swriter.cfg +++ b/helpcontent2/source/auxiliary/sd/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/sbasic.cfg b/helpcontent2/source/auxiliary/sh/sbasic.cfg index 4a915bb5da..a42fecc976 100755 --- a/helpcontent2/source/auxiliary/sh/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sh/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/scalc.cfg b/helpcontent2/source/auxiliary/sh/scalc.cfg index a6ba23c241..d6890e0da4 100755 --- a/helpcontent2/source/auxiliary/sh/scalc.cfg +++ b/helpcontent2/source/auxiliary/sh/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/schart.cfg b/helpcontent2/source/auxiliary/sh/schart.cfg index 49a58e0325..ae5b61fce6 100755 --- a/helpcontent2/source/auxiliary/sh/schart.cfg +++ b/helpcontent2/source/auxiliary/sh/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/sdatabase.cfg b/helpcontent2/source/auxiliary/sh/sdatabase.cfg index 370d5667cc..7f2aebde2f 100644 --- a/helpcontent2/source/auxiliary/sh/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sh/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/sdraw.cfg b/helpcontent2/source/auxiliary/sh/sdraw.cfg index d92577d2d6..63bca0c65e 100755 --- a/helpcontent2/source/auxiliary/sh/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sh/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/simpress.cfg b/helpcontent2/source/auxiliary/sh/simpress.cfg index 18ae6b4257..6602834a76 100755 --- a/helpcontent2/source/auxiliary/sh/simpress.cfg +++ b/helpcontent2/source/auxiliary/sh/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/smath.cfg b/helpcontent2/source/auxiliary/sh/smath.cfg index 9c6d1ffe16..8ae97008fa 100755 --- a/helpcontent2/source/auxiliary/sh/smath.cfg +++ b/helpcontent2/source/auxiliary/sh/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sh/swriter.cfg b/helpcontent2/source/auxiliary/sh/swriter.cfg index b50fd35d0a..7b67ee8c2c 100755 --- a/helpcontent2/source/auxiliary/sh/swriter.cfg +++ b/helpcontent2/source/auxiliary/sh/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/sbasic.cfg b/helpcontent2/source/auxiliary/sk/sbasic.cfg index 118d9f83d8..874a2e3b8f 100755 --- a/helpcontent2/source/auxiliary/sk/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sk/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/scalc.cfg b/helpcontent2/source/auxiliary/sk/scalc.cfg index 985f112009..25369ef6b2 100755 --- a/helpcontent2/source/auxiliary/sk/scalc.cfg +++ b/helpcontent2/source/auxiliary/sk/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/schart.cfg b/helpcontent2/source/auxiliary/sk/schart.cfg index d6a38d5a89..bb42b9697b 100755 --- a/helpcontent2/source/auxiliary/sk/schart.cfg +++ b/helpcontent2/source/auxiliary/sk/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/sdatabase.cfg b/helpcontent2/source/auxiliary/sk/sdatabase.cfg index 287a562b03..349a929c03 100644 --- a/helpcontent2/source/auxiliary/sk/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sk/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/sdraw.cfg b/helpcontent2/source/auxiliary/sk/sdraw.cfg index a11ba691d9..19b2fd53a9 100755 --- a/helpcontent2/source/auxiliary/sk/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sk/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/simpress.cfg b/helpcontent2/source/auxiliary/sk/simpress.cfg index 2f22b07f6e..fcfe668bba 100755 --- a/helpcontent2/source/auxiliary/sk/simpress.cfg +++ b/helpcontent2/source/auxiliary/sk/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/smath.cfg b/helpcontent2/source/auxiliary/sk/smath.cfg index 1f25fd7035..710bb1cd4d 100755 --- a/helpcontent2/source/auxiliary/sk/smath.cfg +++ b/helpcontent2/source/auxiliary/sk/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sk/swriter.cfg b/helpcontent2/source/auxiliary/sk/swriter.cfg index d534ad39ed..d4f907f2ef 100755 --- a/helpcontent2/source/auxiliary/sk/swriter.cfg +++ b/helpcontent2/source/auxiliary/sk/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/sbasic.cfg b/helpcontent2/source/auxiliary/sl/sbasic.cfg index 87b19badf7..77f88ee2cb 100755 --- a/helpcontent2/source/auxiliary/sl/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sl/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/scalc.cfg b/helpcontent2/source/auxiliary/sl/scalc.cfg index 8183ca05e1..ef1d9ef1bf 100755 --- a/helpcontent2/source/auxiliary/sl/scalc.cfg +++ b/helpcontent2/source/auxiliary/sl/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/schart.cfg b/helpcontent2/source/auxiliary/sl/schart.cfg index 49857eeb72..61650bb309 100755 --- a/helpcontent2/source/auxiliary/sl/schart.cfg +++ b/helpcontent2/source/auxiliary/sl/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/sdatabase.cfg b/helpcontent2/source/auxiliary/sl/sdatabase.cfg index 2457b9338e..d8c7316516 100644 --- a/helpcontent2/source/auxiliary/sl/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sl/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/sdraw.cfg b/helpcontent2/source/auxiliary/sl/sdraw.cfg index 124dc4f6ab..35583c86c3 100755 --- a/helpcontent2/source/auxiliary/sl/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sl/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/simpress.cfg b/helpcontent2/source/auxiliary/sl/simpress.cfg index 7c7941dd09..2071f806a8 100755 --- a/helpcontent2/source/auxiliary/sl/simpress.cfg +++ b/helpcontent2/source/auxiliary/sl/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/smath.cfg b/helpcontent2/source/auxiliary/sl/smath.cfg index aedf648c58..db466ae5aa 100755 --- a/helpcontent2/source/auxiliary/sl/smath.cfg +++ b/helpcontent2/source/auxiliary/sl/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sl/swriter.cfg b/helpcontent2/source/auxiliary/sl/swriter.cfg index 34b3235c9d..c4ec315f0b 100755 --- a/helpcontent2/source/auxiliary/sl/swriter.cfg +++ b/helpcontent2/source/auxiliary/sl/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/sbasic.cfg b/helpcontent2/source/auxiliary/sq/sbasic.cfg index 35ebef6a2b..abf358cd71 100644 --- a/helpcontent2/source/auxiliary/sq/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sq/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/scalc.cfg b/helpcontent2/source/auxiliary/sq/scalc.cfg index dc491b1025..65dbc27058 100644 --- a/helpcontent2/source/auxiliary/sq/scalc.cfg +++ b/helpcontent2/source/auxiliary/sq/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/schart.cfg b/helpcontent2/source/auxiliary/sq/schart.cfg index 81b3ecc13a..18510d9f93 100755 --- a/helpcontent2/source/auxiliary/sq/schart.cfg +++ b/helpcontent2/source/auxiliary/sq/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/sdatabase.cfg b/helpcontent2/source/auxiliary/sq/sdatabase.cfg index 4cfe0a2461..a16186c244 100644 --- a/helpcontent2/source/auxiliary/sq/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sq/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/sdraw.cfg b/helpcontent2/source/auxiliary/sq/sdraw.cfg index dfb6013ba3..034e77964a 100644 --- a/helpcontent2/source/auxiliary/sq/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sq/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/simpress.cfg b/helpcontent2/source/auxiliary/sq/simpress.cfg index 18995d359a..cc71a47b2a 100644 --- a/helpcontent2/source/auxiliary/sq/simpress.cfg +++ b/helpcontent2/source/auxiliary/sq/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/smath.cfg b/helpcontent2/source/auxiliary/sq/smath.cfg index 48e866890a..8a4006972f 100644 --- a/helpcontent2/source/auxiliary/sq/smath.cfg +++ b/helpcontent2/source/auxiliary/sq/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sq/swriter.cfg b/helpcontent2/source/auxiliary/sq/swriter.cfg index b754e81cb6..86d51fab9e 100644 --- a/helpcontent2/source/auxiliary/sq/swriter.cfg +++ b/helpcontent2/source/auxiliary/sq/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/sbasic.cfg b/helpcontent2/source/auxiliary/sr/sbasic.cfg index 13325f6514..8f4fe66391 100755 --- a/helpcontent2/source/auxiliary/sr/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sr/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/scalc.cfg b/helpcontent2/source/auxiliary/sr/scalc.cfg index 34175a09bd..df87fd28f7 100755 --- a/helpcontent2/source/auxiliary/sr/scalc.cfg +++ b/helpcontent2/source/auxiliary/sr/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/schart.cfg b/helpcontent2/source/auxiliary/sr/schart.cfg index 2fa33afa0f..69f25f5036 100755 --- a/helpcontent2/source/auxiliary/sr/schart.cfg +++ b/helpcontent2/source/auxiliary/sr/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/sdatabase.cfg b/helpcontent2/source/auxiliary/sr/sdatabase.cfg index b005fbe5f5..9314933b59 100644 --- a/helpcontent2/source/auxiliary/sr/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sr/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/sdraw.cfg b/helpcontent2/source/auxiliary/sr/sdraw.cfg index bc1c668c6f..78f5a67313 100755 --- a/helpcontent2/source/auxiliary/sr/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sr/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/simpress.cfg b/helpcontent2/source/auxiliary/sr/simpress.cfg index 5787f7c0c0..b117259da2 100755 --- a/helpcontent2/source/auxiliary/sr/simpress.cfg +++ b/helpcontent2/source/auxiliary/sr/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/smath.cfg b/helpcontent2/source/auxiliary/sr/smath.cfg index df53035558..8fa2ef366b 100755 --- a/helpcontent2/source/auxiliary/sr/smath.cfg +++ b/helpcontent2/source/auxiliary/sr/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sr/swriter.cfg b/helpcontent2/source/auxiliary/sr/swriter.cfg index efec83542f..ed301e5f39 100755 --- a/helpcontent2/source/auxiliary/sr/swriter.cfg +++ b/helpcontent2/source/auxiliary/sr/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/sbasic.cfg b/helpcontent2/source/auxiliary/ss/sbasic.cfg index 1ca6f4e5b1..0665879f32 100644 --- a/helpcontent2/source/auxiliary/ss/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ss/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/scalc.cfg b/helpcontent2/source/auxiliary/ss/scalc.cfg index 205658eaee..863eb5aed3 100644 --- a/helpcontent2/source/auxiliary/ss/scalc.cfg +++ b/helpcontent2/source/auxiliary/ss/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/schart.cfg b/helpcontent2/source/auxiliary/ss/schart.cfg index 2f2fafac4b..d0a1df24e1 100644 --- a/helpcontent2/source/auxiliary/ss/schart.cfg +++ b/helpcontent2/source/auxiliary/ss/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/sdatabase.cfg b/helpcontent2/source/auxiliary/ss/sdatabase.cfg index f04e1f985b..34d883a7de 100644 --- a/helpcontent2/source/auxiliary/ss/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ss/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/sdraw.cfg b/helpcontent2/source/auxiliary/ss/sdraw.cfg index 7859b0db76..6ba90930c3 100644 --- a/helpcontent2/source/auxiliary/ss/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ss/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/simpress.cfg b/helpcontent2/source/auxiliary/ss/simpress.cfg index 0b74e51c2f..9728448c12 100644 --- a/helpcontent2/source/auxiliary/ss/simpress.cfg +++ b/helpcontent2/source/auxiliary/ss/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/smath.cfg b/helpcontent2/source/auxiliary/ss/smath.cfg index a642aee4f6..1f1084c675 100644 --- a/helpcontent2/source/auxiliary/ss/smath.cfg +++ b/helpcontent2/source/auxiliary/ss/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ss/swriter.cfg b/helpcontent2/source/auxiliary/ss/swriter.cfg index 5f95eac414..75ebd5827f 100644 --- a/helpcontent2/source/auxiliary/ss/swriter.cfg +++ b/helpcontent2/source/auxiliary/ss/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/sbasic.cfg b/helpcontent2/source/auxiliary/st/sbasic.cfg index 7f5a4eb804..83c505737d 100755 --- a/helpcontent2/source/auxiliary/st/sbasic.cfg +++ b/helpcontent2/source/auxiliary/st/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/scalc.cfg b/helpcontent2/source/auxiliary/st/scalc.cfg index 12d96d7711..f924c47dc6 100755 --- a/helpcontent2/source/auxiliary/st/scalc.cfg +++ b/helpcontent2/source/auxiliary/st/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/schart.cfg b/helpcontent2/source/auxiliary/st/schart.cfg index 2d90c7bc91..396cbf9b55 100755 --- a/helpcontent2/source/auxiliary/st/schart.cfg +++ b/helpcontent2/source/auxiliary/st/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/sdatabase.cfg b/helpcontent2/source/auxiliary/st/sdatabase.cfg index 03e7c0f8cd..7bb9bcc359 100644 --- a/helpcontent2/source/auxiliary/st/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/st/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/sdraw.cfg b/helpcontent2/source/auxiliary/st/sdraw.cfg index 5db26e0962..a235164026 100755 --- a/helpcontent2/source/auxiliary/st/sdraw.cfg +++ b/helpcontent2/source/auxiliary/st/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/simpress.cfg b/helpcontent2/source/auxiliary/st/simpress.cfg index 37889f5c00..243f46e002 100755 --- a/helpcontent2/source/auxiliary/st/simpress.cfg +++ b/helpcontent2/source/auxiliary/st/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/smath.cfg b/helpcontent2/source/auxiliary/st/smath.cfg index 0b201427ca..a0328d291c 100755 --- a/helpcontent2/source/auxiliary/st/smath.cfg +++ b/helpcontent2/source/auxiliary/st/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/st/swriter.cfg b/helpcontent2/source/auxiliary/st/swriter.cfg index 640571f17c..e7169b11d3 100755 --- a/helpcontent2/source/auxiliary/st/swriter.cfg +++ b/helpcontent2/source/auxiliary/st/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/sbasic.cfg b/helpcontent2/source/auxiliary/sv/sbasic.cfg index 04123b4687..ca96af5210 100755 --- a/helpcontent2/source/auxiliary/sv/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sv/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/scalc.cfg b/helpcontent2/source/auxiliary/sv/scalc.cfg index 55ea0f6928..f5518f8ea5 100755 --- a/helpcontent2/source/auxiliary/sv/scalc.cfg +++ b/helpcontent2/source/auxiliary/sv/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/schart.cfg b/helpcontent2/source/auxiliary/sv/schart.cfg index 621e5ef01a..00cb231b3f 100755 --- a/helpcontent2/source/auxiliary/sv/schart.cfg +++ b/helpcontent2/source/auxiliary/sv/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/sdatabase.cfg b/helpcontent2/source/auxiliary/sv/sdatabase.cfg index 4a254a9785..016853c99b 100644 --- a/helpcontent2/source/auxiliary/sv/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sv/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/sdraw.cfg b/helpcontent2/source/auxiliary/sv/sdraw.cfg index cb74975a0f..54ac7d59cb 100755 --- a/helpcontent2/source/auxiliary/sv/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sv/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/simpress.cfg b/helpcontent2/source/auxiliary/sv/simpress.cfg index 32e0364f1f..8fce723e05 100755 --- a/helpcontent2/source/auxiliary/sv/simpress.cfg +++ b/helpcontent2/source/auxiliary/sv/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/smath.cfg b/helpcontent2/source/auxiliary/sv/smath.cfg index 176cbfe213..3d521a7057 100755 --- a/helpcontent2/source/auxiliary/sv/smath.cfg +++ b/helpcontent2/source/auxiliary/sv/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/swriter.cfg b/helpcontent2/source/auxiliary/sv/swriter.cfg index da3762bc9a..ff0adcd6e3 100755 --- a/helpcontent2/source/auxiliary/sv/swriter.cfg +++ b/helpcontent2/source/auxiliary/sv/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg b/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg index 9073b11359..f4f070dbd0 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg b/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg index 402fde2c7c..85118b6bbf 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/schart.cfg b/helpcontent2/source/auxiliary/sw-TZ/schart.cfg index ba49e56573..2c42a8cc4c 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/schart.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/sdatabase.cfg b/helpcontent2/source/auxiliary/sw-TZ/sdatabase.cfg index 8f6ad3d9cf..e1a5e55381 100644 --- a/helpcontent2/source/auxiliary/sw-TZ/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg b/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg index d9ca9ce16e..3653aa31d1 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg b/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg index 6195edd261..3fa76e218e 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/smath.cfg b/helpcontent2/source/auxiliary/sw-TZ/smath.cfg index d125ee86a9..df1c06b9b3 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/smath.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg b/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg index fe419626a1..82694c3da4 100755 --- a/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg +++ b/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/sbasic.cfg b/helpcontent2/source/auxiliary/ta/sbasic.cfg index 3a5ec65879..7936978958 100755 --- a/helpcontent2/source/auxiliary/ta/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ta/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/scalc.cfg b/helpcontent2/source/auxiliary/ta/scalc.cfg index 6726fb01c0..177a192b23 100755 --- a/helpcontent2/source/auxiliary/ta/scalc.cfg +++ b/helpcontent2/source/auxiliary/ta/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/schart.cfg b/helpcontent2/source/auxiliary/ta/schart.cfg index 78ab3a21e3..f6818ac505 100755 --- a/helpcontent2/source/auxiliary/ta/schart.cfg +++ b/helpcontent2/source/auxiliary/ta/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/sdatabase.cfg b/helpcontent2/source/auxiliary/ta/sdatabase.cfg index 9dba24f9aa..fc022588f7 100644 --- a/helpcontent2/source/auxiliary/ta/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ta/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/sdraw.cfg b/helpcontent2/source/auxiliary/ta/sdraw.cfg index 9dfca1b834..a034988a76 100755 --- a/helpcontent2/source/auxiliary/ta/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ta/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/simpress.cfg b/helpcontent2/source/auxiliary/ta/simpress.cfg index 737ad5ce4f..bdcd707281 100755 --- a/helpcontent2/source/auxiliary/ta/simpress.cfg +++ b/helpcontent2/source/auxiliary/ta/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/smath.cfg b/helpcontent2/source/auxiliary/ta/smath.cfg index 7e7c649633..aa713db5f5 100755 --- a/helpcontent2/source/auxiliary/ta/smath.cfg +++ b/helpcontent2/source/auxiliary/ta/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ta/swriter.cfg b/helpcontent2/source/auxiliary/ta/swriter.cfg index a0d26fc7c3..0dccc865d9 100755 --- a/helpcontent2/source/auxiliary/ta/swriter.cfg +++ b/helpcontent2/source/auxiliary/ta/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/sbasic.cfg b/helpcontent2/source/auxiliary/tg/sbasic.cfg index f4659fa7a9..d091e5e723 100755 --- a/helpcontent2/source/auxiliary/tg/sbasic.cfg +++ b/helpcontent2/source/auxiliary/tg/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/scalc.cfg b/helpcontent2/source/auxiliary/tg/scalc.cfg index 2d513b7e09..42228b80ea 100755 --- a/helpcontent2/source/auxiliary/tg/scalc.cfg +++ b/helpcontent2/source/auxiliary/tg/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/schart.cfg b/helpcontent2/source/auxiliary/tg/schart.cfg index f7b0346626..0f1ff185bd 100755 --- a/helpcontent2/source/auxiliary/tg/schart.cfg +++ b/helpcontent2/source/auxiliary/tg/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/sdatabase.cfg b/helpcontent2/source/auxiliary/tg/sdatabase.cfg index fd0467e22a..522315638f 100644 --- a/helpcontent2/source/auxiliary/tg/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/tg/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/sdraw.cfg b/helpcontent2/source/auxiliary/tg/sdraw.cfg index 4f2b06e92a..92c80033c0 100755 --- a/helpcontent2/source/auxiliary/tg/sdraw.cfg +++ b/helpcontent2/source/auxiliary/tg/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/simpress.cfg b/helpcontent2/source/auxiliary/tg/simpress.cfg index adca3cc094..e60d4a3fbd 100755 --- a/helpcontent2/source/auxiliary/tg/simpress.cfg +++ b/helpcontent2/source/auxiliary/tg/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/smath.cfg b/helpcontent2/source/auxiliary/tg/smath.cfg index 44f09b509f..ee6e26d229 100755 --- a/helpcontent2/source/auxiliary/tg/smath.cfg +++ b/helpcontent2/source/auxiliary/tg/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tg/swriter.cfg b/helpcontent2/source/auxiliary/tg/swriter.cfg index c062f7285f..b8502ed5d7 100755 --- a/helpcontent2/source/auxiliary/tg/swriter.cfg +++ b/helpcontent2/source/auxiliary/tg/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/sbasic.cfg b/helpcontent2/source/auxiliary/th/sbasic.cfg index f575cc33ff..b13ca27395 100755 --- a/helpcontent2/source/auxiliary/th/sbasic.cfg +++ b/helpcontent2/source/auxiliary/th/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/scalc.cfg b/helpcontent2/source/auxiliary/th/scalc.cfg index 9f320f469d..15b2d95b1a 100755 --- a/helpcontent2/source/auxiliary/th/scalc.cfg +++ b/helpcontent2/source/auxiliary/th/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/schart.cfg b/helpcontent2/source/auxiliary/th/schart.cfg index f0b39ca769..49cbcf74bd 100755 --- a/helpcontent2/source/auxiliary/th/schart.cfg +++ b/helpcontent2/source/auxiliary/th/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/sdatabase.cfg b/helpcontent2/source/auxiliary/th/sdatabase.cfg index 57f4470e90..8a4b807059 100644 --- a/helpcontent2/source/auxiliary/th/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/th/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/sdraw.cfg b/helpcontent2/source/auxiliary/th/sdraw.cfg index 7c40d62f9d..31a9b1c677 100755 --- a/helpcontent2/source/auxiliary/th/sdraw.cfg +++ b/helpcontent2/source/auxiliary/th/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/simpress.cfg b/helpcontent2/source/auxiliary/th/simpress.cfg index d82be3ec27..c18cf17ac3 100755 --- a/helpcontent2/source/auxiliary/th/simpress.cfg +++ b/helpcontent2/source/auxiliary/th/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/smath.cfg b/helpcontent2/source/auxiliary/th/smath.cfg index e6ad3944bb..114e60bce3 100755 --- a/helpcontent2/source/auxiliary/th/smath.cfg +++ b/helpcontent2/source/auxiliary/th/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/th/swriter.cfg b/helpcontent2/source/auxiliary/th/swriter.cfg index 1c39fc0a31..93a1eaabf2 100755 --- a/helpcontent2/source/auxiliary/th/swriter.cfg +++ b/helpcontent2/source/auxiliary/th/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/sbasic.cfg b/helpcontent2/source/auxiliary/tn/sbasic.cfg index 154c4d8196..9e2115a4f3 100755 --- a/helpcontent2/source/auxiliary/tn/sbasic.cfg +++ b/helpcontent2/source/auxiliary/tn/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/scalc.cfg b/helpcontent2/source/auxiliary/tn/scalc.cfg index 20374f9599..84d056d0fe 100755 --- a/helpcontent2/source/auxiliary/tn/scalc.cfg +++ b/helpcontent2/source/auxiliary/tn/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/schart.cfg b/helpcontent2/source/auxiliary/tn/schart.cfg index a174d0ecb8..1b15e97287 100755 --- a/helpcontent2/source/auxiliary/tn/schart.cfg +++ b/helpcontent2/source/auxiliary/tn/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/sdatabase.cfg b/helpcontent2/source/auxiliary/tn/sdatabase.cfg index bd4a6ae464..3686b2bddd 100644 --- a/helpcontent2/source/auxiliary/tn/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/tn/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/sdraw.cfg b/helpcontent2/source/auxiliary/tn/sdraw.cfg index dfeef8749b..93407ca8db 100755 --- a/helpcontent2/source/auxiliary/tn/sdraw.cfg +++ b/helpcontent2/source/auxiliary/tn/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/simpress.cfg b/helpcontent2/source/auxiliary/tn/simpress.cfg index b940b12dd0..9085651671 100755 --- a/helpcontent2/source/auxiliary/tn/simpress.cfg +++ b/helpcontent2/source/auxiliary/tn/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/smath.cfg b/helpcontent2/source/auxiliary/tn/smath.cfg index 6427c605de..bd5944c80d 100755 --- a/helpcontent2/source/auxiliary/tn/smath.cfg +++ b/helpcontent2/source/auxiliary/tn/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tn/swriter.cfg b/helpcontent2/source/auxiliary/tn/swriter.cfg index 1ed566db21..705cd066ac 100755 --- a/helpcontent2/source/auxiliary/tn/swriter.cfg +++ b/helpcontent2/source/auxiliary/tn/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/sbasic.cfg b/helpcontent2/source/auxiliary/tr/sbasic.cfg index 3c17639bd8..2a743f7333 100755 --- a/helpcontent2/source/auxiliary/tr/sbasic.cfg +++ b/helpcontent2/source/auxiliary/tr/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/scalc.cfg b/helpcontent2/source/auxiliary/tr/scalc.cfg index e3ee5e3b50..cfba197f45 100755 --- a/helpcontent2/source/auxiliary/tr/scalc.cfg +++ b/helpcontent2/source/auxiliary/tr/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/schart.cfg b/helpcontent2/source/auxiliary/tr/schart.cfg index 13051a7c50..a3738d83e8 100755 --- a/helpcontent2/source/auxiliary/tr/schart.cfg +++ b/helpcontent2/source/auxiliary/tr/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/sdatabase.cfg b/helpcontent2/source/auxiliary/tr/sdatabase.cfg index 51a0b3acef..2579aeff2f 100644 --- a/helpcontent2/source/auxiliary/tr/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/tr/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/sdraw.cfg b/helpcontent2/source/auxiliary/tr/sdraw.cfg index 40e249bc16..aab5ef81a9 100755 --- a/helpcontent2/source/auxiliary/tr/sdraw.cfg +++ b/helpcontent2/source/auxiliary/tr/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/simpress.cfg b/helpcontent2/source/auxiliary/tr/simpress.cfg index f97b068e0c..6000b28080 100755 --- a/helpcontent2/source/auxiliary/tr/simpress.cfg +++ b/helpcontent2/source/auxiliary/tr/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/smath.cfg b/helpcontent2/source/auxiliary/tr/smath.cfg index 211018911b..1a2eb99542 100755 --- a/helpcontent2/source/auxiliary/tr/smath.cfg +++ b/helpcontent2/source/auxiliary/tr/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/tr/swriter.cfg b/helpcontent2/source/auxiliary/tr/swriter.cfg index f8064cde44..de3d652757 100755 --- a/helpcontent2/source/auxiliary/tr/swriter.cfg +++ b/helpcontent2/source/auxiliary/tr/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/sbasic.cfg b/helpcontent2/source/auxiliary/ts/sbasic.cfg index f660fa8507..254402d4a0 100755 --- a/helpcontent2/source/auxiliary/ts/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ts/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/scalc.cfg b/helpcontent2/source/auxiliary/ts/scalc.cfg index 4ca80cd9f8..0dc6caf41e 100755 --- a/helpcontent2/source/auxiliary/ts/scalc.cfg +++ b/helpcontent2/source/auxiliary/ts/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/schart.cfg b/helpcontent2/source/auxiliary/ts/schart.cfg index 37b0fe2fb5..6cf3f6b767 100755 --- a/helpcontent2/source/auxiliary/ts/schart.cfg +++ b/helpcontent2/source/auxiliary/ts/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/sdatabase.cfg b/helpcontent2/source/auxiliary/ts/sdatabase.cfg index da681ffa23..f40227d485 100644 --- a/helpcontent2/source/auxiliary/ts/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ts/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/sdraw.cfg b/helpcontent2/source/auxiliary/ts/sdraw.cfg index b5e26273de..e5cfa3775e 100755 --- a/helpcontent2/source/auxiliary/ts/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ts/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/simpress.cfg b/helpcontent2/source/auxiliary/ts/simpress.cfg index ae3be23b08..788d864dd0 100755 --- a/helpcontent2/source/auxiliary/ts/simpress.cfg +++ b/helpcontent2/source/auxiliary/ts/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/smath.cfg b/helpcontent2/source/auxiliary/ts/smath.cfg index 7ed67f6616..d1794179ac 100755 --- a/helpcontent2/source/auxiliary/ts/smath.cfg +++ b/helpcontent2/source/auxiliary/ts/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ts/swriter.cfg b/helpcontent2/source/auxiliary/ts/swriter.cfg index 803d5637a2..791de792d3 100755 --- a/helpcontent2/source/auxiliary/ts/swriter.cfg +++ b/helpcontent2/source/auxiliary/ts/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/sbasic.cfg b/helpcontent2/source/auxiliary/uk/sbasic.cfg index 8fe2ebc450..48b87ca907 100755 --- a/helpcontent2/source/auxiliary/uk/sbasic.cfg +++ b/helpcontent2/source/auxiliary/uk/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/scalc.cfg b/helpcontent2/source/auxiliary/uk/scalc.cfg index 7041c67e00..9c14fece4f 100755 --- a/helpcontent2/source/auxiliary/uk/scalc.cfg +++ b/helpcontent2/source/auxiliary/uk/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/schart.cfg b/helpcontent2/source/auxiliary/uk/schart.cfg index f335171b06..e713407946 100755 --- a/helpcontent2/source/auxiliary/uk/schart.cfg +++ b/helpcontent2/source/auxiliary/uk/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/sdatabase.cfg b/helpcontent2/source/auxiliary/uk/sdatabase.cfg index 91d9321607..2030181693 100644 --- a/helpcontent2/source/auxiliary/uk/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/uk/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/sdraw.cfg b/helpcontent2/source/auxiliary/uk/sdraw.cfg index 79661efbf7..468166a019 100755 --- a/helpcontent2/source/auxiliary/uk/sdraw.cfg +++ b/helpcontent2/source/auxiliary/uk/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/simpress.cfg b/helpcontent2/source/auxiliary/uk/simpress.cfg index ca5df7eb34..f6d48e1691 100755 --- a/helpcontent2/source/auxiliary/uk/simpress.cfg +++ b/helpcontent2/source/auxiliary/uk/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/smath.cfg b/helpcontent2/source/auxiliary/uk/smath.cfg index f49519e858..5a4992a264 100755 --- a/helpcontent2/source/auxiliary/uk/smath.cfg +++ b/helpcontent2/source/auxiliary/uk/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uk/swriter.cfg b/helpcontent2/source/auxiliary/uk/swriter.cfg index 76bd23039d..e22b9340df 100755 --- a/helpcontent2/source/auxiliary/uk/swriter.cfg +++ b/helpcontent2/source/auxiliary/uk/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/sbasic.cfg b/helpcontent2/source/auxiliary/uz/sbasic.cfg index 2ba2500eae..8f414854aa 100755 --- a/helpcontent2/source/auxiliary/uz/sbasic.cfg +++ b/helpcontent2/source/auxiliary/uz/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/scalc.cfg b/helpcontent2/source/auxiliary/uz/scalc.cfg index 610d4a3692..df009a4db8 100755 --- a/helpcontent2/source/auxiliary/uz/scalc.cfg +++ b/helpcontent2/source/auxiliary/uz/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/schart.cfg b/helpcontent2/source/auxiliary/uz/schart.cfg index e4c782278e..ffe1c6b3a1 100755 --- a/helpcontent2/source/auxiliary/uz/schart.cfg +++ b/helpcontent2/source/auxiliary/uz/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/sdatabase.cfg b/helpcontent2/source/auxiliary/uz/sdatabase.cfg index f79654c984..2e24cfb079 100644 --- a/helpcontent2/source/auxiliary/uz/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/uz/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/sdraw.cfg b/helpcontent2/source/auxiliary/uz/sdraw.cfg index fb49aa469d..f22a93815b 100755 --- a/helpcontent2/source/auxiliary/uz/sdraw.cfg +++ b/helpcontent2/source/auxiliary/uz/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/simpress.cfg b/helpcontent2/source/auxiliary/uz/simpress.cfg index 66ba72cf78..2e1cb66d42 100755 --- a/helpcontent2/source/auxiliary/uz/simpress.cfg +++ b/helpcontent2/source/auxiliary/uz/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/smath.cfg b/helpcontent2/source/auxiliary/uz/smath.cfg index 39eed2eec3..d06c68cd19 100755 --- a/helpcontent2/source/auxiliary/uz/smath.cfg +++ b/helpcontent2/source/auxiliary/uz/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/uz/swriter.cfg b/helpcontent2/source/auxiliary/uz/swriter.cfg index 8b71985b3a..7004697db3 100755 --- a/helpcontent2/source/auxiliary/uz/swriter.cfg +++ b/helpcontent2/source/auxiliary/uz/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/sbasic.cfg b/helpcontent2/source/auxiliary/ve/sbasic.cfg index 9884f98385..c0a9af0279 100644 --- a/helpcontent2/source/auxiliary/ve/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ve/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/scalc.cfg b/helpcontent2/source/auxiliary/ve/scalc.cfg index a1b69413a2..862745f67c 100644 --- a/helpcontent2/source/auxiliary/ve/scalc.cfg +++ b/helpcontent2/source/auxiliary/ve/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/schart.cfg b/helpcontent2/source/auxiliary/ve/schart.cfg index e6a576ebf9..b507f7e64a 100644 --- a/helpcontent2/source/auxiliary/ve/schart.cfg +++ b/helpcontent2/source/auxiliary/ve/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/sdatabase.cfg b/helpcontent2/source/auxiliary/ve/sdatabase.cfg index 6370495d40..402a207980 100644 --- a/helpcontent2/source/auxiliary/ve/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ve/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/sdraw.cfg b/helpcontent2/source/auxiliary/ve/sdraw.cfg index 5da0aee04f..6f9422df94 100644 --- a/helpcontent2/source/auxiliary/ve/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ve/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/simpress.cfg b/helpcontent2/source/auxiliary/ve/simpress.cfg index 1b35ce6417..8ca26ed2dc 100644 --- a/helpcontent2/source/auxiliary/ve/simpress.cfg +++ b/helpcontent2/source/auxiliary/ve/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/smath.cfg b/helpcontent2/source/auxiliary/ve/smath.cfg index 3ee6f4901d..0458d72196 100644 --- a/helpcontent2/source/auxiliary/ve/smath.cfg +++ b/helpcontent2/source/auxiliary/ve/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ve/swriter.cfg b/helpcontent2/source/auxiliary/ve/swriter.cfg index e291a32aaf..2ccab9f036 100644 --- a/helpcontent2/source/auxiliary/ve/swriter.cfg +++ b/helpcontent2/source/auxiliary/ve/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/sbasic.cfg b/helpcontent2/source/auxiliary/vi/sbasic.cfg index 8aa4092531..d5e5779932 100755 --- a/helpcontent2/source/auxiliary/vi/sbasic.cfg +++ b/helpcontent2/source/auxiliary/vi/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/scalc.cfg b/helpcontent2/source/auxiliary/vi/scalc.cfg index e1bbf31cea..7eef6f63ce 100755 --- a/helpcontent2/source/auxiliary/vi/scalc.cfg +++ b/helpcontent2/source/auxiliary/vi/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/schart.cfg b/helpcontent2/source/auxiliary/vi/schart.cfg index 3c67547b35..a23e7fdb5e 100755 --- a/helpcontent2/source/auxiliary/vi/schart.cfg +++ b/helpcontent2/source/auxiliary/vi/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/sdatabase.cfg b/helpcontent2/source/auxiliary/vi/sdatabase.cfg index a34b179dbb..e4bb01c14f 100644 --- a/helpcontent2/source/auxiliary/vi/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/vi/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/sdraw.cfg b/helpcontent2/source/auxiliary/vi/sdraw.cfg index 4df7f2b1cd..0f5e519a55 100755 --- a/helpcontent2/source/auxiliary/vi/sdraw.cfg +++ b/helpcontent2/source/auxiliary/vi/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/simpress.cfg b/helpcontent2/source/auxiliary/vi/simpress.cfg index 36cfd39fe6..6f0eb1ea31 100755 --- a/helpcontent2/source/auxiliary/vi/simpress.cfg +++ b/helpcontent2/source/auxiliary/vi/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/smath.cfg b/helpcontent2/source/auxiliary/vi/smath.cfg index 1d08de8692..d4e55795c5 100755 --- a/helpcontent2/source/auxiliary/vi/smath.cfg +++ b/helpcontent2/source/auxiliary/vi/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/vi/swriter.cfg b/helpcontent2/source/auxiliary/vi/swriter.cfg index 280199d11a..1bba785727 100755 --- a/helpcontent2/source/auxiliary/vi/swriter.cfg +++ b/helpcontent2/source/auxiliary/vi/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/sbasic.cfg b/helpcontent2/source/auxiliary/xh/sbasic.cfg index f581711f9d..d37a4707a6 100755 --- a/helpcontent2/source/auxiliary/xh/sbasic.cfg +++ b/helpcontent2/source/auxiliary/xh/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/scalc.cfg b/helpcontent2/source/auxiliary/xh/scalc.cfg index d9d7962f2d..4f77c67af7 100755 --- a/helpcontent2/source/auxiliary/xh/scalc.cfg +++ b/helpcontent2/source/auxiliary/xh/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/schart.cfg b/helpcontent2/source/auxiliary/xh/schart.cfg index e93c9ab1bc..353c663028 100755 --- a/helpcontent2/source/auxiliary/xh/schart.cfg +++ b/helpcontent2/source/auxiliary/xh/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/sdatabase.cfg b/helpcontent2/source/auxiliary/xh/sdatabase.cfg index 859bbdce98..36f6cdff93 100644 --- a/helpcontent2/source/auxiliary/xh/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/xh/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/sdraw.cfg b/helpcontent2/source/auxiliary/xh/sdraw.cfg index 81119c21af..bc3ffea264 100755 --- a/helpcontent2/source/auxiliary/xh/sdraw.cfg +++ b/helpcontent2/source/auxiliary/xh/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/simpress.cfg b/helpcontent2/source/auxiliary/xh/simpress.cfg index 827da159a8..f0611234ae 100755 --- a/helpcontent2/source/auxiliary/xh/simpress.cfg +++ b/helpcontent2/source/auxiliary/xh/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/smath.cfg b/helpcontent2/source/auxiliary/xh/smath.cfg index 53966b5f04..f0f8e95d90 100755 --- a/helpcontent2/source/auxiliary/xh/smath.cfg +++ b/helpcontent2/source/auxiliary/xh/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/xh/swriter.cfg b/helpcontent2/source/auxiliary/xh/swriter.cfg index 5d3baaaad3..caeb62d3dd 100755 --- a/helpcontent2/source/auxiliary/xh/swriter.cfg +++ b/helpcontent2/source/auxiliary/xh/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg b/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg index 01fa077a32..f150c24f52 100755 --- a/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/scalc.cfg b/helpcontent2/source/auxiliary/zh-CN/scalc.cfg index 7de5eda5ce..aec39df0c9 100755 --- a/helpcontent2/source/auxiliary/zh-CN/scalc.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/schart.cfg b/helpcontent2/source/auxiliary/zh-CN/schart.cfg index 9524617bb7..bec9d0febc 100755 --- a/helpcontent2/source/auxiliary/zh-CN/schart.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/sdatabase.cfg b/helpcontent2/source/auxiliary/zh-CN/sdatabase.cfg index e4307de8dc..ba7a2b162f 100644 --- a/helpcontent2/source/auxiliary/zh-CN/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg b/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg index 9f22421b23..e0856fe7f7 100755 --- a/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/simpress.cfg b/helpcontent2/source/auxiliary/zh-CN/simpress.cfg index b1dd3b05ec..388e4c5df3 100755 --- a/helpcontent2/source/auxiliary/zh-CN/simpress.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/smath.cfg b/helpcontent2/source/auxiliary/zh-CN/smath.cfg index 375c906beb..57d6305b37 100755 --- a/helpcontent2/source/auxiliary/zh-CN/smath.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-CN/swriter.cfg b/helpcontent2/source/auxiliary/zh-CN/swriter.cfg index 06e830939b..fbf24c511a 100755 --- a/helpcontent2/source/auxiliary/zh-CN/swriter.cfg +++ b/helpcontent2/source/auxiliary/zh-CN/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg b/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg index ac28547d15..ebf4823837 100755 --- a/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/scalc.cfg b/helpcontent2/source/auxiliary/zh-TW/scalc.cfg index 131fb0b15b..d354d3ebc0 100755 --- a/helpcontent2/source/auxiliary/zh-TW/scalc.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/schart.cfg b/helpcontent2/source/auxiliary/zh-TW/schart.cfg index eb633c9c42..f55fa28b49 100755 --- a/helpcontent2/source/auxiliary/zh-TW/schart.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/sdatabase.cfg b/helpcontent2/source/auxiliary/zh-TW/sdatabase.cfg index 810fbd0083..5f5b2a7eee 100644 --- a/helpcontent2/source/auxiliary/zh-TW/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg b/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg index ac1ec9756b..bf69972788 100755 --- a/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/simpress.cfg b/helpcontent2/source/auxiliary/zh-TW/simpress.cfg index ce3775139a..4721f60a47 100755 --- a/helpcontent2/source/auxiliary/zh-TW/simpress.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/smath.cfg b/helpcontent2/source/auxiliary/zh-TW/smath.cfg index d9eaa7413a..44050f7c0c 100755 --- a/helpcontent2/source/auxiliary/zh-TW/smath.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/swriter.cfg b/helpcontent2/source/auxiliary/zh-TW/swriter.cfg index 4bb708ad0c..1aa67b6557 100755 --- a/helpcontent2/source/auxiliary/zh-TW/swriter.cfg +++ b/helpcontent2/source/auxiliary/zh-TW/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/sbasic.cfg b/helpcontent2/source/auxiliary/zu/sbasic.cfg index d7e50d258a..9a70737d94 100755 --- a/helpcontent2/source/auxiliary/zu/sbasic.cfg +++ b/helpcontent2/source/auxiliary/zu/sbasic.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/scalc.cfg b/helpcontent2/source/auxiliary/zu/scalc.cfg index 3341f30f75..008867cf2e 100755 --- a/helpcontent2/source/auxiliary/zu/scalc.cfg +++ b/helpcontent2/source/auxiliary/zu/scalc.cfg @@ -6,4 +6,3 @@ Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/schart.cfg b/helpcontent2/source/auxiliary/zu/schart.cfg index d891f6ef5b..406c5c512e 100755 --- a/helpcontent2/source/auxiliary/zu/schart.cfg +++ b/helpcontent2/source/auxiliary/zu/schart.cfg @@ -5,5 +5,4 @@ Order=4 Start=text%2Fschart%2Fmain0000.xhp Heading=headingheading Program=CHART -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/sdatabase.cfg b/helpcontent2/source/auxiliary/zu/sdatabase.cfg index 5e4b8ad195..f2f69f4e7e 100644 --- a/helpcontent2/source/auxiliary/zu/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/zu/sdatabase.cfg @@ -6,4 +6,3 @@ Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/sdraw.cfg b/helpcontent2/source/auxiliary/zu/sdraw.cfg index ecde72fbac..fec2f7d710 100755 --- a/helpcontent2/source/auxiliary/zu/sdraw.cfg +++ b/helpcontent2/source/auxiliary/zu/sdraw.cfg @@ -6,4 +6,3 @@ Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/simpress.cfg b/helpcontent2/source/auxiliary/zu/simpress.cfg index 0ef5ff1317..e3c2b20f30 100755 --- a/helpcontent2/source/auxiliary/zu/simpress.cfg +++ b/helpcontent2/source/auxiliary/zu/simpress.cfg @@ -6,4 +6,3 @@ Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/smath.cfg b/helpcontent2/source/auxiliary/zu/smath.cfg index 1cbad71e30..01cb5f021f 100755 --- a/helpcontent2/source/auxiliary/zu/smath.cfg +++ b/helpcontent2/source/auxiliary/zu/smath.cfg @@ -6,4 +6,3 @@ Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zu/swriter.cfg b/helpcontent2/source/auxiliary/zu/swriter.cfg index a7db4436b9..04c4308f87 100755 --- a/helpcontent2/source/auxiliary/zu/swriter.cfg +++ b/helpcontent2/source/auxiliary/zu/swriter.cfg @@ -6,4 +6,3 @@ Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER -07.07.04 00:00:00 -- cgit v1.2.3 From 7d23506818f48f534622f83343a79083105672da Mon Sep 17 00:00:00 2001 From: Octavio Alvarez Date: Mon, 14 Feb 2011 21:57:52 -0800 Subject: help: "Default Formatting" -> "Clear Direct Formatting" --- helpcontent2/source/text/shared/00/00000005.xhp | 2 +- helpcontent2/source/text/shared/00/00040500.xhp | 2 +- helpcontent2/source/text/shared/01/05010000.xhp | 5 +++-- helpcontent2/source/text/shared/04/01010000.xhp | 2 +- helpcontent2/source/text/shared/guide/undo_formatting.xhp | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/helpcontent2/source/text/shared/00/00000005.xhp b/helpcontent2/source/text/shared/00/00000005.xhp index 31a5808247..affaff6a52 100755 --- a/helpcontent2/source/text/shared/00/00000005.xhp +++ b/helpcontent2/source/text/shared/00/00000005.xhp @@ -115,7 +115,7 @@ Direct and Style Formatting If you format a document without Styles, it is referred to as "direct" formatting. This means modifying text or other objects, such as frames or tables, by applying various attributes directly. The format applies only to the selected area and all changes must be made separately. Styles, on the other hand, are not applied to the text directly, but rather are defined in the Styles and Formatting window and then applied. One advantage is that when you change a Style, all parts of the document to which that Style is assigned are modified at the same time. - You can remove direct formatting from your document by selecting the entire text with the shortcut keys CommandCtrl+A and then choosing Format - Default Formatting. + You can remove direct formatting from your document by selecting the entire text with the shortcut keys CommandCtrl+A and then choosing Format - Clear Direct Formatting.
    diff --git a/helpcontent2/source/text/shared/00/00040500.xhp b/helpcontent2/source/text/shared/00/00040500.xhp index ec099022ec..cda7d90d28 100644 --- a/helpcontent2/source/text/shared/00/00040500.xhp +++ b/helpcontent2/source/text/shared/00/00040500.xhp @@ -39,7 +39,7 @@ Format Menu - Choose Format - Default Formatting + Choose Format - Clear Direct Formatting
    Choose Format - Character diff --git a/helpcontent2/source/text/shared/01/05010000.xhp b/helpcontent2/source/text/shared/01/05010000.xhp index cd4a4a802a..f4282ba310 100644 --- a/helpcontent2/source/text/shared/01/05010000.xhp +++ b/helpcontent2/source/text/shared/01/05010000.xhp @@ -35,7 +35,7 @@ -Default Formatting +Clear Direct Formatting /text/shared/01/05010000.xhp @@ -52,7 +52,8 @@ -Default Formatting + +Clear Direct Formatting Removes direct formatting and formatting by character styles from the selection.
    diff --git a/helpcontent2/source/text/shared/04/01010000.xhp b/helpcontent2/source/text/shared/04/01010000.xhp index 56b326df25..903840444e 100755 --- a/helpcontent2/source/text/shared/04/01010000.xhp +++ b/helpcontent2/source/text/shared/04/01010000.xhp @@ -224,7 +224,7 @@ ControlCtrl+M - Removes direct formatting from selected text or objects (as in Format - Default Formatting) + Removes direct formatting from selected text or objects (as in Format - Clear Direct Formatting) diff --git a/helpcontent2/source/text/shared/guide/undo_formatting.xhp b/helpcontent2/source/text/shared/guide/undo_formatting.xhp index fb9a2761e1..29161fbff5 100644 --- a/helpcontent2/source/text/shared/guide/undo_formatting.xhp +++ b/helpcontent2/source/text/shared/guide/undo_formatting.xhp @@ -59,7 +59,7 @@ Press Ctrl+A to select the whole text. -Choose Format - Default Formatting. +Choose Format - Clear Direct Formatting. Removing all Direct Formatting in a $[officename] Calc Spreadsheet @@ -71,7 +71,7 @@ Press Ctrl+A to select the whole text. -Choose Format - Default Formatting. +Choose Format - Clear Direct Formatting. Removing all Direct Formatting in a $[officename] Presentation @@ -83,7 +83,7 @@ Press Ctrl+A to select the whole text. -Choose Format - Default Formatting. +Choose Format - Clear Direct Formatting.
    -- cgit v1.2.3 From 5dc68e16bd11d1f9daad8be29c4af85ace918a33 Mon Sep 17 00:00:00 2001 From: Octavio Alvarez Date: Mon, 14 Feb 2011 21:58:55 -0800 Subject: help: fix references to "Remove Hyperlink". Remove Hyperlink was Direct Formatting, but in one of the changes, Remove Hyperlink is no longer relevant so it is now removed. In the other one it is properly renamed. --- helpcontent2/source/text/shared/01/05010000.xhp | 2 -- helpcontent2/source/text/shared/guide/autocorr_url.xhp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/helpcontent2/source/text/shared/01/05010000.xhp b/helpcontent2/source/text/shared/01/05010000.xhp index f4282ba310..7f1d8317cf 100644 --- a/helpcontent2/source/text/shared/01/05010000.xhp +++ b/helpcontent2/source/text/shared/01/05010000.xhp @@ -65,7 +65,5 @@ To stop applying a direct format, such as underlining, while you type new text at the end of a line, press Shift+Ctrl+X. -You can change all hyperlinks in the selected text back to normal text by choosing Format - Default Formatting. - diff --git a/helpcontent2/source/text/shared/guide/autocorr_url.xhp b/helpcontent2/source/text/shared/guide/autocorr_url.xhp index a59255c60b..393a5745c2 100755 --- a/helpcontent2/source/text/shared/guide/autocorr_url.xhp +++ b/helpcontent2/source/text/shared/guide/autocorr_url.xhp @@ -57,7 +57,7 @@ Ctrl+Z to undo this formatting. - If you do not notice this conversion until later, select the hyperlink and choose the menu command Format - Default Formatting. + If you do not notice this conversion until later, select the hyperlink, open the context menu and choose Remove Hyperlink. Turn off URL Recognition -- cgit v1.2.3 From 10e2c43b67291a165251bc3405def8a15000e9a6 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Wed, 23 Mar 2011 19:50:54 +0100 Subject: set build depencencies against the new "translations" module --- helpcontent2/prj/build.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/prj/build.lst b/helpcontent2/prj/build.lst index eceb7337bf..8550762ac3 100644 --- a/helpcontent2/prj/build.lst +++ b/helpcontent2/prj/build.lst @@ -1,4 +1,4 @@ -h2 helpcontent2 : L10N:l10n xmlhelp NULL +h2 helpcontent2 : TRANSLATIONS:translations xmlhelp NULL h2 helpcontent2 usr1 - all helpcontent2_mkout helpcontent2_aux NULL h2 helpcontent2\prj get - all helpcontent2_prj helpcontent2_aux NULL h2 helpcontent2\source\text\sbasic\guide nmake - all helpcontent2_sbas_guid helpcontent2_aux NULL -- cgit v1.2.3 From 587f494fc755b236df4ebde7d99890bc496126e5 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 25 Mar 2011 21:25:12 +0100 Subject: fix language codes: be-BY -> be, ns -> nso --- helpcontent2/source/auxiliary/be-BY/default.css | 73 ----------------- .../source/auxiliary/be-BY/highcontrast1.css | 91 ---------------------- .../source/auxiliary/be-BY/highcontrast2.css | 91 ---------------------- .../source/auxiliary/be-BY/highcontrastblack.css | 91 ---------------------- .../source/auxiliary/be-BY/highcontrastwhite.css | 91 ---------------------- helpcontent2/source/auxiliary/be-BY/sbasic.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/scalc.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/schart.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/sdatabase.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/sdraw.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/simpress.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/smath.cfg | 8 -- helpcontent2/source/auxiliary/be-BY/swriter.cfg | 8 -- helpcontent2/source/auxiliary/be/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/be/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/be/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/be/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/be/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/be/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/be/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/be/schart.cfg | 8 ++ helpcontent2/source/auxiliary/be/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/be/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/be/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/be/smath.cfg | 8 ++ helpcontent2/source/auxiliary/be/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/ns/default.css | 73 ----------------- helpcontent2/source/auxiliary/ns/highcontrast1.css | 91 ---------------------- helpcontent2/source/auxiliary/ns/highcontrast2.css | 91 ---------------------- .../source/auxiliary/ns/highcontrastblack.css | 91 ---------------------- .../source/auxiliary/ns/highcontrastwhite.css | 91 ---------------------- helpcontent2/source/auxiliary/ns/sbasic.cfg | 8 -- helpcontent2/source/auxiliary/ns/scalc.cfg | 8 -- helpcontent2/source/auxiliary/ns/schart.cfg | 8 -- helpcontent2/source/auxiliary/ns/sdatabase.cfg | 8 -- helpcontent2/source/auxiliary/ns/sdraw.cfg | 8 -- helpcontent2/source/auxiliary/ns/simpress.cfg | 8 -- helpcontent2/source/auxiliary/ns/smath.cfg | 8 -- helpcontent2/source/auxiliary/ns/swriter.cfg | 8 -- helpcontent2/source/auxiliary/nso/default.css | 73 +++++++++++++++++ .../source/auxiliary/nso/highcontrast1.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/nso/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/nso/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/nso/schart.cfg | 8 ++ helpcontent2/source/auxiliary/nso/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/nso/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/nso/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/nso/smath.cfg | 8 ++ helpcontent2/source/auxiliary/nso/swriter.cfg | 8 ++ 52 files changed, 1002 insertions(+), 1002 deletions(-) delete mode 100755 helpcontent2/source/auxiliary/be-BY/default.css delete mode 100755 helpcontent2/source/auxiliary/be-BY/highcontrast1.css delete mode 100755 helpcontent2/source/auxiliary/be-BY/highcontrast2.css delete mode 100755 helpcontent2/source/auxiliary/be-BY/highcontrastblack.css delete mode 100755 helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css delete mode 100755 helpcontent2/source/auxiliary/be-BY/sbasic.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/scalc.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/schart.cfg delete mode 100644 helpcontent2/source/auxiliary/be-BY/sdatabase.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/sdraw.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/simpress.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/smath.cfg delete mode 100755 helpcontent2/source/auxiliary/be-BY/swriter.cfg create mode 100755 helpcontent2/source/auxiliary/be/default.css create mode 100755 helpcontent2/source/auxiliary/be/highcontrast1.css create mode 100755 helpcontent2/source/auxiliary/be/highcontrast2.css create mode 100755 helpcontent2/source/auxiliary/be/highcontrastblack.css create mode 100755 helpcontent2/source/auxiliary/be/highcontrastwhite.css create mode 100755 helpcontent2/source/auxiliary/be/sbasic.cfg create mode 100755 helpcontent2/source/auxiliary/be/scalc.cfg create mode 100755 helpcontent2/source/auxiliary/be/schart.cfg create mode 100644 helpcontent2/source/auxiliary/be/sdatabase.cfg create mode 100755 helpcontent2/source/auxiliary/be/sdraw.cfg create mode 100755 helpcontent2/source/auxiliary/be/simpress.cfg create mode 100755 helpcontent2/source/auxiliary/be/smath.cfg create mode 100755 helpcontent2/source/auxiliary/be/swriter.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/default.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrast1.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrast2.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrastblack.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrastwhite.css delete mode 100755 helpcontent2/source/auxiliary/ns/sbasic.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/scalc.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/schart.cfg delete mode 100644 helpcontent2/source/auxiliary/ns/sdatabase.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/sdraw.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/simpress.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/smath.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/swriter.cfg create mode 100755 helpcontent2/source/auxiliary/nso/default.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrast1.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrast2.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrastblack.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrastwhite.css create mode 100755 helpcontent2/source/auxiliary/nso/sbasic.cfg create mode 100755 helpcontent2/source/auxiliary/nso/scalc.cfg create mode 100755 helpcontent2/source/auxiliary/nso/schart.cfg create mode 100644 helpcontent2/source/auxiliary/nso/sdatabase.cfg create mode 100755 helpcontent2/source/auxiliary/nso/sdraw.cfg create mode 100755 helpcontent2/source/auxiliary/nso/simpress.cfg create mode 100755 helpcontent2/source/auxiliary/nso/smath.cfg create mode 100755 helpcontent2/source/auxiliary/nso/swriter.cfg diff --git a/helpcontent2/source/auxiliary/be-BY/default.css b/helpcontent2/source/auxiliary/be-BY/default.css deleted file mode 100755 index bcdc5f4e61..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/default.css +++ /dev/null @@ -1,73 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ DEFAULT STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold; } - -.related - { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} - -h1 - { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.howtoget - { background:#EEEEEE;} - -.howtogetbody - { background:#EEEEEE; margin: 0px;} - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - -.debug - { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrast1.css b/helpcontent2/source/auxiliary/be-BY/highcontrast1.css deleted file mode 100755 index 1b44518acd..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/highcontrast1.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #1 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFF00;} - -.related - { border-top: 1px solid #FFFF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrast2.css b/helpcontent2/source/auxiliary/be-BY/highcontrast2.css deleted file mode 100755 index 6f934a4196..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/highcontrast2.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #2 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #00FF00;} - -.related - { border-top: 1px solid #00FF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #00FF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css b/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css deleted file mode 100755 index 87c4b7e310..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST BLACK STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFFFF;} - -.related - { border-top: 1px solid #FFFFFF; } - -.howtogetheader - {border: 1px solid #FFFFFF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFFFF; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css b/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css deleted file mode 100755 index 9c8bbe469e..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST WHITE STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #FFFFFF; color: #000000;} - -.related - { border-top: 1px solid #000000; } - -.howtogetheader - {border: 1px solid #000000; background: #FFFFFF;} - -h1 - { border-bottom: 1px solid #000000; ] - -.howtoget - { background:#FFFFFF;} - -.howtogetbody - { background:#FFFFFF;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be-BY/sbasic.cfg b/helpcontent2/source/auxiliary/be-BY/sbasic.cfg deleted file mode 100755 index 254f971282..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/sbasic.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Basic - -Language=be-BY -Order=7 -Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp -Heading=headingheading -Program=BASIC diff --git a/helpcontent2/source/auxiliary/be-BY/scalc.cfg b/helpcontent2/source/auxiliary/be-BY/scalc.cfg deleted file mode 100755 index adbf6558d6..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/scalc.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Calc - -Language=be-BY -Order=3 -Start=text%2Fscalc%2Fmain0000.xhp -Heading=headingheading -Program=CALC diff --git a/helpcontent2/source/auxiliary/be-BY/schart.cfg b/helpcontent2/source/auxiliary/be-BY/schart.cfg deleted file mode 100755 index da31013b27..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/schart.cfg +++ /dev/null @@ -1,8 +0,0 @@ -Title=%PRODUCTNAME Chart - -Language=be-BY -Order=4 -Start=text%2Fschart%2Fmain0000.xhp -Heading=headingheading -Program=CHART - diff --git a/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg b/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg deleted file mode 100644 index 2258b183c1..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/sdatabase.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Base - -Language=be-BY -Order=7 -Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp -Heading=headingheading -Program=DATABASE diff --git a/helpcontent2/source/auxiliary/be-BY/sdraw.cfg b/helpcontent2/source/auxiliary/be-BY/sdraw.cfg deleted file mode 100755 index c46f654c7d..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/sdraw.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Draw - -Language=be-BY -Order=4 -Start=text%2Fsdraw%2Fmain0000.xhp -Heading=headingheading -Program=DRAW diff --git a/helpcontent2/source/auxiliary/be-BY/simpress.cfg b/helpcontent2/source/auxiliary/be-BY/simpress.cfg deleted file mode 100755 index fe5f428eea..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/simpress.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Impress - -Language=be-BY -Order=5 -Start=text%2Fsimpress%2Fmain0000.xhp -Heading=headingheading -Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/be-BY/smath.cfg b/helpcontent2/source/auxiliary/be-BY/smath.cfg deleted file mode 100755 index bbb30ec6c4..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/smath.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Math - -Language=be-BY -Order=6 -Start=text%2Fsmath%2Fmain0000.xhp -Heading=headingheading -Program=MATH diff --git a/helpcontent2/source/auxiliary/be-BY/swriter.cfg b/helpcontent2/source/auxiliary/be-BY/swriter.cfg deleted file mode 100755 index 24c4636af7..0000000000 --- a/helpcontent2/source/auxiliary/be-BY/swriter.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Writer - -Language=be-BY -Order=2 -Start=text%2Fswriter%2Fmain0000.xhp -Heading=headingheading -Program=WRITER diff --git a/helpcontent2/source/auxiliary/be/default.css b/helpcontent2/source/auxiliary/be/default.css new file mode 100755 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/be/highcontrast1.css b/helpcontent2/source/auxiliary/be/highcontrast1.css new file mode 100755 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/be/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be/highcontrast2.css b/helpcontent2/source/auxiliary/be/highcontrast2.css new file mode 100755 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be/highcontrastblack.css b/helpcontent2/source/auxiliary/be/highcontrastblack.css new file mode 100755 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be/highcontrastwhite.css b/helpcontent2/source/auxiliary/be/highcontrastwhite.css new file mode 100755 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/be/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/be/sbasic.cfg b/helpcontent2/source/auxiliary/be/sbasic.cfg new file mode 100755 index 0000000000..d75a1fdfae --- /dev/null +++ b/helpcontent2/source/auxiliary/be/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=be +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/be/scalc.cfg b/helpcontent2/source/auxiliary/be/scalc.cfg new file mode 100755 index 0000000000..e33adf3db8 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=be +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/be/schart.cfg b/helpcontent2/source/auxiliary/be/schart.cfg new file mode 100755 index 0000000000..1ad4d477ab --- /dev/null +++ b/helpcontent2/source/auxiliary/be/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=be +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/be/sdatabase.cfg b/helpcontent2/source/auxiliary/be/sdatabase.cfg new file mode 100644 index 0000000000..a618446947 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=be +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/be/sdraw.cfg b/helpcontent2/source/auxiliary/be/sdraw.cfg new file mode 100755 index 0000000000..0a9b0edc5c --- /dev/null +++ b/helpcontent2/source/auxiliary/be/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=be +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/be/simpress.cfg b/helpcontent2/source/auxiliary/be/simpress.cfg new file mode 100755 index 0000000000..c954ff70c5 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=be +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/be/smath.cfg b/helpcontent2/source/auxiliary/be/smath.cfg new file mode 100755 index 0000000000..2caec386c6 --- /dev/null +++ b/helpcontent2/source/auxiliary/be/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=be +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/be/swriter.cfg b/helpcontent2/source/auxiliary/be/swriter.cfg new file mode 100755 index 0000000000..febdc7512f --- /dev/null +++ b/helpcontent2/source/auxiliary/be/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=be +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/ns/default.css b/helpcontent2/source/auxiliary/ns/default.css deleted file mode 100755 index bcdc5f4e61..0000000000 --- a/helpcontent2/source/auxiliary/ns/default.css +++ /dev/null @@ -1,73 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ DEFAULT STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold; } - -.related - { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} - -h1 - { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.howtoget - { background:#EEEEEE;} - -.howtogetbody - { background:#EEEEEE; margin: 0px;} - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - -.debug - { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ns/highcontrast1.css b/helpcontent2/source/auxiliary/ns/highcontrast1.css deleted file mode 100755 index 1b44518acd..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrast1.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #1 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFF00;} - -.related - { border-top: 1px solid #FFFF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrast2.css b/helpcontent2/source/auxiliary/ns/highcontrast2.css deleted file mode 100755 index 6f934a4196..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrast2.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #2 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #00FF00;} - -.related - { border-top: 1px solid #00FF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #00FF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrastblack.css b/helpcontent2/source/auxiliary/ns/highcontrastblack.css deleted file mode 100755 index 87c4b7e310..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrastblack.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST BLACK STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFFFF;} - -.related - { border-top: 1px solid #FFFFFF; } - -.howtogetheader - {border: 1px solid #FFFFFF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFFFF; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css b/helpcontent2/source/auxiliary/ns/highcontrastwhite.css deleted file mode 100755 index 9c8bbe469e..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST WHITE STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #FFFFFF; color: #000000;} - -.related - { border-top: 1px solid #000000; } - -.howtogetheader - {border: 1px solid #000000; background: #FFFFFF;} - -h1 - { border-bottom: 1px solid #000000; ] - -.howtoget - { background:#FFFFFF;} - -.howtogetbody - { background:#FFFFFF;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/sbasic.cfg b/helpcontent2/source/auxiliary/ns/sbasic.cfg deleted file mode 100755 index 9dc63ad2e1..0000000000 --- a/helpcontent2/source/auxiliary/ns/sbasic.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Basic - -Language=ns -Order=7 -Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp -Heading=headingheading -Program=BASIC diff --git a/helpcontent2/source/auxiliary/ns/scalc.cfg b/helpcontent2/source/auxiliary/ns/scalc.cfg deleted file mode 100755 index 72a7830433..0000000000 --- a/helpcontent2/source/auxiliary/ns/scalc.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Calc - -Language=ns -Order=3 -Start=text%2Fscalc%2Fmain0000.xhp -Heading=headingheading -Program=CALC diff --git a/helpcontent2/source/auxiliary/ns/schart.cfg b/helpcontent2/source/auxiliary/ns/schart.cfg deleted file mode 100755 index 1bbd4135ce..0000000000 --- a/helpcontent2/source/auxiliary/ns/schart.cfg +++ /dev/null @@ -1,8 +0,0 @@ -Title=%PRODUCTNAME Chart - -Language=ns -Order=4 -Start=text%2Fschart%2Fmain0000.xhp -Heading=headingheading -Program=CHART - diff --git a/helpcontent2/source/auxiliary/ns/sdatabase.cfg b/helpcontent2/source/auxiliary/ns/sdatabase.cfg deleted file mode 100644 index 72cdd6215b..0000000000 --- a/helpcontent2/source/auxiliary/ns/sdatabase.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Base - -Language=ns -Order=7 -Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp -Heading=headingheading -Program=DATABASE diff --git a/helpcontent2/source/auxiliary/ns/sdraw.cfg b/helpcontent2/source/auxiliary/ns/sdraw.cfg deleted file mode 100755 index c50511f275..0000000000 --- a/helpcontent2/source/auxiliary/ns/sdraw.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Draw - -Language=ns -Order=4 -Start=text%2Fsdraw%2Fmain0000.xhp -Heading=headingheading -Program=DRAW diff --git a/helpcontent2/source/auxiliary/ns/simpress.cfg b/helpcontent2/source/auxiliary/ns/simpress.cfg deleted file mode 100755 index bdbd7c66c8..0000000000 --- a/helpcontent2/source/auxiliary/ns/simpress.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Impress - -Language=ns -Order=5 -Start=text%2Fsimpress%2Fmain0000.xhp -Heading=headingheading -Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/ns/smath.cfg b/helpcontent2/source/auxiliary/ns/smath.cfg deleted file mode 100755 index 08a5d3e31e..0000000000 --- a/helpcontent2/source/auxiliary/ns/smath.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Math - -Language=ns -Order=6 -Start=text%2Fsmath%2Fmain0000.xhp -Heading=headingheading -Program=MATH diff --git a/helpcontent2/source/auxiliary/ns/swriter.cfg b/helpcontent2/source/auxiliary/ns/swriter.cfg deleted file mode 100755 index a974242a71..0000000000 --- a/helpcontent2/source/auxiliary/ns/swriter.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -Title=%PRODUCTNAME Writer - -Language=ns -Order=2 -Start=text%2Fswriter%2Fmain0000.xhp -Heading=headingheading -Program=WRITER diff --git a/helpcontent2/source/auxiliary/nso/default.css b/helpcontent2/source/auxiliary/nso/default.css new file mode 100755 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/nso/highcontrast1.css b/helpcontent2/source/auxiliary/nso/highcontrast1.css new file mode 100755 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrast2.css b/helpcontent2/source/auxiliary/nso/highcontrast2.css new file mode 100755 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrastblack.css b/helpcontent2/source/auxiliary/nso/highcontrastblack.css new file mode 100755 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrastwhite.css b/helpcontent2/source/auxiliary/nso/highcontrastwhite.css new file mode 100755 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/sbasic.cfg b/helpcontent2/source/auxiliary/nso/sbasic.cfg new file mode 100755 index 0000000000..5a36f55e56 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=nso +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/nso/scalc.cfg b/helpcontent2/source/auxiliary/nso/scalc.cfg new file mode 100755 index 0000000000..287ada8ec4 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=nso +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/nso/schart.cfg b/helpcontent2/source/auxiliary/nso/schart.cfg new file mode 100755 index 0000000000..efc609e42c --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=nso +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/nso/sdatabase.cfg b/helpcontent2/source/auxiliary/nso/sdatabase.cfg new file mode 100644 index 0000000000..c74d8e32a0 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=nso +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/nso/sdraw.cfg b/helpcontent2/source/auxiliary/nso/sdraw.cfg new file mode 100755 index 0000000000..a90a492bfa --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=nso +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/nso/simpress.cfg b/helpcontent2/source/auxiliary/nso/simpress.cfg new file mode 100755 index 0000000000..eebc0fa876 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=nso +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/nso/smath.cfg b/helpcontent2/source/auxiliary/nso/smath.cfg new file mode 100755 index 0000000000..30716cacb4 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=nso +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/nso/swriter.cfg b/helpcontent2/source/auxiliary/nso/swriter.cfg new file mode 100755 index 0000000000..e5f3d78f96 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=nso +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER -- cgit v1.2.3 From 8de3319c00b657c4c7c93706efca1d0c99ba4306 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 25 Mar 2011 21:31:14 +0100 Subject: add missing help auxiliary files and fix language code for ca, fa, mk, xh --- helpcontent2/source/auxiliary/af/default.css | 0 helpcontent2/source/auxiliary/af/highcontrast1.css | 0 helpcontent2/source/auxiliary/af/highcontrast2.css | 0 .../source/auxiliary/af/highcontrastblack.css | 0 .../source/auxiliary/af/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/af/sbasic.cfg | 0 helpcontent2/source/auxiliary/af/scalc.cfg | 0 helpcontent2/source/auxiliary/af/schart.cfg | 0 helpcontent2/source/auxiliary/af/sdraw.cfg | 0 helpcontent2/source/auxiliary/af/simpress.cfg | 0 helpcontent2/source/auxiliary/af/smath.cfg | 0 helpcontent2/source/auxiliary/af/swriter.cfg | 0 helpcontent2/source/auxiliary/ar/default.css | 0 helpcontent2/source/auxiliary/ar/highcontrast1.css | 0 helpcontent2/source/auxiliary/ar/highcontrast2.css | 0 .../source/auxiliary/ar/highcontrastblack.css | 0 .../source/auxiliary/ar/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/as/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/as/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/as/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/as/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/as/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/as/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/as/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/as/schart.cfg | 8 ++ helpcontent2/source/auxiliary/as/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/as/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/as/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/as/smath.cfg | 8 ++ helpcontent2/source/auxiliary/as/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/ast/default.css | 73 +++++++++++++++++ .../source/auxiliary/ast/highcontrast1.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ast/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ast/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ast/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ast/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/ast/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/ast/schart.cfg | 8 ++ helpcontent2/source/auxiliary/ast/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/ast/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/ast/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/ast/smath.cfg | 8 ++ helpcontent2/source/auxiliary/ast/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/be/default.css | 0 helpcontent2/source/auxiliary/be/highcontrast1.css | 0 helpcontent2/source/auxiliary/be/highcontrast2.css | 0 .../source/auxiliary/be/highcontrastblack.css | 0 .../source/auxiliary/be/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/be/sbasic.cfg | 0 helpcontent2/source/auxiliary/be/scalc.cfg | 0 helpcontent2/source/auxiliary/be/schart.cfg | 0 helpcontent2/source/auxiliary/be/sdraw.cfg | 0 helpcontent2/source/auxiliary/be/simpress.cfg | 0 helpcontent2/source/auxiliary/be/smath.cfg | 0 helpcontent2/source/auxiliary/be/swriter.cfg | 0 helpcontent2/source/auxiliary/bg/default.css | 0 helpcontent2/source/auxiliary/bg/highcontrast1.css | 0 helpcontent2/source/auxiliary/bg/highcontrast2.css | 0 .../source/auxiliary/bg/highcontrastblack.css | 0 .../source/auxiliary/bg/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/bg/sbasic.cfg | 0 helpcontent2/source/auxiliary/bg/scalc.cfg | 0 helpcontent2/source/auxiliary/bg/schart.cfg | 0 helpcontent2/source/auxiliary/bg/sdraw.cfg | 0 helpcontent2/source/auxiliary/bg/simpress.cfg | 0 helpcontent2/source/auxiliary/bg/smath.cfg | 0 helpcontent2/source/auxiliary/bg/swriter.cfg | 0 helpcontent2/source/auxiliary/bn/default.css | 0 helpcontent2/source/auxiliary/bn/highcontrast1.css | 0 helpcontent2/source/auxiliary/bn/highcontrast2.css | 0 .../source/auxiliary/bn/highcontrastblack.css | 0 .../source/auxiliary/bn/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/bn/sbasic.cfg | 0 helpcontent2/source/auxiliary/bn/scalc.cfg | 0 helpcontent2/source/auxiliary/bn/schart.cfg | 0 helpcontent2/source/auxiliary/bn/sdraw.cfg | 0 helpcontent2/source/auxiliary/bn/simpress.cfg | 0 helpcontent2/source/auxiliary/bn/smath.cfg | 0 helpcontent2/source/auxiliary/bn/swriter.cfg | 0 helpcontent2/source/auxiliary/bo/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/bo/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/bo/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/bo/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/bo/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/bo/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/bo/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/bo/schart.cfg | 8 ++ helpcontent2/source/auxiliary/bo/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/bo/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/bo/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/bo/smath.cfg | 8 ++ helpcontent2/source/auxiliary/bo/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/br/default.css | 0 helpcontent2/source/auxiliary/br/highcontrast1.css | 0 helpcontent2/source/auxiliary/br/highcontrast2.css | 0 .../source/auxiliary/br/highcontrastblack.css | 0 .../source/auxiliary/br/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/br/sbasic.cfg | 0 helpcontent2/source/auxiliary/br/scalc.cfg | 0 helpcontent2/source/auxiliary/br/schart.cfg | 0 helpcontent2/source/auxiliary/br/sdraw.cfg | 0 helpcontent2/source/auxiliary/br/simpress.cfg | 0 helpcontent2/source/auxiliary/br/smath.cfg | 0 helpcontent2/source/auxiliary/br/swriter.cfg | 0 helpcontent2/source/auxiliary/brx/default.css | 0 .../source/auxiliary/brx/highcontrast1.css | 0 .../source/auxiliary/brx/highcontrast2.css | 0 .../source/auxiliary/brx/highcontrastblack.css | 0 .../source/auxiliary/brx/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/bs/default.css | 0 helpcontent2/source/auxiliary/bs/highcontrast1.css | 0 helpcontent2/source/auxiliary/bs/highcontrast2.css | 0 .../source/auxiliary/bs/highcontrastblack.css | 0 .../source/auxiliary/bs/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/bs/sbasic.cfg | 0 helpcontent2/source/auxiliary/bs/scalc.cfg | 0 helpcontent2/source/auxiliary/bs/schart.cfg | 0 helpcontent2/source/auxiliary/bs/sdraw.cfg | 0 helpcontent2/source/auxiliary/bs/simpress.cfg | 0 helpcontent2/source/auxiliary/bs/smath.cfg | 0 helpcontent2/source/auxiliary/bs/swriter.cfg | 0 helpcontent2/source/auxiliary/ca-XV/schart.cfg | 0 helpcontent2/source/auxiliary/ca/default.css | 0 helpcontent2/source/auxiliary/ca/highcontrast1.css | 0 helpcontent2/source/auxiliary/ca/highcontrast2.css | 0 .../source/auxiliary/ca/highcontrastblack.css | 0 .../source/auxiliary/ca/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ca/sbasic.cfg | 2 +- helpcontent2/source/auxiliary/ca/scalc.cfg | 2 +- helpcontent2/source/auxiliary/ca/schart.cfg | 0 helpcontent2/source/auxiliary/ca/sdatabase.cfg | 2 +- helpcontent2/source/auxiliary/ca/sdraw.cfg | 2 +- helpcontent2/source/auxiliary/ca/simpress.cfg | 2 +- helpcontent2/source/auxiliary/ca/smath.cfg | 2 +- helpcontent2/source/auxiliary/ca/swriter.cfg | 2 +- helpcontent2/source/auxiliary/cs/default.css | 0 helpcontent2/source/auxiliary/cs/highcontrast1.css | 0 helpcontent2/source/auxiliary/cs/highcontrast2.css | 0 .../source/auxiliary/cs/highcontrastblack.css | 0 .../source/auxiliary/cs/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/cs/sbasic.cfg | 0 helpcontent2/source/auxiliary/cs/scalc.cfg | 0 helpcontent2/source/auxiliary/cs/schart.cfg | 0 helpcontent2/source/auxiliary/cs/sdraw.cfg | 0 helpcontent2/source/auxiliary/cs/simpress.cfg | 0 helpcontent2/source/auxiliary/cs/smath.cfg | 0 helpcontent2/source/auxiliary/cs/swriter.cfg | 0 helpcontent2/source/auxiliary/cy/default.css | 0 helpcontent2/source/auxiliary/cy/highcontrast1.css | 0 helpcontent2/source/auxiliary/cy/highcontrast2.css | 0 .../source/auxiliary/cy/highcontrastblack.css | 0 .../source/auxiliary/cy/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/cy/sbasic.cfg | 0 helpcontent2/source/auxiliary/cy/scalc.cfg | 0 helpcontent2/source/auxiliary/cy/schart.cfg | 0 helpcontent2/source/auxiliary/cy/sdraw.cfg | 0 helpcontent2/source/auxiliary/cy/simpress.cfg | 0 helpcontent2/source/auxiliary/cy/smath.cfg | 0 helpcontent2/source/auxiliary/cy/swriter.cfg | 0 helpcontent2/source/auxiliary/da/default.css | 0 helpcontent2/source/auxiliary/da/highcontrast1.css | 0 helpcontent2/source/auxiliary/da/highcontrast2.css | 0 .../source/auxiliary/da/highcontrastblack.css | 0 .../source/auxiliary/da/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/da/sbasic.cfg | 0 helpcontent2/source/auxiliary/da/scalc.cfg | 0 helpcontent2/source/auxiliary/da/schart.cfg | 0 helpcontent2/source/auxiliary/da/sdraw.cfg | 0 helpcontent2/source/auxiliary/da/simpress.cfg | 0 helpcontent2/source/auxiliary/da/smath.cfg | 0 helpcontent2/source/auxiliary/da/swriter.cfg | 0 helpcontent2/source/auxiliary/de/default.css | 0 helpcontent2/source/auxiliary/de/highcontrast1.css | 0 helpcontent2/source/auxiliary/de/highcontrast2.css | 0 .../source/auxiliary/de/highcontrastblack.css | 0 .../source/auxiliary/de/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/de/sbasic.cfg | 0 helpcontent2/source/auxiliary/de/scalc.cfg | 0 helpcontent2/source/auxiliary/de/schart.cfg | 0 helpcontent2/source/auxiliary/de/sdraw.cfg | 0 helpcontent2/source/auxiliary/de/simpress.cfg | 0 helpcontent2/source/auxiliary/de/smath.cfg | 0 helpcontent2/source/auxiliary/de/swriter.cfg | 0 helpcontent2/source/auxiliary/dgo/default.css | 0 .../source/auxiliary/dgo/highcontrast1.css | 0 .../source/auxiliary/dgo/highcontrast2.css | 0 .../source/auxiliary/dgo/highcontrastblack.css | 0 .../source/auxiliary/dgo/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/dz/default.css | 0 helpcontent2/source/auxiliary/dz/highcontrast1.css | 0 helpcontent2/source/auxiliary/dz/highcontrast2.css | 0 .../source/auxiliary/dz/highcontrastblack.css | 0 .../source/auxiliary/dz/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/dz/sbasic.cfg | 0 helpcontent2/source/auxiliary/dz/scalc.cfg | 0 helpcontent2/source/auxiliary/dz/schart.cfg | 0 helpcontent2/source/auxiliary/dz/sdraw.cfg | 0 helpcontent2/source/auxiliary/dz/simpress.cfg | 0 helpcontent2/source/auxiliary/dz/smath.cfg | 0 helpcontent2/source/auxiliary/dz/swriter.cfg | 0 helpcontent2/source/auxiliary/el/default.css | 0 helpcontent2/source/auxiliary/el/highcontrast1.css | 0 helpcontent2/source/auxiliary/el/highcontrast2.css | 0 .../source/auxiliary/el/highcontrastblack.css | 0 .../source/auxiliary/el/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/el/sbasic.cfg | 0 helpcontent2/source/auxiliary/el/scalc.cfg | 0 helpcontent2/source/auxiliary/el/schart.cfg | 0 helpcontent2/source/auxiliary/el/sdraw.cfg | 0 helpcontent2/source/auxiliary/el/simpress.cfg | 0 helpcontent2/source/auxiliary/el/smath.cfg | 0 helpcontent2/source/auxiliary/el/swriter.cfg | 0 helpcontent2/source/auxiliary/en-GB/schart.cfg | 0 helpcontent2/source/auxiliary/en-US/default.css | 0 .../source/auxiliary/en-US/highcontrast1.css | 0 .../source/auxiliary/en-US/highcontrast2.css | 0 .../source/auxiliary/en-US/highcontrastblack.css | 0 .../source/auxiliary/en-US/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/en-US/sbasic.cfg | 0 helpcontent2/source/auxiliary/en-US/scalc.cfg | 0 helpcontent2/source/auxiliary/en-US/schart.cfg | 0 helpcontent2/source/auxiliary/en-US/sdraw.cfg | 0 helpcontent2/source/auxiliary/en-US/simpress.cfg | 0 helpcontent2/source/auxiliary/en-US/smath.cfg | 0 helpcontent2/source/auxiliary/en-US/swriter.cfg | 0 helpcontent2/source/auxiliary/en-ZA/default.css | 0 .../source/auxiliary/en-ZA/highcontrast1.css | 0 .../source/auxiliary/en-ZA/highcontrast2.css | 0 .../source/auxiliary/en-ZA/highcontrastblack.css | 0 .../source/auxiliary/en-ZA/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/en-ZA/sbasic.cfg | 0 helpcontent2/source/auxiliary/en-ZA/scalc.cfg | 0 helpcontent2/source/auxiliary/en-ZA/schart.cfg | 0 helpcontent2/source/auxiliary/en-ZA/sdraw.cfg | 0 helpcontent2/source/auxiliary/en-ZA/simpress.cfg | 0 helpcontent2/source/auxiliary/en-ZA/smath.cfg | 0 helpcontent2/source/auxiliary/en-ZA/swriter.cfg | 0 helpcontent2/source/auxiliary/eo/default.css | 0 helpcontent2/source/auxiliary/eo/highcontrast1.css | 0 helpcontent2/source/auxiliary/eo/highcontrast2.css | 0 .../source/auxiliary/eo/highcontrastblack.css | 0 .../source/auxiliary/eo/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/es/default.css | 0 helpcontent2/source/auxiliary/es/highcontrast1.css | 0 helpcontent2/source/auxiliary/es/highcontrast2.css | 0 .../source/auxiliary/es/highcontrastblack.css | 0 .../source/auxiliary/es/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/es/sbasic.cfg | 0 helpcontent2/source/auxiliary/es/scalc.cfg | 0 helpcontent2/source/auxiliary/es/schart.cfg | 0 helpcontent2/source/auxiliary/es/sdraw.cfg | 0 helpcontent2/source/auxiliary/es/simpress.cfg | 0 helpcontent2/source/auxiliary/es/smath.cfg | 0 helpcontent2/source/auxiliary/es/swriter.cfg | 0 helpcontent2/source/auxiliary/et/default.css | 0 helpcontent2/source/auxiliary/et/highcontrast1.css | 0 helpcontent2/source/auxiliary/et/highcontrast2.css | 0 .../source/auxiliary/et/highcontrastblack.css | 0 .../source/auxiliary/et/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/et/schart.cfg | 0 helpcontent2/source/auxiliary/eu/default.css | 0 helpcontent2/source/auxiliary/eu/highcontrast1.css | 0 helpcontent2/source/auxiliary/eu/highcontrast2.css | 0 .../source/auxiliary/eu/highcontrastblack.css | 0 .../source/auxiliary/eu/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/fa/default.css | 0 helpcontent2/source/auxiliary/fa/highcontrast1.css | 0 helpcontent2/source/auxiliary/fa/highcontrast2.css | 0 .../source/auxiliary/fa/highcontrastblack.css | 0 .../source/auxiliary/fa/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/fa/sbasic.cfg | 2 +- helpcontent2/source/auxiliary/fa/scalc.cfg | 2 +- helpcontent2/source/auxiliary/fa/schart.cfg | 0 helpcontent2/source/auxiliary/fa/sdatabase.cfg | 2 +- helpcontent2/source/auxiliary/fa/sdraw.cfg | 2 +- helpcontent2/source/auxiliary/fa/simpress.cfg | 2 +- helpcontent2/source/auxiliary/fa/smath.cfg | 2 +- helpcontent2/source/auxiliary/fa/swriter.cfg | 2 +- helpcontent2/source/auxiliary/fi/default.css | 0 helpcontent2/source/auxiliary/fi/highcontrast1.css | 0 helpcontent2/source/auxiliary/fi/highcontrast2.css | 0 .../source/auxiliary/fi/highcontrastblack.css | 0 .../source/auxiliary/fi/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/fi/sbasic.cfg | 0 helpcontent2/source/auxiliary/fi/scalc.cfg | 0 helpcontent2/source/auxiliary/fi/schart.cfg | 0 helpcontent2/source/auxiliary/fi/sdraw.cfg | 0 helpcontent2/source/auxiliary/fi/simpress.cfg | 0 helpcontent2/source/auxiliary/fi/smath.cfg | 0 helpcontent2/source/auxiliary/fi/swriter.cfg | 0 helpcontent2/source/auxiliary/fr/default.css | 0 helpcontent2/source/auxiliary/fr/highcontrast1.css | 0 helpcontent2/source/auxiliary/fr/highcontrast2.css | 0 .../source/auxiliary/fr/highcontrastblack.css | 0 .../source/auxiliary/fr/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/fr/sbasic.cfg | 0 helpcontent2/source/auxiliary/fr/scalc.cfg | 0 helpcontent2/source/auxiliary/fr/schart.cfg | 0 helpcontent2/source/auxiliary/fr/sdraw.cfg | 0 helpcontent2/source/auxiliary/fr/simpress.cfg | 0 helpcontent2/source/auxiliary/fr/smath.cfg | 0 helpcontent2/source/auxiliary/fr/swriter.cfg | 0 helpcontent2/source/auxiliary/ga/default.css | 0 helpcontent2/source/auxiliary/ga/highcontrast1.css | 0 helpcontent2/source/auxiliary/ga/highcontrast2.css | 0 .../source/auxiliary/ga/highcontrastblack.css | 0 .../source/auxiliary/ga/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ga/sbasic.cfg | 0 helpcontent2/source/auxiliary/ga/scalc.cfg | 0 helpcontent2/source/auxiliary/ga/schart.cfg | 0 helpcontent2/source/auxiliary/ga/sdraw.cfg | 0 helpcontent2/source/auxiliary/ga/simpress.cfg | 0 helpcontent2/source/auxiliary/ga/smath.cfg | 0 helpcontent2/source/auxiliary/ga/swriter.cfg | 0 helpcontent2/source/auxiliary/gl/default.css | 0 helpcontent2/source/auxiliary/gl/highcontrast1.css | 0 helpcontent2/source/auxiliary/gl/highcontrast2.css | 0 .../source/auxiliary/gl/highcontrastblack.css | 0 .../source/auxiliary/gl/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/gl/sbasic.cfg | 0 helpcontent2/source/auxiliary/gl/scalc.cfg | 0 helpcontent2/source/auxiliary/gl/schart.cfg | 0 helpcontent2/source/auxiliary/gl/sdraw.cfg | 0 helpcontent2/source/auxiliary/gl/simpress.cfg | 0 helpcontent2/source/auxiliary/gl/smath.cfg | 0 helpcontent2/source/auxiliary/gl/swriter.cfg | 0 helpcontent2/source/auxiliary/gu/default.css | 0 helpcontent2/source/auxiliary/gu/highcontrast1.css | 0 helpcontent2/source/auxiliary/gu/highcontrast2.css | 0 .../source/auxiliary/gu/highcontrastblack.css | 0 .../source/auxiliary/gu/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/gu/sbasic.cfg | 0 helpcontent2/source/auxiliary/gu/scalc.cfg | 0 helpcontent2/source/auxiliary/gu/schart.cfg | 0 helpcontent2/source/auxiliary/gu/sdraw.cfg | 0 helpcontent2/source/auxiliary/gu/simpress.cfg | 0 helpcontent2/source/auxiliary/gu/smath.cfg | 0 helpcontent2/source/auxiliary/gu/swriter.cfg | 0 helpcontent2/source/auxiliary/he/schart.cfg | 0 helpcontent2/source/auxiliary/hi/default.css | 0 helpcontent2/source/auxiliary/hi/highcontrast1.css | 0 helpcontent2/source/auxiliary/hi/highcontrast2.css | 0 .../source/auxiliary/hi/highcontrastblack.css | 0 .../source/auxiliary/hi/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/hi/sbasic.cfg | 0 helpcontent2/source/auxiliary/hi/scalc.cfg | 0 helpcontent2/source/auxiliary/hi/schart.cfg | 0 helpcontent2/source/auxiliary/hi/sdraw.cfg | 0 helpcontent2/source/auxiliary/hi/simpress.cfg | 0 helpcontent2/source/auxiliary/hi/smath.cfg | 0 helpcontent2/source/auxiliary/hi/swriter.cfg | 0 helpcontent2/source/auxiliary/hr/default.css | 0 helpcontent2/source/auxiliary/hr/highcontrast1.css | 0 helpcontent2/source/auxiliary/hr/highcontrast2.css | 0 .../source/auxiliary/hr/highcontrastblack.css | 0 .../source/auxiliary/hr/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/hr/sbasic.cfg | 0 helpcontent2/source/auxiliary/hr/scalc.cfg | 0 helpcontent2/source/auxiliary/hr/schart.cfg | 0 helpcontent2/source/auxiliary/hr/sdraw.cfg | 0 helpcontent2/source/auxiliary/hr/simpress.cfg | 0 helpcontent2/source/auxiliary/hr/smath.cfg | 0 helpcontent2/source/auxiliary/hr/swriter.cfg | 0 helpcontent2/source/auxiliary/hu/schart.cfg | 0 helpcontent2/source/auxiliary/id/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/id/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/id/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/id/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/id/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/id/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/id/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/id/schart.cfg | 8 ++ helpcontent2/source/auxiliary/id/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/id/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/id/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/id/smath.cfg | 8 ++ helpcontent2/source/auxiliary/id/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/is/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/is/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/is/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/is/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/is/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/is/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/is/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/is/schart.cfg | 8 ++ helpcontent2/source/auxiliary/is/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/is/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/is/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/is/smath.cfg | 8 ++ helpcontent2/source/auxiliary/is/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/it/default.css | 0 helpcontent2/source/auxiliary/it/highcontrast1.css | 0 helpcontent2/source/auxiliary/it/highcontrast2.css | 0 .../source/auxiliary/it/highcontrastblack.css | 0 .../source/auxiliary/it/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/it/sbasic.cfg | 0 helpcontent2/source/auxiliary/it/scalc.cfg | 0 helpcontent2/source/auxiliary/it/schart.cfg | 0 helpcontent2/source/auxiliary/it/sdraw.cfg | 0 helpcontent2/source/auxiliary/it/simpress.cfg | 0 helpcontent2/source/auxiliary/it/smath.cfg | 0 helpcontent2/source/auxiliary/it/swriter.cfg | 0 helpcontent2/source/auxiliary/ja/default.css | 0 helpcontent2/source/auxiliary/ja/highcontrast1.css | 0 helpcontent2/source/auxiliary/ja/highcontrast2.css | 0 .../source/auxiliary/ja/highcontrastblack.css | 0 .../source/auxiliary/ja/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ja/sbasic.cfg | 0 helpcontent2/source/auxiliary/ja/scalc.cfg | 0 helpcontent2/source/auxiliary/ja/schart.cfg | 0 helpcontent2/source/auxiliary/ja/sdraw.cfg | 0 helpcontent2/source/auxiliary/ja/simpress.cfg | 0 helpcontent2/source/auxiliary/ja/smath.cfg | 0 helpcontent2/source/auxiliary/ja/swriter.cfg | 0 helpcontent2/source/auxiliary/ka/default.css | 0 helpcontent2/source/auxiliary/ka/highcontrast1.css | 0 helpcontent2/source/auxiliary/ka/highcontrast2.css | 0 .../source/auxiliary/ka/highcontrastblack.css | 0 .../source/auxiliary/ka/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ka/sbasic.cfg | 0 helpcontent2/source/auxiliary/ka/scalc.cfg | 0 helpcontent2/source/auxiliary/ka/schart.cfg | 0 helpcontent2/source/auxiliary/ka/sdraw.cfg | 0 helpcontent2/source/auxiliary/ka/simpress.cfg | 0 helpcontent2/source/auxiliary/ka/smath.cfg | 0 helpcontent2/source/auxiliary/ka/swriter.cfg | 0 helpcontent2/source/auxiliary/kid/default.css | 0 .../source/auxiliary/kid/highcontrast1.css | 0 .../source/auxiliary/kid/highcontrast2.css | 0 .../source/auxiliary/kid/highcontrastblack.css | 0 .../source/auxiliary/kid/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/kk/default.css | 0 helpcontent2/source/auxiliary/kk/highcontrast1.css | 0 helpcontent2/source/auxiliary/kk/highcontrast2.css | 0 .../source/auxiliary/kk/highcontrastblack.css | 0 .../source/auxiliary/kk/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/km/schart.cfg | 0 helpcontent2/source/auxiliary/kn/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/kn/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/kn/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/kn/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/kn/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/kn/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/kn/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/kn/schart.cfg | 8 ++ helpcontent2/source/auxiliary/kn/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/kn/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/kn/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/kn/smath.cfg | 8 ++ helpcontent2/source/auxiliary/kn/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/ko/default.css | 0 helpcontent2/source/auxiliary/ko/highcontrast1.css | 0 helpcontent2/source/auxiliary/ko/highcontrast2.css | 0 .../source/auxiliary/ko/highcontrastblack.css | 0 .../source/auxiliary/ko/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ko/sbasic.cfg | 0 helpcontent2/source/auxiliary/ko/scalc.cfg | 0 helpcontent2/source/auxiliary/ko/schart.cfg | 0 helpcontent2/source/auxiliary/ko/sdraw.cfg | 0 helpcontent2/source/auxiliary/ko/simpress.cfg | 0 helpcontent2/source/auxiliary/ko/smath.cfg | 0 helpcontent2/source/auxiliary/ko/swriter.cfg | 0 helpcontent2/source/auxiliary/kok/default.css | 0 .../source/auxiliary/kok/highcontrast1.css | 0 .../source/auxiliary/kok/highcontrast2.css | 0 .../source/auxiliary/kok/highcontrastblack.css | 0 .../source/auxiliary/kok/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ks/default.css | 0 helpcontent2/source/auxiliary/ks/highcontrast1.css | 0 helpcontent2/source/auxiliary/ks/highcontrast2.css | 0 .../source/auxiliary/ks/highcontrastblack.css | 0 .../source/auxiliary/ks/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ku/default.css | 0 helpcontent2/source/auxiliary/ku/highcontrast1.css | 0 helpcontent2/source/auxiliary/ku/highcontrast2.css | 0 .../source/auxiliary/ku/highcontrastblack.css | 0 .../source/auxiliary/ku/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ku/sbasic.cfg | 0 helpcontent2/source/auxiliary/ku/scalc.cfg | 0 helpcontent2/source/auxiliary/ku/schart.cfg | 0 helpcontent2/source/auxiliary/ku/sdraw.cfg | 0 helpcontent2/source/auxiliary/ku/simpress.cfg | 0 helpcontent2/source/auxiliary/ku/smath.cfg | 0 helpcontent2/source/auxiliary/ku/swriter.cfg | 0 helpcontent2/source/auxiliary/lo/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/lo/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/lo/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/lo/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/lo/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/lo/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/lo/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/lo/schart.cfg | 8 ++ helpcontent2/source/auxiliary/lo/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/lo/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/lo/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/lo/smath.cfg | 8 ++ helpcontent2/source/auxiliary/lo/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/lt/default.css | 0 helpcontent2/source/auxiliary/lt/highcontrast1.css | 0 helpcontent2/source/auxiliary/lt/highcontrast2.css | 0 .../source/auxiliary/lt/highcontrastblack.css | 0 .../source/auxiliary/lt/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/lt/schart.cfg | 0 helpcontent2/source/auxiliary/lv/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/lv/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/lv/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/lv/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/lv/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/lv/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/lv/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/lv/schart.cfg | 8 ++ helpcontent2/source/auxiliary/lv/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/lv/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/lv/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/lv/smath.cfg | 8 ++ helpcontent2/source/auxiliary/lv/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/mai/default.css | 0 .../source/auxiliary/mai/highcontrast1.css | 0 .../source/auxiliary/mai/highcontrast2.css | 0 .../source/auxiliary/mai/highcontrastblack.css | 0 .../source/auxiliary/mai/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/mk/default.css | 0 helpcontent2/source/auxiliary/mk/highcontrast1.css | 0 helpcontent2/source/auxiliary/mk/highcontrast2.css | 0 .../source/auxiliary/mk/highcontrastblack.css | 0 .../source/auxiliary/mk/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/mk/sbasic.cfg | 2 +- helpcontent2/source/auxiliary/mk/scalc.cfg | 2 +- helpcontent2/source/auxiliary/mk/schart.cfg | 0 helpcontent2/source/auxiliary/mk/sdatabase.cfg | 2 +- helpcontent2/source/auxiliary/mk/sdraw.cfg | 2 +- helpcontent2/source/auxiliary/mk/simpress.cfg | 2 +- helpcontent2/source/auxiliary/mk/smath.cfg | 2 +- helpcontent2/source/auxiliary/mk/swriter.cfg | 2 +- helpcontent2/source/auxiliary/ml/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/ml/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ml/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ml/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ml/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ml/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/ml/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/ml/schart.cfg | 8 ++ helpcontent2/source/auxiliary/ml/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/ml/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/ml/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/ml/smath.cfg | 8 ++ helpcontent2/source/auxiliary/ml/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/mn/default.css | 0 helpcontent2/source/auxiliary/mn/highcontrast1.css | 0 helpcontent2/source/auxiliary/mn/highcontrast2.css | 0 .../source/auxiliary/mn/highcontrastblack.css | 0 .../source/auxiliary/mn/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/mn/sbasic.cfg | 0 helpcontent2/source/auxiliary/mn/scalc.cfg | 0 helpcontent2/source/auxiliary/mn/schart.cfg | 0 helpcontent2/source/auxiliary/mn/sdraw.cfg | 0 helpcontent2/source/auxiliary/mn/simpress.cfg | 0 helpcontent2/source/auxiliary/mn/smath.cfg | 0 helpcontent2/source/auxiliary/mn/swriter.cfg | 0 helpcontent2/source/auxiliary/mni/default.css | 0 .../source/auxiliary/mni/highcontrast1.css | 0 .../source/auxiliary/mni/highcontrast2.css | 0 .../source/auxiliary/mni/highcontrastblack.css | 0 .../source/auxiliary/mni/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/mr/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/mr/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/mr/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/mr/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/mr/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/mr/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/mr/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/mr/schart.cfg | 8 ++ helpcontent2/source/auxiliary/mr/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/mr/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/mr/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/mr/smath.cfg | 8 ++ helpcontent2/source/auxiliary/mr/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/my/default.css | 0 helpcontent2/source/auxiliary/my/highcontrast1.css | 0 helpcontent2/source/auxiliary/my/highcontrast2.css | 0 .../source/auxiliary/my/highcontrastblack.css | 0 .../source/auxiliary/my/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/my/sbasic.cfg | 0 helpcontent2/source/auxiliary/my/scalc.cfg | 0 helpcontent2/source/auxiliary/my/schart.cfg | 0 helpcontent2/source/auxiliary/my/sdraw.cfg | 0 helpcontent2/source/auxiliary/my/simpress.cfg | 0 helpcontent2/source/auxiliary/my/smath.cfg | 0 helpcontent2/source/auxiliary/my/swriter.cfg | 0 helpcontent2/source/auxiliary/nb/default.css | 0 helpcontent2/source/auxiliary/nb/highcontrast1.css | 0 helpcontent2/source/auxiliary/nb/highcontrast2.css | 0 .../source/auxiliary/nb/highcontrastblack.css | 0 .../source/auxiliary/nb/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/nb/sbasic.cfg | 0 helpcontent2/source/auxiliary/nb/scalc.cfg | 0 helpcontent2/source/auxiliary/nb/schart.cfg | 0 helpcontent2/source/auxiliary/nb/sdraw.cfg | 0 helpcontent2/source/auxiliary/nb/simpress.cfg | 0 helpcontent2/source/auxiliary/nb/smath.cfg | 0 helpcontent2/source/auxiliary/nb/swriter.cfg | 0 helpcontent2/source/auxiliary/ne/default.css | 0 helpcontent2/source/auxiliary/ne/highcontrast1.css | 0 helpcontent2/source/auxiliary/ne/highcontrast2.css | 0 .../source/auxiliary/ne/highcontrastblack.css | 0 .../source/auxiliary/ne/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ne/sbasic.cfg | 0 helpcontent2/source/auxiliary/ne/scalc.cfg | 0 helpcontent2/source/auxiliary/ne/schart.cfg | 0 helpcontent2/source/auxiliary/ne/sdraw.cfg | 0 helpcontent2/source/auxiliary/ne/simpress.cfg | 0 helpcontent2/source/auxiliary/ne/smath.cfg | 0 helpcontent2/source/auxiliary/ne/swriter.cfg | 0 helpcontent2/source/auxiliary/nl/schart.cfg | 0 helpcontent2/source/auxiliary/nn/default.css | 0 helpcontent2/source/auxiliary/nn/highcontrast1.css | 0 helpcontent2/source/auxiliary/nn/highcontrast2.css | 0 .../source/auxiliary/nn/highcontrastblack.css | 0 .../source/auxiliary/nn/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/nn/sbasic.cfg | 0 helpcontent2/source/auxiliary/nn/scalc.cfg | 0 helpcontent2/source/auxiliary/nn/schart.cfg | 0 helpcontent2/source/auxiliary/nn/sdraw.cfg | 0 helpcontent2/source/auxiliary/nn/simpress.cfg | 0 helpcontent2/source/auxiliary/nn/smath.cfg | 0 helpcontent2/source/auxiliary/nn/swriter.cfg | 0 helpcontent2/source/auxiliary/nr/default.css | 0 helpcontent2/source/auxiliary/nr/highcontrast1.css | 0 helpcontent2/source/auxiliary/nr/highcontrast2.css | 0 .../source/auxiliary/nr/highcontrastblack.css | 0 .../source/auxiliary/nr/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/nr/sbasic.cfg | 0 helpcontent2/source/auxiliary/nr/scalc.cfg | 0 helpcontent2/source/auxiliary/nr/schart.cfg | 0 helpcontent2/source/auxiliary/nr/sdraw.cfg | 0 helpcontent2/source/auxiliary/nr/simpress.cfg | 0 helpcontent2/source/auxiliary/nr/smath.cfg | 0 helpcontent2/source/auxiliary/nr/swriter.cfg | 0 helpcontent2/source/auxiliary/nso/default.css | 0 .../source/auxiliary/nso/highcontrast1.css | 0 .../source/auxiliary/nso/highcontrast2.css | 0 .../source/auxiliary/nso/highcontrastblack.css | 0 .../source/auxiliary/nso/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/nso/sbasic.cfg | 0 helpcontent2/source/auxiliary/nso/scalc.cfg | 0 helpcontent2/source/auxiliary/nso/schart.cfg | 0 helpcontent2/source/auxiliary/nso/sdraw.cfg | 0 helpcontent2/source/auxiliary/nso/simpress.cfg | 0 helpcontent2/source/auxiliary/nso/smath.cfg | 0 helpcontent2/source/auxiliary/nso/swriter.cfg | 0 helpcontent2/source/auxiliary/oc/default.css | 0 helpcontent2/source/auxiliary/oc/highcontrast1.css | 0 helpcontent2/source/auxiliary/oc/highcontrast2.css | 0 .../source/auxiliary/oc/highcontrastblack.css | 0 .../source/auxiliary/oc/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/oc/sbasic.cfg | 0 helpcontent2/source/auxiliary/oc/scalc.cfg | 0 helpcontent2/source/auxiliary/oc/schart.cfg | 0 helpcontent2/source/auxiliary/oc/sdraw.cfg | 0 helpcontent2/source/auxiliary/oc/simpress.cfg | 0 helpcontent2/source/auxiliary/oc/smath.cfg | 0 helpcontent2/source/auxiliary/oc/swriter.cfg | 0 helpcontent2/source/auxiliary/om/default.css | 0 helpcontent2/source/auxiliary/om/highcontrast1.css | 0 helpcontent2/source/auxiliary/om/highcontrast2.css | 0 .../source/auxiliary/om/highcontrastblack.css | 0 .../source/auxiliary/om/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/or/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/or/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/or/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/or/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/or/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/or/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/or/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/or/schart.cfg | 8 ++ helpcontent2/source/auxiliary/or/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/or/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/or/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/or/smath.cfg | 8 ++ helpcontent2/source/auxiliary/or/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/pa-IN/default.css | 0 .../source/auxiliary/pa-IN/highcontrast1.css | 0 .../source/auxiliary/pa-IN/highcontrast2.css | 0 .../source/auxiliary/pa-IN/highcontrastblack.css | 0 .../source/auxiliary/pa-IN/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/pa-IN/sbasic.cfg | 0 helpcontent2/source/auxiliary/pa-IN/scalc.cfg | 0 helpcontent2/source/auxiliary/pa-IN/schart.cfg | 0 helpcontent2/source/auxiliary/pa-IN/sdraw.cfg | 0 helpcontent2/source/auxiliary/pa-IN/simpress.cfg | 0 helpcontent2/source/auxiliary/pa-IN/smath.cfg | 0 helpcontent2/source/auxiliary/pa-IN/swriter.cfg | 0 helpcontent2/source/auxiliary/pl/default.css | 0 helpcontent2/source/auxiliary/pl/highcontrast1.css | 0 helpcontent2/source/auxiliary/pl/highcontrast2.css | 0 .../source/auxiliary/pl/highcontrastblack.css | 0 .../source/auxiliary/pl/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/pl/sbasic.cfg | 0 helpcontent2/source/auxiliary/pl/scalc.cfg | 0 helpcontent2/source/auxiliary/pl/schart.cfg | 0 helpcontent2/source/auxiliary/pl/sdraw.cfg | 0 helpcontent2/source/auxiliary/pl/simpress.cfg | 0 helpcontent2/source/auxiliary/pl/smath.cfg | 0 helpcontent2/source/auxiliary/pl/swriter.cfg | 0 helpcontent2/source/auxiliary/pt-BR/default.css | 0 .../source/auxiliary/pt-BR/highcontrast1.css | 0 .../source/auxiliary/pt-BR/highcontrast2.css | 0 .../source/auxiliary/pt-BR/highcontrastblack.css | 0 .../source/auxiliary/pt-BR/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/pt-BR/sbasic.cfg | 0 helpcontent2/source/auxiliary/pt-BR/scalc.cfg | 0 helpcontent2/source/auxiliary/pt-BR/schart.cfg | 0 helpcontent2/source/auxiliary/pt-BR/sdraw.cfg | 0 helpcontent2/source/auxiliary/pt-BR/simpress.cfg | 0 helpcontent2/source/auxiliary/pt-BR/smath.cfg | 0 helpcontent2/source/auxiliary/pt-BR/swriter.cfg | 0 helpcontent2/source/auxiliary/pt/default.css | 0 helpcontent2/source/auxiliary/pt/highcontrast1.css | 0 helpcontent2/source/auxiliary/pt/highcontrast2.css | 0 .../source/auxiliary/pt/highcontrastblack.css | 0 .../source/auxiliary/pt/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/pt/sbasic.cfg | 0 helpcontent2/source/auxiliary/pt/scalc.cfg | 0 helpcontent2/source/auxiliary/pt/schart.cfg | 0 helpcontent2/source/auxiliary/pt/sdraw.cfg | 0 helpcontent2/source/auxiliary/pt/simpress.cfg | 0 helpcontent2/source/auxiliary/pt/smath.cfg | 0 helpcontent2/source/auxiliary/pt/swriter.cfg | 0 helpcontent2/source/auxiliary/ro/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/ro/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ro/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ro/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ro/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ro/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/ro/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/ro/schart.cfg | 8 ++ helpcontent2/source/auxiliary/ro/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/ro/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/ro/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/ro/smath.cfg | 8 ++ helpcontent2/source/auxiliary/ro/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/ru/default.css | 0 helpcontent2/source/auxiliary/ru/highcontrast1.css | 0 helpcontent2/source/auxiliary/ru/highcontrast2.css | 0 .../source/auxiliary/ru/highcontrastblack.css | 0 .../source/auxiliary/ru/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ru/sbasic.cfg | 0 helpcontent2/source/auxiliary/ru/scalc.cfg | 0 helpcontent2/source/auxiliary/ru/schart.cfg | 0 helpcontent2/source/auxiliary/ru/sdraw.cfg | 0 helpcontent2/source/auxiliary/ru/simpress.cfg | 0 helpcontent2/source/auxiliary/ru/smath.cfg | 0 helpcontent2/source/auxiliary/ru/swriter.cfg | 0 helpcontent2/source/auxiliary/rw/default.css | 0 helpcontent2/source/auxiliary/rw/highcontrast1.css | 0 helpcontent2/source/auxiliary/rw/highcontrast2.css | 0 .../source/auxiliary/rw/highcontrastblack.css | 0 .../source/auxiliary/rw/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/rw/sbasic.cfg | 0 helpcontent2/source/auxiliary/rw/scalc.cfg | 0 helpcontent2/source/auxiliary/rw/schart.cfg | 0 helpcontent2/source/auxiliary/rw/sdraw.cfg | 0 helpcontent2/source/auxiliary/rw/simpress.cfg | 0 helpcontent2/source/auxiliary/rw/smath.cfg | 0 helpcontent2/source/auxiliary/rw/swriter.cfg | 0 helpcontent2/source/auxiliary/sa-IN/default.css | 0 .../source/auxiliary/sa-IN/highcontrast1.css | 0 .../source/auxiliary/sa-IN/highcontrast2.css | 0 .../source/auxiliary/sa-IN/highcontrastblack.css | 0 .../source/auxiliary/sa-IN/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sat/default.css | 0 .../source/auxiliary/sat/highcontrast1.css | 0 .../source/auxiliary/sat/highcontrast2.css | 0 .../source/auxiliary/sat/highcontrastblack.css | 0 .../source/auxiliary/sat/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sbasic.tree | 0 helpcontent2/source/auxiliary/scalc.tree | 0 helpcontent2/source/auxiliary/schart.tree | 0 helpcontent2/source/auxiliary/sd/default.css | 0 helpcontent2/source/auxiliary/sd/highcontrast1.css | 0 helpcontent2/source/auxiliary/sd/highcontrast2.css | 0 .../source/auxiliary/sd/highcontrastblack.css | 0 .../source/auxiliary/sd/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sh/default.css | 0 helpcontent2/source/auxiliary/sh/highcontrast1.css | 0 helpcontent2/source/auxiliary/sh/highcontrast2.css | 0 .../source/auxiliary/sh/highcontrastblack.css | 0 .../source/auxiliary/sh/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sh/sbasic.cfg | 0 helpcontent2/source/auxiliary/sh/scalc.cfg | 0 helpcontent2/source/auxiliary/sh/schart.cfg | 0 helpcontent2/source/auxiliary/sh/sdraw.cfg | 0 helpcontent2/source/auxiliary/sh/simpress.cfg | 0 helpcontent2/source/auxiliary/sh/smath.cfg | 0 helpcontent2/source/auxiliary/sh/swriter.cfg | 0 helpcontent2/source/auxiliary/shared.tree | 0 helpcontent2/source/auxiliary/si/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/si/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/si/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/si/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/si/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/si/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/si/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/si/schart.cfg | 8 ++ helpcontent2/source/auxiliary/si/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/si/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/si/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/si/smath.cfg | 8 ++ helpcontent2/source/auxiliary/si/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/simpress.tree | 0 helpcontent2/source/auxiliary/sk/default.css | 0 helpcontent2/source/auxiliary/sk/highcontrast1.css | 0 helpcontent2/source/auxiliary/sk/highcontrast2.css | 0 .../source/auxiliary/sk/highcontrastblack.css | 0 .../source/auxiliary/sk/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sk/sbasic.cfg | 0 helpcontent2/source/auxiliary/sk/scalc.cfg | 0 helpcontent2/source/auxiliary/sk/schart.cfg | 0 helpcontent2/source/auxiliary/sk/sdraw.cfg | 0 helpcontent2/source/auxiliary/sk/simpress.cfg | 0 helpcontent2/source/auxiliary/sk/smath.cfg | 0 helpcontent2/source/auxiliary/sk/swriter.cfg | 0 helpcontent2/source/auxiliary/sl/default.css | 0 helpcontent2/source/auxiliary/sl/highcontrast1.css | 0 helpcontent2/source/auxiliary/sl/highcontrast2.css | 0 .../source/auxiliary/sl/highcontrastblack.css | 0 .../source/auxiliary/sl/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sl/sbasic.cfg | 0 helpcontent2/source/auxiliary/sl/scalc.cfg | 0 helpcontent2/source/auxiliary/sl/schart.cfg | 0 helpcontent2/source/auxiliary/sl/sdraw.cfg | 0 helpcontent2/source/auxiliary/sl/simpress.cfg | 0 helpcontent2/source/auxiliary/sl/smath.cfg | 0 helpcontent2/source/auxiliary/sl/swriter.cfg | 0 helpcontent2/source/auxiliary/smath.tree | 0 helpcontent2/source/auxiliary/sq/schart.cfg | 0 helpcontent2/source/auxiliary/sr/default.css | 0 helpcontent2/source/auxiliary/sr/highcontrast1.css | 0 helpcontent2/source/auxiliary/sr/highcontrast2.css | 0 .../source/auxiliary/sr/highcontrastblack.css | 0 .../source/auxiliary/sr/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sr/sbasic.cfg | 0 helpcontent2/source/auxiliary/sr/scalc.cfg | 0 helpcontent2/source/auxiliary/sr/schart.cfg | 0 helpcontent2/source/auxiliary/sr/sdraw.cfg | 0 helpcontent2/source/auxiliary/sr/simpress.cfg | 0 helpcontent2/source/auxiliary/sr/smath.cfg | 0 helpcontent2/source/auxiliary/sr/swriter.cfg | 0 helpcontent2/source/auxiliary/ss/default.css | 0 helpcontent2/source/auxiliary/ss/highcontrast1.css | 0 helpcontent2/source/auxiliary/ss/highcontrast2.css | 0 .../source/auxiliary/ss/highcontrastblack.css | 0 .../source/auxiliary/ss/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/st/default.css | 0 helpcontent2/source/auxiliary/st/highcontrast1.css | 0 helpcontent2/source/auxiliary/st/highcontrast2.css | 0 .../source/auxiliary/st/highcontrastblack.css | 0 .../source/auxiliary/st/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/st/sbasic.cfg | 0 helpcontent2/source/auxiliary/st/scalc.cfg | 0 helpcontent2/source/auxiliary/st/schart.cfg | 0 helpcontent2/source/auxiliary/st/sdraw.cfg | 0 helpcontent2/source/auxiliary/st/simpress.cfg | 0 helpcontent2/source/auxiliary/st/smath.cfg | 0 helpcontent2/source/auxiliary/st/swriter.cfg | 0 helpcontent2/source/auxiliary/sv/default.css | 0 helpcontent2/source/auxiliary/sv/highcontrast1.css | 0 helpcontent2/source/auxiliary/sv/highcontrast2.css | 0 .../source/auxiliary/sv/highcontrastblack.css | 0 .../source/auxiliary/sv/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sv/sbasic.cfg | 0 helpcontent2/source/auxiliary/sv/scalc.cfg | 0 helpcontent2/source/auxiliary/sv/schart.cfg | 0 helpcontent2/source/auxiliary/sv/sdraw.cfg | 0 helpcontent2/source/auxiliary/sv/simpress.cfg | 0 helpcontent2/source/auxiliary/sv/smath.cfg | 0 helpcontent2/source/auxiliary/sv/swriter.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/default.css | 0 .../source/auxiliary/sw-TZ/highcontrast1.css | 0 .../source/auxiliary/sw-TZ/highcontrast2.css | 0 .../source/auxiliary/sw-TZ/highcontrastblack.css | 0 .../source/auxiliary/sw-TZ/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/scalc.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/schart.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/simpress.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/smath.cfg | 0 helpcontent2/source/auxiliary/sw-TZ/swriter.cfg | 0 helpcontent2/source/auxiliary/swriter.tree | 0 helpcontent2/source/auxiliary/ta/default.css | 0 helpcontent2/source/auxiliary/ta/highcontrast1.css | 0 helpcontent2/source/auxiliary/ta/highcontrast2.css | 0 .../source/auxiliary/ta/highcontrastblack.css | 0 .../source/auxiliary/ta/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ta/sbasic.cfg | 0 helpcontent2/source/auxiliary/ta/scalc.cfg | 0 helpcontent2/source/auxiliary/ta/schart.cfg | 0 helpcontent2/source/auxiliary/ta/sdraw.cfg | 0 helpcontent2/source/auxiliary/ta/simpress.cfg | 0 helpcontent2/source/auxiliary/ta/smath.cfg | 0 helpcontent2/source/auxiliary/ta/swriter.cfg | 0 helpcontent2/source/auxiliary/te/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/te/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/te/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/te/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/te/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/te/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/te/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/te/schart.cfg | 8 ++ helpcontent2/source/auxiliary/te/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/te/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/te/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/te/smath.cfg | 8 ++ helpcontent2/source/auxiliary/te/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/tg/default.css | 0 helpcontent2/source/auxiliary/tg/highcontrast1.css | 0 helpcontent2/source/auxiliary/tg/highcontrast2.css | 0 .../source/auxiliary/tg/highcontrastblack.css | 0 .../source/auxiliary/tg/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/tg/sbasic.cfg | 0 helpcontent2/source/auxiliary/tg/scalc.cfg | 0 helpcontent2/source/auxiliary/tg/schart.cfg | 0 helpcontent2/source/auxiliary/tg/sdraw.cfg | 0 helpcontent2/source/auxiliary/tg/simpress.cfg | 0 helpcontent2/source/auxiliary/tg/smath.cfg | 0 helpcontent2/source/auxiliary/tg/swriter.cfg | 0 helpcontent2/source/auxiliary/th/default.css | 0 helpcontent2/source/auxiliary/th/highcontrast1.css | 0 helpcontent2/source/auxiliary/th/highcontrast2.css | 0 .../source/auxiliary/th/highcontrastblack.css | 0 .../source/auxiliary/th/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/th/sbasic.cfg | 0 helpcontent2/source/auxiliary/th/scalc.cfg | 0 helpcontent2/source/auxiliary/th/schart.cfg | 0 helpcontent2/source/auxiliary/th/sdraw.cfg | 0 helpcontent2/source/auxiliary/th/simpress.cfg | 0 helpcontent2/source/auxiliary/th/smath.cfg | 0 helpcontent2/source/auxiliary/th/swriter.cfg | 0 helpcontent2/source/auxiliary/tn/default.css | 0 helpcontent2/source/auxiliary/tn/highcontrast1.css | 0 helpcontent2/source/auxiliary/tn/highcontrast2.css | 0 .../source/auxiliary/tn/highcontrastblack.css | 0 .../source/auxiliary/tn/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/tn/sbasic.cfg | 0 helpcontent2/source/auxiliary/tn/scalc.cfg | 0 helpcontent2/source/auxiliary/tn/schart.cfg | 0 helpcontent2/source/auxiliary/tn/sdraw.cfg | 0 helpcontent2/source/auxiliary/tn/simpress.cfg | 0 helpcontent2/source/auxiliary/tn/smath.cfg | 0 helpcontent2/source/auxiliary/tn/swriter.cfg | 0 helpcontent2/source/auxiliary/tr/default.css | 0 helpcontent2/source/auxiliary/tr/highcontrast1.css | 0 helpcontent2/source/auxiliary/tr/highcontrast2.css | 0 .../source/auxiliary/tr/highcontrastblack.css | 0 .../source/auxiliary/tr/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/tr/sbasic.cfg | 0 helpcontent2/source/auxiliary/tr/scalc.cfg | 0 helpcontent2/source/auxiliary/tr/schart.cfg | 0 helpcontent2/source/auxiliary/tr/sdraw.cfg | 0 helpcontent2/source/auxiliary/tr/simpress.cfg | 0 helpcontent2/source/auxiliary/tr/smath.cfg | 0 helpcontent2/source/auxiliary/tr/swriter.cfg | 0 helpcontent2/source/auxiliary/ts/default.css | 0 helpcontent2/source/auxiliary/ts/highcontrast1.css | 0 helpcontent2/source/auxiliary/ts/highcontrast2.css | 0 .../source/auxiliary/ts/highcontrastblack.css | 0 .../source/auxiliary/ts/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/ts/sbasic.cfg | 0 helpcontent2/source/auxiliary/ts/scalc.cfg | 0 helpcontent2/source/auxiliary/ts/schart.cfg | 0 helpcontent2/source/auxiliary/ts/sdraw.cfg | 0 helpcontent2/source/auxiliary/ts/simpress.cfg | 0 helpcontent2/source/auxiliary/ts/smath.cfg | 0 helpcontent2/source/auxiliary/ts/swriter.cfg | 0 helpcontent2/source/auxiliary/ug/default.css | 73 +++++++++++++++++ helpcontent2/source/auxiliary/ug/highcontrast1.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ug/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ug/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/ug/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/ug/sbasic.cfg | 8 ++ helpcontent2/source/auxiliary/ug/scalc.cfg | 8 ++ helpcontent2/source/auxiliary/ug/schart.cfg | 8 ++ helpcontent2/source/auxiliary/ug/sdatabase.cfg | 8 ++ helpcontent2/source/auxiliary/ug/sdraw.cfg | 8 ++ helpcontent2/source/auxiliary/ug/simpress.cfg | 8 ++ helpcontent2/source/auxiliary/ug/smath.cfg | 8 ++ helpcontent2/source/auxiliary/ug/swriter.cfg | 8 ++ helpcontent2/source/auxiliary/uk/default.css | 0 helpcontent2/source/auxiliary/uk/highcontrast1.css | 0 helpcontent2/source/auxiliary/uk/highcontrast2.css | 0 .../source/auxiliary/uk/highcontrastblack.css | 0 .../source/auxiliary/uk/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/uk/sbasic.cfg | 0 helpcontent2/source/auxiliary/uk/scalc.cfg | 0 helpcontent2/source/auxiliary/uk/schart.cfg | 0 helpcontent2/source/auxiliary/uk/sdraw.cfg | 0 helpcontent2/source/auxiliary/uk/simpress.cfg | 0 helpcontent2/source/auxiliary/uk/smath.cfg | 0 helpcontent2/source/auxiliary/uk/swriter.cfg | 0 helpcontent2/source/auxiliary/uz/default.css | 0 helpcontent2/source/auxiliary/uz/highcontrast1.css | 0 helpcontent2/source/auxiliary/uz/highcontrast2.css | 0 .../source/auxiliary/uz/highcontrastblack.css | 0 .../source/auxiliary/uz/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/uz/sbasic.cfg | 0 helpcontent2/source/auxiliary/uz/scalc.cfg | 0 helpcontent2/source/auxiliary/uz/schart.cfg | 0 helpcontent2/source/auxiliary/uz/sdraw.cfg | 0 helpcontent2/source/auxiliary/uz/simpress.cfg | 0 helpcontent2/source/auxiliary/uz/smath.cfg | 0 helpcontent2/source/auxiliary/uz/swriter.cfg | 0 helpcontent2/source/auxiliary/ve/default.css | 0 helpcontent2/source/auxiliary/ve/highcontrast1.css | 0 helpcontent2/source/auxiliary/ve/highcontrast2.css | 0 .../source/auxiliary/ve/highcontrastblack.css | 0 .../source/auxiliary/ve/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/vi/default.css | 0 helpcontent2/source/auxiliary/vi/highcontrast1.css | 0 helpcontent2/source/auxiliary/vi/highcontrast2.css | 0 .../source/auxiliary/vi/highcontrastblack.css | 0 .../source/auxiliary/vi/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/vi/sbasic.cfg | 0 helpcontent2/source/auxiliary/vi/scalc.cfg | 0 helpcontent2/source/auxiliary/vi/schart.cfg | 0 helpcontent2/source/auxiliary/vi/sdraw.cfg | 0 helpcontent2/source/auxiliary/vi/simpress.cfg | 0 helpcontent2/source/auxiliary/vi/smath.cfg | 0 helpcontent2/source/auxiliary/vi/swriter.cfg | 0 helpcontent2/source/auxiliary/xh/default.css | 0 helpcontent2/source/auxiliary/xh/highcontrast1.css | 0 helpcontent2/source/auxiliary/xh/highcontrast2.css | 0 .../source/auxiliary/xh/highcontrastblack.css | 0 .../source/auxiliary/xh/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/xh/sbasic.cfg | 2 +- helpcontent2/source/auxiliary/xh/scalc.cfg | 2 +- helpcontent2/source/auxiliary/xh/schart.cfg | 0 helpcontent2/source/auxiliary/xh/sdatabase.cfg | 2 +- helpcontent2/source/auxiliary/xh/sdraw.cfg | 2 +- helpcontent2/source/auxiliary/xh/simpress.cfg | 2 +- helpcontent2/source/auxiliary/xh/smath.cfg | 2 +- helpcontent2/source/auxiliary/xh/swriter.cfg | 2 +- helpcontent2/source/auxiliary/zh-CN/default.css | 0 .../source/auxiliary/zh-CN/highcontrast1.css | 0 .../source/auxiliary/zh-CN/highcontrast2.css | 0 .../source/auxiliary/zh-CN/highcontrastblack.css | 0 .../source/auxiliary/zh-CN/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/zh-CN/sbasic.cfg | 0 helpcontent2/source/auxiliary/zh-CN/scalc.cfg | 0 helpcontent2/source/auxiliary/zh-CN/schart.cfg | 0 helpcontent2/source/auxiliary/zh-CN/sdraw.cfg | 0 helpcontent2/source/auxiliary/zh-CN/simpress.cfg | 0 helpcontent2/source/auxiliary/zh-CN/smath.cfg | 0 helpcontent2/source/auxiliary/zh-CN/swriter.cfg | 0 helpcontent2/source/auxiliary/zh-TW/default.css | 0 .../source/auxiliary/zh-TW/highcontrast1.css | 0 .../source/auxiliary/zh-TW/highcontrast2.css | 0 .../source/auxiliary/zh-TW/highcontrastblack.css | 0 .../source/auxiliary/zh-TW/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/zh-TW/sbasic.cfg | 0 helpcontent2/source/auxiliary/zh-TW/scalc.cfg | 0 helpcontent2/source/auxiliary/zh-TW/schart.cfg | 0 helpcontent2/source/auxiliary/zh-TW/sdraw.cfg | 0 helpcontent2/source/auxiliary/zh-TW/simpress.cfg | 0 helpcontent2/source/auxiliary/zh-TW/smath.cfg | 0 helpcontent2/source/auxiliary/zh-TW/swriter.cfg | 0 helpcontent2/source/auxiliary/zu/default.css | 0 helpcontent2/source/auxiliary/zu/highcontrast1.css | 0 helpcontent2/source/auxiliary/zu/highcontrast2.css | 0 .../source/auxiliary/zu/highcontrastblack.css | 0 .../source/auxiliary/zu/highcontrastwhite.css | 0 helpcontent2/source/auxiliary/zu/sbasic.cfg | 0 helpcontent2/source/auxiliary/zu/scalc.cfg | 0 helpcontent2/source/auxiliary/zu/schart.cfg | 0 helpcontent2/source/auxiliary/zu/sdraw.cfg | 0 helpcontent2/source/auxiliary/zu/simpress.cfg | 0 helpcontent2/source/auxiliary/zu/smath.cfg | 0 helpcontent2/source/auxiliary/zu/swriter.cfg | 0 1078 files changed, 7543 insertions(+), 28 deletions(-) mode change 100755 => 100644 helpcontent2/source/auxiliary/af/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/af/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/af/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/af/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/af/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/af/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/af/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ar/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ar/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ar/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ar/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ar/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/as/default.css create mode 100644 helpcontent2/source/auxiliary/as/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/as/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/as/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/as/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/as/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/as/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/as/schart.cfg create mode 100644 helpcontent2/source/auxiliary/as/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/as/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/as/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/as/smath.cfg create mode 100644 helpcontent2/source/auxiliary/as/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/ast/default.css create mode 100644 helpcontent2/source/auxiliary/ast/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/ast/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/ast/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/ast/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/ast/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/ast/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/ast/schart.cfg create mode 100644 helpcontent2/source/auxiliary/ast/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/ast/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/ast/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/ast/smath.cfg create mode 100644 helpcontent2/source/auxiliary/ast/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/be/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/be/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/be/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/be/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/be/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/be/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bg/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bn/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/bo/default.css create mode 100644 helpcontent2/source/auxiliary/bo/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/bo/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/bo/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/bo/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/bo/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/bo/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/bo/schart.cfg create mode 100644 helpcontent2/source/auxiliary/bo/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/bo/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/bo/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/bo/smath.cfg create mode 100644 helpcontent2/source/auxiliary/bo/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/br/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/br/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/br/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/br/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/br/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/br/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/brx/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/brx/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/brx/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/brx/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/brx/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/bs/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca-XV/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ca/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cs/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/cy/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/da/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/da/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/da/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/da/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/da/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/da/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/de/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/de/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/de/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/de/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/de/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/de/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dgo/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dgo/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dgo/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dgo/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dgo/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/dz/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/el/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/el/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/el/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/el/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/el/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/el/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-GB/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-US/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/en-ZA/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/eo/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eo/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eo/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eo/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eo/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/es/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/es/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/et/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/et/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/et/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/et/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/et/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/et/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/eu/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eu/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eu/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eu/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/eu/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fa/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fi/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/fr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ga/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gl/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/gu/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/he/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hi/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/hu/schart.cfg create mode 100644 helpcontent2/source/auxiliary/id/default.css create mode 100644 helpcontent2/source/auxiliary/id/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/id/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/id/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/id/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/id/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/id/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/id/schart.cfg create mode 100644 helpcontent2/source/auxiliary/id/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/id/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/id/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/id/smath.cfg create mode 100644 helpcontent2/source/auxiliary/id/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/is/default.css create mode 100644 helpcontent2/source/auxiliary/is/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/is/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/is/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/is/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/is/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/is/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/is/schart.cfg create mode 100644 helpcontent2/source/auxiliary/is/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/is/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/is/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/is/smath.cfg create mode 100644 helpcontent2/source/auxiliary/is/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/it/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/it/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/it/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/it/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/it/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/it/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ja/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ka/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/kid/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kid/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kid/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kid/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kid/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kk/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kk/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kk/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kk/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kk/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/km/schart.cfg create mode 100644 helpcontent2/source/auxiliary/kn/default.css create mode 100644 helpcontent2/source/auxiliary/kn/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/kn/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/kn/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/kn/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/kn/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/kn/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/kn/schart.cfg create mode 100644 helpcontent2/source/auxiliary/kn/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/kn/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/kn/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/kn/smath.cfg create mode 100644 helpcontent2/source/auxiliary/kn/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ko/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/kok/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kok/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kok/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kok/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/kok/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ks/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ks/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ks/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ks/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ks/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ku/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/lo/default.css create mode 100644 helpcontent2/source/auxiliary/lo/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/lo/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/lo/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/lo/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/lo/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/lo/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/lo/schart.cfg create mode 100644 helpcontent2/source/auxiliary/lo/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/lo/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/lo/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/lo/smath.cfg create mode 100644 helpcontent2/source/auxiliary/lo/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/lt/schart.cfg create mode 100644 helpcontent2/source/auxiliary/lv/default.css create mode 100644 helpcontent2/source/auxiliary/lv/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/lv/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/lv/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/lv/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/lv/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/lv/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/lv/schart.cfg create mode 100644 helpcontent2/source/auxiliary/lv/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/lv/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/lv/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/lv/smath.cfg create mode 100644 helpcontent2/source/auxiliary/lv/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mai/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mai/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mai/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mai/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mai/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mk/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/ml/default.css create mode 100644 helpcontent2/source/auxiliary/ml/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/ml/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/ml/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/ml/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/ml/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/ml/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/ml/schart.cfg create mode 100644 helpcontent2/source/auxiliary/ml/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/ml/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/ml/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/ml/smath.cfg create mode 100644 helpcontent2/source/auxiliary/ml/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mn/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/mni/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mni/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mni/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mni/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/mni/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/mr/default.css create mode 100644 helpcontent2/source/auxiliary/mr/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/mr/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/mr/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/mr/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/mr/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/mr/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/mr/schart.cfg create mode 100644 helpcontent2/source/auxiliary/mr/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/mr/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/mr/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/mr/smath.cfg create mode 100644 helpcontent2/source/auxiliary/mr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/my/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/my/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/my/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/my/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/my/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/my/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nb/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ne/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nl/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nn/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/nso/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/oc/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/om/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/om/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/om/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/om/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/om/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/or/default.css create mode 100644 helpcontent2/source/auxiliary/or/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/or/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/or/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/or/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/or/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/or/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/or/schart.cfg create mode 100644 helpcontent2/source/auxiliary/or/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/or/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/or/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/or/smath.cfg create mode 100644 helpcontent2/source/auxiliary/or/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pa-IN/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pl/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt-BR/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/pt/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/ro/default.css create mode 100644 helpcontent2/source/auxiliary/ro/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/ro/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/ro/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/ro/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/ro/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/ro/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/ro/schart.cfg create mode 100644 helpcontent2/source/auxiliary/ro/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/ro/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/ro/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/ro/smath.cfg create mode 100644 helpcontent2/source/auxiliary/ro/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ru/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/rw/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sa-IN/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sa-IN/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sa-IN/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sat/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sat/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sat/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sat/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sat/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sbasic.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/scalc.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/schart.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/sd/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sd/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sd/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sd/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sd/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sh/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/shared.tree create mode 100644 helpcontent2/source/auxiliary/si/default.css create mode 100644 helpcontent2/source/auxiliary/si/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/si/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/si/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/si/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/si/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/si/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/si/schart.cfg create mode 100644 helpcontent2/source/auxiliary/si/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/si/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/si/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/si/smath.cfg create mode 100644 helpcontent2/source/auxiliary/si/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/simpress.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sk/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sl/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/smath.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/sq/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ss/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ss/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ss/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ss/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ss/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/st/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/st/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sv/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/sw-TZ/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/swriter.tree mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ta/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/te/default.css create mode 100644 helpcontent2/source/auxiliary/te/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/te/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/te/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/te/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/te/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/te/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/te/schart.cfg create mode 100644 helpcontent2/source/auxiliary/te/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/te/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/te/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/te/smath.cfg create mode 100644 helpcontent2/source/auxiliary/te/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tg/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/th/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/th/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/th/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/th/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/th/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/th/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tn/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/tr/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ts/swriter.cfg create mode 100644 helpcontent2/source/auxiliary/ug/default.css create mode 100644 helpcontent2/source/auxiliary/ug/highcontrast1.css create mode 100644 helpcontent2/source/auxiliary/ug/highcontrast2.css create mode 100644 helpcontent2/source/auxiliary/ug/highcontrastblack.css create mode 100644 helpcontent2/source/auxiliary/ug/highcontrastwhite.css create mode 100644 helpcontent2/source/auxiliary/ug/sbasic.cfg create mode 100644 helpcontent2/source/auxiliary/ug/scalc.cfg create mode 100644 helpcontent2/source/auxiliary/ug/schart.cfg create mode 100644 helpcontent2/source/auxiliary/ug/sdatabase.cfg create mode 100644 helpcontent2/source/auxiliary/ug/sdraw.cfg create mode 100644 helpcontent2/source/auxiliary/ug/simpress.cfg create mode 100644 helpcontent2/source/auxiliary/ug/smath.cfg create mode 100644 helpcontent2/source/auxiliary/ug/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uk/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/uz/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/ve/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ve/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ve/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ve/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/ve/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/vi/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/xh/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-CN/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zh-TW/swriter.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/default.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/highcontrast1.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/highcontrast2.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/highcontrastblack.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/highcontrastwhite.css mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/sbasic.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/scalc.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/schart.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/sdraw.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/simpress.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/smath.cfg mode change 100755 => 100644 helpcontent2/source/auxiliary/zu/swriter.cfg diff --git a/helpcontent2/source/auxiliary/af/default.css b/helpcontent2/source/auxiliary/af/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/highcontrast1.css b/helpcontent2/source/auxiliary/af/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/highcontrast2.css b/helpcontent2/source/auxiliary/af/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/highcontrastblack.css b/helpcontent2/source/auxiliary/af/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/highcontrastwhite.css b/helpcontent2/source/auxiliary/af/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/sbasic.cfg b/helpcontent2/source/auxiliary/af/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/scalc.cfg b/helpcontent2/source/auxiliary/af/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/schart.cfg b/helpcontent2/source/auxiliary/af/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/sdraw.cfg b/helpcontent2/source/auxiliary/af/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/simpress.cfg b/helpcontent2/source/auxiliary/af/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/smath.cfg b/helpcontent2/source/auxiliary/af/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/af/swriter.cfg b/helpcontent2/source/auxiliary/af/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ar/default.css b/helpcontent2/source/auxiliary/ar/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ar/highcontrast1.css b/helpcontent2/source/auxiliary/ar/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ar/highcontrast2.css b/helpcontent2/source/auxiliary/ar/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ar/highcontrastblack.css b/helpcontent2/source/auxiliary/ar/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ar/highcontrastwhite.css b/helpcontent2/source/auxiliary/ar/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/as/default.css b/helpcontent2/source/auxiliary/as/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/as/highcontrast1.css b/helpcontent2/source/auxiliary/as/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/as/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/as/highcontrast2.css b/helpcontent2/source/auxiliary/as/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/as/highcontrastblack.css b/helpcontent2/source/auxiliary/as/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/as/highcontrastwhite.css b/helpcontent2/source/auxiliary/as/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/as/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/as/sbasic.cfg b/helpcontent2/source/auxiliary/as/sbasic.cfg new file mode 100644 index 0000000000..f28489bdcf --- /dev/null +++ b/helpcontent2/source/auxiliary/as/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=as +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/as/scalc.cfg b/helpcontent2/source/auxiliary/as/scalc.cfg new file mode 100644 index 0000000000..0891400f42 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=as +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/as/schart.cfg b/helpcontent2/source/auxiliary/as/schart.cfg new file mode 100644 index 0000000000..ca06799fd3 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=as +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/as/sdatabase.cfg b/helpcontent2/source/auxiliary/as/sdatabase.cfg new file mode 100644 index 0000000000..67dd271246 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=as +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/as/sdraw.cfg b/helpcontent2/source/auxiliary/as/sdraw.cfg new file mode 100644 index 0000000000..fb1d7e397b --- /dev/null +++ b/helpcontent2/source/auxiliary/as/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=as +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/as/simpress.cfg b/helpcontent2/source/auxiliary/as/simpress.cfg new file mode 100644 index 0000000000..c77a01456c --- /dev/null +++ b/helpcontent2/source/auxiliary/as/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=as +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/as/smath.cfg b/helpcontent2/source/auxiliary/as/smath.cfg new file mode 100644 index 0000000000..0cc5118156 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=as +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/as/swriter.cfg b/helpcontent2/source/auxiliary/as/swriter.cfg new file mode 100644 index 0000000000..d6fc295aa6 --- /dev/null +++ b/helpcontent2/source/auxiliary/as/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=as +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/ast/default.css b/helpcontent2/source/auxiliary/ast/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ast/highcontrast1.css b/helpcontent2/source/auxiliary/ast/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ast/highcontrast2.css b/helpcontent2/source/auxiliary/ast/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ast/highcontrastblack.css b/helpcontent2/source/auxiliary/ast/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ast/highcontrastwhite.css b/helpcontent2/source/auxiliary/ast/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ast/sbasic.cfg b/helpcontent2/source/auxiliary/ast/sbasic.cfg new file mode 100644 index 0000000000..22702dacd8 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=ast +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/ast/scalc.cfg b/helpcontent2/source/auxiliary/ast/scalc.cfg new file mode 100644 index 0000000000..5cd6276cf6 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=ast +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/ast/schart.cfg b/helpcontent2/source/auxiliary/ast/schart.cfg new file mode 100644 index 0000000000..597a5ff0cb --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=ast +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/ast/sdatabase.cfg b/helpcontent2/source/auxiliary/ast/sdatabase.cfg new file mode 100644 index 0000000000..bc7e7cb293 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=ast +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/ast/sdraw.cfg b/helpcontent2/source/auxiliary/ast/sdraw.cfg new file mode 100644 index 0000000000..8e8bac9346 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=ast +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/ast/simpress.cfg b/helpcontent2/source/auxiliary/ast/simpress.cfg new file mode 100644 index 0000000000..e48ddf2afc --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=ast +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/ast/smath.cfg b/helpcontent2/source/auxiliary/ast/smath.cfg new file mode 100644 index 0000000000..65b914c3a3 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=ast +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/ast/swriter.cfg b/helpcontent2/source/auxiliary/ast/swriter.cfg new file mode 100644 index 0000000000..aff08f6532 --- /dev/null +++ b/helpcontent2/source/auxiliary/ast/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=ast +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/be/default.css b/helpcontent2/source/auxiliary/be/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/highcontrast1.css b/helpcontent2/source/auxiliary/be/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/highcontrast2.css b/helpcontent2/source/auxiliary/be/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/highcontrastblack.css b/helpcontent2/source/auxiliary/be/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/highcontrastwhite.css b/helpcontent2/source/auxiliary/be/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/sbasic.cfg b/helpcontent2/source/auxiliary/be/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/scalc.cfg b/helpcontent2/source/auxiliary/be/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/schart.cfg b/helpcontent2/source/auxiliary/be/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/sdraw.cfg b/helpcontent2/source/auxiliary/be/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/simpress.cfg b/helpcontent2/source/auxiliary/be/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/smath.cfg b/helpcontent2/source/auxiliary/be/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/be/swriter.cfg b/helpcontent2/source/auxiliary/be/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/default.css b/helpcontent2/source/auxiliary/bg/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/highcontrast1.css b/helpcontent2/source/auxiliary/bg/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/highcontrast2.css b/helpcontent2/source/auxiliary/bg/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/highcontrastblack.css b/helpcontent2/source/auxiliary/bg/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/highcontrastwhite.css b/helpcontent2/source/auxiliary/bg/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/sbasic.cfg b/helpcontent2/source/auxiliary/bg/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/scalc.cfg b/helpcontent2/source/auxiliary/bg/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/schart.cfg b/helpcontent2/source/auxiliary/bg/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/sdraw.cfg b/helpcontent2/source/auxiliary/bg/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/simpress.cfg b/helpcontent2/source/auxiliary/bg/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/smath.cfg b/helpcontent2/source/auxiliary/bg/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bg/swriter.cfg b/helpcontent2/source/auxiliary/bg/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/default.css b/helpcontent2/source/auxiliary/bn/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/highcontrast1.css b/helpcontent2/source/auxiliary/bn/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/highcontrast2.css b/helpcontent2/source/auxiliary/bn/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/highcontrastblack.css b/helpcontent2/source/auxiliary/bn/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/highcontrastwhite.css b/helpcontent2/source/auxiliary/bn/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/sbasic.cfg b/helpcontent2/source/auxiliary/bn/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/scalc.cfg b/helpcontent2/source/auxiliary/bn/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/schart.cfg b/helpcontent2/source/auxiliary/bn/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/sdraw.cfg b/helpcontent2/source/auxiliary/bn/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/simpress.cfg b/helpcontent2/source/auxiliary/bn/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/smath.cfg b/helpcontent2/source/auxiliary/bn/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bn/swriter.cfg b/helpcontent2/source/auxiliary/bn/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bo/default.css b/helpcontent2/source/auxiliary/bo/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/bo/highcontrast1.css b/helpcontent2/source/auxiliary/bo/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/bo/highcontrast2.css b/helpcontent2/source/auxiliary/bo/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/bo/highcontrastblack.css b/helpcontent2/source/auxiliary/bo/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/bo/highcontrastwhite.css b/helpcontent2/source/auxiliary/bo/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/bo/sbasic.cfg b/helpcontent2/source/auxiliary/bo/sbasic.cfg new file mode 100644 index 0000000000..dafa4331f8 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=bo +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/bo/scalc.cfg b/helpcontent2/source/auxiliary/bo/scalc.cfg new file mode 100644 index 0000000000..3fdf90b25b --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=bo +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/bo/schart.cfg b/helpcontent2/source/auxiliary/bo/schart.cfg new file mode 100644 index 0000000000..1f78bdb6f7 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=bo +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/bo/sdatabase.cfg b/helpcontent2/source/auxiliary/bo/sdatabase.cfg new file mode 100644 index 0000000000..f8e3b76943 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=bo +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/bo/sdraw.cfg b/helpcontent2/source/auxiliary/bo/sdraw.cfg new file mode 100644 index 0000000000..da7b57aa53 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=bo +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/bo/simpress.cfg b/helpcontent2/source/auxiliary/bo/simpress.cfg new file mode 100644 index 0000000000..fff16195ce --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=bo +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/bo/smath.cfg b/helpcontent2/source/auxiliary/bo/smath.cfg new file mode 100644 index 0000000000..638950ddc5 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=bo +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/bo/swriter.cfg b/helpcontent2/source/auxiliary/bo/swriter.cfg new file mode 100644 index 0000000000..094bdf06b5 --- /dev/null +++ b/helpcontent2/source/auxiliary/bo/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=bo +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/br/default.css b/helpcontent2/source/auxiliary/br/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/highcontrast1.css b/helpcontent2/source/auxiliary/br/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/highcontrast2.css b/helpcontent2/source/auxiliary/br/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/highcontrastblack.css b/helpcontent2/source/auxiliary/br/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/highcontrastwhite.css b/helpcontent2/source/auxiliary/br/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/sbasic.cfg b/helpcontent2/source/auxiliary/br/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/scalc.cfg b/helpcontent2/source/auxiliary/br/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/schart.cfg b/helpcontent2/source/auxiliary/br/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/sdraw.cfg b/helpcontent2/source/auxiliary/br/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/simpress.cfg b/helpcontent2/source/auxiliary/br/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/smath.cfg b/helpcontent2/source/auxiliary/br/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/br/swriter.cfg b/helpcontent2/source/auxiliary/br/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/brx/default.css b/helpcontent2/source/auxiliary/brx/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/brx/highcontrast1.css b/helpcontent2/source/auxiliary/brx/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/brx/highcontrast2.css b/helpcontent2/source/auxiliary/brx/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/brx/highcontrastblack.css b/helpcontent2/source/auxiliary/brx/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/brx/highcontrastwhite.css b/helpcontent2/source/auxiliary/brx/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/default.css b/helpcontent2/source/auxiliary/bs/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/highcontrast1.css b/helpcontent2/source/auxiliary/bs/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/highcontrast2.css b/helpcontent2/source/auxiliary/bs/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/highcontrastblack.css b/helpcontent2/source/auxiliary/bs/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/highcontrastwhite.css b/helpcontent2/source/auxiliary/bs/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/sbasic.cfg b/helpcontent2/source/auxiliary/bs/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/scalc.cfg b/helpcontent2/source/auxiliary/bs/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/schart.cfg b/helpcontent2/source/auxiliary/bs/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/sdraw.cfg b/helpcontent2/source/auxiliary/bs/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/simpress.cfg b/helpcontent2/source/auxiliary/bs/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/smath.cfg b/helpcontent2/source/auxiliary/bs/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/bs/swriter.cfg b/helpcontent2/source/auxiliary/bs/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca-XV/schart.cfg b/helpcontent2/source/auxiliary/ca-XV/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/default.css b/helpcontent2/source/auxiliary/ca/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/highcontrast1.css b/helpcontent2/source/auxiliary/ca/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/highcontrast2.css b/helpcontent2/source/auxiliary/ca/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/highcontrastblack.css b/helpcontent2/source/auxiliary/ca/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/highcontrastwhite.css b/helpcontent2/source/auxiliary/ca/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/sbasic.cfg b/helpcontent2/source/auxiliary/ca/sbasic.cfg old mode 100755 new mode 100644 index d37a4707a6..b3f09bfca0 --- a/helpcontent2/source/auxiliary/ca/sbasic.cfg +++ b/helpcontent2/source/auxiliary/ca/sbasic.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Basic -Language=en-US +Language=ca Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/scalc.cfg b/helpcontent2/source/auxiliary/ca/scalc.cfg old mode 100755 new mode 100644 index 4f77c67af7..ec0a283495 --- a/helpcontent2/source/auxiliary/ca/scalc.cfg +++ b/helpcontent2/source/auxiliary/ca/scalc.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Calc -Language=en-US +Language=ca Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/schart.cfg b/helpcontent2/source/auxiliary/ca/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ca/sdatabase.cfg b/helpcontent2/source/auxiliary/ca/sdatabase.cfg index 36f6cdff93..8155923b59 100644 --- a/helpcontent2/source/auxiliary/ca/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/ca/sdatabase.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Base -Language=en-US +Language=ca Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/sdraw.cfg b/helpcontent2/source/auxiliary/ca/sdraw.cfg old mode 100755 new mode 100644 index bc3ffea264..e2fc3b3da1 --- a/helpcontent2/source/auxiliary/ca/sdraw.cfg +++ b/helpcontent2/source/auxiliary/ca/sdraw.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Draw -Language=en-US +Language=ca Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/simpress.cfg b/helpcontent2/source/auxiliary/ca/simpress.cfg old mode 100755 new mode 100644 index f0611234ae..1adc238b2f --- a/helpcontent2/source/auxiliary/ca/simpress.cfg +++ b/helpcontent2/source/auxiliary/ca/simpress.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Impress -Language=en-US +Language=ca Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/smath.cfg b/helpcontent2/source/auxiliary/ca/smath.cfg old mode 100755 new mode 100644 index f0f8e95d90..b0a6c2917a --- a/helpcontent2/source/auxiliary/ca/smath.cfg +++ b/helpcontent2/source/auxiliary/ca/smath.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Math -Language=en-US +Language=ca Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ca/swriter.cfg b/helpcontent2/source/auxiliary/ca/swriter.cfg old mode 100755 new mode 100644 index caeb62d3dd..2b87d86def --- a/helpcontent2/source/auxiliary/ca/swriter.cfg +++ b/helpcontent2/source/auxiliary/ca/swriter.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Writer -Language=en-US +Language=ca Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/cs/default.css b/helpcontent2/source/auxiliary/cs/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/highcontrast1.css b/helpcontent2/source/auxiliary/cs/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/highcontrast2.css b/helpcontent2/source/auxiliary/cs/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/highcontrastblack.css b/helpcontent2/source/auxiliary/cs/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/highcontrastwhite.css b/helpcontent2/source/auxiliary/cs/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/sbasic.cfg b/helpcontent2/source/auxiliary/cs/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/scalc.cfg b/helpcontent2/source/auxiliary/cs/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/schart.cfg b/helpcontent2/source/auxiliary/cs/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/sdraw.cfg b/helpcontent2/source/auxiliary/cs/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/simpress.cfg b/helpcontent2/source/auxiliary/cs/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/smath.cfg b/helpcontent2/source/auxiliary/cs/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cs/swriter.cfg b/helpcontent2/source/auxiliary/cs/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/default.css b/helpcontent2/source/auxiliary/cy/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/highcontrast1.css b/helpcontent2/source/auxiliary/cy/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/highcontrast2.css b/helpcontent2/source/auxiliary/cy/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/highcontrastblack.css b/helpcontent2/source/auxiliary/cy/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/highcontrastwhite.css b/helpcontent2/source/auxiliary/cy/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/sbasic.cfg b/helpcontent2/source/auxiliary/cy/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/scalc.cfg b/helpcontent2/source/auxiliary/cy/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/schart.cfg b/helpcontent2/source/auxiliary/cy/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/sdraw.cfg b/helpcontent2/source/auxiliary/cy/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/simpress.cfg b/helpcontent2/source/auxiliary/cy/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/smath.cfg b/helpcontent2/source/auxiliary/cy/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/cy/swriter.cfg b/helpcontent2/source/auxiliary/cy/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/default.css b/helpcontent2/source/auxiliary/da/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/highcontrast1.css b/helpcontent2/source/auxiliary/da/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/highcontrast2.css b/helpcontent2/source/auxiliary/da/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/highcontrastblack.css b/helpcontent2/source/auxiliary/da/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/highcontrastwhite.css b/helpcontent2/source/auxiliary/da/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/sbasic.cfg b/helpcontent2/source/auxiliary/da/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/scalc.cfg b/helpcontent2/source/auxiliary/da/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/schart.cfg b/helpcontent2/source/auxiliary/da/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/sdraw.cfg b/helpcontent2/source/auxiliary/da/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/simpress.cfg b/helpcontent2/source/auxiliary/da/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/smath.cfg b/helpcontent2/source/auxiliary/da/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/da/swriter.cfg b/helpcontent2/source/auxiliary/da/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/default.css b/helpcontent2/source/auxiliary/de/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/highcontrast1.css b/helpcontent2/source/auxiliary/de/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/highcontrast2.css b/helpcontent2/source/auxiliary/de/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/highcontrastblack.css b/helpcontent2/source/auxiliary/de/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/highcontrastwhite.css b/helpcontent2/source/auxiliary/de/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/sbasic.cfg b/helpcontent2/source/auxiliary/de/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/scalc.cfg b/helpcontent2/source/auxiliary/de/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/schart.cfg b/helpcontent2/source/auxiliary/de/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/sdraw.cfg b/helpcontent2/source/auxiliary/de/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/simpress.cfg b/helpcontent2/source/auxiliary/de/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/smath.cfg b/helpcontent2/source/auxiliary/de/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/de/swriter.cfg b/helpcontent2/source/auxiliary/de/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dgo/default.css b/helpcontent2/source/auxiliary/dgo/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dgo/highcontrast1.css b/helpcontent2/source/auxiliary/dgo/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dgo/highcontrast2.css b/helpcontent2/source/auxiliary/dgo/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dgo/highcontrastblack.css b/helpcontent2/source/auxiliary/dgo/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css b/helpcontent2/source/auxiliary/dgo/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/default.css b/helpcontent2/source/auxiliary/dz/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/highcontrast1.css b/helpcontent2/source/auxiliary/dz/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/highcontrast2.css b/helpcontent2/source/auxiliary/dz/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/highcontrastblack.css b/helpcontent2/source/auxiliary/dz/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/highcontrastwhite.css b/helpcontent2/source/auxiliary/dz/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/sbasic.cfg b/helpcontent2/source/auxiliary/dz/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/scalc.cfg b/helpcontent2/source/auxiliary/dz/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/schart.cfg b/helpcontent2/source/auxiliary/dz/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/sdraw.cfg b/helpcontent2/source/auxiliary/dz/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/simpress.cfg b/helpcontent2/source/auxiliary/dz/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/smath.cfg b/helpcontent2/source/auxiliary/dz/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/dz/swriter.cfg b/helpcontent2/source/auxiliary/dz/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/default.css b/helpcontent2/source/auxiliary/el/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/highcontrast1.css b/helpcontent2/source/auxiliary/el/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/highcontrast2.css b/helpcontent2/source/auxiliary/el/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/highcontrastblack.css b/helpcontent2/source/auxiliary/el/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/highcontrastwhite.css b/helpcontent2/source/auxiliary/el/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/sbasic.cfg b/helpcontent2/source/auxiliary/el/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/scalc.cfg b/helpcontent2/source/auxiliary/el/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/schart.cfg b/helpcontent2/source/auxiliary/el/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/sdraw.cfg b/helpcontent2/source/auxiliary/el/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/simpress.cfg b/helpcontent2/source/auxiliary/el/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/smath.cfg b/helpcontent2/source/auxiliary/el/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/el/swriter.cfg b/helpcontent2/source/auxiliary/el/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-GB/schart.cfg b/helpcontent2/source/auxiliary/en-GB/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/default.css b/helpcontent2/source/auxiliary/en-US/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/highcontrast1.css b/helpcontent2/source/auxiliary/en-US/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/highcontrast2.css b/helpcontent2/source/auxiliary/en-US/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/highcontrastblack.css b/helpcontent2/source/auxiliary/en-US/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css b/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/sbasic.cfg b/helpcontent2/source/auxiliary/en-US/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/scalc.cfg b/helpcontent2/source/auxiliary/en-US/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/schart.cfg b/helpcontent2/source/auxiliary/en-US/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/sdraw.cfg b/helpcontent2/source/auxiliary/en-US/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/simpress.cfg b/helpcontent2/source/auxiliary/en-US/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/smath.cfg b/helpcontent2/source/auxiliary/en-US/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-US/swriter.cfg b/helpcontent2/source/auxiliary/en-US/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/default.css b/helpcontent2/source/auxiliary/en-ZA/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css b/helpcontent2/source/auxiliary/en-ZA/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css b/helpcontent2/source/auxiliary/en-ZA/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css b/helpcontent2/source/auxiliary/en-ZA/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css b/helpcontent2/source/auxiliary/en-ZA/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg b/helpcontent2/source/auxiliary/en-ZA/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/scalc.cfg b/helpcontent2/source/auxiliary/en-ZA/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/schart.cfg b/helpcontent2/source/auxiliary/en-ZA/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg b/helpcontent2/source/auxiliary/en-ZA/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/simpress.cfg b/helpcontent2/source/auxiliary/en-ZA/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/smath.cfg b/helpcontent2/source/auxiliary/en-ZA/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/en-ZA/swriter.cfg b/helpcontent2/source/auxiliary/en-ZA/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eo/default.css b/helpcontent2/source/auxiliary/eo/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eo/highcontrast1.css b/helpcontent2/source/auxiliary/eo/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eo/highcontrast2.css b/helpcontent2/source/auxiliary/eo/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eo/highcontrastblack.css b/helpcontent2/source/auxiliary/eo/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eo/highcontrastwhite.css b/helpcontent2/source/auxiliary/eo/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/default.css b/helpcontent2/source/auxiliary/es/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/highcontrast1.css b/helpcontent2/source/auxiliary/es/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/highcontrast2.css b/helpcontent2/source/auxiliary/es/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/highcontrastblack.css b/helpcontent2/source/auxiliary/es/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/highcontrastwhite.css b/helpcontent2/source/auxiliary/es/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/sbasic.cfg b/helpcontent2/source/auxiliary/es/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/scalc.cfg b/helpcontent2/source/auxiliary/es/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/schart.cfg b/helpcontent2/source/auxiliary/es/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/sdraw.cfg b/helpcontent2/source/auxiliary/es/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/simpress.cfg b/helpcontent2/source/auxiliary/es/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/smath.cfg b/helpcontent2/source/auxiliary/es/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/es/swriter.cfg b/helpcontent2/source/auxiliary/es/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/default.css b/helpcontent2/source/auxiliary/et/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/highcontrast1.css b/helpcontent2/source/auxiliary/et/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/highcontrast2.css b/helpcontent2/source/auxiliary/et/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/highcontrastblack.css b/helpcontent2/source/auxiliary/et/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/highcontrastwhite.css b/helpcontent2/source/auxiliary/et/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/et/schart.cfg b/helpcontent2/source/auxiliary/et/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eu/default.css b/helpcontent2/source/auxiliary/eu/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eu/highcontrast1.css b/helpcontent2/source/auxiliary/eu/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eu/highcontrast2.css b/helpcontent2/source/auxiliary/eu/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eu/highcontrastblack.css b/helpcontent2/source/auxiliary/eu/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/eu/highcontrastwhite.css b/helpcontent2/source/auxiliary/eu/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/default.css b/helpcontent2/source/auxiliary/fa/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/highcontrast1.css b/helpcontent2/source/auxiliary/fa/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/highcontrast2.css b/helpcontent2/source/auxiliary/fa/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/highcontrastblack.css b/helpcontent2/source/auxiliary/fa/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/highcontrastwhite.css b/helpcontent2/source/auxiliary/fa/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/sbasic.cfg b/helpcontent2/source/auxiliary/fa/sbasic.cfg old mode 100755 new mode 100644 index d37a4707a6..6024cfb5f9 --- a/helpcontent2/source/auxiliary/fa/sbasic.cfg +++ b/helpcontent2/source/auxiliary/fa/sbasic.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Basic -Language=en-US +Language=fa Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/scalc.cfg b/helpcontent2/source/auxiliary/fa/scalc.cfg old mode 100755 new mode 100644 index 4f77c67af7..75c36f0083 --- a/helpcontent2/source/auxiliary/fa/scalc.cfg +++ b/helpcontent2/source/auxiliary/fa/scalc.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Calc -Language=en-US +Language=fa Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/schart.cfg b/helpcontent2/source/auxiliary/fa/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fa/sdatabase.cfg b/helpcontent2/source/auxiliary/fa/sdatabase.cfg index 36f6cdff93..ad1ffec7ba 100644 --- a/helpcontent2/source/auxiliary/fa/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/fa/sdatabase.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Base -Language=en-US +Language=fa Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/sdraw.cfg b/helpcontent2/source/auxiliary/fa/sdraw.cfg old mode 100755 new mode 100644 index bc3ffea264..9183010aa2 --- a/helpcontent2/source/auxiliary/fa/sdraw.cfg +++ b/helpcontent2/source/auxiliary/fa/sdraw.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Draw -Language=en-US +Language=fa Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/simpress.cfg b/helpcontent2/source/auxiliary/fa/simpress.cfg old mode 100755 new mode 100644 index f0611234ae..a642572268 --- a/helpcontent2/source/auxiliary/fa/simpress.cfg +++ b/helpcontent2/source/auxiliary/fa/simpress.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Impress -Language=en-US +Language=fa Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/smath.cfg b/helpcontent2/source/auxiliary/fa/smath.cfg old mode 100755 new mode 100644 index f0f8e95d90..5cbed61330 --- a/helpcontent2/source/auxiliary/fa/smath.cfg +++ b/helpcontent2/source/auxiliary/fa/smath.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Math -Language=en-US +Language=fa Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fa/swriter.cfg b/helpcontent2/source/auxiliary/fa/swriter.cfg old mode 100755 new mode 100644 index caeb62d3dd..7bef8e6907 --- a/helpcontent2/source/auxiliary/fa/swriter.cfg +++ b/helpcontent2/source/auxiliary/fa/swriter.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Writer -Language=en-US +Language=fa Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/fi/default.css b/helpcontent2/source/auxiliary/fi/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/highcontrast1.css b/helpcontent2/source/auxiliary/fi/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/highcontrast2.css b/helpcontent2/source/auxiliary/fi/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/highcontrastblack.css b/helpcontent2/source/auxiliary/fi/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/highcontrastwhite.css b/helpcontent2/source/auxiliary/fi/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/sbasic.cfg b/helpcontent2/source/auxiliary/fi/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/scalc.cfg b/helpcontent2/source/auxiliary/fi/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/schart.cfg b/helpcontent2/source/auxiliary/fi/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/sdraw.cfg b/helpcontent2/source/auxiliary/fi/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/simpress.cfg b/helpcontent2/source/auxiliary/fi/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/smath.cfg b/helpcontent2/source/auxiliary/fi/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fi/swriter.cfg b/helpcontent2/source/auxiliary/fi/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/default.css b/helpcontent2/source/auxiliary/fr/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/highcontrast1.css b/helpcontent2/source/auxiliary/fr/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/highcontrast2.css b/helpcontent2/source/auxiliary/fr/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/highcontrastblack.css b/helpcontent2/source/auxiliary/fr/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/highcontrastwhite.css b/helpcontent2/source/auxiliary/fr/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/sbasic.cfg b/helpcontent2/source/auxiliary/fr/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/scalc.cfg b/helpcontent2/source/auxiliary/fr/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/schart.cfg b/helpcontent2/source/auxiliary/fr/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/sdraw.cfg b/helpcontent2/source/auxiliary/fr/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/simpress.cfg b/helpcontent2/source/auxiliary/fr/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/smath.cfg b/helpcontent2/source/auxiliary/fr/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/fr/swriter.cfg b/helpcontent2/source/auxiliary/fr/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/default.css b/helpcontent2/source/auxiliary/ga/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/highcontrast1.css b/helpcontent2/source/auxiliary/ga/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/highcontrast2.css b/helpcontent2/source/auxiliary/ga/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/highcontrastblack.css b/helpcontent2/source/auxiliary/ga/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/highcontrastwhite.css b/helpcontent2/source/auxiliary/ga/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/sbasic.cfg b/helpcontent2/source/auxiliary/ga/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/scalc.cfg b/helpcontent2/source/auxiliary/ga/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/schart.cfg b/helpcontent2/source/auxiliary/ga/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/sdraw.cfg b/helpcontent2/source/auxiliary/ga/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/simpress.cfg b/helpcontent2/source/auxiliary/ga/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/smath.cfg b/helpcontent2/source/auxiliary/ga/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ga/swriter.cfg b/helpcontent2/source/auxiliary/ga/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/default.css b/helpcontent2/source/auxiliary/gl/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/highcontrast1.css b/helpcontent2/source/auxiliary/gl/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/highcontrast2.css b/helpcontent2/source/auxiliary/gl/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/highcontrastblack.css b/helpcontent2/source/auxiliary/gl/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/highcontrastwhite.css b/helpcontent2/source/auxiliary/gl/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/sbasic.cfg b/helpcontent2/source/auxiliary/gl/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/scalc.cfg b/helpcontent2/source/auxiliary/gl/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/schart.cfg b/helpcontent2/source/auxiliary/gl/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/sdraw.cfg b/helpcontent2/source/auxiliary/gl/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/simpress.cfg b/helpcontent2/source/auxiliary/gl/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/smath.cfg b/helpcontent2/source/auxiliary/gl/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gl/swriter.cfg b/helpcontent2/source/auxiliary/gl/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/default.css b/helpcontent2/source/auxiliary/gu/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/highcontrast1.css b/helpcontent2/source/auxiliary/gu/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/highcontrast2.css b/helpcontent2/source/auxiliary/gu/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/highcontrastblack.css b/helpcontent2/source/auxiliary/gu/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/highcontrastwhite.css b/helpcontent2/source/auxiliary/gu/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/sbasic.cfg b/helpcontent2/source/auxiliary/gu/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/scalc.cfg b/helpcontent2/source/auxiliary/gu/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/schart.cfg b/helpcontent2/source/auxiliary/gu/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/sdraw.cfg b/helpcontent2/source/auxiliary/gu/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/simpress.cfg b/helpcontent2/source/auxiliary/gu/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/smath.cfg b/helpcontent2/source/auxiliary/gu/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/gu/swriter.cfg b/helpcontent2/source/auxiliary/gu/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/he/schart.cfg b/helpcontent2/source/auxiliary/he/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/default.css b/helpcontent2/source/auxiliary/hi/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/highcontrast1.css b/helpcontent2/source/auxiliary/hi/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/highcontrast2.css b/helpcontent2/source/auxiliary/hi/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/highcontrastblack.css b/helpcontent2/source/auxiliary/hi/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/highcontrastwhite.css b/helpcontent2/source/auxiliary/hi/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/sbasic.cfg b/helpcontent2/source/auxiliary/hi/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/scalc.cfg b/helpcontent2/source/auxiliary/hi/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/schart.cfg b/helpcontent2/source/auxiliary/hi/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/sdraw.cfg b/helpcontent2/source/auxiliary/hi/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/simpress.cfg b/helpcontent2/source/auxiliary/hi/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/smath.cfg b/helpcontent2/source/auxiliary/hi/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hi/swriter.cfg b/helpcontent2/source/auxiliary/hi/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/default.css b/helpcontent2/source/auxiliary/hr/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/highcontrast1.css b/helpcontent2/source/auxiliary/hr/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/highcontrast2.css b/helpcontent2/source/auxiliary/hr/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/highcontrastblack.css b/helpcontent2/source/auxiliary/hr/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/highcontrastwhite.css b/helpcontent2/source/auxiliary/hr/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/sbasic.cfg b/helpcontent2/source/auxiliary/hr/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/scalc.cfg b/helpcontent2/source/auxiliary/hr/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/schart.cfg b/helpcontent2/source/auxiliary/hr/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/sdraw.cfg b/helpcontent2/source/auxiliary/hr/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/simpress.cfg b/helpcontent2/source/auxiliary/hr/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/smath.cfg b/helpcontent2/source/auxiliary/hr/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hr/swriter.cfg b/helpcontent2/source/auxiliary/hr/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/hu/schart.cfg b/helpcontent2/source/auxiliary/hu/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/id/default.css b/helpcontent2/source/auxiliary/id/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/id/highcontrast1.css b/helpcontent2/source/auxiliary/id/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/id/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/id/highcontrast2.css b/helpcontent2/source/auxiliary/id/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/id/highcontrastblack.css b/helpcontent2/source/auxiliary/id/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/id/highcontrastwhite.css b/helpcontent2/source/auxiliary/id/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/id/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/id/sbasic.cfg b/helpcontent2/source/auxiliary/id/sbasic.cfg new file mode 100644 index 0000000000..0098c035e4 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=id +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/id/scalc.cfg b/helpcontent2/source/auxiliary/id/scalc.cfg new file mode 100644 index 0000000000..2c174642e6 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=id +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/id/schart.cfg b/helpcontent2/source/auxiliary/id/schart.cfg new file mode 100644 index 0000000000..f73e9006fb --- /dev/null +++ b/helpcontent2/source/auxiliary/id/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=id +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/id/sdatabase.cfg b/helpcontent2/source/auxiliary/id/sdatabase.cfg new file mode 100644 index 0000000000..a669d512bb --- /dev/null +++ b/helpcontent2/source/auxiliary/id/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=id +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/id/sdraw.cfg b/helpcontent2/source/auxiliary/id/sdraw.cfg new file mode 100644 index 0000000000..f664c27983 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=id +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/id/simpress.cfg b/helpcontent2/source/auxiliary/id/simpress.cfg new file mode 100644 index 0000000000..2bd7a63c9f --- /dev/null +++ b/helpcontent2/source/auxiliary/id/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=id +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/id/smath.cfg b/helpcontent2/source/auxiliary/id/smath.cfg new file mode 100644 index 0000000000..519b799bb8 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=id +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/id/swriter.cfg b/helpcontent2/source/auxiliary/id/swriter.cfg new file mode 100644 index 0000000000..b4052eeda8 --- /dev/null +++ b/helpcontent2/source/auxiliary/id/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=id +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/is/default.css b/helpcontent2/source/auxiliary/is/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/is/highcontrast1.css b/helpcontent2/source/auxiliary/is/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/is/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/is/highcontrast2.css b/helpcontent2/source/auxiliary/is/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/is/highcontrastblack.css b/helpcontent2/source/auxiliary/is/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/is/highcontrastwhite.css b/helpcontent2/source/auxiliary/is/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/is/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/is/sbasic.cfg b/helpcontent2/source/auxiliary/is/sbasic.cfg new file mode 100644 index 0000000000..a9d3e993cc --- /dev/null +++ b/helpcontent2/source/auxiliary/is/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=is +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/is/scalc.cfg b/helpcontent2/source/auxiliary/is/scalc.cfg new file mode 100644 index 0000000000..6d191bb368 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=is +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/is/schart.cfg b/helpcontent2/source/auxiliary/is/schart.cfg new file mode 100644 index 0000000000..06b7a47c0e --- /dev/null +++ b/helpcontent2/source/auxiliary/is/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=is +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/is/sdatabase.cfg b/helpcontent2/source/auxiliary/is/sdatabase.cfg new file mode 100644 index 0000000000..7c07e2cc1a --- /dev/null +++ b/helpcontent2/source/auxiliary/is/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=is +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/is/sdraw.cfg b/helpcontent2/source/auxiliary/is/sdraw.cfg new file mode 100644 index 0000000000..afb738697a --- /dev/null +++ b/helpcontent2/source/auxiliary/is/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=is +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/is/simpress.cfg b/helpcontent2/source/auxiliary/is/simpress.cfg new file mode 100644 index 0000000000..7a266de3bc --- /dev/null +++ b/helpcontent2/source/auxiliary/is/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=is +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/is/smath.cfg b/helpcontent2/source/auxiliary/is/smath.cfg new file mode 100644 index 0000000000..eff5dc8f52 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=is +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/is/swriter.cfg b/helpcontent2/source/auxiliary/is/swriter.cfg new file mode 100644 index 0000000000..09291e4d07 --- /dev/null +++ b/helpcontent2/source/auxiliary/is/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=is +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/it/default.css b/helpcontent2/source/auxiliary/it/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/highcontrast1.css b/helpcontent2/source/auxiliary/it/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/highcontrast2.css b/helpcontent2/source/auxiliary/it/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/highcontrastblack.css b/helpcontent2/source/auxiliary/it/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/highcontrastwhite.css b/helpcontent2/source/auxiliary/it/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/sbasic.cfg b/helpcontent2/source/auxiliary/it/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/scalc.cfg b/helpcontent2/source/auxiliary/it/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/schart.cfg b/helpcontent2/source/auxiliary/it/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/sdraw.cfg b/helpcontent2/source/auxiliary/it/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/simpress.cfg b/helpcontent2/source/auxiliary/it/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/smath.cfg b/helpcontent2/source/auxiliary/it/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/it/swriter.cfg b/helpcontent2/source/auxiliary/it/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/default.css b/helpcontent2/source/auxiliary/ja/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/highcontrast1.css b/helpcontent2/source/auxiliary/ja/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/highcontrast2.css b/helpcontent2/source/auxiliary/ja/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/highcontrastblack.css b/helpcontent2/source/auxiliary/ja/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/highcontrastwhite.css b/helpcontent2/source/auxiliary/ja/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/sbasic.cfg b/helpcontent2/source/auxiliary/ja/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/scalc.cfg b/helpcontent2/source/auxiliary/ja/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/schart.cfg b/helpcontent2/source/auxiliary/ja/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/sdraw.cfg b/helpcontent2/source/auxiliary/ja/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/simpress.cfg b/helpcontent2/source/auxiliary/ja/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/smath.cfg b/helpcontent2/source/auxiliary/ja/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ja/swriter.cfg b/helpcontent2/source/auxiliary/ja/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/default.css b/helpcontent2/source/auxiliary/ka/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/highcontrast1.css b/helpcontent2/source/auxiliary/ka/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/highcontrast2.css b/helpcontent2/source/auxiliary/ka/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/highcontrastblack.css b/helpcontent2/source/auxiliary/ka/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/highcontrastwhite.css b/helpcontent2/source/auxiliary/ka/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/sbasic.cfg b/helpcontent2/source/auxiliary/ka/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/scalc.cfg b/helpcontent2/source/auxiliary/ka/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/schart.cfg b/helpcontent2/source/auxiliary/ka/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/sdraw.cfg b/helpcontent2/source/auxiliary/ka/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/simpress.cfg b/helpcontent2/source/auxiliary/ka/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/smath.cfg b/helpcontent2/source/auxiliary/ka/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ka/swriter.cfg b/helpcontent2/source/auxiliary/ka/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kid/default.css b/helpcontent2/source/auxiliary/kid/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kid/highcontrast1.css b/helpcontent2/source/auxiliary/kid/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kid/highcontrast2.css b/helpcontent2/source/auxiliary/kid/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kid/highcontrastblack.css b/helpcontent2/source/auxiliary/kid/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kid/highcontrastwhite.css b/helpcontent2/source/auxiliary/kid/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kk/default.css b/helpcontent2/source/auxiliary/kk/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kk/highcontrast1.css b/helpcontent2/source/auxiliary/kk/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kk/highcontrast2.css b/helpcontent2/source/auxiliary/kk/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kk/highcontrastblack.css b/helpcontent2/source/auxiliary/kk/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kk/highcontrastwhite.css b/helpcontent2/source/auxiliary/kk/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/km/schart.cfg b/helpcontent2/source/auxiliary/km/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kn/default.css b/helpcontent2/source/auxiliary/kn/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/kn/highcontrast1.css b/helpcontent2/source/auxiliary/kn/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/kn/highcontrast2.css b/helpcontent2/source/auxiliary/kn/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/kn/highcontrastblack.css b/helpcontent2/source/auxiliary/kn/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/kn/highcontrastwhite.css b/helpcontent2/source/auxiliary/kn/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/kn/sbasic.cfg b/helpcontent2/source/auxiliary/kn/sbasic.cfg new file mode 100644 index 0000000000..d0a031563e --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=kn +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/kn/scalc.cfg b/helpcontent2/source/auxiliary/kn/scalc.cfg new file mode 100644 index 0000000000..3c36ecc4b6 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=kn +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/kn/schart.cfg b/helpcontent2/source/auxiliary/kn/schart.cfg new file mode 100644 index 0000000000..7c71261296 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=kn +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/kn/sdatabase.cfg b/helpcontent2/source/auxiliary/kn/sdatabase.cfg new file mode 100644 index 0000000000..2d4dbe9570 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=kn +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/kn/sdraw.cfg b/helpcontent2/source/auxiliary/kn/sdraw.cfg new file mode 100644 index 0000000000..b6ff6f8502 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=kn +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/kn/simpress.cfg b/helpcontent2/source/auxiliary/kn/simpress.cfg new file mode 100644 index 0000000000..856a369d86 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=kn +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/kn/smath.cfg b/helpcontent2/source/auxiliary/kn/smath.cfg new file mode 100644 index 0000000000..db7cb12d45 --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=kn +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/kn/swriter.cfg b/helpcontent2/source/auxiliary/kn/swriter.cfg new file mode 100644 index 0000000000..a82200026d --- /dev/null +++ b/helpcontent2/source/auxiliary/kn/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=kn +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/ko/default.css b/helpcontent2/source/auxiliary/ko/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/highcontrast1.css b/helpcontent2/source/auxiliary/ko/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/highcontrast2.css b/helpcontent2/source/auxiliary/ko/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/highcontrastblack.css b/helpcontent2/source/auxiliary/ko/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/highcontrastwhite.css b/helpcontent2/source/auxiliary/ko/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/sbasic.cfg b/helpcontent2/source/auxiliary/ko/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/scalc.cfg b/helpcontent2/source/auxiliary/ko/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/schart.cfg b/helpcontent2/source/auxiliary/ko/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/sdraw.cfg b/helpcontent2/source/auxiliary/ko/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/simpress.cfg b/helpcontent2/source/auxiliary/ko/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/smath.cfg b/helpcontent2/source/auxiliary/ko/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ko/swriter.cfg b/helpcontent2/source/auxiliary/ko/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kok/default.css b/helpcontent2/source/auxiliary/kok/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kok/highcontrast1.css b/helpcontent2/source/auxiliary/kok/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kok/highcontrast2.css b/helpcontent2/source/auxiliary/kok/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kok/highcontrastblack.css b/helpcontent2/source/auxiliary/kok/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/kok/highcontrastwhite.css b/helpcontent2/source/auxiliary/kok/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ks/default.css b/helpcontent2/source/auxiliary/ks/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ks/highcontrast1.css b/helpcontent2/source/auxiliary/ks/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ks/highcontrast2.css b/helpcontent2/source/auxiliary/ks/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ks/highcontrastblack.css b/helpcontent2/source/auxiliary/ks/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ks/highcontrastwhite.css b/helpcontent2/source/auxiliary/ks/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/default.css b/helpcontent2/source/auxiliary/ku/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/highcontrast1.css b/helpcontent2/source/auxiliary/ku/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/highcontrast2.css b/helpcontent2/source/auxiliary/ku/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/highcontrastblack.css b/helpcontent2/source/auxiliary/ku/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/highcontrastwhite.css b/helpcontent2/source/auxiliary/ku/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/sbasic.cfg b/helpcontent2/source/auxiliary/ku/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/scalc.cfg b/helpcontent2/source/auxiliary/ku/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/schart.cfg b/helpcontent2/source/auxiliary/ku/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/sdraw.cfg b/helpcontent2/source/auxiliary/ku/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/simpress.cfg b/helpcontent2/source/auxiliary/ku/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/smath.cfg b/helpcontent2/source/auxiliary/ku/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ku/swriter.cfg b/helpcontent2/source/auxiliary/ku/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lo/default.css b/helpcontent2/source/auxiliary/lo/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/lo/highcontrast1.css b/helpcontent2/source/auxiliary/lo/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lo/highcontrast2.css b/helpcontent2/source/auxiliary/lo/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lo/highcontrastblack.css b/helpcontent2/source/auxiliary/lo/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lo/highcontrastwhite.css b/helpcontent2/source/auxiliary/lo/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lo/sbasic.cfg b/helpcontent2/source/auxiliary/lo/sbasic.cfg new file mode 100644 index 0000000000..a6ea5c1c90 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=lo +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/lo/scalc.cfg b/helpcontent2/source/auxiliary/lo/scalc.cfg new file mode 100644 index 0000000000..a14744619d --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=lo +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/lo/schart.cfg b/helpcontent2/source/auxiliary/lo/schart.cfg new file mode 100644 index 0000000000..ebf92396cf --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=lo +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/lo/sdatabase.cfg b/helpcontent2/source/auxiliary/lo/sdatabase.cfg new file mode 100644 index 0000000000..39bf53c86f --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=lo +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/lo/sdraw.cfg b/helpcontent2/source/auxiliary/lo/sdraw.cfg new file mode 100644 index 0000000000..74c8721f24 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=lo +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/lo/simpress.cfg b/helpcontent2/source/auxiliary/lo/simpress.cfg new file mode 100644 index 0000000000..9dbff02a62 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=lo +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/lo/smath.cfg b/helpcontent2/source/auxiliary/lo/smath.cfg new file mode 100644 index 0000000000..4566f3bb0d --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=lo +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/lo/swriter.cfg b/helpcontent2/source/auxiliary/lo/swriter.cfg new file mode 100644 index 0000000000..fddf4ed030 --- /dev/null +++ b/helpcontent2/source/auxiliary/lo/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=lo +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/lt/default.css b/helpcontent2/source/auxiliary/lt/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lt/highcontrast1.css b/helpcontent2/source/auxiliary/lt/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lt/highcontrast2.css b/helpcontent2/source/auxiliary/lt/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lt/highcontrastblack.css b/helpcontent2/source/auxiliary/lt/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lt/highcontrastwhite.css b/helpcontent2/source/auxiliary/lt/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lt/schart.cfg b/helpcontent2/source/auxiliary/lt/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/lv/default.css b/helpcontent2/source/auxiliary/lv/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/lv/highcontrast1.css b/helpcontent2/source/auxiliary/lv/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lv/highcontrast2.css b/helpcontent2/source/auxiliary/lv/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lv/highcontrastblack.css b/helpcontent2/source/auxiliary/lv/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lv/highcontrastwhite.css b/helpcontent2/source/auxiliary/lv/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/lv/sbasic.cfg b/helpcontent2/source/auxiliary/lv/sbasic.cfg new file mode 100644 index 0000000000..d3d4c741c3 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=lv +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/lv/scalc.cfg b/helpcontent2/source/auxiliary/lv/scalc.cfg new file mode 100644 index 0000000000..15abbad294 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=lv +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/lv/schart.cfg b/helpcontent2/source/auxiliary/lv/schart.cfg new file mode 100644 index 0000000000..f1c9d57228 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=lv +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/lv/sdatabase.cfg b/helpcontent2/source/auxiliary/lv/sdatabase.cfg new file mode 100644 index 0000000000..157df4e079 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=lv +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/lv/sdraw.cfg b/helpcontent2/source/auxiliary/lv/sdraw.cfg new file mode 100644 index 0000000000..d1c78b87d6 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=lv +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/lv/simpress.cfg b/helpcontent2/source/auxiliary/lv/simpress.cfg new file mode 100644 index 0000000000..6c4d83865f --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=lv +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/lv/smath.cfg b/helpcontent2/source/auxiliary/lv/smath.cfg new file mode 100644 index 0000000000..a1a8fb4a86 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=lv +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/lv/swriter.cfg b/helpcontent2/source/auxiliary/lv/swriter.cfg new file mode 100644 index 0000000000..dc85c21519 --- /dev/null +++ b/helpcontent2/source/auxiliary/lv/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=lv +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/mai/default.css b/helpcontent2/source/auxiliary/mai/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mai/highcontrast1.css b/helpcontent2/source/auxiliary/mai/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mai/highcontrast2.css b/helpcontent2/source/auxiliary/mai/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mai/highcontrastblack.css b/helpcontent2/source/auxiliary/mai/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mai/highcontrastwhite.css b/helpcontent2/source/auxiliary/mai/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/default.css b/helpcontent2/source/auxiliary/mk/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/highcontrast1.css b/helpcontent2/source/auxiliary/mk/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/highcontrast2.css b/helpcontent2/source/auxiliary/mk/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/highcontrastblack.css b/helpcontent2/source/auxiliary/mk/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/highcontrastwhite.css b/helpcontent2/source/auxiliary/mk/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/sbasic.cfg b/helpcontent2/source/auxiliary/mk/sbasic.cfg old mode 100755 new mode 100644 index d37a4707a6..b1bc15d9ca --- a/helpcontent2/source/auxiliary/mk/sbasic.cfg +++ b/helpcontent2/source/auxiliary/mk/sbasic.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Basic -Language=en-US +Language=mk Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/scalc.cfg b/helpcontent2/source/auxiliary/mk/scalc.cfg old mode 100755 new mode 100644 index 4f77c67af7..146c39dca8 --- a/helpcontent2/source/auxiliary/mk/scalc.cfg +++ b/helpcontent2/source/auxiliary/mk/scalc.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Calc -Language=en-US +Language=mk Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/schart.cfg b/helpcontent2/source/auxiliary/mk/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mk/sdatabase.cfg b/helpcontent2/source/auxiliary/mk/sdatabase.cfg index 36f6cdff93..1e2e1d41a7 100644 --- a/helpcontent2/source/auxiliary/mk/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/mk/sdatabase.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Base -Language=en-US +Language=mk Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/sdraw.cfg b/helpcontent2/source/auxiliary/mk/sdraw.cfg old mode 100755 new mode 100644 index bc3ffea264..edf9951123 --- a/helpcontent2/source/auxiliary/mk/sdraw.cfg +++ b/helpcontent2/source/auxiliary/mk/sdraw.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Draw -Language=en-US +Language=mk Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/simpress.cfg b/helpcontent2/source/auxiliary/mk/simpress.cfg old mode 100755 new mode 100644 index f0611234ae..6a78cb074a --- a/helpcontent2/source/auxiliary/mk/simpress.cfg +++ b/helpcontent2/source/auxiliary/mk/simpress.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Impress -Language=en-US +Language=mk Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/smath.cfg b/helpcontent2/source/auxiliary/mk/smath.cfg old mode 100755 new mode 100644 index f0f8e95d90..a59b266e2e --- a/helpcontent2/source/auxiliary/mk/smath.cfg +++ b/helpcontent2/source/auxiliary/mk/smath.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Math -Language=en-US +Language=mk Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/mk/swriter.cfg b/helpcontent2/source/auxiliary/mk/swriter.cfg old mode 100755 new mode 100644 index caeb62d3dd..0332e7449f --- a/helpcontent2/source/auxiliary/mk/swriter.cfg +++ b/helpcontent2/source/auxiliary/mk/swriter.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Writer -Language=en-US +Language=mk Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/ml/default.css b/helpcontent2/source/auxiliary/ml/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ml/highcontrast1.css b/helpcontent2/source/auxiliary/ml/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ml/highcontrast2.css b/helpcontent2/source/auxiliary/ml/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ml/highcontrastblack.css b/helpcontent2/source/auxiliary/ml/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ml/highcontrastwhite.css b/helpcontent2/source/auxiliary/ml/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ml/sbasic.cfg b/helpcontent2/source/auxiliary/ml/sbasic.cfg new file mode 100644 index 0000000000..4449d11923 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=ml +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/ml/scalc.cfg b/helpcontent2/source/auxiliary/ml/scalc.cfg new file mode 100644 index 0000000000..b803224875 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=ml +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/ml/schart.cfg b/helpcontent2/source/auxiliary/ml/schart.cfg new file mode 100644 index 0000000000..8ae321669f --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=ml +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/ml/sdatabase.cfg b/helpcontent2/source/auxiliary/ml/sdatabase.cfg new file mode 100644 index 0000000000..15e51e31f0 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=ml +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/ml/sdraw.cfg b/helpcontent2/source/auxiliary/ml/sdraw.cfg new file mode 100644 index 0000000000..b1330137cd --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=ml +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/ml/simpress.cfg b/helpcontent2/source/auxiliary/ml/simpress.cfg new file mode 100644 index 0000000000..56fdf063a9 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=ml +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/ml/smath.cfg b/helpcontent2/source/auxiliary/ml/smath.cfg new file mode 100644 index 0000000000..60538a13a6 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=ml +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/ml/swriter.cfg b/helpcontent2/source/auxiliary/ml/swriter.cfg new file mode 100644 index 0000000000..fd16989274 --- /dev/null +++ b/helpcontent2/source/auxiliary/ml/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=ml +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/mn/default.css b/helpcontent2/source/auxiliary/mn/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/highcontrast1.css b/helpcontent2/source/auxiliary/mn/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/highcontrast2.css b/helpcontent2/source/auxiliary/mn/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/highcontrastblack.css b/helpcontent2/source/auxiliary/mn/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/highcontrastwhite.css b/helpcontent2/source/auxiliary/mn/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/sbasic.cfg b/helpcontent2/source/auxiliary/mn/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/scalc.cfg b/helpcontent2/source/auxiliary/mn/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/schart.cfg b/helpcontent2/source/auxiliary/mn/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/sdraw.cfg b/helpcontent2/source/auxiliary/mn/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/simpress.cfg b/helpcontent2/source/auxiliary/mn/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/smath.cfg b/helpcontent2/source/auxiliary/mn/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mn/swriter.cfg b/helpcontent2/source/auxiliary/mn/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mni/default.css b/helpcontent2/source/auxiliary/mni/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mni/highcontrast1.css b/helpcontent2/source/auxiliary/mni/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mni/highcontrast2.css b/helpcontent2/source/auxiliary/mni/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mni/highcontrastblack.css b/helpcontent2/source/auxiliary/mni/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mni/highcontrastwhite.css b/helpcontent2/source/auxiliary/mni/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/mr/default.css b/helpcontent2/source/auxiliary/mr/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/mr/highcontrast1.css b/helpcontent2/source/auxiliary/mr/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/mr/highcontrast2.css b/helpcontent2/source/auxiliary/mr/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/mr/highcontrastblack.css b/helpcontent2/source/auxiliary/mr/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/mr/highcontrastwhite.css b/helpcontent2/source/auxiliary/mr/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/mr/sbasic.cfg b/helpcontent2/source/auxiliary/mr/sbasic.cfg new file mode 100644 index 0000000000..521dc8a20e --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=mr +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/mr/scalc.cfg b/helpcontent2/source/auxiliary/mr/scalc.cfg new file mode 100644 index 0000000000..130e7b8822 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=mr +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/mr/schart.cfg b/helpcontent2/source/auxiliary/mr/schart.cfg new file mode 100644 index 0000000000..c1873d52e4 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=mr +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/mr/sdatabase.cfg b/helpcontent2/source/auxiliary/mr/sdatabase.cfg new file mode 100644 index 0000000000..ce6b94de7a --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=mr +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/mr/sdraw.cfg b/helpcontent2/source/auxiliary/mr/sdraw.cfg new file mode 100644 index 0000000000..53ebeca51f --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=mr +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/mr/simpress.cfg b/helpcontent2/source/auxiliary/mr/simpress.cfg new file mode 100644 index 0000000000..c49ecd4a03 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=mr +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/mr/smath.cfg b/helpcontent2/source/auxiliary/mr/smath.cfg new file mode 100644 index 0000000000..7a32ac0227 --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=mr +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/mr/swriter.cfg b/helpcontent2/source/auxiliary/mr/swriter.cfg new file mode 100644 index 0000000000..db482f9efa --- /dev/null +++ b/helpcontent2/source/auxiliary/mr/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=mr +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/my/default.css b/helpcontent2/source/auxiliary/my/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/highcontrast1.css b/helpcontent2/source/auxiliary/my/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/highcontrast2.css b/helpcontent2/source/auxiliary/my/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/highcontrastblack.css b/helpcontent2/source/auxiliary/my/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/highcontrastwhite.css b/helpcontent2/source/auxiliary/my/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/sbasic.cfg b/helpcontent2/source/auxiliary/my/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/scalc.cfg b/helpcontent2/source/auxiliary/my/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/schart.cfg b/helpcontent2/source/auxiliary/my/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/sdraw.cfg b/helpcontent2/source/auxiliary/my/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/simpress.cfg b/helpcontent2/source/auxiliary/my/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/smath.cfg b/helpcontent2/source/auxiliary/my/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/my/swriter.cfg b/helpcontent2/source/auxiliary/my/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/default.css b/helpcontent2/source/auxiliary/nb/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/highcontrast1.css b/helpcontent2/source/auxiliary/nb/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/highcontrast2.css b/helpcontent2/source/auxiliary/nb/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/highcontrastblack.css b/helpcontent2/source/auxiliary/nb/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/highcontrastwhite.css b/helpcontent2/source/auxiliary/nb/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/sbasic.cfg b/helpcontent2/source/auxiliary/nb/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/scalc.cfg b/helpcontent2/source/auxiliary/nb/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/schart.cfg b/helpcontent2/source/auxiliary/nb/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/sdraw.cfg b/helpcontent2/source/auxiliary/nb/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/simpress.cfg b/helpcontent2/source/auxiliary/nb/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/smath.cfg b/helpcontent2/source/auxiliary/nb/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nb/swriter.cfg b/helpcontent2/source/auxiliary/nb/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/default.css b/helpcontent2/source/auxiliary/ne/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/highcontrast1.css b/helpcontent2/source/auxiliary/ne/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/highcontrast2.css b/helpcontent2/source/auxiliary/ne/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/highcontrastblack.css b/helpcontent2/source/auxiliary/ne/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/highcontrastwhite.css b/helpcontent2/source/auxiliary/ne/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/sbasic.cfg b/helpcontent2/source/auxiliary/ne/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/scalc.cfg b/helpcontent2/source/auxiliary/ne/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/schart.cfg b/helpcontent2/source/auxiliary/ne/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/sdraw.cfg b/helpcontent2/source/auxiliary/ne/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/simpress.cfg b/helpcontent2/source/auxiliary/ne/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/smath.cfg b/helpcontent2/source/auxiliary/ne/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ne/swriter.cfg b/helpcontent2/source/auxiliary/ne/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nl/schart.cfg b/helpcontent2/source/auxiliary/nl/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/default.css b/helpcontent2/source/auxiliary/nn/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/highcontrast1.css b/helpcontent2/source/auxiliary/nn/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/highcontrast2.css b/helpcontent2/source/auxiliary/nn/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/highcontrastblack.css b/helpcontent2/source/auxiliary/nn/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/highcontrastwhite.css b/helpcontent2/source/auxiliary/nn/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/sbasic.cfg b/helpcontent2/source/auxiliary/nn/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/scalc.cfg b/helpcontent2/source/auxiliary/nn/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/schart.cfg b/helpcontent2/source/auxiliary/nn/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/sdraw.cfg b/helpcontent2/source/auxiliary/nn/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/simpress.cfg b/helpcontent2/source/auxiliary/nn/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/smath.cfg b/helpcontent2/source/auxiliary/nn/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nn/swriter.cfg b/helpcontent2/source/auxiliary/nn/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/default.css b/helpcontent2/source/auxiliary/nr/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/highcontrast1.css b/helpcontent2/source/auxiliary/nr/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/highcontrast2.css b/helpcontent2/source/auxiliary/nr/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/highcontrastblack.css b/helpcontent2/source/auxiliary/nr/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/highcontrastwhite.css b/helpcontent2/source/auxiliary/nr/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/sbasic.cfg b/helpcontent2/source/auxiliary/nr/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/scalc.cfg b/helpcontent2/source/auxiliary/nr/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/schart.cfg b/helpcontent2/source/auxiliary/nr/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/sdraw.cfg b/helpcontent2/source/auxiliary/nr/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/simpress.cfg b/helpcontent2/source/auxiliary/nr/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/smath.cfg b/helpcontent2/source/auxiliary/nr/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nr/swriter.cfg b/helpcontent2/source/auxiliary/nr/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/default.css b/helpcontent2/source/auxiliary/nso/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/highcontrast1.css b/helpcontent2/source/auxiliary/nso/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/highcontrast2.css b/helpcontent2/source/auxiliary/nso/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/highcontrastblack.css b/helpcontent2/source/auxiliary/nso/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/highcontrastwhite.css b/helpcontent2/source/auxiliary/nso/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/sbasic.cfg b/helpcontent2/source/auxiliary/nso/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/scalc.cfg b/helpcontent2/source/auxiliary/nso/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/schart.cfg b/helpcontent2/source/auxiliary/nso/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/sdraw.cfg b/helpcontent2/source/auxiliary/nso/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/simpress.cfg b/helpcontent2/source/auxiliary/nso/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/smath.cfg b/helpcontent2/source/auxiliary/nso/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/nso/swriter.cfg b/helpcontent2/source/auxiliary/nso/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/default.css b/helpcontent2/source/auxiliary/oc/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/highcontrast1.css b/helpcontent2/source/auxiliary/oc/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/highcontrast2.css b/helpcontent2/source/auxiliary/oc/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/highcontrastblack.css b/helpcontent2/source/auxiliary/oc/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/highcontrastwhite.css b/helpcontent2/source/auxiliary/oc/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/sbasic.cfg b/helpcontent2/source/auxiliary/oc/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/scalc.cfg b/helpcontent2/source/auxiliary/oc/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/schart.cfg b/helpcontent2/source/auxiliary/oc/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/sdraw.cfg b/helpcontent2/source/auxiliary/oc/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/simpress.cfg b/helpcontent2/source/auxiliary/oc/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/smath.cfg b/helpcontent2/source/auxiliary/oc/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/oc/swriter.cfg b/helpcontent2/source/auxiliary/oc/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/om/default.css b/helpcontent2/source/auxiliary/om/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/om/highcontrast1.css b/helpcontent2/source/auxiliary/om/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/om/highcontrast2.css b/helpcontent2/source/auxiliary/om/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/om/highcontrastblack.css b/helpcontent2/source/auxiliary/om/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/om/highcontrastwhite.css b/helpcontent2/source/auxiliary/om/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/or/default.css b/helpcontent2/source/auxiliary/or/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/or/highcontrast1.css b/helpcontent2/source/auxiliary/or/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/or/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/or/highcontrast2.css b/helpcontent2/source/auxiliary/or/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/or/highcontrastblack.css b/helpcontent2/source/auxiliary/or/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/or/highcontrastwhite.css b/helpcontent2/source/auxiliary/or/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/or/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/or/sbasic.cfg b/helpcontent2/source/auxiliary/or/sbasic.cfg new file mode 100644 index 0000000000..0fd2617c8e --- /dev/null +++ b/helpcontent2/source/auxiliary/or/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=or +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/or/scalc.cfg b/helpcontent2/source/auxiliary/or/scalc.cfg new file mode 100644 index 0000000000..39d010aca8 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=or +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/or/schart.cfg b/helpcontent2/source/auxiliary/or/schart.cfg new file mode 100644 index 0000000000..53173e018b --- /dev/null +++ b/helpcontent2/source/auxiliary/or/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=or +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/or/sdatabase.cfg b/helpcontent2/source/auxiliary/or/sdatabase.cfg new file mode 100644 index 0000000000..c1d2fe8b7e --- /dev/null +++ b/helpcontent2/source/auxiliary/or/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=or +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/or/sdraw.cfg b/helpcontent2/source/auxiliary/or/sdraw.cfg new file mode 100644 index 0000000000..77ec3cc975 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=or +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/or/simpress.cfg b/helpcontent2/source/auxiliary/or/simpress.cfg new file mode 100644 index 0000000000..685f91d433 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=or +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/or/smath.cfg b/helpcontent2/source/auxiliary/or/smath.cfg new file mode 100644 index 0000000000..25a55af8d4 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=or +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/or/swriter.cfg b/helpcontent2/source/auxiliary/or/swriter.cfg new file mode 100644 index 0000000000..ff495920e0 --- /dev/null +++ b/helpcontent2/source/auxiliary/or/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=or +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/pa-IN/default.css b/helpcontent2/source/auxiliary/pa-IN/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css b/helpcontent2/source/auxiliary/pa-IN/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css b/helpcontent2/source/auxiliary/pa-IN/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css b/helpcontent2/source/auxiliary/pa-IN/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css b/helpcontent2/source/auxiliary/pa-IN/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg b/helpcontent2/source/auxiliary/pa-IN/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/scalc.cfg b/helpcontent2/source/auxiliary/pa-IN/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/schart.cfg b/helpcontent2/source/auxiliary/pa-IN/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg b/helpcontent2/source/auxiliary/pa-IN/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/simpress.cfg b/helpcontent2/source/auxiliary/pa-IN/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/smath.cfg b/helpcontent2/source/auxiliary/pa-IN/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pa-IN/swriter.cfg b/helpcontent2/source/auxiliary/pa-IN/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/default.css b/helpcontent2/source/auxiliary/pl/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/highcontrast1.css b/helpcontent2/source/auxiliary/pl/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/highcontrast2.css b/helpcontent2/source/auxiliary/pl/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/highcontrastblack.css b/helpcontent2/source/auxiliary/pl/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/highcontrastwhite.css b/helpcontent2/source/auxiliary/pl/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/sbasic.cfg b/helpcontent2/source/auxiliary/pl/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/scalc.cfg b/helpcontent2/source/auxiliary/pl/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/schart.cfg b/helpcontent2/source/auxiliary/pl/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/sdraw.cfg b/helpcontent2/source/auxiliary/pl/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/simpress.cfg b/helpcontent2/source/auxiliary/pl/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/smath.cfg b/helpcontent2/source/auxiliary/pl/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pl/swriter.cfg b/helpcontent2/source/auxiliary/pl/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/default.css b/helpcontent2/source/auxiliary/pt-BR/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css b/helpcontent2/source/auxiliary/pt-BR/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css b/helpcontent2/source/auxiliary/pt-BR/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css b/helpcontent2/source/auxiliary/pt-BR/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css b/helpcontent2/source/auxiliary/pt-BR/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg b/helpcontent2/source/auxiliary/pt-BR/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/scalc.cfg b/helpcontent2/source/auxiliary/pt-BR/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/schart.cfg b/helpcontent2/source/auxiliary/pt-BR/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg b/helpcontent2/source/auxiliary/pt-BR/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/simpress.cfg b/helpcontent2/source/auxiliary/pt-BR/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/smath.cfg b/helpcontent2/source/auxiliary/pt-BR/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt-BR/swriter.cfg b/helpcontent2/source/auxiliary/pt-BR/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/default.css b/helpcontent2/source/auxiliary/pt/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/highcontrast1.css b/helpcontent2/source/auxiliary/pt/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/highcontrast2.css b/helpcontent2/source/auxiliary/pt/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/highcontrastblack.css b/helpcontent2/source/auxiliary/pt/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/highcontrastwhite.css b/helpcontent2/source/auxiliary/pt/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/sbasic.cfg b/helpcontent2/source/auxiliary/pt/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/scalc.cfg b/helpcontent2/source/auxiliary/pt/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/schart.cfg b/helpcontent2/source/auxiliary/pt/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/sdraw.cfg b/helpcontent2/source/auxiliary/pt/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/simpress.cfg b/helpcontent2/source/auxiliary/pt/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/smath.cfg b/helpcontent2/source/auxiliary/pt/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/pt/swriter.cfg b/helpcontent2/source/auxiliary/pt/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ro/default.css b/helpcontent2/source/auxiliary/ro/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ro/highcontrast1.css b/helpcontent2/source/auxiliary/ro/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ro/highcontrast2.css b/helpcontent2/source/auxiliary/ro/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ro/highcontrastblack.css b/helpcontent2/source/auxiliary/ro/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ro/highcontrastwhite.css b/helpcontent2/source/auxiliary/ro/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ro/sbasic.cfg b/helpcontent2/source/auxiliary/ro/sbasic.cfg new file mode 100644 index 0000000000..ed67dd993d --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=ro +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/ro/scalc.cfg b/helpcontent2/source/auxiliary/ro/scalc.cfg new file mode 100644 index 0000000000..82281734ab --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=ro +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/ro/schart.cfg b/helpcontent2/source/auxiliary/ro/schart.cfg new file mode 100644 index 0000000000..e19d45d81e --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=ro +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/ro/sdatabase.cfg b/helpcontent2/source/auxiliary/ro/sdatabase.cfg new file mode 100644 index 0000000000..055cd9add4 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=ro +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/ro/sdraw.cfg b/helpcontent2/source/auxiliary/ro/sdraw.cfg new file mode 100644 index 0000000000..4b7549dea6 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=ro +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/ro/simpress.cfg b/helpcontent2/source/auxiliary/ro/simpress.cfg new file mode 100644 index 0000000000..a313dbfc11 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=ro +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/ro/smath.cfg b/helpcontent2/source/auxiliary/ro/smath.cfg new file mode 100644 index 0000000000..73d8ffe2f9 --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=ro +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/ro/swriter.cfg b/helpcontent2/source/auxiliary/ro/swriter.cfg new file mode 100644 index 0000000000..f9361246ba --- /dev/null +++ b/helpcontent2/source/auxiliary/ro/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=ro +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/ru/default.css b/helpcontent2/source/auxiliary/ru/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/highcontrast1.css b/helpcontent2/source/auxiliary/ru/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/highcontrast2.css b/helpcontent2/source/auxiliary/ru/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/highcontrastblack.css b/helpcontent2/source/auxiliary/ru/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/highcontrastwhite.css b/helpcontent2/source/auxiliary/ru/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/sbasic.cfg b/helpcontent2/source/auxiliary/ru/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/scalc.cfg b/helpcontent2/source/auxiliary/ru/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/schart.cfg b/helpcontent2/source/auxiliary/ru/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/sdraw.cfg b/helpcontent2/source/auxiliary/ru/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/simpress.cfg b/helpcontent2/source/auxiliary/ru/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/smath.cfg b/helpcontent2/source/auxiliary/ru/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ru/swriter.cfg b/helpcontent2/source/auxiliary/ru/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/default.css b/helpcontent2/source/auxiliary/rw/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/highcontrast1.css b/helpcontent2/source/auxiliary/rw/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/highcontrast2.css b/helpcontent2/source/auxiliary/rw/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/highcontrastblack.css b/helpcontent2/source/auxiliary/rw/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/highcontrastwhite.css b/helpcontent2/source/auxiliary/rw/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/sbasic.cfg b/helpcontent2/source/auxiliary/rw/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/scalc.cfg b/helpcontent2/source/auxiliary/rw/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/schart.cfg b/helpcontent2/source/auxiliary/rw/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/sdraw.cfg b/helpcontent2/source/auxiliary/rw/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/simpress.cfg b/helpcontent2/source/auxiliary/rw/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/smath.cfg b/helpcontent2/source/auxiliary/rw/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/rw/swriter.cfg b/helpcontent2/source/auxiliary/rw/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sa-IN/default.css b/helpcontent2/source/auxiliary/sa-IN/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css b/helpcontent2/source/auxiliary/sa-IN/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css b/helpcontent2/source/auxiliary/sa-IN/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css b/helpcontent2/source/auxiliary/sa-IN/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css b/helpcontent2/source/auxiliary/sa-IN/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sat/default.css b/helpcontent2/source/auxiliary/sat/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sat/highcontrast1.css b/helpcontent2/source/auxiliary/sat/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sat/highcontrast2.css b/helpcontent2/source/auxiliary/sat/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sat/highcontrastblack.css b/helpcontent2/source/auxiliary/sat/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sat/highcontrastwhite.css b/helpcontent2/source/auxiliary/sat/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sbasic.tree b/helpcontent2/source/auxiliary/sbasic.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/scalc.tree b/helpcontent2/source/auxiliary/scalc.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/schart.tree b/helpcontent2/source/auxiliary/schart.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sd/default.css b/helpcontent2/source/auxiliary/sd/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sd/highcontrast1.css b/helpcontent2/source/auxiliary/sd/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sd/highcontrast2.css b/helpcontent2/source/auxiliary/sd/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sd/highcontrastblack.css b/helpcontent2/source/auxiliary/sd/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sd/highcontrastwhite.css b/helpcontent2/source/auxiliary/sd/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/default.css b/helpcontent2/source/auxiliary/sh/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/highcontrast1.css b/helpcontent2/source/auxiliary/sh/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/highcontrast2.css b/helpcontent2/source/auxiliary/sh/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/highcontrastblack.css b/helpcontent2/source/auxiliary/sh/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/highcontrastwhite.css b/helpcontent2/source/auxiliary/sh/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/sbasic.cfg b/helpcontent2/source/auxiliary/sh/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/scalc.cfg b/helpcontent2/source/auxiliary/sh/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/schart.cfg b/helpcontent2/source/auxiliary/sh/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/sdraw.cfg b/helpcontent2/source/auxiliary/sh/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/simpress.cfg b/helpcontent2/source/auxiliary/sh/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/smath.cfg b/helpcontent2/source/auxiliary/sh/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sh/swriter.cfg b/helpcontent2/source/auxiliary/sh/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/shared.tree b/helpcontent2/source/auxiliary/shared.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/si/default.css b/helpcontent2/source/auxiliary/si/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/si/highcontrast1.css b/helpcontent2/source/auxiliary/si/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/si/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/si/highcontrast2.css b/helpcontent2/source/auxiliary/si/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/si/highcontrastblack.css b/helpcontent2/source/auxiliary/si/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/si/highcontrastwhite.css b/helpcontent2/source/auxiliary/si/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/si/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/si/sbasic.cfg b/helpcontent2/source/auxiliary/si/sbasic.cfg new file mode 100644 index 0000000000..8d8570f716 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=si +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/si/scalc.cfg b/helpcontent2/source/auxiliary/si/scalc.cfg new file mode 100644 index 0000000000..c1aee821a8 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=si +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/si/schart.cfg b/helpcontent2/source/auxiliary/si/schart.cfg new file mode 100644 index 0000000000..f0b61835ec --- /dev/null +++ b/helpcontent2/source/auxiliary/si/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=si +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/si/sdatabase.cfg b/helpcontent2/source/auxiliary/si/sdatabase.cfg new file mode 100644 index 0000000000..735ef48546 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=si +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/si/sdraw.cfg b/helpcontent2/source/auxiliary/si/sdraw.cfg new file mode 100644 index 0000000000..a969afa4c3 --- /dev/null +++ b/helpcontent2/source/auxiliary/si/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=si +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/si/simpress.cfg b/helpcontent2/source/auxiliary/si/simpress.cfg new file mode 100644 index 0000000000..057659b5ae --- /dev/null +++ b/helpcontent2/source/auxiliary/si/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=si +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/si/smath.cfg b/helpcontent2/source/auxiliary/si/smath.cfg new file mode 100644 index 0000000000..e1989e1d7f --- /dev/null +++ b/helpcontent2/source/auxiliary/si/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=si +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/si/swriter.cfg b/helpcontent2/source/auxiliary/si/swriter.cfg new file mode 100644 index 0000000000..da00af6d9c --- /dev/null +++ b/helpcontent2/source/auxiliary/si/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=si +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/simpress.tree b/helpcontent2/source/auxiliary/simpress.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/default.css b/helpcontent2/source/auxiliary/sk/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/highcontrast1.css b/helpcontent2/source/auxiliary/sk/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/highcontrast2.css b/helpcontent2/source/auxiliary/sk/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/highcontrastblack.css b/helpcontent2/source/auxiliary/sk/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/highcontrastwhite.css b/helpcontent2/source/auxiliary/sk/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/sbasic.cfg b/helpcontent2/source/auxiliary/sk/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/scalc.cfg b/helpcontent2/source/auxiliary/sk/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/schart.cfg b/helpcontent2/source/auxiliary/sk/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/sdraw.cfg b/helpcontent2/source/auxiliary/sk/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/simpress.cfg b/helpcontent2/source/auxiliary/sk/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/smath.cfg b/helpcontent2/source/auxiliary/sk/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sk/swriter.cfg b/helpcontent2/source/auxiliary/sk/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/default.css b/helpcontent2/source/auxiliary/sl/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/highcontrast1.css b/helpcontent2/source/auxiliary/sl/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/highcontrast2.css b/helpcontent2/source/auxiliary/sl/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/highcontrastblack.css b/helpcontent2/source/auxiliary/sl/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/highcontrastwhite.css b/helpcontent2/source/auxiliary/sl/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/sbasic.cfg b/helpcontent2/source/auxiliary/sl/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/scalc.cfg b/helpcontent2/source/auxiliary/sl/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/schart.cfg b/helpcontent2/source/auxiliary/sl/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/sdraw.cfg b/helpcontent2/source/auxiliary/sl/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/simpress.cfg b/helpcontent2/source/auxiliary/sl/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/smath.cfg b/helpcontent2/source/auxiliary/sl/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sl/swriter.cfg b/helpcontent2/source/auxiliary/sl/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/smath.tree b/helpcontent2/source/auxiliary/smath.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sq/schart.cfg b/helpcontent2/source/auxiliary/sq/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/default.css b/helpcontent2/source/auxiliary/sr/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/highcontrast1.css b/helpcontent2/source/auxiliary/sr/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/highcontrast2.css b/helpcontent2/source/auxiliary/sr/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/highcontrastblack.css b/helpcontent2/source/auxiliary/sr/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/highcontrastwhite.css b/helpcontent2/source/auxiliary/sr/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/sbasic.cfg b/helpcontent2/source/auxiliary/sr/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/scalc.cfg b/helpcontent2/source/auxiliary/sr/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/schart.cfg b/helpcontent2/source/auxiliary/sr/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/sdraw.cfg b/helpcontent2/source/auxiliary/sr/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/simpress.cfg b/helpcontent2/source/auxiliary/sr/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/smath.cfg b/helpcontent2/source/auxiliary/sr/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sr/swriter.cfg b/helpcontent2/source/auxiliary/sr/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ss/default.css b/helpcontent2/source/auxiliary/ss/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ss/highcontrast1.css b/helpcontent2/source/auxiliary/ss/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ss/highcontrast2.css b/helpcontent2/source/auxiliary/ss/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ss/highcontrastblack.css b/helpcontent2/source/auxiliary/ss/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ss/highcontrastwhite.css b/helpcontent2/source/auxiliary/ss/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/default.css b/helpcontent2/source/auxiliary/st/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/highcontrast1.css b/helpcontent2/source/auxiliary/st/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/highcontrast2.css b/helpcontent2/source/auxiliary/st/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/highcontrastblack.css b/helpcontent2/source/auxiliary/st/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/highcontrastwhite.css b/helpcontent2/source/auxiliary/st/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/sbasic.cfg b/helpcontent2/source/auxiliary/st/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/scalc.cfg b/helpcontent2/source/auxiliary/st/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/schart.cfg b/helpcontent2/source/auxiliary/st/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/sdraw.cfg b/helpcontent2/source/auxiliary/st/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/simpress.cfg b/helpcontent2/source/auxiliary/st/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/smath.cfg b/helpcontent2/source/auxiliary/st/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/st/swriter.cfg b/helpcontent2/source/auxiliary/st/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/default.css b/helpcontent2/source/auxiliary/sv/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/highcontrast1.css b/helpcontent2/source/auxiliary/sv/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/highcontrast2.css b/helpcontent2/source/auxiliary/sv/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/highcontrastblack.css b/helpcontent2/source/auxiliary/sv/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/highcontrastwhite.css b/helpcontent2/source/auxiliary/sv/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/sbasic.cfg b/helpcontent2/source/auxiliary/sv/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/scalc.cfg b/helpcontent2/source/auxiliary/sv/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/schart.cfg b/helpcontent2/source/auxiliary/sv/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/sdraw.cfg b/helpcontent2/source/auxiliary/sv/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/simpress.cfg b/helpcontent2/source/auxiliary/sv/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/smath.cfg b/helpcontent2/source/auxiliary/sv/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sv/swriter.cfg b/helpcontent2/source/auxiliary/sv/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/default.css b/helpcontent2/source/auxiliary/sw-TZ/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css b/helpcontent2/source/auxiliary/sw-TZ/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg b/helpcontent2/source/auxiliary/sw-TZ/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg b/helpcontent2/source/auxiliary/sw-TZ/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/schart.cfg b/helpcontent2/source/auxiliary/sw-TZ/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg b/helpcontent2/source/auxiliary/sw-TZ/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg b/helpcontent2/source/auxiliary/sw-TZ/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/smath.cfg b/helpcontent2/source/auxiliary/sw-TZ/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg b/helpcontent2/source/auxiliary/sw-TZ/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/swriter.tree b/helpcontent2/source/auxiliary/swriter.tree old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/default.css b/helpcontent2/source/auxiliary/ta/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/highcontrast1.css b/helpcontent2/source/auxiliary/ta/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/highcontrast2.css b/helpcontent2/source/auxiliary/ta/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/highcontrastblack.css b/helpcontent2/source/auxiliary/ta/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/highcontrastwhite.css b/helpcontent2/source/auxiliary/ta/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/sbasic.cfg b/helpcontent2/source/auxiliary/ta/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/scalc.cfg b/helpcontent2/source/auxiliary/ta/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/schart.cfg b/helpcontent2/source/auxiliary/ta/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/sdraw.cfg b/helpcontent2/source/auxiliary/ta/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/simpress.cfg b/helpcontent2/source/auxiliary/ta/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/smath.cfg b/helpcontent2/source/auxiliary/ta/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ta/swriter.cfg b/helpcontent2/source/auxiliary/ta/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/te/default.css b/helpcontent2/source/auxiliary/te/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/te/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/te/highcontrast1.css b/helpcontent2/source/auxiliary/te/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/te/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/te/highcontrast2.css b/helpcontent2/source/auxiliary/te/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/te/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/te/highcontrastblack.css b/helpcontent2/source/auxiliary/te/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/te/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/te/highcontrastwhite.css b/helpcontent2/source/auxiliary/te/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/te/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/te/sbasic.cfg b/helpcontent2/source/auxiliary/te/sbasic.cfg new file mode 100644 index 0000000000..1003dbeeb1 --- /dev/null +++ b/helpcontent2/source/auxiliary/te/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=te +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/te/scalc.cfg b/helpcontent2/source/auxiliary/te/scalc.cfg new file mode 100644 index 0000000000..49cafd6971 --- /dev/null +++ b/helpcontent2/source/auxiliary/te/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=te +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/te/schart.cfg b/helpcontent2/source/auxiliary/te/schart.cfg new file mode 100644 index 0000000000..efe0e8532f --- /dev/null +++ b/helpcontent2/source/auxiliary/te/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=te +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/te/sdatabase.cfg b/helpcontent2/source/auxiliary/te/sdatabase.cfg new file mode 100644 index 0000000000..d0380e33cb --- /dev/null +++ b/helpcontent2/source/auxiliary/te/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=te +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/te/sdraw.cfg b/helpcontent2/source/auxiliary/te/sdraw.cfg new file mode 100644 index 0000000000..772d971f6d --- /dev/null +++ b/helpcontent2/source/auxiliary/te/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=te +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/te/simpress.cfg b/helpcontent2/source/auxiliary/te/simpress.cfg new file mode 100644 index 0000000000..a9fcde361f --- /dev/null +++ b/helpcontent2/source/auxiliary/te/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=te +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/te/smath.cfg b/helpcontent2/source/auxiliary/te/smath.cfg new file mode 100644 index 0000000000..ef8ef7aabe --- /dev/null +++ b/helpcontent2/source/auxiliary/te/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=te +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/te/swriter.cfg b/helpcontent2/source/auxiliary/te/swriter.cfg new file mode 100644 index 0000000000..4fe0270c9f --- /dev/null +++ b/helpcontent2/source/auxiliary/te/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=te +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/tg/default.css b/helpcontent2/source/auxiliary/tg/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/highcontrast1.css b/helpcontent2/source/auxiliary/tg/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/highcontrast2.css b/helpcontent2/source/auxiliary/tg/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/highcontrastblack.css b/helpcontent2/source/auxiliary/tg/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/highcontrastwhite.css b/helpcontent2/source/auxiliary/tg/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/sbasic.cfg b/helpcontent2/source/auxiliary/tg/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/scalc.cfg b/helpcontent2/source/auxiliary/tg/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/schart.cfg b/helpcontent2/source/auxiliary/tg/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/sdraw.cfg b/helpcontent2/source/auxiliary/tg/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/simpress.cfg b/helpcontent2/source/auxiliary/tg/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/smath.cfg b/helpcontent2/source/auxiliary/tg/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tg/swriter.cfg b/helpcontent2/source/auxiliary/tg/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/default.css b/helpcontent2/source/auxiliary/th/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/highcontrast1.css b/helpcontent2/source/auxiliary/th/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/highcontrast2.css b/helpcontent2/source/auxiliary/th/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/highcontrastblack.css b/helpcontent2/source/auxiliary/th/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/highcontrastwhite.css b/helpcontent2/source/auxiliary/th/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/sbasic.cfg b/helpcontent2/source/auxiliary/th/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/scalc.cfg b/helpcontent2/source/auxiliary/th/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/schart.cfg b/helpcontent2/source/auxiliary/th/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/sdraw.cfg b/helpcontent2/source/auxiliary/th/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/simpress.cfg b/helpcontent2/source/auxiliary/th/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/smath.cfg b/helpcontent2/source/auxiliary/th/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/th/swriter.cfg b/helpcontent2/source/auxiliary/th/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/default.css b/helpcontent2/source/auxiliary/tn/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/highcontrast1.css b/helpcontent2/source/auxiliary/tn/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/highcontrast2.css b/helpcontent2/source/auxiliary/tn/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/highcontrastblack.css b/helpcontent2/source/auxiliary/tn/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/highcontrastwhite.css b/helpcontent2/source/auxiliary/tn/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/sbasic.cfg b/helpcontent2/source/auxiliary/tn/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/scalc.cfg b/helpcontent2/source/auxiliary/tn/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/schart.cfg b/helpcontent2/source/auxiliary/tn/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/sdraw.cfg b/helpcontent2/source/auxiliary/tn/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/simpress.cfg b/helpcontent2/source/auxiliary/tn/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/smath.cfg b/helpcontent2/source/auxiliary/tn/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tn/swriter.cfg b/helpcontent2/source/auxiliary/tn/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/default.css b/helpcontent2/source/auxiliary/tr/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/highcontrast1.css b/helpcontent2/source/auxiliary/tr/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/highcontrast2.css b/helpcontent2/source/auxiliary/tr/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/highcontrastblack.css b/helpcontent2/source/auxiliary/tr/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/highcontrastwhite.css b/helpcontent2/source/auxiliary/tr/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/sbasic.cfg b/helpcontent2/source/auxiliary/tr/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/scalc.cfg b/helpcontent2/source/auxiliary/tr/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/schart.cfg b/helpcontent2/source/auxiliary/tr/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/sdraw.cfg b/helpcontent2/source/auxiliary/tr/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/simpress.cfg b/helpcontent2/source/auxiliary/tr/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/smath.cfg b/helpcontent2/source/auxiliary/tr/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/tr/swriter.cfg b/helpcontent2/source/auxiliary/tr/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/default.css b/helpcontent2/source/auxiliary/ts/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/highcontrast1.css b/helpcontent2/source/auxiliary/ts/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/highcontrast2.css b/helpcontent2/source/auxiliary/ts/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/highcontrastblack.css b/helpcontent2/source/auxiliary/ts/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/highcontrastwhite.css b/helpcontent2/source/auxiliary/ts/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/sbasic.cfg b/helpcontent2/source/auxiliary/ts/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/scalc.cfg b/helpcontent2/source/auxiliary/ts/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/schart.cfg b/helpcontent2/source/auxiliary/ts/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/sdraw.cfg b/helpcontent2/source/auxiliary/ts/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/simpress.cfg b/helpcontent2/source/auxiliary/ts/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/smath.cfg b/helpcontent2/source/auxiliary/ts/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ts/swriter.cfg b/helpcontent2/source/auxiliary/ts/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ug/default.css b/helpcontent2/source/auxiliary/ug/default.css new file mode 100644 index 0000000000..bcdc5f4e61 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ug/highcontrast1.css b/helpcontent2/source/auxiliary/ug/highcontrast1.css new file mode 100644 index 0000000000..1b44518acd --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ug/highcontrast2.css b/helpcontent2/source/auxiliary/ug/highcontrast2.css new file mode 100644 index 0000000000..6f934a4196 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ug/highcontrastblack.css b/helpcontent2/source/auxiliary/ug/highcontrastblack.css new file mode 100644 index 0000000000..87c4b7e310 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ug/highcontrastwhite.css b/helpcontent2/source/auxiliary/ug/highcontrastwhite.css new file mode 100644 index 0000000000..9c8bbe469e --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ug/sbasic.cfg b/helpcontent2/source/auxiliary/ug/sbasic.cfg new file mode 100644 index 0000000000..e3cc1fd6f9 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/sbasic.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Basic + +Language=ug +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC diff --git a/helpcontent2/source/auxiliary/ug/scalc.cfg b/helpcontent2/source/auxiliary/ug/scalc.cfg new file mode 100644 index 0000000000..d306a85292 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/scalc.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Calc + +Language=ug +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC diff --git a/helpcontent2/source/auxiliary/ug/schart.cfg b/helpcontent2/source/auxiliary/ug/schart.cfg new file mode 100644 index 0000000000..cfc6865e11 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/schart.cfg @@ -0,0 +1,8 @@ +Title=%PRODUCTNAME Chart + +Language=ug +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART + diff --git a/helpcontent2/source/auxiliary/ug/sdatabase.cfg b/helpcontent2/source/auxiliary/ug/sdatabase.cfg new file mode 100644 index 0000000000..2873aff4bc --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/sdatabase.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Base + +Language=ug +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE diff --git a/helpcontent2/source/auxiliary/ug/sdraw.cfg b/helpcontent2/source/auxiliary/ug/sdraw.cfg new file mode 100644 index 0000000000..8db46a3b5a --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/sdraw.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Draw + +Language=ug +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW diff --git a/helpcontent2/source/auxiliary/ug/simpress.cfg b/helpcontent2/source/auxiliary/ug/simpress.cfg new file mode 100644 index 0000000000..c51886e9ee --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/simpress.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Impress + +Language=ug +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS diff --git a/helpcontent2/source/auxiliary/ug/smath.cfg b/helpcontent2/source/auxiliary/ug/smath.cfg new file mode 100644 index 0000000000..585f99f351 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/smath.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Math + +Language=ug +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH diff --git a/helpcontent2/source/auxiliary/ug/swriter.cfg b/helpcontent2/source/auxiliary/ug/swriter.cfg new file mode 100644 index 0000000000..fcfacad835 --- /dev/null +++ b/helpcontent2/source/auxiliary/ug/swriter.cfg @@ -0,0 +1,8 @@ + +Title=%PRODUCTNAME Writer + +Language=ug +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER diff --git a/helpcontent2/source/auxiliary/uk/default.css b/helpcontent2/source/auxiliary/uk/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/highcontrast1.css b/helpcontent2/source/auxiliary/uk/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/highcontrast2.css b/helpcontent2/source/auxiliary/uk/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/highcontrastblack.css b/helpcontent2/source/auxiliary/uk/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/highcontrastwhite.css b/helpcontent2/source/auxiliary/uk/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/sbasic.cfg b/helpcontent2/source/auxiliary/uk/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/scalc.cfg b/helpcontent2/source/auxiliary/uk/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/schart.cfg b/helpcontent2/source/auxiliary/uk/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/sdraw.cfg b/helpcontent2/source/auxiliary/uk/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/simpress.cfg b/helpcontent2/source/auxiliary/uk/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/smath.cfg b/helpcontent2/source/auxiliary/uk/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uk/swriter.cfg b/helpcontent2/source/auxiliary/uk/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/default.css b/helpcontent2/source/auxiliary/uz/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/highcontrast1.css b/helpcontent2/source/auxiliary/uz/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/highcontrast2.css b/helpcontent2/source/auxiliary/uz/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/highcontrastblack.css b/helpcontent2/source/auxiliary/uz/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/highcontrastwhite.css b/helpcontent2/source/auxiliary/uz/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/sbasic.cfg b/helpcontent2/source/auxiliary/uz/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/scalc.cfg b/helpcontent2/source/auxiliary/uz/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/schart.cfg b/helpcontent2/source/auxiliary/uz/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/sdraw.cfg b/helpcontent2/source/auxiliary/uz/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/simpress.cfg b/helpcontent2/source/auxiliary/uz/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/smath.cfg b/helpcontent2/source/auxiliary/uz/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/uz/swriter.cfg b/helpcontent2/source/auxiliary/uz/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ve/default.css b/helpcontent2/source/auxiliary/ve/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ve/highcontrast1.css b/helpcontent2/source/auxiliary/ve/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ve/highcontrast2.css b/helpcontent2/source/auxiliary/ve/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ve/highcontrastblack.css b/helpcontent2/source/auxiliary/ve/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/ve/highcontrastwhite.css b/helpcontent2/source/auxiliary/ve/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/default.css b/helpcontent2/source/auxiliary/vi/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/highcontrast1.css b/helpcontent2/source/auxiliary/vi/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/highcontrast2.css b/helpcontent2/source/auxiliary/vi/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/highcontrastblack.css b/helpcontent2/source/auxiliary/vi/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/highcontrastwhite.css b/helpcontent2/source/auxiliary/vi/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/sbasic.cfg b/helpcontent2/source/auxiliary/vi/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/scalc.cfg b/helpcontent2/source/auxiliary/vi/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/schart.cfg b/helpcontent2/source/auxiliary/vi/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/sdraw.cfg b/helpcontent2/source/auxiliary/vi/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/simpress.cfg b/helpcontent2/source/auxiliary/vi/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/smath.cfg b/helpcontent2/source/auxiliary/vi/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/vi/swriter.cfg b/helpcontent2/source/auxiliary/vi/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/default.css b/helpcontent2/source/auxiliary/xh/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/highcontrast1.css b/helpcontent2/source/auxiliary/xh/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/highcontrast2.css b/helpcontent2/source/auxiliary/xh/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/highcontrastblack.css b/helpcontent2/source/auxiliary/xh/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/highcontrastwhite.css b/helpcontent2/source/auxiliary/xh/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/sbasic.cfg b/helpcontent2/source/auxiliary/xh/sbasic.cfg old mode 100755 new mode 100644 index d37a4707a6..31ac4be518 --- a/helpcontent2/source/auxiliary/xh/sbasic.cfg +++ b/helpcontent2/source/auxiliary/xh/sbasic.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Basic -Language=en-US +Language=xh Order=7 Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/scalc.cfg b/helpcontent2/source/auxiliary/xh/scalc.cfg old mode 100755 new mode 100644 index 4f77c67af7..be9f424598 --- a/helpcontent2/source/auxiliary/xh/scalc.cfg +++ b/helpcontent2/source/auxiliary/xh/scalc.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Calc -Language=en-US +Language=xh Order=3 Start=text%2Fscalc%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/schart.cfg b/helpcontent2/source/auxiliary/xh/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/xh/sdatabase.cfg b/helpcontent2/source/auxiliary/xh/sdatabase.cfg index 36f6cdff93..3d524b64c4 100644 --- a/helpcontent2/source/auxiliary/xh/sdatabase.cfg +++ b/helpcontent2/source/auxiliary/xh/sdatabase.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Base -Language=en-US +Language=xh Order=7 Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/sdraw.cfg b/helpcontent2/source/auxiliary/xh/sdraw.cfg old mode 100755 new mode 100644 index bc3ffea264..c538b7e8f9 --- a/helpcontent2/source/auxiliary/xh/sdraw.cfg +++ b/helpcontent2/source/auxiliary/xh/sdraw.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Draw -Language=en-US +Language=xh Order=4 Start=text%2Fsdraw%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/simpress.cfg b/helpcontent2/source/auxiliary/xh/simpress.cfg old mode 100755 new mode 100644 index f0611234ae..e735b791be --- a/helpcontent2/source/auxiliary/xh/simpress.cfg +++ b/helpcontent2/source/auxiliary/xh/simpress.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Impress -Language=en-US +Language=xh Order=5 Start=text%2Fsimpress%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/smath.cfg b/helpcontent2/source/auxiliary/xh/smath.cfg old mode 100755 new mode 100644 index f0f8e95d90..b4deedfa49 --- a/helpcontent2/source/auxiliary/xh/smath.cfg +++ b/helpcontent2/source/auxiliary/xh/smath.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Math -Language=en-US +Language=xh Order=6 Start=text%2Fsmath%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/xh/swriter.cfg b/helpcontent2/source/auxiliary/xh/swriter.cfg old mode 100755 new mode 100644 index caeb62d3dd..dbbc3a91f6 --- a/helpcontent2/source/auxiliary/xh/swriter.cfg +++ b/helpcontent2/source/auxiliary/xh/swriter.cfg @@ -1,7 +1,7 @@ Title=%PRODUCTNAME Writer -Language=en-US +Language=xh Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading diff --git a/helpcontent2/source/auxiliary/zh-CN/default.css b/helpcontent2/source/auxiliary/zh-CN/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css b/helpcontent2/source/auxiliary/zh-CN/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css b/helpcontent2/source/auxiliary/zh-CN/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css b/helpcontent2/source/auxiliary/zh-CN/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css b/helpcontent2/source/auxiliary/zh-CN/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg b/helpcontent2/source/auxiliary/zh-CN/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/scalc.cfg b/helpcontent2/source/auxiliary/zh-CN/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/schart.cfg b/helpcontent2/source/auxiliary/zh-CN/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg b/helpcontent2/source/auxiliary/zh-CN/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/simpress.cfg b/helpcontent2/source/auxiliary/zh-CN/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/smath.cfg b/helpcontent2/source/auxiliary/zh-CN/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-CN/swriter.cfg b/helpcontent2/source/auxiliary/zh-CN/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/default.css b/helpcontent2/source/auxiliary/zh-TW/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg b/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/scalc.cfg b/helpcontent2/source/auxiliary/zh-TW/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/schart.cfg b/helpcontent2/source/auxiliary/zh-TW/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg b/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/simpress.cfg b/helpcontent2/source/auxiliary/zh-TW/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/smath.cfg b/helpcontent2/source/auxiliary/zh-TW/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zh-TW/swriter.cfg b/helpcontent2/source/auxiliary/zh-TW/swriter.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/default.css b/helpcontent2/source/auxiliary/zu/default.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/highcontrast1.css b/helpcontent2/source/auxiliary/zu/highcontrast1.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/highcontrast2.css b/helpcontent2/source/auxiliary/zu/highcontrast2.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/highcontrastblack.css b/helpcontent2/source/auxiliary/zu/highcontrastblack.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/highcontrastwhite.css b/helpcontent2/source/auxiliary/zu/highcontrastwhite.css old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/sbasic.cfg b/helpcontent2/source/auxiliary/zu/sbasic.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/scalc.cfg b/helpcontent2/source/auxiliary/zu/scalc.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/schart.cfg b/helpcontent2/source/auxiliary/zu/schart.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/sdraw.cfg b/helpcontent2/source/auxiliary/zu/sdraw.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/simpress.cfg b/helpcontent2/source/auxiliary/zu/simpress.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/smath.cfg b/helpcontent2/source/auxiliary/zu/smath.cfg old mode 100755 new mode 100644 diff --git a/helpcontent2/source/auxiliary/zu/swriter.cfg b/helpcontent2/source/auxiliary/zu/swriter.cfg old mode 100755 new mode 100644 -- cgit v1.2.3 From 0355b0b8ba2f1dc156ad9ddd6fb09517f6253188 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 29 Mar 2011 19:46:26 +0200 Subject: changed a paragraph id to please gsicheck --- helpcontent2/source/text/shared/00/00000208.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/shared/00/00000208.xhp b/helpcontent2/source/text/shared/00/00000208.xhp index fe47971b17..ec1cfdedf7 100644 --- a/helpcontent2/source/text/shared/00/00000208.xhp +++ b/helpcontent2/source/text/shared/00/00000208.xhp @@ -104,7 +104,7 @@ Fields Shows how your data will look when it is separated into columns. Column type -Choose a column in the preview window and select the data type to be applied the imported data. You can select one of the following options: +Choose a column in the preview window and select the data type to be applied the imported data. You can select one of the following options: -- cgit v1.2.3 From 880f333b67b625c05cd919b75153513727919102 Mon Sep 17 00:00:00 2001 From: Francisco Saito Date: Tue, 29 Mar 2011 21:52:16 +0100 Subject: drop bogus executable flag from help files --- helpcontent2/source/text/sbasic/guide/control_properties.xhp | 0 helpcontent2/source/text/sbasic/guide/create_dialog.xhp | 0 helpcontent2/source/text/sbasic/guide/insert_control.xhp | 0 helpcontent2/source/text/sbasic/guide/show_dialog.xhp | 0 helpcontent2/source/text/sbasic/shared/00000002.xhp | 0 helpcontent2/source/text/sbasic/shared/00000003.xhp | 0 helpcontent2/source/text/sbasic/shared/01/06130100.xhp | 0 helpcontent2/source/text/sbasic/shared/01000000.xhp | 0 helpcontent2/source/text/sbasic/shared/01010210.xhp | 0 helpcontent2/source/text/sbasic/shared/01020000.xhp | 0 helpcontent2/source/text/sbasic/shared/01020500.xhp | 0 helpcontent2/source/text/sbasic/shared/01030000.xhp | 0 helpcontent2/source/text/sbasic/shared/01030300.xhp | 0 helpcontent2/source/text/sbasic/shared/01030400.xhp | 0 helpcontent2/source/text/sbasic/shared/01040000.xhp | 0 helpcontent2/source/text/sbasic/shared/01170100.xhp | 0 helpcontent2/source/text/sbasic/shared/01170103.xhp | 0 helpcontent2/source/text/sbasic/shared/03000000.xhp | 0 helpcontent2/source/text/sbasic/shared/03010000.xhp | 0 helpcontent2/source/text/sbasic/shared/03010100.xhp | 0 helpcontent2/source/text/sbasic/shared/03010101.xhp | 0 helpcontent2/source/text/sbasic/shared/03010102.xhp | 0 helpcontent2/source/text/sbasic/shared/03010200.xhp | 0 helpcontent2/source/text/sbasic/shared/03010201.xhp | 0 helpcontent2/source/text/sbasic/shared/03010300.xhp | 0 helpcontent2/source/text/sbasic/shared/03010301.xhp | 0 helpcontent2/source/text/sbasic/shared/03010302.xhp | 0 helpcontent2/source/text/sbasic/shared/03010303.xhp | 0 helpcontent2/source/text/sbasic/shared/03010304.xhp | 0 helpcontent2/source/text/sbasic/shared/03010305.xhp | 0 helpcontent2/source/text/sbasic/shared/03020000.xhp | 0 helpcontent2/source/text/sbasic/shared/03020100.xhp | 0 helpcontent2/source/text/sbasic/shared/03020101.xhp | 0 helpcontent2/source/text/sbasic/shared/03020102.xhp | 0 helpcontent2/source/text/sbasic/shared/03020104.xhp | 0 helpcontent2/source/text/sbasic/shared/03020200.xhp | 0 helpcontent2/source/text/sbasic/shared/03020201.xhp | 0 helpcontent2/source/text/sbasic/shared/03020202.xhp | 0 helpcontent2/source/text/sbasic/shared/03020203.xhp | 0 helpcontent2/source/text/sbasic/shared/03020204.xhp | 0 helpcontent2/source/text/sbasic/shared/03020205.xhp | 0 helpcontent2/source/text/sbasic/shared/03020301.xhp | 0 helpcontent2/source/text/sbasic/shared/03020302.xhp | 0 helpcontent2/source/text/sbasic/shared/03020304.xhp | 0 helpcontent2/source/text/sbasic/shared/03020305.xhp | 0 helpcontent2/source/text/sbasic/shared/03020400.xhp | 0 helpcontent2/source/text/sbasic/shared/03020402.xhp | 0 helpcontent2/source/text/sbasic/shared/03020403.xhp | 0 helpcontent2/source/text/sbasic/shared/03020404.xhp | 0 helpcontent2/source/text/sbasic/shared/03020407.xhp | 0 helpcontent2/source/text/sbasic/shared/03020408.xhp | 0 helpcontent2/source/text/sbasic/shared/03020409.xhp | 0 helpcontent2/source/text/sbasic/shared/03020410.xhp | 0 helpcontent2/source/text/sbasic/shared/03020411.xhp | 0 helpcontent2/source/text/sbasic/shared/03020412.xhp | 0 helpcontent2/source/text/sbasic/shared/03020413.xhp | 0 helpcontent2/source/text/sbasic/shared/03020414.xhp | 0 helpcontent2/source/text/sbasic/shared/03020415.xhp | 0 helpcontent2/source/text/sbasic/shared/03030100.xhp | 0 helpcontent2/source/text/sbasic/shared/03030101.xhp | 0 helpcontent2/source/text/sbasic/shared/03030102.xhp | 0 helpcontent2/source/text/sbasic/shared/03030103.xhp | 0 helpcontent2/source/text/sbasic/shared/03030104.xhp | 0 helpcontent2/source/text/sbasic/shared/03030105.xhp | 0 helpcontent2/source/text/sbasic/shared/03030106.xhp | 0 helpcontent2/source/text/sbasic/shared/03030107.xhp | 0 helpcontent2/source/text/sbasic/shared/03030108.xhp | 0 helpcontent2/source/text/sbasic/shared/03030110.xhp | 0 helpcontent2/source/text/sbasic/shared/03030120.xhp | 0 helpcontent2/source/text/sbasic/shared/03030130.xhp | 0 helpcontent2/source/text/sbasic/shared/03030200.xhp | 0 helpcontent2/source/text/sbasic/shared/03030201.xhp | 0 helpcontent2/source/text/sbasic/shared/03030202.xhp | 0 helpcontent2/source/text/sbasic/shared/03030203.xhp | 0 helpcontent2/source/text/sbasic/shared/03030204.xhp | 0 helpcontent2/source/text/sbasic/shared/03030205.xhp | 0 helpcontent2/source/text/sbasic/shared/03030206.xhp | 0 helpcontent2/source/text/sbasic/shared/03030300.xhp | 0 helpcontent2/source/text/sbasic/shared/03030301.xhp | 0 helpcontent2/source/text/sbasic/shared/03030302.xhp | 0 helpcontent2/source/text/sbasic/shared/03050000.xhp | 0 helpcontent2/source/text/sbasic/shared/03050200.xhp | 0 helpcontent2/source/text/sbasic/shared/03050300.xhp | 0 helpcontent2/source/text/sbasic/shared/03050500.xhp | 0 helpcontent2/source/text/sbasic/shared/03060000.xhp | 0 helpcontent2/source/text/sbasic/shared/03060100.xhp | 0 helpcontent2/source/text/sbasic/shared/03060200.xhp | 0 helpcontent2/source/text/sbasic/shared/03060300.xhp | 0 helpcontent2/source/text/sbasic/shared/03060400.xhp | 0 helpcontent2/source/text/sbasic/shared/03060500.xhp | 0 helpcontent2/source/text/sbasic/shared/03060600.xhp | 0 helpcontent2/source/text/sbasic/shared/03070000.xhp | 0 helpcontent2/source/text/sbasic/shared/03070100.xhp | 0 helpcontent2/source/text/sbasic/shared/03070200.xhp | 0 helpcontent2/source/text/sbasic/shared/03070300.xhp | 0 helpcontent2/source/text/sbasic/shared/03070400.xhp | 0 helpcontent2/source/text/sbasic/shared/03070500.xhp | 0 helpcontent2/source/text/sbasic/shared/03070600.xhp | 0 helpcontent2/source/text/sbasic/shared/03080000.xhp | 0 helpcontent2/source/text/sbasic/shared/03080100.xhp | 0 helpcontent2/source/text/sbasic/shared/03080101.xhp | 0 helpcontent2/source/text/sbasic/shared/03080102.xhp | 0 helpcontent2/source/text/sbasic/shared/03080103.xhp | 0 helpcontent2/source/text/sbasic/shared/03080104.xhp | 0 helpcontent2/source/text/sbasic/shared/03080200.xhp | 0 helpcontent2/source/text/sbasic/shared/03080201.xhp | 0 helpcontent2/source/text/sbasic/shared/03080202.xhp | 0 helpcontent2/source/text/sbasic/shared/03080300.xhp | 0 helpcontent2/source/text/sbasic/shared/03080301.xhp | 0 helpcontent2/source/text/sbasic/shared/03080302.xhp | 0 helpcontent2/source/text/sbasic/shared/03080400.xhp | 0 helpcontent2/source/text/sbasic/shared/03080401.xhp | 0 helpcontent2/source/text/sbasic/shared/03080500.xhp | 0 helpcontent2/source/text/sbasic/shared/03080501.xhp | 0 helpcontent2/source/text/sbasic/shared/03080502.xhp | 0 helpcontent2/source/text/sbasic/shared/03080600.xhp | 0 helpcontent2/source/text/sbasic/shared/03080601.xhp | 0 helpcontent2/source/text/sbasic/shared/03080700.xhp | 0 helpcontent2/source/text/sbasic/shared/03080701.xhp | 0 helpcontent2/source/text/sbasic/shared/03080800.xhp | 0 helpcontent2/source/text/sbasic/shared/03080801.xhp | 0 helpcontent2/source/text/sbasic/shared/03080802.xhp | 0 helpcontent2/source/text/sbasic/shared/03090000.xhp | 0 helpcontent2/source/text/sbasic/shared/03090100.xhp | 0 helpcontent2/source/text/sbasic/shared/03090102.xhp | 0 helpcontent2/source/text/sbasic/shared/03090103.xhp | 0 helpcontent2/source/text/sbasic/shared/03090200.xhp | 0 helpcontent2/source/text/sbasic/shared/03090201.xhp | 0 helpcontent2/source/text/sbasic/shared/03090202.xhp | 0 helpcontent2/source/text/sbasic/shared/03090203.xhp | 0 helpcontent2/source/text/sbasic/shared/03090300.xhp | 0 helpcontent2/source/text/sbasic/shared/03090400.xhp | 0 helpcontent2/source/text/sbasic/shared/03090402.xhp | 0 helpcontent2/source/text/sbasic/shared/03090404.xhp | 0 helpcontent2/source/text/sbasic/shared/03090406.xhp | 0 helpcontent2/source/text/sbasic/shared/03090408.xhp | 0 helpcontent2/source/text/sbasic/shared/03090409.xhp | 0 helpcontent2/source/text/sbasic/shared/03090410.xhp | 0 helpcontent2/source/text/sbasic/shared/03090411.xhp | 0 helpcontent2/source/text/sbasic/shared/03100000.xhp | 0 helpcontent2/source/text/sbasic/shared/03100050.xhp | 0 helpcontent2/source/text/sbasic/shared/03100060.xhp | 0 helpcontent2/source/text/sbasic/shared/03100070.xhp | 0 helpcontent2/source/text/sbasic/shared/03100080.xhp | 0 helpcontent2/source/text/sbasic/shared/03100100.xhp | 0 helpcontent2/source/text/sbasic/shared/03100300.xhp | 0 helpcontent2/source/text/sbasic/shared/03100400.xhp | 0 helpcontent2/source/text/sbasic/shared/03100500.xhp | 0 helpcontent2/source/text/sbasic/shared/03100600.xhp | 0 helpcontent2/source/text/sbasic/shared/03100700.xhp | 0 helpcontent2/source/text/sbasic/shared/03100900.xhp | 0 helpcontent2/source/text/sbasic/shared/03101000.xhp | 0 helpcontent2/source/text/sbasic/shared/03101100.xhp | 0 helpcontent2/source/text/sbasic/shared/03101110.xhp | 0 helpcontent2/source/text/sbasic/shared/03101120.xhp | 0 helpcontent2/source/text/sbasic/shared/03101130.xhp | 0 helpcontent2/source/text/sbasic/shared/03101140.xhp | 0 helpcontent2/source/text/sbasic/shared/03101300.xhp | 0 helpcontent2/source/text/sbasic/shared/03101400.xhp | 0 helpcontent2/source/text/sbasic/shared/03101500.xhp | 0 helpcontent2/source/text/sbasic/shared/03101600.xhp | 0 helpcontent2/source/text/sbasic/shared/03101700.xhp | 0 helpcontent2/source/text/sbasic/shared/03102000.xhp | 0 helpcontent2/source/text/sbasic/shared/03102101.xhp | 0 helpcontent2/source/text/sbasic/shared/03102200.xhp | 0 helpcontent2/source/text/sbasic/shared/03102300.xhp | 0 helpcontent2/source/text/sbasic/shared/03102400.xhp | 0 helpcontent2/source/text/sbasic/shared/03102450.xhp | 0 helpcontent2/source/text/sbasic/shared/03102600.xhp | 0 helpcontent2/source/text/sbasic/shared/03102700.xhp | 0 helpcontent2/source/text/sbasic/shared/03102800.xhp | 0 helpcontent2/source/text/sbasic/shared/03102900.xhp | 0 helpcontent2/source/text/sbasic/shared/03103000.xhp | 0 helpcontent2/source/text/sbasic/shared/03103400.xhp | 0 helpcontent2/source/text/sbasic/shared/03103450.xhp | 0 helpcontent2/source/text/sbasic/shared/03103600.xhp | 0 helpcontent2/source/text/sbasic/shared/03103700.xhp | 0 helpcontent2/source/text/sbasic/shared/03103800.xhp | 0 helpcontent2/source/text/sbasic/shared/03103900.xhp | 0 helpcontent2/source/text/sbasic/shared/03104000.xhp | 0 helpcontent2/source/text/sbasic/shared/03104100.xhp | 0 helpcontent2/source/text/sbasic/shared/03104200.xhp | 0 helpcontent2/source/text/sbasic/shared/03104300.xhp | 0 helpcontent2/source/text/sbasic/shared/03104400.xhp | 0 helpcontent2/source/text/sbasic/shared/03104600.xhp | 0 helpcontent2/source/text/sbasic/shared/03104700.xhp | 0 helpcontent2/source/text/sbasic/shared/03110000.xhp | 0 helpcontent2/source/text/sbasic/shared/03110100.xhp | 0 helpcontent2/source/text/sbasic/shared/03120000.xhp | 0 helpcontent2/source/text/sbasic/shared/03120100.xhp | 0 helpcontent2/source/text/sbasic/shared/03120101.xhp | 0 helpcontent2/source/text/sbasic/shared/03120102.xhp | 0 helpcontent2/source/text/sbasic/shared/03120103.xhp | 0 helpcontent2/source/text/sbasic/shared/03120104.xhp | 0 helpcontent2/source/text/sbasic/shared/03120105.xhp | 0 helpcontent2/source/text/sbasic/shared/03120200.xhp | 0 helpcontent2/source/text/sbasic/shared/03120201.xhp | 0 helpcontent2/source/text/sbasic/shared/03120202.xhp | 0 helpcontent2/source/text/sbasic/shared/03120300.xhp | 0 helpcontent2/source/text/sbasic/shared/03120301.xhp | 0 helpcontent2/source/text/sbasic/shared/03120302.xhp | 0 helpcontent2/source/text/sbasic/shared/03120303.xhp | 0 helpcontent2/source/text/sbasic/shared/03120304.xhp | 0 helpcontent2/source/text/sbasic/shared/03120305.xhp | 0 helpcontent2/source/text/sbasic/shared/03120306.xhp | 0 helpcontent2/source/text/sbasic/shared/03120307.xhp | 0 helpcontent2/source/text/sbasic/shared/03120308.xhp | 0 helpcontent2/source/text/sbasic/shared/03120309.xhp | 0 helpcontent2/source/text/sbasic/shared/03120310.xhp | 0 helpcontent2/source/text/sbasic/shared/03120311.xhp | 0 helpcontent2/source/text/sbasic/shared/03120312.xhp | 0 helpcontent2/source/text/sbasic/shared/03120313.xhp | 0 helpcontent2/source/text/sbasic/shared/03120314.xhp | 0 helpcontent2/source/text/sbasic/shared/03120315.xhp | 0 helpcontent2/source/text/sbasic/shared/03120400.xhp | 0 helpcontent2/source/text/sbasic/shared/03120401.xhp | 0 helpcontent2/source/text/sbasic/shared/03120402.xhp | 0 helpcontent2/source/text/sbasic/shared/03120403.xhp | 0 helpcontent2/source/text/sbasic/shared/03130000.xhp | 0 helpcontent2/source/text/sbasic/shared/03130100.xhp | 0 helpcontent2/source/text/sbasic/shared/03130500.xhp | 0 helpcontent2/source/text/sbasic/shared/03130600.xhp | 0 helpcontent2/source/text/sbasic/shared/03130700.xhp | 0 helpcontent2/source/text/sbasic/shared/03130800.xhp | 0 helpcontent2/source/text/sbasic/shared/03131000.xhp | 0 helpcontent2/source/text/sbasic/shared/03131300.xhp | 0 helpcontent2/source/text/sbasic/shared/03131400.xhp | 0 helpcontent2/source/text/sbasic/shared/03131500.xhp | 0 helpcontent2/source/text/sbasic/shared/03131600.xhp | 0 helpcontent2/source/text/sbasic/shared/03131700.xhp | 0 helpcontent2/source/text/sbasic/shared/03131800.xhp | 0 helpcontent2/source/text/sbasic/shared/03131900.xhp | 0 helpcontent2/source/text/sbasic/shared/03132100.xhp | 0 helpcontent2/source/text/sbasic/shared/03132200.xhp | 0 helpcontent2/source/text/sbasic/shared/05060700.xhp | 0 helpcontent2/source/text/sbasic/shared/keys.xhp | 0 helpcontent2/source/text/scalc/00/00000004.xhp | 0 helpcontent2/source/text/scalc/00/00000402.xhp | 0 helpcontent2/source/text/scalc/00/00000403.xhp | 0 helpcontent2/source/text/scalc/00/00000406.xhp | 0 helpcontent2/source/text/scalc/00/00000407.xhp | 0 helpcontent2/source/text/scalc/01/02190000.xhp | 0 helpcontent2/source/text/scalc/01/02200000.xhp | 0 helpcontent2/source/text/scalc/01/04010000.xhp | 0 helpcontent2/source/text/scalc/01/04060100.xhp | 0 helpcontent2/source/text/scalc/01/04060108.xhp | 0 helpcontent2/source/text/scalc/01/04070000.xhp | 0 helpcontent2/source/text/scalc/01/05030000.xhp | 0 helpcontent2/source/text/scalc/01/05040000.xhp | 0 helpcontent2/source/text/scalc/01/05080000.xhp | 0 helpcontent2/source/text/scalc/01/06030000.xhp | 0 helpcontent2/source/text/scalc/01/06060000.xhp | 0 helpcontent2/source/text/scalc/01/06990000.xhp | 0 helpcontent2/source/text/scalc/01/12010100.xhp | 0 helpcontent2/source/text/scalc/01/12040000.xhp | 0 helpcontent2/source/text/scalc/01/12040201.xhp | 0 helpcontent2/source/text/scalc/01/12070100.xhp | 0 helpcontent2/source/text/scalc/01/12080000.xhp | 0 helpcontent2/source/text/scalc/01/12090000.xhp | 0 helpcontent2/source/text/scalc/01/12090101.xhp | 0 helpcontent2/source/text/scalc/01/12090103.xhp | 0 helpcontent2/source/text/scalc/01/12090104.xhp | 0 helpcontent2/source/text/scalc/01/12090105.xhp | 0 helpcontent2/source/text/scalc/01/12090106.xhp | 0 helpcontent2/source/text/scalc/01/12090400.xhp | 0 helpcontent2/source/text/scalc/01/12120100.xhp | 0 helpcontent2/source/text/scalc/01/12120300.xhp | 0 helpcontent2/source/text/scalc/01/format_graphic.xhp | 0 helpcontent2/source/text/scalc/04/01020000.xhp | 0 helpcontent2/source/text/scalc/05/02140000.xhp | 0 helpcontent2/source/text/scalc/guide/auto_off.xhp | 0 helpcontent2/source/text/scalc/guide/autofilter.xhp | 0 helpcontent2/source/text/scalc/guide/autoformat.xhp | 0 helpcontent2/source/text/scalc/guide/borders.xhp | 0 helpcontent2/source/text/scalc/guide/calc_date.xhp | 0 helpcontent2/source/text/scalc/guide/calc_series.xhp | 0 helpcontent2/source/text/scalc/guide/calc_timevalues.xhp | 0 helpcontent2/source/text/scalc/guide/cell_protect.xhp | 0 helpcontent2/source/text/scalc/guide/cell_unprotect.xhp | 0 helpcontent2/source/text/scalc/guide/cellcopy.xhp | 0 helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp | 0 helpcontent2/source/text/scalc/guide/cellreferences.xhp | 0 helpcontent2/source/text/scalc/guide/cellreferences_url.xhp | 0 helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp | 0 helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp | 0 helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp | 0 helpcontent2/source/text/scalc/guide/consolidate.xhp | 0 helpcontent2/source/text/scalc/guide/csv_files.xhp | 0 helpcontent2/source/text/scalc/guide/csv_formula.xhp | 0 helpcontent2/source/text/scalc/guide/database_define.xhp | 0 helpcontent2/source/text/scalc/guide/database_filter.xhp | 0 helpcontent2/source/text/scalc/guide/database_sort.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp | 0 helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp | 0 helpcontent2/source/text/scalc/guide/dbase_files.xhp | 0 helpcontent2/source/text/scalc/guide/edit_multitables.xhp | 0 helpcontent2/source/text/scalc/guide/filters.xhp | 0 helpcontent2/source/text/scalc/guide/format_table.xhp | 0 helpcontent2/source/text/scalc/guide/format_value_userdef.xhp | 0 helpcontent2/source/text/scalc/guide/formula_copy.xhp | 0 helpcontent2/source/text/scalc/guide/formula_value.xhp | 0 helpcontent2/source/text/scalc/guide/fraction_enter.xhp | 0 helpcontent2/source/text/scalc/guide/goalseek.xhp | 0 helpcontent2/source/text/scalc/guide/html_doc.xhp | 0 helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp | 0 helpcontent2/source/text/scalc/guide/main.xhp | 0 helpcontent2/source/text/scalc/guide/mark_cells.xhp | 0 helpcontent2/source/text/scalc/guide/matrixformula.xhp | 0 helpcontent2/source/text/scalc/guide/multioperation.xhp | 0 helpcontent2/source/text/scalc/guide/print_details.xhp | 0 helpcontent2/source/text/scalc/guide/print_exact.xhp | 0 helpcontent2/source/text/scalc/guide/print_landscape.xhp | 0 helpcontent2/source/text/scalc/guide/printranges.xhp | 0 helpcontent2/source/text/scalc/guide/rounding_numbers.xhp | 0 helpcontent2/source/text/scalc/guide/scenario.xhp | 0 helpcontent2/source/text/scalc/guide/sorted_list.xhp | 0 helpcontent2/source/text/scalc/guide/specialfilter.xhp | 0 helpcontent2/source/text/scalc/guide/super_subscript.xhp | 0 helpcontent2/source/text/scalc/guide/table_rotate.xhp | 0 helpcontent2/source/text/scalc/guide/table_view.xhp | 0 helpcontent2/source/text/scalc/guide/text_rotate.xhp | 0 helpcontent2/source/text/scalc/guide/text_wrap.xhp | 0 helpcontent2/source/text/scalc/guide/userdefined_function.xhp | 0 helpcontent2/source/text/scalc/guide/validity.xhp | 0 helpcontent2/source/text/scalc/guide/value_with_name.xhp | 0 helpcontent2/source/text/scalc/guide/year2000.xhp | 0 helpcontent2/source/text/scalc/main0100.xhp | 0 helpcontent2/source/text/scalc/main0101.xhp | 0 helpcontent2/source/text/scalc/main0102.xhp | 0 helpcontent2/source/text/scalc/main0104.xhp | 0 helpcontent2/source/text/scalc/main0106.xhp | 0 helpcontent2/source/text/scalc/main0107.xhp | 0 helpcontent2/source/text/scalc/main0112.xhp | 0 helpcontent2/source/text/scalc/main0200.xhp | 0 helpcontent2/source/text/scalc/main0202.xhp | 0 helpcontent2/source/text/scalc/main0203.xhp | 0 helpcontent2/source/text/scalc/main0205.xhp | 0 helpcontent2/source/text/scalc/main0208.xhp | 0 helpcontent2/source/text/scalc/main0214.xhp | 0 helpcontent2/source/text/scalc/main0218.xhp | 0 helpcontent2/source/text/scalc/main0503.xhp | 0 helpcontent2/source/text/schart/01/05020000.xhp | 0 helpcontent2/source/text/schart/01/05050000.xhp | 0 helpcontent2/source/text/schart/04/01020000.xhp | 0 helpcontent2/source/text/schart/main0202.xhp | 0 helpcontent2/source/text/schart/main0503.xhp | 0 helpcontent2/source/text/sdraw/00/00000004.xhp | 0 helpcontent2/source/text/sdraw/01/04010000.xhp | 0 helpcontent2/source/text/sdraw/04/01020000.xhp | 0 helpcontent2/source/text/sdraw/guide/align_arrange.xhp | 0 helpcontent2/source/text/sdraw/guide/eyedropper.xhp | 0 helpcontent2/source/text/sdraw/guide/gradient.xhp | 0 helpcontent2/source/text/sdraw/guide/graphic_insert.xhp | 0 helpcontent2/source/text/sdraw/guide/join_objects.xhp | 0 helpcontent2/source/text/sdraw/guide/main.xhp | 0 helpcontent2/source/text/sdraw/main0100.xhp | 0 helpcontent2/source/text/sdraw/main0101.xhp | 0 helpcontent2/source/text/sdraw/main0102.xhp | 0 helpcontent2/source/text/sdraw/main0103.xhp | 0 helpcontent2/source/text/sdraw/main0104.xhp | 0 helpcontent2/source/text/sdraw/main0105.xhp | 0 helpcontent2/source/text/sdraw/main0106.xhp | 0 helpcontent2/source/text/sdraw/main0200.xhp | 0 helpcontent2/source/text/sdraw/main0202.xhp | 0 helpcontent2/source/text/sdraw/main0210.xhp | 0 helpcontent2/source/text/sdraw/main0213.xhp | 0 helpcontent2/source/text/sdraw/main0503.xhp | 0 helpcontent2/source/text/shared/00/00000002.xhp | 0 helpcontent2/source/text/shared/00/00000003.xhp | 0 helpcontent2/source/text/shared/00/00000005.xhp | 0 helpcontent2/source/text/shared/00/00000007.xhp | 0 helpcontent2/source/text/shared/00/00000200.xhp | 0 helpcontent2/source/text/shared/00/00000206.xhp | 0 helpcontent2/source/text/shared/00/00000207.xhp | 0 helpcontent2/source/text/shared/00/00000215.xhp | 0 helpcontent2/source/text/shared/00/00000407.xhp | 0 helpcontent2/source/text/shared/00/00000408.xhp | 0 helpcontent2/source/text/shared/01/01010001.xhp | 0 helpcontent2/source/text/shared/01/01010303.xhp | 0 helpcontent2/source/text/shared/01/01020103.xhp | 0 helpcontent2/source/text/shared/01/01110000.xhp | 0 helpcontent2/source/text/shared/01/02100001.xhp | 0 helpcontent2/source/text/shared/01/02180100.xhp | 0 helpcontent2/source/text/shared/01/02200100.xhp | 0 helpcontent2/source/text/shared/01/02200200.xhp | 0 helpcontent2/source/text/shared/01/02210101.xhp | 0 helpcontent2/source/text/shared/01/02230000.xhp | 0 helpcontent2/source/text/shared/01/03150100.xhp | 0 helpcontent2/source/text/shared/01/04150000.xhp | 0 helpcontent2/source/text/shared/01/04990000.xhp | 0 helpcontent2/source/text/shared/01/05020600.xhp | 0 helpcontent2/source/text/shared/01/05020700.xhp | 0 helpcontent2/source/text/shared/01/05030800.xhp | 0 helpcontent2/source/text/shared/01/05080000.xhp | 0 helpcontent2/source/text/shared/01/05090000.xhp | 0 helpcontent2/source/text/shared/01/05100000.xhp | 0 helpcontent2/source/text/shared/01/05110000.xhp | 0 helpcontent2/source/text/shared/01/05120000.xhp | 0 helpcontent2/source/text/shared/01/05150101.xhp | 0 helpcontent2/source/text/shared/01/05210200.xhp | 0 helpcontent2/source/text/shared/01/05210700.xhp | 0 helpcontent2/source/text/shared/01/05240000.xhp | 0 helpcontent2/source/text/shared/01/05290000.xhp | 0 helpcontent2/source/text/shared/01/05340404.xhp | 0 helpcontent2/source/text/shared/01/05340500.xhp | 0 helpcontent2/source/text/shared/01/05340600.xhp | 0 helpcontent2/source/text/shared/01/06010101.xhp | 0 helpcontent2/source/text/shared/01/06010500.xhp | 0 helpcontent2/source/text/shared/01/06010601.xhp | 0 helpcontent2/source/text/shared/01/06050500.xhp | 0 helpcontent2/source/text/shared/01/06140101.xhp | 0 helpcontent2/source/text/shared/01/06140402.xhp | 0 helpcontent2/source/text/shared/01/06150100.xhp | 0 helpcontent2/source/text/shared/01/06202000.xhp | 0 helpcontent2/source/text/shared/01/07080000.xhp | 0 helpcontent2/source/text/shared/01/formatting_mark.xhp | 0 helpcontent2/source/text/shared/01/gallery_files.xhp | 0 helpcontent2/source/text/shared/01/grid.xhp | 0 helpcontent2/source/text/shared/01/guides.xhp | 0 helpcontent2/source/text/shared/01/packagemanager.xhp | 0 helpcontent2/source/text/shared/01/password_main.xhp | 0 helpcontent2/source/text/shared/02/01170002.xhp | 0 helpcontent2/source/text/shared/02/01170700.xhp | 0 helpcontent2/source/text/shared/02/01170801.xhp | 0 helpcontent2/source/text/shared/02/01170802.xhp | 0 helpcontent2/source/text/shared/02/01170901.xhp | 0 helpcontent2/source/text/shared/02/01170902.xhp | 0 helpcontent2/source/text/shared/02/01170903.xhp | 0 helpcontent2/source/text/shared/02/01170904.xhp | 0 helpcontent2/source/text/shared/02/07070200.xhp | 0 helpcontent2/source/text/shared/02/12070300.xhp | 0 helpcontent2/source/text/shared/02/12090101.xhp | 0 helpcontent2/source/text/shared/02/13010000.xhp | 0 helpcontent2/source/text/shared/02/colortoolbar.xhp | 0 helpcontent2/source/text/shared/04/01010000.xhp | 0 helpcontent2/source/text/shared/04/01020000.xhp | 0 helpcontent2/source/text/shared/autopi/01120100.xhp | 0 helpcontent2/source/text/shared/autopi/01120200.xhp | 0 helpcontent2/source/text/shared/autopi/01120300.xhp | 0 helpcontent2/source/text/shared/autopi/01120500.xhp | 0 helpcontent2/source/text/shared/autopi/01170200.xhp | 0 helpcontent2/source/text/shared/autopi/01170300.xhp | 0 helpcontent2/source/text/shared/autopi/01170500.xhp | 0 helpcontent2/source/text/shared/explorer/database/02000002.xhp | 0 helpcontent2/source/text/shared/explorer/database/05000000.xhp | 0 helpcontent2/source/text/shared/explorer/database/05000002.xhp | 0 helpcontent2/source/text/shared/explorer/database/05000003.xhp | 0 helpcontent2/source/text/shared/explorer/database/05030000.xhp | 0 helpcontent2/source/text/shared/explorer/database/05030200.xhp | 0 helpcontent2/source/text/shared/explorer/database/05040000.xhp | 0 helpcontent2/source/text/shared/explorer/database/05040100.xhp | 0 helpcontent2/source/text/shared/explorer/database/05040200.xhp | 0 helpcontent2/source/text/shared/explorer/database/11030100.xhp | 0 helpcontent2/source/text/shared/explorer/database/11170000.xhp | 0 helpcontent2/source/text/shared/explorer/database/11170100.xhp | 0 helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp | 0 helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp | 0 helpcontent2/source/text/shared/explorer/database/dabadoc.xhp | 0 helpcontent2/source/text/shared/explorer/database/dabaprop.xhp | 0 helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp | 0 helpcontent2/source/text/shared/explorer/database/main.xhp | 0 helpcontent2/source/text/shared/explorer/database/menubar.xhp | 0 helpcontent2/source/text/shared/explorer/database/menufile.xhp | 0 helpcontent2/source/text/shared/explorer/database/menuview.xhp | 0 helpcontent2/source/text/shared/guide/aaa_start.xhp | 0 helpcontent2/source/text/shared/guide/active_help_on_off.xhp | 0 helpcontent2/source/text/shared/guide/activex.xhp | 0 helpcontent2/source/text/shared/guide/autocorr_url.xhp | 0 helpcontent2/source/text/shared/guide/background.xhp | 0 helpcontent2/source/text/shared/guide/border_paragraph.xhp | 0 helpcontent2/source/text/shared/guide/border_table.xhp | 0 helpcontent2/source/text/shared/guide/breaking_lines.xhp | 0 helpcontent2/source/text/shared/guide/chart_axis.xhp | 0 helpcontent2/source/text/shared/guide/chart_barformat.xhp | 0 helpcontent2/source/text/shared/guide/chart_title.xhp | 0 helpcontent2/source/text/shared/guide/configure_overview.xhp | 0 helpcontent2/source/text/shared/guide/contextmenu.xhp | 0 helpcontent2/source/text/shared/guide/copytable2application.xhp | 0 helpcontent2/source/text/shared/guide/ctl.xhp | 0 helpcontent2/source/text/shared/guide/data_addressbook.xhp | 0 helpcontent2/source/text/shared/guide/data_dbase2office.xhp | 0 helpcontent2/source/text/shared/guide/data_report.xhp | 0 helpcontent2/source/text/shared/guide/database_main.xhp | 0 helpcontent2/source/text/shared/guide/doc_autosave.xhp | 0 helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp | 0 helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp | 0 helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp | 0 helpcontent2/source/text/shared/guide/dragdrop_table.xhp | 0 helpcontent2/source/text/shared/guide/edit_symbolbar.xhp | 0 helpcontent2/source/text/shared/guide/email.xhp | 0 helpcontent2/source/text/shared/guide/export_ms.xhp | 0 helpcontent2/source/text/shared/guide/fax.xhp | 0 helpcontent2/source/text/shared/guide/flat_icons.xhp | 0 helpcontent2/source/text/shared/guide/formfields.xhp | 0 helpcontent2/source/text/shared/guide/gallery_insert.xhp | 0 helpcontent2/source/text/shared/guide/hyperlink_edit.xhp | 0 helpcontent2/source/text/shared/guide/hyperlink_search.xhp | 0 helpcontent2/source/text/shared/guide/imagemap.xhp | 0 helpcontent2/source/text/shared/guide/import_ms.xhp | 0 helpcontent2/source/text/shared/guide/integratinguno.xhp | 0 helpcontent2/source/text/shared/guide/labels.xhp | 0 helpcontent2/source/text/shared/guide/language_select.xhp | 0 helpcontent2/source/text/shared/guide/lineend_define.xhp | 0 helpcontent2/source/text/shared/guide/linestyle_define.xhp | 0 helpcontent2/source/text/shared/guide/macro_recording.xhp | 0 helpcontent2/source/text/shared/guide/main.xhp | 0 helpcontent2/source/text/shared/guide/measurement_units.xhp | 0 helpcontent2/source/text/shared/guide/microsoft_terms.xhp | 0 helpcontent2/source/text/shared/guide/ms_doctypes.xhp | 0 helpcontent2/source/text/shared/guide/ms_user.xhp | 0 helpcontent2/source/text/shared/guide/navigator.xhp | 0 helpcontent2/source/text/shared/guide/pageformat_max.xhp | 0 helpcontent2/source/text/shared/guide/paintbrush.xhp | 0 helpcontent2/source/text/shared/guide/pasting.xhp | 0 helpcontent2/source/text/shared/guide/print_blackwhite.xhp | 0 helpcontent2/source/text/shared/guide/print_faster.xhp | 0 helpcontent2/source/text/shared/guide/redlining.xhp | 0 helpcontent2/source/text/shared/guide/redlining_accept.xhp | 0 helpcontent2/source/text/shared/guide/redlining_doccompare.xhp | 0 helpcontent2/source/text/shared/guide/redlining_docmerge.xhp | 0 helpcontent2/source/text/shared/guide/redlining_enter.xhp | 0 helpcontent2/source/text/shared/guide/redlining_protect.xhp | 0 helpcontent2/source/text/shared/guide/redlining_versions.xhp | 0 helpcontent2/source/text/shared/guide/scripting.xhp | 0 helpcontent2/source/text/shared/guide/space_hyphen.xhp | 0 helpcontent2/source/text/shared/guide/spadmin.xhp | 0 helpcontent2/source/text/shared/guide/standard_template.xhp | 0 helpcontent2/source/text/shared/guide/textmode_change.xhp | 0 helpcontent2/source/text/shared/guide/version_number.xhp | 0 helpcontent2/source/text/shared/guide/viewing_file_properties.xhp | 0 helpcontent2/source/text/shared/guide/workfolder.xhp | 0 helpcontent2/source/text/shared/guide/xforms.xhp | 0 helpcontent2/source/text/shared/guide/xsltfilter.xhp | 0 helpcontent2/source/text/shared/main0204.xhp | 0 helpcontent2/source/text/shared/main0208.xhp | 0 helpcontent2/source/text/shared/main0214.xhp | 0 helpcontent2/source/text/shared/main0400.xhp | 0 helpcontent2/source/text/shared/main0800.xhp | 0 helpcontent2/source/text/shared/optionen/01010000.xhp | 0 helpcontent2/source/text/shared/optionen/01010301.xhp | 0 helpcontent2/source/text/shared/optionen/01011000.xhp | 0 helpcontent2/source/text/shared/optionen/01013000.xhp | 0 helpcontent2/source/text/shared/optionen/01014000.xhp | 0 helpcontent2/source/text/shared/optionen/01020000.xhp | 0 helpcontent2/source/text/shared/optionen/01030000.xhp | 0 helpcontent2/source/text/shared/optionen/01030300.xhp | 0 helpcontent2/source/text/shared/optionen/01040301.xhp | 0 helpcontent2/source/text/shared/optionen/01050000.xhp | 0 helpcontent2/source/text/shared/optionen/01050300.xhp | 0 helpcontent2/source/text/shared/optionen/01060300.xhp | 0 helpcontent2/source/text/shared/optionen/01060401.xhp | 0 helpcontent2/source/text/shared/optionen/01060700.xhp | 0 helpcontent2/source/text/shared/optionen/01110000.xhp | 0 helpcontent2/source/text/shared/optionen/01110100.xhp | 0 helpcontent2/source/text/shared/optionen/01130100.xhp | 0 helpcontent2/source/text/shared/optionen/01140000.xhp | 0 helpcontent2/source/text/shared/optionen/01150100.xhp | 0 helpcontent2/source/text/shared/optionen/01150200.xhp | 0 helpcontent2/source/text/shared/optionen/01150300.xhp | 0 helpcontent2/source/text/shared/optionen/01160000.xhp | 0 helpcontent2/source/text/shared/optionen/01160201.xhp | 0 helpcontent2/source/text/shared/optionen/javaclasspath.xhp | 0 helpcontent2/source/text/shared/optionen/javaparameters.xhp | 0 helpcontent2/source/text/shared/optionen/mailmerge.xhp | 0 helpcontent2/source/text/shared/optionen/serverauthentication.xhp | 0 helpcontent2/source/text/shared/tree_strings.xhp | 0 helpcontent2/source/text/simpress/00/00000401.xhp | 0 helpcontent2/source/text/simpress/00/00000402.xhp | 0 helpcontent2/source/text/simpress/00/00000405.xhp | 0 helpcontent2/source/text/simpress/00/00000406.xhp | 0 helpcontent2/source/text/simpress/01/01170000.xhp | 0 helpcontent2/source/text/simpress/01/01180002.xhp | 0 helpcontent2/source/text/simpress/01/03151000.xhp | 0 helpcontent2/source/text/simpress/01/03151100.xhp | 0 helpcontent2/source/text/simpress/01/03151200.xhp | 0 helpcontent2/source/text/simpress/01/04110100.xhp | 0 helpcontent2/source/text/simpress/01/04110200.xhp | 0 helpcontent2/source/text/simpress/01/04990000.xhp | 0 helpcontent2/source/text/simpress/01/13050000.xhp | 0 helpcontent2/source/text/simpress/01/13180000.xhp | 0 helpcontent2/source/text/simpress/01/slidesorter.xhp | 0 helpcontent2/source/text/simpress/02/04030000.xhp | 0 helpcontent2/source/text/simpress/02/04040000.xhp | 0 helpcontent2/source/text/simpress/02/04060000.xhp | 0 helpcontent2/source/text/simpress/04/01020000.xhp | 0 helpcontent2/source/text/simpress/guide/3d_create.xhp | 0 helpcontent2/source/text/simpress/guide/animated_gif_save.xhp | 0 helpcontent2/source/text/simpress/guide/change_scale.xhp | 0 helpcontent2/source/text/simpress/guide/html_export.xhp | 0 helpcontent2/source/text/simpress/guide/html_import.xhp | 0 helpcontent2/source/text/simpress/guide/individual.xhp | 0 helpcontent2/source/text/simpress/guide/layer_move.xhp | 0 helpcontent2/source/text/simpress/guide/layers.xhp | 0 helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp | 0 helpcontent2/source/text/simpress/guide/main.xhp | 0 helpcontent2/source/text/simpress/guide/masterpage.xhp | 0 helpcontent2/source/text/simpress/guide/move_object.xhp | 0 helpcontent2/source/text/simpress/guide/orgchart.xhp | 0 helpcontent2/source/text/simpress/guide/page_copy.xhp | 0 helpcontent2/source/text/simpress/guide/palette_files.xhp | 0 helpcontent2/source/text/simpress/guide/print_tofit.xhp | 0 helpcontent2/source/text/simpress/guide/printing.xhp | 0 helpcontent2/source/text/simpress/guide/select_object.xhp | 0 helpcontent2/source/text/simpress/guide/text2curve.xhp | 0 helpcontent2/source/text/simpress/guide/vectorize.xhp | 0 helpcontent2/source/text/simpress/main0100.xhp | 0 helpcontent2/source/text/simpress/main0101.xhp | 0 helpcontent2/source/text/simpress/main0102.xhp | 0 helpcontent2/source/text/simpress/main0103.xhp | 0 helpcontent2/source/text/simpress/main0104.xhp | 0 helpcontent2/source/text/simpress/main0105.xhp | 0 helpcontent2/source/text/simpress/main0106.xhp | 0 helpcontent2/source/text/simpress/main0107.xhp | 0 helpcontent2/source/text/simpress/main0113.xhp | 0 helpcontent2/source/text/simpress/main0114.xhp | 0 helpcontent2/source/text/simpress/main0200.xhp | 0 helpcontent2/source/text/simpress/main0202.xhp | 0 helpcontent2/source/text/simpress/main0204.xhp | 0 helpcontent2/source/text/simpress/main0206.xhp | 0 helpcontent2/source/text/simpress/main0210.xhp | 0 helpcontent2/source/text/simpress/main0211.xhp | 0 helpcontent2/source/text/simpress/main0212.xhp | 0 helpcontent2/source/text/simpress/main0213.xhp | 0 helpcontent2/source/text/simpress/main0214.xhp | 0 helpcontent2/source/text/simpress/main0503.xhp | 0 helpcontent2/source/text/smath/01/03090900.xhp | 0 helpcontent2/source/text/smath/01/05010100.xhp | 0 helpcontent2/source/text/smath/04/01020000.xhp | 0 helpcontent2/source/text/smath/guide/align.xhp | 0 helpcontent2/source/text/smath/guide/attributes.xhp | 0 helpcontent2/source/text/smath/guide/brackets.xhp | 0 helpcontent2/source/text/smath/guide/comment.xhp | 0 helpcontent2/source/text/smath/guide/keyboard.xhp | 0 helpcontent2/source/text/smath/guide/main.xhp | 0 helpcontent2/source/text/smath/guide/newline.xhp | 0 helpcontent2/source/text/smath/guide/parentheses.xhp | 0 helpcontent2/source/text/smath/main0000.xhp | 0 helpcontent2/source/text/smath/main0100.xhp | 0 helpcontent2/source/text/smath/main0101.xhp | 0 helpcontent2/source/text/smath/main0102.xhp | 0 helpcontent2/source/text/smath/main0103.xhp | 0 helpcontent2/source/text/smath/main0105.xhp | 0 helpcontent2/source/text/smath/main0106.xhp | 0 helpcontent2/source/text/smath/main0107.xhp | 0 helpcontent2/source/text/smath/main0200.xhp | 0 helpcontent2/source/text/smath/main0202.xhp | 0 helpcontent2/source/text/smath/main0203.xhp | 0 helpcontent2/source/text/swriter/00/00000406.xhp | 0 helpcontent2/source/text/swriter/01/02120100.xhp | 0 helpcontent2/source/text/swriter/01/04020200.xhp | 0 helpcontent2/source/text/swriter/01/04060100.xhp | 0 helpcontent2/source/text/swriter/01/04090007.xhp | 0 helpcontent2/source/text/swriter/01/04120000.xhp | 0 helpcontent2/source/text/swriter/01/04120201.xhp | 0 helpcontent2/source/text/swriter/01/04120210.xhp | 0 helpcontent2/source/text/swriter/01/04120212.xhp | 0 helpcontent2/source/text/swriter/01/04120213.xhp | 0 helpcontent2/source/text/swriter/01/04120214.xhp | 0 helpcontent2/source/text/swriter/01/04120215.xhp | 0 helpcontent2/source/text/swriter/01/04120217.xhp | 0 helpcontent2/source/text/swriter/01/04120222.xhp | 0 helpcontent2/source/text/swriter/01/04120223.xhp | 0 helpcontent2/source/text/swriter/01/04120224.xhp | 0 helpcontent2/source/text/swriter/01/04120225.xhp | 0 helpcontent2/source/text/swriter/01/04120226.xhp | 0 helpcontent2/source/text/swriter/01/04120227.xhp | 0 helpcontent2/source/text/swriter/01/04130100.xhp | 0 helpcontent2/source/text/swriter/01/04990000.xhp | 0 helpcontent2/source/text/swriter/01/05040501.xhp | 0 helpcontent2/source/text/swriter/01/05040800.xhp | 0 helpcontent2/source/text/swriter/01/05090200.xhp | 0 helpcontent2/source/text/swriter/01/05100000.xhp | 0 helpcontent2/source/text/swriter/01/05110000.xhp | 0 helpcontent2/source/text/swriter/01/05120000.xhp | 0 helpcontent2/source/text/swriter/01/05130002.xhp | 0 helpcontent2/source/text/swriter/01/05130004.xhp | 0 helpcontent2/source/text/swriter/01/05150000.xhp | 0 helpcontent2/source/text/swriter/01/05150104.xhp | 0 helpcontent2/source/text/swriter/01/05180000.xhp | 0 helpcontent2/source/text/swriter/01/05990000.xhp | 0 helpcontent2/source/text/swriter/01/06060100.xhp | 0 helpcontent2/source/text/swriter/01/06990000.xhp | 0 helpcontent2/source/text/swriter/01/format_object.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge01.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge02.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge03.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge04.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge05.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge06.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge07.xhp | 0 helpcontent2/source/text/swriter/01/mailmerge08.xhp | 0 helpcontent2/source/text/swriter/01/mm_copyto.xhp | 0 helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp | 0 helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp | 0 helpcontent2/source/text/swriter/01/mm_emabod.xhp | 0 helpcontent2/source/text/swriter/01/mm_finent.xhp | 0 helpcontent2/source/text/swriter/01/mm_matfie.xhp | 0 helpcontent2/source/text/swriter/01/mm_newaddblo.xhp | 0 helpcontent2/source/text/swriter/01/mm_newaddlis.xhp | 0 helpcontent2/source/text/swriter/01/mm_seladdblo.xhp | 0 helpcontent2/source/text/swriter/02/14010000.xhp | 0 helpcontent2/source/text/swriter/02/19040000.xhp | 0 helpcontent2/source/text/swriter/04/01020000.xhp | 0 helpcontent2/source/text/swriter/guide/anchor_object.xhp | 0 helpcontent2/source/text/swriter/guide/auto_off.xhp | 0 helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp | 0 helpcontent2/source/text/swriter/guide/autotext.xhp | 0 helpcontent2/source/text/swriter/guide/borders.xhp | 0 helpcontent2/source/text/swriter/guide/calculate.xhp | 0 helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp | 0 helpcontent2/source/text/swriter/guide/calculate_intable.xhp | 0 helpcontent2/source/text/swriter/guide/calculate_intext.xhp | 0 helpcontent2/source/text/swriter/guide/calculate_intext2.xhp | 0 helpcontent2/source/text/swriter/guide/calculate_multitable.xhp | 0 helpcontent2/source/text/swriter/guide/change_header.xhp | 0 helpcontent2/source/text/swriter/guide/conditional_text2.xhp | 0 helpcontent2/source/text/swriter/guide/delete_from_dict.xhp | 0 helpcontent2/source/text/swriter/guide/field_convert.xhp | 0 helpcontent2/source/text/swriter/guide/fields_date.xhp | 0 helpcontent2/source/text/swriter/guide/footer_nextpage.xhp | 0 helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp | 0 helpcontent2/source/text/swriter/guide/footnote_with_line.xhp | 0 helpcontent2/source/text/swriter/guide/form_letters_main.xhp | 0 helpcontent2/source/text/swriter/guide/header_pagestyles.xhp | 0 helpcontent2/source/text/swriter/guide/hidden_text.xhp | 0 helpcontent2/source/text/swriter/guide/hyperlinks.xhp | 0 helpcontent2/source/text/swriter/guide/indices_delete.xhp | 0 helpcontent2/source/text/swriter/guide/indices_edit.xhp | 0 helpcontent2/source/text/swriter/guide/indices_enter.xhp | 0 helpcontent2/source/text/swriter/guide/indices_index.xhp | 0 helpcontent2/source/text/swriter/guide/indices_multidoc.xhp | 0 helpcontent2/source/text/swriter/guide/indices_toc.xhp | 0 helpcontent2/source/text/swriter/guide/insert_beforetable.xhp | 0 helpcontent2/source/text/swriter/guide/insert_graphic.xhp | 0 helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp | 0 helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp | 0 helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp | 0 helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp | 0 helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp | 0 helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp | 0 helpcontent2/source/text/swriter/guide/jump2statusbar.xhp | 0 helpcontent2/source/text/swriter/guide/keyboard.xhp | 0 helpcontent2/source/text/swriter/guide/main.xhp | 0 helpcontent2/source/text/swriter/guide/navigator.xhp | 0 helpcontent2/source/text/swriter/guide/number_date_conv.xhp | 0 helpcontent2/source/text/swriter/guide/numbering_paras.xhp | 0 helpcontent2/source/text/swriter/guide/page_break.xhp | 0 helpcontent2/source/text/swriter/guide/pagebackground.xhp | 0 helpcontent2/source/text/swriter/guide/pagenumbers.xhp | 0 helpcontent2/source/text/swriter/guide/pageorientation.xhp | 0 helpcontent2/source/text/swriter/guide/pagestyles.xhp | 0 helpcontent2/source/text/swriter/guide/printing_order.xhp | 0 helpcontent2/source/text/swriter/guide/references.xhp | 0 helpcontent2/source/text/swriter/guide/registertrue.xhp | 0 helpcontent2/source/text/swriter/guide/reset_format.xhp | 0 helpcontent2/source/text/swriter/guide/resize_navigator.xhp | 0 helpcontent2/source/text/swriter/guide/search_regexp.xhp | 0 helpcontent2/source/text/swriter/guide/section_edit.xhp | 0 helpcontent2/source/text/swriter/guide/section_insert.xhp | 0 helpcontent2/source/text/swriter/guide/send2html.xhp | 0 helpcontent2/source/text/swriter/guide/shortcut_writing.xhp | 0 helpcontent2/source/text/swriter/guide/subscript.xhp | 0 helpcontent2/source/text/swriter/guide/table_cells.xhp | 0 helpcontent2/source/text/swriter/guide/table_delete.xhp | 0 helpcontent2/source/text/swriter/guide/table_insert.xhp | 0 helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp | 0 helpcontent2/source/text/swriter/guide/tablemode.xhp | 0 helpcontent2/source/text/swriter/guide/template_create.xhp | 0 helpcontent2/source/text/swriter/guide/template_default.xhp | 0 helpcontent2/source/text/swriter/guide/text_animation.xhp | 0 helpcontent2/source/text/swriter/guide/text_capital.xhp | 0 helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp | 0 helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp | 0 helpcontent2/source/text/swriter/guide/word_completion.xhp | 0 helpcontent2/source/text/swriter/guide/words_count.xhp | 0 helpcontent2/source/text/swriter/main0102.xhp | 0 helpcontent2/source/text/swriter/main0103.xhp | 0 helpcontent2/source/text/swriter/main0104.xhp | 0 helpcontent2/source/text/swriter/main0106.xhp | 0 helpcontent2/source/text/swriter/main0110.xhp | 0 helpcontent2/source/text/swriter/main0200.xhp | 0 helpcontent2/source/text/swriter/main0203.xhp | 0 helpcontent2/source/text/swriter/main0204.xhp | 0 helpcontent2/source/text/swriter/main0205.xhp | 0 helpcontent2/source/text/swriter/main0206.xhp | 0 helpcontent2/source/text/swriter/main0208.xhp | 0 helpcontent2/source/text/swriter/main0213.xhp | 0 helpcontent2/source/text/swriter/main0215.xhp | 0 helpcontent2/source/text/swriter/main0216.xhp | 0 helpcontent2/source/text/swriter/main0220.xhp | 0 helpcontent2/source/text/swriter/main0503.xhp | 0 795 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 helpcontent2/source/text/sbasic/guide/control_properties.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/guide/create_dialog.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/guide/insert_control.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/guide/show_dialog.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/00000002.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/00000003.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01/06130100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01000000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01010210.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01020500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01030000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01030300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01030400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01040000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01170100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/01170103.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03000000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010301.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010302.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010303.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010304.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03010305.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020104.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020202.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020203.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020204.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020205.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020301.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020302.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020304.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020305.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020402.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020403.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020404.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020407.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020408.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020409.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020410.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020411.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020412.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020413.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020414.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03020415.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030103.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030104.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030105.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030106.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030107.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030108.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030110.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030120.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030130.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030202.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030203.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030204.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030205.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030206.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030301.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03030302.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03050000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03050200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03050300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03050500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03060600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03070600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080103.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080104.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080202.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080301.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080302.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080401.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080501.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080502.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080601.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080701.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080800.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080801.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03080802.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090103.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090202.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090203.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090402.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090404.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090406.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090408.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090409.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090410.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03090411.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100050.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100060.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100070.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100080.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03100900.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101110.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101120.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101130.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101140.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03101700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102450.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102800.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03102900.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103450.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103800.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03103900.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03104700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03110000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03110100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120101.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120102.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120103.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120104.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120105.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120201.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120202.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120301.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120302.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120303.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120304.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120305.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120306.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120307.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120308.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120309.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120310.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120311.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120312.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120313.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120314.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120315.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120401.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120402.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03120403.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03130800.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131000.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131300.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131400.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131500.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131600.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131800.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03131900.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03132100.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/03132200.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/05060700.xhp mode change 100755 => 100644 helpcontent2/source/text/sbasic/shared/keys.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/00/00000004.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/00/00000402.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/00/00000403.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/00/00000406.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/00/00000407.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/02190000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/02200000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/04010000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/04060100.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/04060108.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/04070000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/05030000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/05040000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/05080000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/06030000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/06060000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/06990000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12010100.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12040000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12040201.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12070100.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12080000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090101.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090103.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090104.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090105.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090106.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12090400.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12120100.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/12120300.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/01/format_graphic.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/05/02140000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/auto_off.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/autofilter.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/autoformat.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/borders.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/calc_date.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/calc_series.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/calc_timevalues.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cell_protect.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cell_unprotect.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellcopy.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellreferences.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellreferences_url.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/consolidate.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/csv_files.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/csv_formula.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/database_define.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/database_filter.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/database_sort.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/dbase_files.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/edit_multitables.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/filters.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/format_table.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/format_value_userdef.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/formula_copy.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/formula_value.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/fraction_enter.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/goalseek.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/html_doc.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/mark_cells.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/matrixformula.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/multioperation.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/print_details.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/print_exact.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/print_landscape.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/printranges.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/rounding_numbers.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/scenario.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/sorted_list.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/specialfilter.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/super_subscript.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/table_rotate.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/table_view.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/text_rotate.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/text_wrap.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/userdefined_function.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/validity.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/value_with_name.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/guide/year2000.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0100.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0101.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0102.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0104.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0106.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0107.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0112.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0200.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0202.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0203.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0205.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0208.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0214.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0218.xhp mode change 100755 => 100644 helpcontent2/source/text/scalc/main0503.xhp mode change 100755 => 100644 helpcontent2/source/text/schart/01/05020000.xhp mode change 100755 => 100644 helpcontent2/source/text/schart/01/05050000.xhp mode change 100755 => 100644 helpcontent2/source/text/schart/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/schart/main0202.xhp mode change 100755 => 100644 helpcontent2/source/text/schart/main0503.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/00/00000004.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/01/04010000.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/align_arrange.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/eyedropper.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/gradient.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/graphic_insert.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/join_objects.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0100.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0101.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0102.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0103.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0104.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0105.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0106.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0200.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0202.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0210.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0213.xhp mode change 100755 => 100644 helpcontent2/source/text/sdraw/main0503.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000002.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000003.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000005.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000007.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000206.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000207.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000215.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000407.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/00/00000408.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/01010001.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/01010303.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/01020103.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/01110000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02100001.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02180100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02200100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02200200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02210101.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/02230000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/03150100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/04150000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/04990000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05020600.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05020700.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05030800.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05080000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05090000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05100000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05110000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05120000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05150101.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05210200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05210700.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05240000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05290000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05340404.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05340500.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/05340600.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06010101.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06010500.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06010601.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06050500.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06140101.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06140402.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06150100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/06202000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/07080000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/formatting_mark.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/gallery_files.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/grid.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/guides.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/packagemanager.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/01/password_main.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170002.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170700.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170801.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170802.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170901.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170902.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170903.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/01170904.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/07070200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/12070300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/12090101.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/13010000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/02/colortoolbar.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/04/01010000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01120100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01120200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01120300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01120500.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01170200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01170300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/autopi/01170500.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/02000002.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05000000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05000002.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05000003.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05030000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05030200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05040000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05040100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/05040200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/11030100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/11170000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/11170100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/dabadoc.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/dabaprop.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/main.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/menubar.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/menufile.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/explorer/database/menuview.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/aaa_start.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/active_help_on_off.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/activex.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/autocorr_url.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/background.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/border_paragraph.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/border_table.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/breaking_lines.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/chart_axis.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/chart_barformat.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/chart_title.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/configure_overview.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/contextmenu.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/copytable2application.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/ctl.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/data_addressbook.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/data_dbase2office.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/data_report.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/database_main.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/doc_autosave.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/dragdrop_table.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/edit_symbolbar.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/email.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/export_ms.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/fax.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/flat_icons.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/formfields.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/gallery_insert.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/hyperlink_edit.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/hyperlink_search.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/imagemap.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/import_ms.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/integratinguno.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/labels.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/language_select.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/lineend_define.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/linestyle_define.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/macro_recording.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/measurement_units.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/microsoft_terms.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/ms_doctypes.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/ms_user.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/navigator.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/pageformat_max.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/paintbrush.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/pasting.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/print_blackwhite.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/print_faster.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_accept.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_doccompare.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_docmerge.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_enter.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_protect.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/redlining_versions.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/scripting.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/space_hyphen.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/spadmin.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/standard_template.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/textmode_change.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/version_number.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/viewing_file_properties.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/workfolder.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/xforms.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/guide/xsltfilter.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/main0204.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/main0208.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/main0214.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/main0400.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/main0800.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01010000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01010301.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01011000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01013000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01014000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01030000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01030300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01040301.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01050000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01050300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01060300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01060401.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01060700.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01110000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01110100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01130100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01140000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01150100.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01150200.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01150300.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01160000.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/01160201.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/javaclasspath.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/javaparameters.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/mailmerge.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/optionen/serverauthentication.xhp mode change 100755 => 100644 helpcontent2/source/text/shared/tree_strings.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/00/00000401.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/00/00000402.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/00/00000405.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/00/00000406.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/01170000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/01180002.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/03151000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/03151100.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/03151200.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/04110100.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/04110200.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/04990000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/13050000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/13180000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/01/slidesorter.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/02/04030000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/02/04040000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/02/04060000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/3d_create.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/animated_gif_save.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/change_scale.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/html_export.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/html_import.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/individual.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/layer_move.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/layers.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/masterpage.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/move_object.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/orgchart.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/page_copy.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/palette_files.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/print_tofit.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/printing.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/select_object.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/text2curve.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/guide/vectorize.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0100.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0101.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0102.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0103.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0104.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0105.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0106.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0107.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0113.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0114.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0200.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0202.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0204.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0206.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0210.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0211.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0212.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0213.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0214.xhp mode change 100755 => 100644 helpcontent2/source/text/simpress/main0503.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/01/03090900.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/01/05010100.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/align.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/attributes.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/brackets.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/comment.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/keyboard.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/newline.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/guide/parentheses.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0000.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0100.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0101.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0102.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0103.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0105.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0106.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0107.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0200.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0202.xhp mode change 100755 => 100644 helpcontent2/source/text/smath/main0203.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/00/00000406.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/02120100.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04020200.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04060100.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04090007.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120201.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120210.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120212.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120213.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120214.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120215.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120217.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120222.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120223.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120224.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120225.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120226.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04120227.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04130100.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/04990000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05040501.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05040800.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05090200.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05100000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05110000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05120000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05130002.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05130004.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05150000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05150104.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05180000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/05990000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/06060100.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/06990000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/format_object.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge01.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge02.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge03.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge04.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge05.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge06.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge07.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mailmerge08.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_copyto.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_emabod.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_finent.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_matfie.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_newaddblo.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_newaddlis.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/01/mm_seladdblo.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/02/14010000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/02/19040000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/04/01020000.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/anchor_object.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/auto_off.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/autotext.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/borders.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate_intable.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate_intext.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate_intext2.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/calculate_multitable.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/change_header.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/conditional_text2.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/delete_from_dict.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/field_convert.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/fields_date.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/footer_nextpage.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/footnote_with_line.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/form_letters_main.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/header_pagestyles.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/hidden_text.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/hyperlinks.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_delete.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_edit.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_enter.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_index.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_multidoc.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/indices_toc.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_beforetable.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_graphic.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/jump2statusbar.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/keyboard.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/main.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/navigator.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/number_date_conv.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/numbering_paras.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/page_break.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/pagebackground.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/pagenumbers.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/pageorientation.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/pagestyles.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/printing_order.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/references.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/registertrue.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/reset_format.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/resize_navigator.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/search_regexp.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/section_edit.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/section_insert.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/send2html.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/shortcut_writing.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/subscript.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/table_cells.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/table_delete.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/table_insert.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/tablemode.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/template_create.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/template_default.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/text_animation.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/text_capital.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/word_completion.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/guide/words_count.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0102.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0103.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0104.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0106.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0110.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0200.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0203.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0204.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0205.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0206.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0208.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0213.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0215.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0216.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0220.xhp mode change 100755 => 100644 helpcontent2/source/text/swriter/main0503.xhp diff --git a/helpcontent2/source/text/sbasic/guide/control_properties.xhp b/helpcontent2/source/text/sbasic/guide/control_properties.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/guide/create_dialog.xhp b/helpcontent2/source/text/sbasic/guide/create_dialog.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/guide/insert_control.xhp b/helpcontent2/source/text/sbasic/guide/insert_control.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/guide/show_dialog.xhp b/helpcontent2/source/text/sbasic/guide/show_dialog.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/00000002.xhp b/helpcontent2/source/text/sbasic/shared/00000002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/00000003.xhp b/helpcontent2/source/text/sbasic/shared/00000003.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01/06130100.xhp b/helpcontent2/source/text/sbasic/shared/01/06130100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01000000.xhp b/helpcontent2/source/text/sbasic/shared/01000000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01010210.xhp b/helpcontent2/source/text/sbasic/shared/01010210.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01020000.xhp b/helpcontent2/source/text/sbasic/shared/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01020500.xhp b/helpcontent2/source/text/sbasic/shared/01020500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01030000.xhp b/helpcontent2/source/text/sbasic/shared/01030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01030300.xhp b/helpcontent2/source/text/sbasic/shared/01030300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01030400.xhp b/helpcontent2/source/text/sbasic/shared/01030400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01040000.xhp b/helpcontent2/source/text/sbasic/shared/01040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01170100.xhp b/helpcontent2/source/text/sbasic/shared/01170100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/01170103.xhp b/helpcontent2/source/text/sbasic/shared/01170103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03000000.xhp b/helpcontent2/source/text/sbasic/shared/03000000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010000.xhp b/helpcontent2/source/text/sbasic/shared/03010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010100.xhp b/helpcontent2/source/text/sbasic/shared/03010100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010101.xhp b/helpcontent2/source/text/sbasic/shared/03010101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010102.xhp b/helpcontent2/source/text/sbasic/shared/03010102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010200.xhp b/helpcontent2/source/text/sbasic/shared/03010200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010201.xhp b/helpcontent2/source/text/sbasic/shared/03010201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010300.xhp b/helpcontent2/source/text/sbasic/shared/03010300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010301.xhp b/helpcontent2/source/text/sbasic/shared/03010301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010302.xhp b/helpcontent2/source/text/sbasic/shared/03010302.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010303.xhp b/helpcontent2/source/text/sbasic/shared/03010303.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010304.xhp b/helpcontent2/source/text/sbasic/shared/03010304.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03010305.xhp b/helpcontent2/source/text/sbasic/shared/03010305.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020000.xhp b/helpcontent2/source/text/sbasic/shared/03020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020100.xhp b/helpcontent2/source/text/sbasic/shared/03020100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020101.xhp b/helpcontent2/source/text/sbasic/shared/03020101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020102.xhp b/helpcontent2/source/text/sbasic/shared/03020102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020104.xhp b/helpcontent2/source/text/sbasic/shared/03020104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020200.xhp b/helpcontent2/source/text/sbasic/shared/03020200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020201.xhp b/helpcontent2/source/text/sbasic/shared/03020201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020202.xhp b/helpcontent2/source/text/sbasic/shared/03020202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020203.xhp b/helpcontent2/source/text/sbasic/shared/03020203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020204.xhp b/helpcontent2/source/text/sbasic/shared/03020204.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020205.xhp b/helpcontent2/source/text/sbasic/shared/03020205.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020301.xhp b/helpcontent2/source/text/sbasic/shared/03020301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020302.xhp b/helpcontent2/source/text/sbasic/shared/03020302.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020304.xhp b/helpcontent2/source/text/sbasic/shared/03020304.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020305.xhp b/helpcontent2/source/text/sbasic/shared/03020305.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020400.xhp b/helpcontent2/source/text/sbasic/shared/03020400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020402.xhp b/helpcontent2/source/text/sbasic/shared/03020402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020403.xhp b/helpcontent2/source/text/sbasic/shared/03020403.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020404.xhp b/helpcontent2/source/text/sbasic/shared/03020404.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020407.xhp b/helpcontent2/source/text/sbasic/shared/03020407.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020408.xhp b/helpcontent2/source/text/sbasic/shared/03020408.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020409.xhp b/helpcontent2/source/text/sbasic/shared/03020409.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020410.xhp b/helpcontent2/source/text/sbasic/shared/03020410.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020411.xhp b/helpcontent2/source/text/sbasic/shared/03020411.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020412.xhp b/helpcontent2/source/text/sbasic/shared/03020412.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020413.xhp b/helpcontent2/source/text/sbasic/shared/03020413.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020414.xhp b/helpcontent2/source/text/sbasic/shared/03020414.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03020415.xhp b/helpcontent2/source/text/sbasic/shared/03020415.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030100.xhp b/helpcontent2/source/text/sbasic/shared/03030100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030101.xhp b/helpcontent2/source/text/sbasic/shared/03030101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030102.xhp b/helpcontent2/source/text/sbasic/shared/03030102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030103.xhp b/helpcontent2/source/text/sbasic/shared/03030103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030104.xhp b/helpcontent2/source/text/sbasic/shared/03030104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030105.xhp b/helpcontent2/source/text/sbasic/shared/03030105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030106.xhp b/helpcontent2/source/text/sbasic/shared/03030106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030107.xhp b/helpcontent2/source/text/sbasic/shared/03030107.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030108.xhp b/helpcontent2/source/text/sbasic/shared/03030108.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030110.xhp b/helpcontent2/source/text/sbasic/shared/03030110.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030120.xhp b/helpcontent2/source/text/sbasic/shared/03030120.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030130.xhp b/helpcontent2/source/text/sbasic/shared/03030130.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030200.xhp b/helpcontent2/source/text/sbasic/shared/03030200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030201.xhp b/helpcontent2/source/text/sbasic/shared/03030201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030202.xhp b/helpcontent2/source/text/sbasic/shared/03030202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030203.xhp b/helpcontent2/source/text/sbasic/shared/03030203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030204.xhp b/helpcontent2/source/text/sbasic/shared/03030204.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030205.xhp b/helpcontent2/source/text/sbasic/shared/03030205.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030206.xhp b/helpcontent2/source/text/sbasic/shared/03030206.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030300.xhp b/helpcontent2/source/text/sbasic/shared/03030300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030301.xhp b/helpcontent2/source/text/sbasic/shared/03030301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03030302.xhp b/helpcontent2/source/text/sbasic/shared/03030302.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03050000.xhp b/helpcontent2/source/text/sbasic/shared/03050000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03050200.xhp b/helpcontent2/source/text/sbasic/shared/03050200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03050300.xhp b/helpcontent2/source/text/sbasic/shared/03050300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03050500.xhp b/helpcontent2/source/text/sbasic/shared/03050500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060000.xhp b/helpcontent2/source/text/sbasic/shared/03060000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060100.xhp b/helpcontent2/source/text/sbasic/shared/03060100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060200.xhp b/helpcontent2/source/text/sbasic/shared/03060200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060300.xhp b/helpcontent2/source/text/sbasic/shared/03060300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060400.xhp b/helpcontent2/source/text/sbasic/shared/03060400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060500.xhp b/helpcontent2/source/text/sbasic/shared/03060500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03060600.xhp b/helpcontent2/source/text/sbasic/shared/03060600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070000.xhp b/helpcontent2/source/text/sbasic/shared/03070000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070100.xhp b/helpcontent2/source/text/sbasic/shared/03070100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070200.xhp b/helpcontent2/source/text/sbasic/shared/03070200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070300.xhp b/helpcontent2/source/text/sbasic/shared/03070300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070400.xhp b/helpcontent2/source/text/sbasic/shared/03070400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070500.xhp b/helpcontent2/source/text/sbasic/shared/03070500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03070600.xhp b/helpcontent2/source/text/sbasic/shared/03070600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080000.xhp b/helpcontent2/source/text/sbasic/shared/03080000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080100.xhp b/helpcontent2/source/text/sbasic/shared/03080100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080101.xhp b/helpcontent2/source/text/sbasic/shared/03080101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080102.xhp b/helpcontent2/source/text/sbasic/shared/03080102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080103.xhp b/helpcontent2/source/text/sbasic/shared/03080103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080104.xhp b/helpcontent2/source/text/sbasic/shared/03080104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080200.xhp b/helpcontent2/source/text/sbasic/shared/03080200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080201.xhp b/helpcontent2/source/text/sbasic/shared/03080201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080202.xhp b/helpcontent2/source/text/sbasic/shared/03080202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080300.xhp b/helpcontent2/source/text/sbasic/shared/03080300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080301.xhp b/helpcontent2/source/text/sbasic/shared/03080301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080302.xhp b/helpcontent2/source/text/sbasic/shared/03080302.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080400.xhp b/helpcontent2/source/text/sbasic/shared/03080400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080401.xhp b/helpcontent2/source/text/sbasic/shared/03080401.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080500.xhp b/helpcontent2/source/text/sbasic/shared/03080500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080501.xhp b/helpcontent2/source/text/sbasic/shared/03080501.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080502.xhp b/helpcontent2/source/text/sbasic/shared/03080502.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080600.xhp b/helpcontent2/source/text/sbasic/shared/03080600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080601.xhp b/helpcontent2/source/text/sbasic/shared/03080601.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080700.xhp b/helpcontent2/source/text/sbasic/shared/03080700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080701.xhp b/helpcontent2/source/text/sbasic/shared/03080701.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080800.xhp b/helpcontent2/source/text/sbasic/shared/03080800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080801.xhp b/helpcontent2/source/text/sbasic/shared/03080801.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03080802.xhp b/helpcontent2/source/text/sbasic/shared/03080802.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090000.xhp b/helpcontent2/source/text/sbasic/shared/03090000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090100.xhp b/helpcontent2/source/text/sbasic/shared/03090100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090102.xhp b/helpcontent2/source/text/sbasic/shared/03090102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090103.xhp b/helpcontent2/source/text/sbasic/shared/03090103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090200.xhp b/helpcontent2/source/text/sbasic/shared/03090200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090201.xhp b/helpcontent2/source/text/sbasic/shared/03090201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090202.xhp b/helpcontent2/source/text/sbasic/shared/03090202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090203.xhp b/helpcontent2/source/text/sbasic/shared/03090203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090300.xhp b/helpcontent2/source/text/sbasic/shared/03090300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090400.xhp b/helpcontent2/source/text/sbasic/shared/03090400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090402.xhp b/helpcontent2/source/text/sbasic/shared/03090402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090404.xhp b/helpcontent2/source/text/sbasic/shared/03090404.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090406.xhp b/helpcontent2/source/text/sbasic/shared/03090406.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090408.xhp b/helpcontent2/source/text/sbasic/shared/03090408.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090409.xhp b/helpcontent2/source/text/sbasic/shared/03090409.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090410.xhp b/helpcontent2/source/text/sbasic/shared/03090410.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03090411.xhp b/helpcontent2/source/text/sbasic/shared/03090411.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100000.xhp b/helpcontent2/source/text/sbasic/shared/03100000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100050.xhp b/helpcontent2/source/text/sbasic/shared/03100050.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100060.xhp b/helpcontent2/source/text/sbasic/shared/03100060.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100070.xhp b/helpcontent2/source/text/sbasic/shared/03100070.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100080.xhp b/helpcontent2/source/text/sbasic/shared/03100080.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100100.xhp b/helpcontent2/source/text/sbasic/shared/03100100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100300.xhp b/helpcontent2/source/text/sbasic/shared/03100300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100400.xhp b/helpcontent2/source/text/sbasic/shared/03100400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100500.xhp b/helpcontent2/source/text/sbasic/shared/03100500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100600.xhp b/helpcontent2/source/text/sbasic/shared/03100600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100700.xhp b/helpcontent2/source/text/sbasic/shared/03100700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03100900.xhp b/helpcontent2/source/text/sbasic/shared/03100900.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101000.xhp b/helpcontent2/source/text/sbasic/shared/03101000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101100.xhp b/helpcontent2/source/text/sbasic/shared/03101100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101110.xhp b/helpcontent2/source/text/sbasic/shared/03101110.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101120.xhp b/helpcontent2/source/text/sbasic/shared/03101120.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101130.xhp b/helpcontent2/source/text/sbasic/shared/03101130.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101140.xhp b/helpcontent2/source/text/sbasic/shared/03101140.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101300.xhp b/helpcontent2/source/text/sbasic/shared/03101300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101400.xhp b/helpcontent2/source/text/sbasic/shared/03101400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101500.xhp b/helpcontent2/source/text/sbasic/shared/03101500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101600.xhp b/helpcontent2/source/text/sbasic/shared/03101600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03101700.xhp b/helpcontent2/source/text/sbasic/shared/03101700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102000.xhp b/helpcontent2/source/text/sbasic/shared/03102000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102101.xhp b/helpcontent2/source/text/sbasic/shared/03102101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102200.xhp b/helpcontent2/source/text/sbasic/shared/03102200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102300.xhp b/helpcontent2/source/text/sbasic/shared/03102300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102400.xhp b/helpcontent2/source/text/sbasic/shared/03102400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102450.xhp b/helpcontent2/source/text/sbasic/shared/03102450.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102600.xhp b/helpcontent2/source/text/sbasic/shared/03102600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102700.xhp b/helpcontent2/source/text/sbasic/shared/03102700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102800.xhp b/helpcontent2/source/text/sbasic/shared/03102800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03102900.xhp b/helpcontent2/source/text/sbasic/shared/03102900.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103000.xhp b/helpcontent2/source/text/sbasic/shared/03103000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103400.xhp b/helpcontent2/source/text/sbasic/shared/03103400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103450.xhp b/helpcontent2/source/text/sbasic/shared/03103450.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103600.xhp b/helpcontent2/source/text/sbasic/shared/03103600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103700.xhp b/helpcontent2/source/text/sbasic/shared/03103700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103800.xhp b/helpcontent2/source/text/sbasic/shared/03103800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03103900.xhp b/helpcontent2/source/text/sbasic/shared/03103900.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104000.xhp b/helpcontent2/source/text/sbasic/shared/03104000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104100.xhp b/helpcontent2/source/text/sbasic/shared/03104100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104200.xhp b/helpcontent2/source/text/sbasic/shared/03104200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104300.xhp b/helpcontent2/source/text/sbasic/shared/03104300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104400.xhp b/helpcontent2/source/text/sbasic/shared/03104400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104600.xhp b/helpcontent2/source/text/sbasic/shared/03104600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03104700.xhp b/helpcontent2/source/text/sbasic/shared/03104700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03110000.xhp b/helpcontent2/source/text/sbasic/shared/03110000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03110100.xhp b/helpcontent2/source/text/sbasic/shared/03110100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120000.xhp b/helpcontent2/source/text/sbasic/shared/03120000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120100.xhp b/helpcontent2/source/text/sbasic/shared/03120100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120101.xhp b/helpcontent2/source/text/sbasic/shared/03120101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120102.xhp b/helpcontent2/source/text/sbasic/shared/03120102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120103.xhp b/helpcontent2/source/text/sbasic/shared/03120103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120104.xhp b/helpcontent2/source/text/sbasic/shared/03120104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120105.xhp b/helpcontent2/source/text/sbasic/shared/03120105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120200.xhp b/helpcontent2/source/text/sbasic/shared/03120200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120201.xhp b/helpcontent2/source/text/sbasic/shared/03120201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120202.xhp b/helpcontent2/source/text/sbasic/shared/03120202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120300.xhp b/helpcontent2/source/text/sbasic/shared/03120300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120301.xhp b/helpcontent2/source/text/sbasic/shared/03120301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120302.xhp b/helpcontent2/source/text/sbasic/shared/03120302.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120303.xhp b/helpcontent2/source/text/sbasic/shared/03120303.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120304.xhp b/helpcontent2/source/text/sbasic/shared/03120304.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120305.xhp b/helpcontent2/source/text/sbasic/shared/03120305.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120306.xhp b/helpcontent2/source/text/sbasic/shared/03120306.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120307.xhp b/helpcontent2/source/text/sbasic/shared/03120307.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120308.xhp b/helpcontent2/source/text/sbasic/shared/03120308.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120309.xhp b/helpcontent2/source/text/sbasic/shared/03120309.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120310.xhp b/helpcontent2/source/text/sbasic/shared/03120310.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120311.xhp b/helpcontent2/source/text/sbasic/shared/03120311.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120312.xhp b/helpcontent2/source/text/sbasic/shared/03120312.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120313.xhp b/helpcontent2/source/text/sbasic/shared/03120313.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120314.xhp b/helpcontent2/source/text/sbasic/shared/03120314.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120315.xhp b/helpcontent2/source/text/sbasic/shared/03120315.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120400.xhp b/helpcontent2/source/text/sbasic/shared/03120400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120401.xhp b/helpcontent2/source/text/sbasic/shared/03120401.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120402.xhp b/helpcontent2/source/text/sbasic/shared/03120402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03120403.xhp b/helpcontent2/source/text/sbasic/shared/03120403.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130000.xhp b/helpcontent2/source/text/sbasic/shared/03130000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130100.xhp b/helpcontent2/source/text/sbasic/shared/03130100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130500.xhp b/helpcontent2/source/text/sbasic/shared/03130500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130600.xhp b/helpcontent2/source/text/sbasic/shared/03130600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130700.xhp b/helpcontent2/source/text/sbasic/shared/03130700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03130800.xhp b/helpcontent2/source/text/sbasic/shared/03130800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131000.xhp b/helpcontent2/source/text/sbasic/shared/03131000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131300.xhp b/helpcontent2/source/text/sbasic/shared/03131300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131400.xhp b/helpcontent2/source/text/sbasic/shared/03131400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131500.xhp b/helpcontent2/source/text/sbasic/shared/03131500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131600.xhp b/helpcontent2/source/text/sbasic/shared/03131600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131700.xhp b/helpcontent2/source/text/sbasic/shared/03131700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131800.xhp b/helpcontent2/source/text/sbasic/shared/03131800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03131900.xhp b/helpcontent2/source/text/sbasic/shared/03131900.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03132100.xhp b/helpcontent2/source/text/sbasic/shared/03132100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/03132200.xhp b/helpcontent2/source/text/sbasic/shared/03132200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/05060700.xhp b/helpcontent2/source/text/sbasic/shared/05060700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sbasic/shared/keys.xhp b/helpcontent2/source/text/sbasic/shared/keys.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/00/00000004.xhp b/helpcontent2/source/text/scalc/00/00000004.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/00/00000402.xhp b/helpcontent2/source/text/scalc/00/00000402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/00/00000403.xhp b/helpcontent2/source/text/scalc/00/00000403.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/00/00000406.xhp b/helpcontent2/source/text/scalc/00/00000406.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/00/00000407.xhp b/helpcontent2/source/text/scalc/00/00000407.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/02190000.xhp b/helpcontent2/source/text/scalc/01/02190000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/02200000.xhp b/helpcontent2/source/text/scalc/01/02200000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/04010000.xhp b/helpcontent2/source/text/scalc/01/04010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/04060100.xhp b/helpcontent2/source/text/scalc/01/04060100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/04060108.xhp b/helpcontent2/source/text/scalc/01/04060108.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/04070000.xhp b/helpcontent2/source/text/scalc/01/04070000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/05030000.xhp b/helpcontent2/source/text/scalc/01/05030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/05040000.xhp b/helpcontent2/source/text/scalc/01/05040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/05080000.xhp b/helpcontent2/source/text/scalc/01/05080000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/06030000.xhp b/helpcontent2/source/text/scalc/01/06030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/06060000.xhp b/helpcontent2/source/text/scalc/01/06060000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/06990000.xhp b/helpcontent2/source/text/scalc/01/06990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12010100.xhp b/helpcontent2/source/text/scalc/01/12010100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12040000.xhp b/helpcontent2/source/text/scalc/01/12040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12040201.xhp b/helpcontent2/source/text/scalc/01/12040201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12070100.xhp b/helpcontent2/source/text/scalc/01/12070100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12080000.xhp b/helpcontent2/source/text/scalc/01/12080000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090000.xhp b/helpcontent2/source/text/scalc/01/12090000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090101.xhp b/helpcontent2/source/text/scalc/01/12090101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090103.xhp b/helpcontent2/source/text/scalc/01/12090103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090104.xhp b/helpcontent2/source/text/scalc/01/12090104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090105.xhp b/helpcontent2/source/text/scalc/01/12090105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090106.xhp b/helpcontent2/source/text/scalc/01/12090106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12090400.xhp b/helpcontent2/source/text/scalc/01/12090400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12120100.xhp b/helpcontent2/source/text/scalc/01/12120100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/12120300.xhp b/helpcontent2/source/text/scalc/01/12120300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/01/format_graphic.xhp b/helpcontent2/source/text/scalc/01/format_graphic.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/04/01020000.xhp b/helpcontent2/source/text/scalc/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/05/02140000.xhp b/helpcontent2/source/text/scalc/05/02140000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/auto_off.xhp b/helpcontent2/source/text/scalc/guide/auto_off.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/autofilter.xhp b/helpcontent2/source/text/scalc/guide/autofilter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/autoformat.xhp b/helpcontent2/source/text/scalc/guide/autoformat.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/borders.xhp b/helpcontent2/source/text/scalc/guide/borders.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/calc_date.xhp b/helpcontent2/source/text/scalc/guide/calc_date.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/calc_series.xhp b/helpcontent2/source/text/scalc/guide/calc_series.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/calc_timevalues.xhp b/helpcontent2/source/text/scalc/guide/calc_timevalues.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cell_protect.xhp b/helpcontent2/source/text/scalc/guide/cell_protect.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cell_unprotect.xhp b/helpcontent2/source/text/scalc/guide/cell_unprotect.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellcopy.xhp b/helpcontent2/source/text/scalc/guide/cellcopy.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp b/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellreferences.xhp b/helpcontent2/source/text/scalc/guide/cellreferences.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp b/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp b/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp b/helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp b/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/consolidate.xhp b/helpcontent2/source/text/scalc/guide/consolidate.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/csv_files.xhp b/helpcontent2/source/text/scalc/guide/csv_files.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/csv_formula.xhp b/helpcontent2/source/text/scalc/guide/csv_formula.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/database_define.xhp b/helpcontent2/source/text/scalc/guide/database_define.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/database_filter.xhp b/helpcontent2/source/text/scalc/guide/database_filter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/database_sort.xhp b/helpcontent2/source/text/scalc/guide/database_sort.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot.xhp b/helpcontent2/source/text/scalc/guide/datapilot.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp b/helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp b/helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp b/helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp b/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp b/helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/dbase_files.xhp b/helpcontent2/source/text/scalc/guide/dbase_files.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/edit_multitables.xhp b/helpcontent2/source/text/scalc/guide/edit_multitables.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/filters.xhp b/helpcontent2/source/text/scalc/guide/filters.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/format_table.xhp b/helpcontent2/source/text/scalc/guide/format_table.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/format_value_userdef.xhp b/helpcontent2/source/text/scalc/guide/format_value_userdef.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/formula_copy.xhp b/helpcontent2/source/text/scalc/guide/formula_copy.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/formula_value.xhp b/helpcontent2/source/text/scalc/guide/formula_value.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/fraction_enter.xhp b/helpcontent2/source/text/scalc/guide/fraction_enter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/goalseek.xhp b/helpcontent2/source/text/scalc/guide/goalseek.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/html_doc.xhp b/helpcontent2/source/text/scalc/guide/html_doc.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp b/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/main.xhp b/helpcontent2/source/text/scalc/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/mark_cells.xhp b/helpcontent2/source/text/scalc/guide/mark_cells.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/matrixformula.xhp b/helpcontent2/source/text/scalc/guide/matrixformula.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/multioperation.xhp b/helpcontent2/source/text/scalc/guide/multioperation.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/print_details.xhp b/helpcontent2/source/text/scalc/guide/print_details.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/print_exact.xhp b/helpcontent2/source/text/scalc/guide/print_exact.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/print_landscape.xhp b/helpcontent2/source/text/scalc/guide/print_landscape.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/printranges.xhp b/helpcontent2/source/text/scalc/guide/printranges.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp b/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/scenario.xhp b/helpcontent2/source/text/scalc/guide/scenario.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/sorted_list.xhp b/helpcontent2/source/text/scalc/guide/sorted_list.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/specialfilter.xhp b/helpcontent2/source/text/scalc/guide/specialfilter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/super_subscript.xhp b/helpcontent2/source/text/scalc/guide/super_subscript.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/table_rotate.xhp b/helpcontent2/source/text/scalc/guide/table_rotate.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/table_view.xhp b/helpcontent2/source/text/scalc/guide/table_view.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/text_rotate.xhp b/helpcontent2/source/text/scalc/guide/text_rotate.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/text_wrap.xhp b/helpcontent2/source/text/scalc/guide/text_wrap.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/userdefined_function.xhp b/helpcontent2/source/text/scalc/guide/userdefined_function.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/validity.xhp b/helpcontent2/source/text/scalc/guide/validity.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/value_with_name.xhp b/helpcontent2/source/text/scalc/guide/value_with_name.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/guide/year2000.xhp b/helpcontent2/source/text/scalc/guide/year2000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0100.xhp b/helpcontent2/source/text/scalc/main0100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0101.xhp b/helpcontent2/source/text/scalc/main0101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0102.xhp b/helpcontent2/source/text/scalc/main0102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0104.xhp b/helpcontent2/source/text/scalc/main0104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0106.xhp b/helpcontent2/source/text/scalc/main0106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0107.xhp b/helpcontent2/source/text/scalc/main0107.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0112.xhp b/helpcontent2/source/text/scalc/main0112.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0200.xhp b/helpcontent2/source/text/scalc/main0200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0202.xhp b/helpcontent2/source/text/scalc/main0202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0203.xhp b/helpcontent2/source/text/scalc/main0203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0205.xhp b/helpcontent2/source/text/scalc/main0205.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0208.xhp b/helpcontent2/source/text/scalc/main0208.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0214.xhp b/helpcontent2/source/text/scalc/main0214.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0218.xhp b/helpcontent2/source/text/scalc/main0218.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/scalc/main0503.xhp b/helpcontent2/source/text/scalc/main0503.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/schart/01/05020000.xhp b/helpcontent2/source/text/schart/01/05020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/schart/01/05050000.xhp b/helpcontent2/source/text/schart/01/05050000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/schart/04/01020000.xhp b/helpcontent2/source/text/schart/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/schart/main0202.xhp b/helpcontent2/source/text/schart/main0202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/schart/main0503.xhp b/helpcontent2/source/text/schart/main0503.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/00/00000004.xhp b/helpcontent2/source/text/sdraw/00/00000004.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/01/04010000.xhp b/helpcontent2/source/text/sdraw/01/04010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/04/01020000.xhp b/helpcontent2/source/text/sdraw/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/align_arrange.xhp b/helpcontent2/source/text/sdraw/guide/align_arrange.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/eyedropper.xhp b/helpcontent2/source/text/sdraw/guide/eyedropper.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/gradient.xhp b/helpcontent2/source/text/sdraw/guide/gradient.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/graphic_insert.xhp b/helpcontent2/source/text/sdraw/guide/graphic_insert.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/join_objects.xhp b/helpcontent2/source/text/sdraw/guide/join_objects.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/guide/main.xhp b/helpcontent2/source/text/sdraw/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0100.xhp b/helpcontent2/source/text/sdraw/main0100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0101.xhp b/helpcontent2/source/text/sdraw/main0101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0102.xhp b/helpcontent2/source/text/sdraw/main0102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0103.xhp b/helpcontent2/source/text/sdraw/main0103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0104.xhp b/helpcontent2/source/text/sdraw/main0104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0105.xhp b/helpcontent2/source/text/sdraw/main0105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0106.xhp b/helpcontent2/source/text/sdraw/main0106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0200.xhp b/helpcontent2/source/text/sdraw/main0200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0202.xhp b/helpcontent2/source/text/sdraw/main0202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0210.xhp b/helpcontent2/source/text/sdraw/main0210.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0213.xhp b/helpcontent2/source/text/sdraw/main0213.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/sdraw/main0503.xhp b/helpcontent2/source/text/sdraw/main0503.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000002.xhp b/helpcontent2/source/text/shared/00/00000002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000003.xhp b/helpcontent2/source/text/shared/00/00000003.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000005.xhp b/helpcontent2/source/text/shared/00/00000005.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000007.xhp b/helpcontent2/source/text/shared/00/00000007.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000200.xhp b/helpcontent2/source/text/shared/00/00000200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000206.xhp b/helpcontent2/source/text/shared/00/00000206.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000207.xhp b/helpcontent2/source/text/shared/00/00000207.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000215.xhp b/helpcontent2/source/text/shared/00/00000215.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000407.xhp b/helpcontent2/source/text/shared/00/00000407.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/00/00000408.xhp b/helpcontent2/source/text/shared/00/00000408.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/01010001.xhp b/helpcontent2/source/text/shared/01/01010001.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/01010303.xhp b/helpcontent2/source/text/shared/01/01010303.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/01020103.xhp b/helpcontent2/source/text/shared/01/01020103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/01110000.xhp b/helpcontent2/source/text/shared/01/01110000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02100001.xhp b/helpcontent2/source/text/shared/01/02100001.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02180100.xhp b/helpcontent2/source/text/shared/01/02180100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02200100.xhp b/helpcontent2/source/text/shared/01/02200100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02200200.xhp b/helpcontent2/source/text/shared/01/02200200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02210101.xhp b/helpcontent2/source/text/shared/01/02210101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/02230000.xhp b/helpcontent2/source/text/shared/01/02230000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/03150100.xhp b/helpcontent2/source/text/shared/01/03150100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/04150000.xhp b/helpcontent2/source/text/shared/01/04150000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/04990000.xhp b/helpcontent2/source/text/shared/01/04990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05020600.xhp b/helpcontent2/source/text/shared/01/05020600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05020700.xhp b/helpcontent2/source/text/shared/01/05020700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05030800.xhp b/helpcontent2/source/text/shared/01/05030800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05080000.xhp b/helpcontent2/source/text/shared/01/05080000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05090000.xhp b/helpcontent2/source/text/shared/01/05090000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05100000.xhp b/helpcontent2/source/text/shared/01/05100000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05110000.xhp b/helpcontent2/source/text/shared/01/05110000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05120000.xhp b/helpcontent2/source/text/shared/01/05120000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05150101.xhp b/helpcontent2/source/text/shared/01/05150101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05210200.xhp b/helpcontent2/source/text/shared/01/05210200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05210700.xhp b/helpcontent2/source/text/shared/01/05210700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05240000.xhp b/helpcontent2/source/text/shared/01/05240000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05290000.xhp b/helpcontent2/source/text/shared/01/05290000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05340404.xhp b/helpcontent2/source/text/shared/01/05340404.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05340500.xhp b/helpcontent2/source/text/shared/01/05340500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/05340600.xhp b/helpcontent2/source/text/shared/01/05340600.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06010101.xhp b/helpcontent2/source/text/shared/01/06010101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06010500.xhp b/helpcontent2/source/text/shared/01/06010500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06010601.xhp b/helpcontent2/source/text/shared/01/06010601.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06050500.xhp b/helpcontent2/source/text/shared/01/06050500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06140101.xhp b/helpcontent2/source/text/shared/01/06140101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06140402.xhp b/helpcontent2/source/text/shared/01/06140402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06150100.xhp b/helpcontent2/source/text/shared/01/06150100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/06202000.xhp b/helpcontent2/source/text/shared/01/06202000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/07080000.xhp b/helpcontent2/source/text/shared/01/07080000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/formatting_mark.xhp b/helpcontent2/source/text/shared/01/formatting_mark.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/gallery_files.xhp b/helpcontent2/source/text/shared/01/gallery_files.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/grid.xhp b/helpcontent2/source/text/shared/01/grid.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/guides.xhp b/helpcontent2/source/text/shared/01/guides.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/packagemanager.xhp b/helpcontent2/source/text/shared/01/packagemanager.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/01/password_main.xhp b/helpcontent2/source/text/shared/01/password_main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170002.xhp b/helpcontent2/source/text/shared/02/01170002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170700.xhp b/helpcontent2/source/text/shared/02/01170700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170801.xhp b/helpcontent2/source/text/shared/02/01170801.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170802.xhp b/helpcontent2/source/text/shared/02/01170802.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170901.xhp b/helpcontent2/source/text/shared/02/01170901.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170902.xhp b/helpcontent2/source/text/shared/02/01170902.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170903.xhp b/helpcontent2/source/text/shared/02/01170903.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/01170904.xhp b/helpcontent2/source/text/shared/02/01170904.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/07070200.xhp b/helpcontent2/source/text/shared/02/07070200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/12070300.xhp b/helpcontent2/source/text/shared/02/12070300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/12090101.xhp b/helpcontent2/source/text/shared/02/12090101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/13010000.xhp b/helpcontent2/source/text/shared/02/13010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/02/colortoolbar.xhp b/helpcontent2/source/text/shared/02/colortoolbar.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/04/01010000.xhp b/helpcontent2/source/text/shared/04/01010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/04/01020000.xhp b/helpcontent2/source/text/shared/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01120100.xhp b/helpcontent2/source/text/shared/autopi/01120100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01120200.xhp b/helpcontent2/source/text/shared/autopi/01120200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01120300.xhp b/helpcontent2/source/text/shared/autopi/01120300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01120500.xhp b/helpcontent2/source/text/shared/autopi/01120500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01170200.xhp b/helpcontent2/source/text/shared/autopi/01170200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01170300.xhp b/helpcontent2/source/text/shared/autopi/01170300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/autopi/01170500.xhp b/helpcontent2/source/text/shared/autopi/01170500.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/02000002.xhp b/helpcontent2/source/text/shared/explorer/database/02000002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05000000.xhp b/helpcontent2/source/text/shared/explorer/database/05000000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05000002.xhp b/helpcontent2/source/text/shared/explorer/database/05000002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05000003.xhp b/helpcontent2/source/text/shared/explorer/database/05000003.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05030000.xhp b/helpcontent2/source/text/shared/explorer/database/05030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05030200.xhp b/helpcontent2/source/text/shared/explorer/database/05030200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05040000.xhp b/helpcontent2/source/text/shared/explorer/database/05040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05040100.xhp b/helpcontent2/source/text/shared/explorer/database/05040100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/05040200.xhp b/helpcontent2/source/text/shared/explorer/database/05040200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/11030100.xhp b/helpcontent2/source/text/shared/explorer/database/11030100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/11170000.xhp b/helpcontent2/source/text/shared/explorer/database/11170000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/11170100.xhp b/helpcontent2/source/text/shared/explorer/database/11170100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp b/helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp b/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp b/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/dabaprop.xhp b/helpcontent2/source/text/shared/explorer/database/dabaprop.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp b/helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/main.xhp b/helpcontent2/source/text/shared/explorer/database/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/menubar.xhp b/helpcontent2/source/text/shared/explorer/database/menubar.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/menufile.xhp b/helpcontent2/source/text/shared/explorer/database/menufile.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/explorer/database/menuview.xhp b/helpcontent2/source/text/shared/explorer/database/menuview.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/aaa_start.xhp b/helpcontent2/source/text/shared/guide/aaa_start.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/active_help_on_off.xhp b/helpcontent2/source/text/shared/guide/active_help_on_off.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/activex.xhp b/helpcontent2/source/text/shared/guide/activex.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/autocorr_url.xhp b/helpcontent2/source/text/shared/guide/autocorr_url.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/background.xhp b/helpcontent2/source/text/shared/guide/background.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/border_paragraph.xhp b/helpcontent2/source/text/shared/guide/border_paragraph.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/border_table.xhp b/helpcontent2/source/text/shared/guide/border_table.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/breaking_lines.xhp b/helpcontent2/source/text/shared/guide/breaking_lines.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/chart_axis.xhp b/helpcontent2/source/text/shared/guide/chart_axis.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/chart_barformat.xhp b/helpcontent2/source/text/shared/guide/chart_barformat.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/chart_title.xhp b/helpcontent2/source/text/shared/guide/chart_title.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/configure_overview.xhp b/helpcontent2/source/text/shared/guide/configure_overview.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/contextmenu.xhp b/helpcontent2/source/text/shared/guide/contextmenu.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/copytable2application.xhp b/helpcontent2/source/text/shared/guide/copytable2application.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/ctl.xhp b/helpcontent2/source/text/shared/guide/ctl.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/data_addressbook.xhp b/helpcontent2/source/text/shared/guide/data_addressbook.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/data_dbase2office.xhp b/helpcontent2/source/text/shared/guide/data_dbase2office.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/data_report.xhp b/helpcontent2/source/text/shared/guide/data_report.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/database_main.xhp b/helpcontent2/source/text/shared/guide/database_main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/doc_autosave.xhp b/helpcontent2/source/text/shared/guide/doc_autosave.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp b/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp b/helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp b/helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/dragdrop_table.xhp b/helpcontent2/source/text/shared/guide/dragdrop_table.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp b/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/email.xhp b/helpcontent2/source/text/shared/guide/email.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/export_ms.xhp b/helpcontent2/source/text/shared/guide/export_ms.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/fax.xhp b/helpcontent2/source/text/shared/guide/fax.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/flat_icons.xhp b/helpcontent2/source/text/shared/guide/flat_icons.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/formfields.xhp b/helpcontent2/source/text/shared/guide/formfields.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/gallery_insert.xhp b/helpcontent2/source/text/shared/guide/gallery_insert.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp b/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/hyperlink_search.xhp b/helpcontent2/source/text/shared/guide/hyperlink_search.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/imagemap.xhp b/helpcontent2/source/text/shared/guide/imagemap.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/import_ms.xhp b/helpcontent2/source/text/shared/guide/import_ms.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/integratinguno.xhp b/helpcontent2/source/text/shared/guide/integratinguno.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/labels.xhp b/helpcontent2/source/text/shared/guide/labels.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/language_select.xhp b/helpcontent2/source/text/shared/guide/language_select.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/lineend_define.xhp b/helpcontent2/source/text/shared/guide/lineend_define.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/linestyle_define.xhp b/helpcontent2/source/text/shared/guide/linestyle_define.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/macro_recording.xhp b/helpcontent2/source/text/shared/guide/macro_recording.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/main.xhp b/helpcontent2/source/text/shared/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/measurement_units.xhp b/helpcontent2/source/text/shared/guide/measurement_units.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/microsoft_terms.xhp b/helpcontent2/source/text/shared/guide/microsoft_terms.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/ms_doctypes.xhp b/helpcontent2/source/text/shared/guide/ms_doctypes.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/ms_user.xhp b/helpcontent2/source/text/shared/guide/ms_user.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/navigator.xhp b/helpcontent2/source/text/shared/guide/navigator.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/pageformat_max.xhp b/helpcontent2/source/text/shared/guide/pageformat_max.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/paintbrush.xhp b/helpcontent2/source/text/shared/guide/paintbrush.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/pasting.xhp b/helpcontent2/source/text/shared/guide/pasting.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/print_blackwhite.xhp b/helpcontent2/source/text/shared/guide/print_blackwhite.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/print_faster.xhp b/helpcontent2/source/text/shared/guide/print_faster.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining.xhp b/helpcontent2/source/text/shared/guide/redlining.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_accept.xhp b/helpcontent2/source/text/shared/guide/redlining_accept.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_doccompare.xhp b/helpcontent2/source/text/shared/guide/redlining_doccompare.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_docmerge.xhp b/helpcontent2/source/text/shared/guide/redlining_docmerge.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_enter.xhp b/helpcontent2/source/text/shared/guide/redlining_enter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_protect.xhp b/helpcontent2/source/text/shared/guide/redlining_protect.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/redlining_versions.xhp b/helpcontent2/source/text/shared/guide/redlining_versions.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/scripting.xhp b/helpcontent2/source/text/shared/guide/scripting.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/space_hyphen.xhp b/helpcontent2/source/text/shared/guide/space_hyphen.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/spadmin.xhp b/helpcontent2/source/text/shared/guide/spadmin.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/standard_template.xhp b/helpcontent2/source/text/shared/guide/standard_template.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/textmode_change.xhp b/helpcontent2/source/text/shared/guide/textmode_change.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/version_number.xhp b/helpcontent2/source/text/shared/guide/version_number.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp b/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/workfolder.xhp b/helpcontent2/source/text/shared/guide/workfolder.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/xforms.xhp b/helpcontent2/source/text/shared/guide/xforms.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/guide/xsltfilter.xhp b/helpcontent2/source/text/shared/guide/xsltfilter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/main0204.xhp b/helpcontent2/source/text/shared/main0204.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/main0208.xhp b/helpcontent2/source/text/shared/main0208.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/main0214.xhp b/helpcontent2/source/text/shared/main0214.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/main0400.xhp b/helpcontent2/source/text/shared/main0400.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/main0800.xhp b/helpcontent2/source/text/shared/main0800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01010000.xhp b/helpcontent2/source/text/shared/optionen/01010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01010301.xhp b/helpcontent2/source/text/shared/optionen/01010301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01011000.xhp b/helpcontent2/source/text/shared/optionen/01011000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01013000.xhp b/helpcontent2/source/text/shared/optionen/01013000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01014000.xhp b/helpcontent2/source/text/shared/optionen/01014000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01020000.xhp b/helpcontent2/source/text/shared/optionen/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01030000.xhp b/helpcontent2/source/text/shared/optionen/01030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01030300.xhp b/helpcontent2/source/text/shared/optionen/01030300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01040301.xhp b/helpcontent2/source/text/shared/optionen/01040301.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01050000.xhp b/helpcontent2/source/text/shared/optionen/01050000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01050300.xhp b/helpcontent2/source/text/shared/optionen/01050300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01060300.xhp b/helpcontent2/source/text/shared/optionen/01060300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01060401.xhp b/helpcontent2/source/text/shared/optionen/01060401.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01060700.xhp b/helpcontent2/source/text/shared/optionen/01060700.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01110000.xhp b/helpcontent2/source/text/shared/optionen/01110000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01110100.xhp b/helpcontent2/source/text/shared/optionen/01110100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01130100.xhp b/helpcontent2/source/text/shared/optionen/01130100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01140000.xhp b/helpcontent2/source/text/shared/optionen/01140000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01150100.xhp b/helpcontent2/source/text/shared/optionen/01150100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01150200.xhp b/helpcontent2/source/text/shared/optionen/01150200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01150300.xhp b/helpcontent2/source/text/shared/optionen/01150300.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01160000.xhp b/helpcontent2/source/text/shared/optionen/01160000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/01160201.xhp b/helpcontent2/source/text/shared/optionen/01160201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/javaclasspath.xhp b/helpcontent2/source/text/shared/optionen/javaclasspath.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/javaparameters.xhp b/helpcontent2/source/text/shared/optionen/javaparameters.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/mailmerge.xhp b/helpcontent2/source/text/shared/optionen/mailmerge.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/optionen/serverauthentication.xhp b/helpcontent2/source/text/shared/optionen/serverauthentication.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/shared/tree_strings.xhp b/helpcontent2/source/text/shared/tree_strings.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/00/00000401.xhp b/helpcontent2/source/text/simpress/00/00000401.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/00/00000402.xhp b/helpcontent2/source/text/simpress/00/00000402.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/00/00000405.xhp b/helpcontent2/source/text/simpress/00/00000405.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/00/00000406.xhp b/helpcontent2/source/text/simpress/00/00000406.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/01170000.xhp b/helpcontent2/source/text/simpress/01/01170000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/01180002.xhp b/helpcontent2/source/text/simpress/01/01180002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/03151000.xhp b/helpcontent2/source/text/simpress/01/03151000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/03151100.xhp b/helpcontent2/source/text/simpress/01/03151100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/03151200.xhp b/helpcontent2/source/text/simpress/01/03151200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/04110100.xhp b/helpcontent2/source/text/simpress/01/04110100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/04110200.xhp b/helpcontent2/source/text/simpress/01/04110200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/04990000.xhp b/helpcontent2/source/text/simpress/01/04990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/13050000.xhp b/helpcontent2/source/text/simpress/01/13050000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/13180000.xhp b/helpcontent2/source/text/simpress/01/13180000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/01/slidesorter.xhp b/helpcontent2/source/text/simpress/01/slidesorter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/02/04030000.xhp b/helpcontent2/source/text/simpress/02/04030000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/02/04040000.xhp b/helpcontent2/source/text/simpress/02/04040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/02/04060000.xhp b/helpcontent2/source/text/simpress/02/04060000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/04/01020000.xhp b/helpcontent2/source/text/simpress/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/3d_create.xhp b/helpcontent2/source/text/simpress/guide/3d_create.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/animated_gif_save.xhp b/helpcontent2/source/text/simpress/guide/animated_gif_save.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/change_scale.xhp b/helpcontent2/source/text/simpress/guide/change_scale.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/html_export.xhp b/helpcontent2/source/text/simpress/guide/html_export.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/html_import.xhp b/helpcontent2/source/text/simpress/guide/html_import.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/individual.xhp b/helpcontent2/source/text/simpress/guide/individual.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/layer_move.xhp b/helpcontent2/source/text/simpress/guide/layer_move.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/layers.xhp b/helpcontent2/source/text/simpress/guide/layers.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp b/helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/main.xhp b/helpcontent2/source/text/simpress/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/masterpage.xhp b/helpcontent2/source/text/simpress/guide/masterpage.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/move_object.xhp b/helpcontent2/source/text/simpress/guide/move_object.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/orgchart.xhp b/helpcontent2/source/text/simpress/guide/orgchart.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/page_copy.xhp b/helpcontent2/source/text/simpress/guide/page_copy.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/palette_files.xhp b/helpcontent2/source/text/simpress/guide/palette_files.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/print_tofit.xhp b/helpcontent2/source/text/simpress/guide/print_tofit.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/printing.xhp b/helpcontent2/source/text/simpress/guide/printing.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/select_object.xhp b/helpcontent2/source/text/simpress/guide/select_object.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/text2curve.xhp b/helpcontent2/source/text/simpress/guide/text2curve.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/guide/vectorize.xhp b/helpcontent2/source/text/simpress/guide/vectorize.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0100.xhp b/helpcontent2/source/text/simpress/main0100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0101.xhp b/helpcontent2/source/text/simpress/main0101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0102.xhp b/helpcontent2/source/text/simpress/main0102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0103.xhp b/helpcontent2/source/text/simpress/main0103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0104.xhp b/helpcontent2/source/text/simpress/main0104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0105.xhp b/helpcontent2/source/text/simpress/main0105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0106.xhp b/helpcontent2/source/text/simpress/main0106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0107.xhp b/helpcontent2/source/text/simpress/main0107.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0113.xhp b/helpcontent2/source/text/simpress/main0113.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0114.xhp b/helpcontent2/source/text/simpress/main0114.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0200.xhp b/helpcontent2/source/text/simpress/main0200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0202.xhp b/helpcontent2/source/text/simpress/main0202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0204.xhp b/helpcontent2/source/text/simpress/main0204.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0206.xhp b/helpcontent2/source/text/simpress/main0206.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0210.xhp b/helpcontent2/source/text/simpress/main0210.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0211.xhp b/helpcontent2/source/text/simpress/main0211.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0212.xhp b/helpcontent2/source/text/simpress/main0212.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0213.xhp b/helpcontent2/source/text/simpress/main0213.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0214.xhp b/helpcontent2/source/text/simpress/main0214.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/simpress/main0503.xhp b/helpcontent2/source/text/simpress/main0503.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/01/03090900.xhp b/helpcontent2/source/text/smath/01/03090900.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/01/05010100.xhp b/helpcontent2/source/text/smath/01/05010100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/04/01020000.xhp b/helpcontent2/source/text/smath/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/align.xhp b/helpcontent2/source/text/smath/guide/align.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/attributes.xhp b/helpcontent2/source/text/smath/guide/attributes.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/brackets.xhp b/helpcontent2/source/text/smath/guide/brackets.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/comment.xhp b/helpcontent2/source/text/smath/guide/comment.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/keyboard.xhp b/helpcontent2/source/text/smath/guide/keyboard.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/main.xhp b/helpcontent2/source/text/smath/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/newline.xhp b/helpcontent2/source/text/smath/guide/newline.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/guide/parentheses.xhp b/helpcontent2/source/text/smath/guide/parentheses.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0000.xhp b/helpcontent2/source/text/smath/main0000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0100.xhp b/helpcontent2/source/text/smath/main0100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0101.xhp b/helpcontent2/source/text/smath/main0101.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0102.xhp b/helpcontent2/source/text/smath/main0102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0103.xhp b/helpcontent2/source/text/smath/main0103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0105.xhp b/helpcontent2/source/text/smath/main0105.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0106.xhp b/helpcontent2/source/text/smath/main0106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0107.xhp b/helpcontent2/source/text/smath/main0107.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0200.xhp b/helpcontent2/source/text/smath/main0200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0202.xhp b/helpcontent2/source/text/smath/main0202.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/smath/main0203.xhp b/helpcontent2/source/text/smath/main0203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/00/00000406.xhp b/helpcontent2/source/text/swriter/00/00000406.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/02120100.xhp b/helpcontent2/source/text/swriter/01/02120100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04020200.xhp b/helpcontent2/source/text/swriter/01/04020200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04060100.xhp b/helpcontent2/source/text/swriter/01/04060100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04090007.xhp b/helpcontent2/source/text/swriter/01/04090007.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120000.xhp b/helpcontent2/source/text/swriter/01/04120000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120201.xhp b/helpcontent2/source/text/swriter/01/04120201.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120210.xhp b/helpcontent2/source/text/swriter/01/04120210.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120212.xhp b/helpcontent2/source/text/swriter/01/04120212.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120213.xhp b/helpcontent2/source/text/swriter/01/04120213.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120214.xhp b/helpcontent2/source/text/swriter/01/04120214.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120215.xhp b/helpcontent2/source/text/swriter/01/04120215.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120217.xhp b/helpcontent2/source/text/swriter/01/04120217.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120222.xhp b/helpcontent2/source/text/swriter/01/04120222.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120223.xhp b/helpcontent2/source/text/swriter/01/04120223.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120224.xhp b/helpcontent2/source/text/swriter/01/04120224.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120225.xhp b/helpcontent2/source/text/swriter/01/04120225.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120226.xhp b/helpcontent2/source/text/swriter/01/04120226.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04120227.xhp b/helpcontent2/source/text/swriter/01/04120227.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04130100.xhp b/helpcontent2/source/text/swriter/01/04130100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/04990000.xhp b/helpcontent2/source/text/swriter/01/04990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05040501.xhp b/helpcontent2/source/text/swriter/01/05040501.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05040800.xhp b/helpcontent2/source/text/swriter/01/05040800.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05090200.xhp b/helpcontent2/source/text/swriter/01/05090200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05100000.xhp b/helpcontent2/source/text/swriter/01/05100000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05110000.xhp b/helpcontent2/source/text/swriter/01/05110000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05120000.xhp b/helpcontent2/source/text/swriter/01/05120000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05130002.xhp b/helpcontent2/source/text/swriter/01/05130002.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05130004.xhp b/helpcontent2/source/text/swriter/01/05130004.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05150000.xhp b/helpcontent2/source/text/swriter/01/05150000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05150104.xhp b/helpcontent2/source/text/swriter/01/05150104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05180000.xhp b/helpcontent2/source/text/swriter/01/05180000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/05990000.xhp b/helpcontent2/source/text/swriter/01/05990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/06060100.xhp b/helpcontent2/source/text/swriter/01/06060100.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/06990000.xhp b/helpcontent2/source/text/swriter/01/06990000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/format_object.xhp b/helpcontent2/source/text/swriter/01/format_object.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge01.xhp b/helpcontent2/source/text/swriter/01/mailmerge01.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge02.xhp b/helpcontent2/source/text/swriter/01/mailmerge02.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge03.xhp b/helpcontent2/source/text/swriter/01/mailmerge03.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge04.xhp b/helpcontent2/source/text/swriter/01/mailmerge04.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge05.xhp b/helpcontent2/source/text/swriter/01/mailmerge05.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge06.xhp b/helpcontent2/source/text/swriter/01/mailmerge06.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge07.xhp b/helpcontent2/source/text/swriter/01/mailmerge07.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mailmerge08.xhp b/helpcontent2/source/text/swriter/01/mailmerge08.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_copyto.xhp b/helpcontent2/source/text/swriter/01/mm_copyto.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp b/helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp b/helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_emabod.xhp b/helpcontent2/source/text/swriter/01/mm_emabod.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_finent.xhp b/helpcontent2/source/text/swriter/01/mm_finent.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_matfie.xhp b/helpcontent2/source/text/swriter/01/mm_matfie.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_newaddblo.xhp b/helpcontent2/source/text/swriter/01/mm_newaddblo.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_newaddlis.xhp b/helpcontent2/source/text/swriter/01/mm_newaddlis.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/01/mm_seladdblo.xhp b/helpcontent2/source/text/swriter/01/mm_seladdblo.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/02/14010000.xhp b/helpcontent2/source/text/swriter/02/14010000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/02/19040000.xhp b/helpcontent2/source/text/swriter/02/19040000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/04/01020000.xhp b/helpcontent2/source/text/swriter/04/01020000.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/anchor_object.xhp b/helpcontent2/source/text/swriter/guide/anchor_object.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/auto_off.xhp b/helpcontent2/source/text/swriter/guide/auto_off.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp b/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/autotext.xhp b/helpcontent2/source/text/swriter/guide/autotext.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/borders.xhp b/helpcontent2/source/text/swriter/guide/borders.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate.xhp b/helpcontent2/source/text/swriter/guide/calculate.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp b/helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate_intable.xhp b/helpcontent2/source/text/swriter/guide/calculate_intable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate_intext.xhp b/helpcontent2/source/text/swriter/guide/calculate_intext.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp b/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp b/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/change_header.xhp b/helpcontent2/source/text/swriter/guide/change_header.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/conditional_text2.xhp b/helpcontent2/source/text/swriter/guide/conditional_text2.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp b/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/field_convert.xhp b/helpcontent2/source/text/swriter/guide/field_convert.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/fields_date.xhp b/helpcontent2/source/text/swriter/guide/fields_date.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/footer_nextpage.xhp b/helpcontent2/source/text/swriter/guide/footer_nextpage.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp b/helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp b/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/form_letters_main.xhp b/helpcontent2/source/text/swriter/guide/form_letters_main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/header_pagestyles.xhp b/helpcontent2/source/text/swriter/guide/header_pagestyles.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/hidden_text.xhp b/helpcontent2/source/text/swriter/guide/hidden_text.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/hyperlinks.xhp b/helpcontent2/source/text/swriter/guide/hyperlinks.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_delete.xhp b/helpcontent2/source/text/swriter/guide/indices_delete.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_edit.xhp b/helpcontent2/source/text/swriter/guide/indices_edit.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_enter.xhp b/helpcontent2/source/text/swriter/guide/indices_enter.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_index.xhp b/helpcontent2/source/text/swriter/guide/indices_index.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp b/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/indices_toc.xhp b/helpcontent2/source/text/swriter/guide/indices_toc.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_beforetable.xhp b/helpcontent2/source/text/swriter/guide/insert_beforetable.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_graphic.xhp b/helpcontent2/source/text/swriter/guide/insert_graphic.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp b/helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp b/helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp b/helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp b/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp b/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp b/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp b/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/keyboard.xhp b/helpcontent2/source/text/swriter/guide/keyboard.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/main.xhp b/helpcontent2/source/text/swriter/guide/main.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/navigator.xhp b/helpcontent2/source/text/swriter/guide/navigator.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/number_date_conv.xhp b/helpcontent2/source/text/swriter/guide/number_date_conv.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/numbering_paras.xhp b/helpcontent2/source/text/swriter/guide/numbering_paras.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/page_break.xhp b/helpcontent2/source/text/swriter/guide/page_break.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/pagebackground.xhp b/helpcontent2/source/text/swriter/guide/pagebackground.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/pagenumbers.xhp b/helpcontent2/source/text/swriter/guide/pagenumbers.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/pageorientation.xhp b/helpcontent2/source/text/swriter/guide/pageorientation.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/pagestyles.xhp b/helpcontent2/source/text/swriter/guide/pagestyles.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/printing_order.xhp b/helpcontent2/source/text/swriter/guide/printing_order.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/references.xhp b/helpcontent2/source/text/swriter/guide/references.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/registertrue.xhp b/helpcontent2/source/text/swriter/guide/registertrue.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/reset_format.xhp b/helpcontent2/source/text/swriter/guide/reset_format.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/resize_navigator.xhp b/helpcontent2/source/text/swriter/guide/resize_navigator.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/search_regexp.xhp b/helpcontent2/source/text/swriter/guide/search_regexp.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/section_edit.xhp b/helpcontent2/source/text/swriter/guide/section_edit.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/section_insert.xhp b/helpcontent2/source/text/swriter/guide/section_insert.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/send2html.xhp b/helpcontent2/source/text/swriter/guide/send2html.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp b/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/subscript.xhp b/helpcontent2/source/text/swriter/guide/subscript.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/table_cells.xhp b/helpcontent2/source/text/swriter/guide/table_cells.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/table_delete.xhp b/helpcontent2/source/text/swriter/guide/table_delete.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/table_insert.xhp b/helpcontent2/source/text/swriter/guide/table_insert.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp b/helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/tablemode.xhp b/helpcontent2/source/text/swriter/guide/tablemode.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/template_create.xhp b/helpcontent2/source/text/swriter/guide/template_create.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/template_default.xhp b/helpcontent2/source/text/swriter/guide/template_default.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/text_animation.xhp b/helpcontent2/source/text/swriter/guide/text_animation.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/text_capital.xhp b/helpcontent2/source/text/swriter/guide/text_capital.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp b/helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp b/helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/word_completion.xhp b/helpcontent2/source/text/swriter/guide/word_completion.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/guide/words_count.xhp b/helpcontent2/source/text/swriter/guide/words_count.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0102.xhp b/helpcontent2/source/text/swriter/main0102.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0103.xhp b/helpcontent2/source/text/swriter/main0103.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0104.xhp b/helpcontent2/source/text/swriter/main0104.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0106.xhp b/helpcontent2/source/text/swriter/main0106.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0110.xhp b/helpcontent2/source/text/swriter/main0110.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0200.xhp b/helpcontent2/source/text/swriter/main0200.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0203.xhp b/helpcontent2/source/text/swriter/main0203.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0204.xhp b/helpcontent2/source/text/swriter/main0204.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0205.xhp b/helpcontent2/source/text/swriter/main0205.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0206.xhp b/helpcontent2/source/text/swriter/main0206.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0208.xhp b/helpcontent2/source/text/swriter/main0208.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0213.xhp b/helpcontent2/source/text/swriter/main0213.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0215.xhp b/helpcontent2/source/text/swriter/main0215.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0216.xhp b/helpcontent2/source/text/swriter/main0216.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0220.xhp b/helpcontent2/source/text/swriter/main0220.xhp old mode 100755 new mode 100644 diff --git a/helpcontent2/source/text/swriter/main0503.xhp b/helpcontent2/source/text/swriter/main0503.xhp old mode 100755 new mode 100644 -- cgit v1.2.3 From 9339036f480e12870df0834a195ea4f118cdc5bb Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 31 Mar 2011 18:38:35 +0200 Subject: update help for locale-dependant column separator --- helpcontent2/source/text/scalc/01/04060107.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/scalc/01/04060107.xhp b/helpcontent2/source/text/scalc/01/04060107.xhp index 4ce73cf5a9..62f07e7057 100644 --- a/helpcontent2/source/text/scalc/01/04060107.xhp +++ b/helpcontent2/source/text/scalc/01/04060107.xhp @@ -156,7 +156,7 @@ The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. Using Inline Array Constants in Formulas Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. -The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. +The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator. Arrays can not be nested. Examples: -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 1cd2eb0225e85c1ff54717db43fb04077b19dd77 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 5 Apr 2011 22:58:12 +0200 Subject: Add missing 'Reset' heading, fdo#35028. --- helpcontent2/source/text/shared/01/06140200.xhp | 1 + 1 file changed, 1 insertion(+) diff --git a/helpcontent2/source/text/shared/01/06140200.xhp b/helpcontent2/source/text/shared/01/06140200.xhp index b21fbd6283..77c725377f 100644 --- a/helpcontent2/source/text/shared/01/06140200.xhp +++ b/helpcontent2/source/text/shared/01/06140200.xhp @@ -100,6 +100,7 @@ Saves the current shortcut key configuration, so that you can load it later. +Reset Resets modified values back to the default values.i48946
    -- cgit v1.2.3 From cbdd7a675b46019e220a30ceeebcf6e4da297ee3 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 10 Apr 2011 11:41:25 +0200 Subject: rewrite 'Adding More UI Languages' section - fdo#36092 --- .../source/text/shared/guide/language_select.xhp | 44 +++++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/guide/language_select.xhp b/helpcontent2/source/text/shared/guide/language_select.xhp index bdccb0a0cc..ff91e22c91 100644 --- a/helpcontent2/source/text/shared/guide/language_select.xhp +++ b/helpcontent2/source/text/shared/guide/language_select.xhp @@ -161,9 +161,31 @@ Adding More UI Languages + + - Open your Web browser and enter http://wiki.services.openoffice.org/wiki/Download_OpenOffice.org_LanguagePacks + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional language pack group. + + + + + If you use %PRODUCTNAME packages maintaned by your Linux distribution, follow the steps below. + + + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Open your favourite package manager, look for %PRODUCTNAME language packs, and install the languages that you would like to use. + + + If you downloaded %PRODUCTNAME packages from the main %PRODUCTNAME Web site, follow the steps below. + + + Open your Web browser and enter http://www.libreoffice.org/download/ Select and download the correct language pack for your version of %PRODUCTNAME software. @@ -172,9 +194,27 @@ Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). - Install the language pack. Either double-click the exe file, or unpack the tar.gz file according to standard practice on your platform. + Install the language pack. Unpack tar.gz file and install the packages according to standard practice on your platform. + + + + + + + Open your Web browser and enter http://www.libreoffice.org/download/ + + + Select and download the correct language pack for your version of %PRODUCTNAME software. + + + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Install the language pack by double-clicking the dmg file. + + %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages Format - Character - Font -- cgit v1.2.3 From 9ecf8031f7df4354cfca6346f9fc142f104a4236 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 10 Apr 2011 11:41:25 +0200 Subject: rewrite 'Adding More UI Languages' section - fdo#36092 --- .../source/text/shared/guide/language_select.xhp | 44 +++++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/guide/language_select.xhp b/helpcontent2/source/text/shared/guide/language_select.xhp index bdccb0a0cc..ff91e22c91 100644 --- a/helpcontent2/source/text/shared/guide/language_select.xhp +++ b/helpcontent2/source/text/shared/guide/language_select.xhp @@ -161,9 +161,31 @@ Adding More UI Languages + + - Open your Web browser and enter http://wiki.services.openoffice.org/wiki/Download_OpenOffice.org_LanguagePacks + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional language pack group. + + + + + If you use %PRODUCTNAME packages maintaned by your Linux distribution, follow the steps below. + + + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Open your favourite package manager, look for %PRODUCTNAME language packs, and install the languages that you would like to use. + + + If you downloaded %PRODUCTNAME packages from the main %PRODUCTNAME Web site, follow the steps below. + + + Open your Web browser and enter http://www.libreoffice.org/download/ Select and download the correct language pack for your version of %PRODUCTNAME software. @@ -172,9 +194,27 @@ Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). - Install the language pack. Either double-click the exe file, or unpack the tar.gz file according to standard practice on your platform. + Install the language pack. Unpack tar.gz file and install the packages according to standard practice on your platform. + + + + + + + Open your Web browser and enter http://www.libreoffice.org/download/ + + + Select and download the correct language pack for your version of %PRODUCTNAME software. + + + Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). + + + Install the language pack by double-clicking the dmg file. + + %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages Format - Character - Font -- cgit v1.2.3 From 3eeb9a314f8417b73cc3615b4549ee43e7683d3f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 10 Apr 2011 11:41:25 +0200 Subject: rewrite 'Adding More UI Languages' section - fdo#36092 --- helpcontent2/source/text/shared/guide/language_select.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/guide/language_select.xhp b/helpcontent2/source/text/shared/guide/language_select.xhp index ff91e22c91..518a2e8fb6 100644 --- a/helpcontent2/source/text/shared/guide/language_select.xhp +++ b/helpcontent2/source/text/shared/guide/language_select.xhp @@ -168,7 +168,7 @@ Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it). - Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional language pack group. + Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional user interface languages group. @@ -219,4 +219,4 @@ %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages Format - Character - Font - \ No newline at end of file + -- cgit v1.2.3 From d7cb8074ea5fc7df7c0cef4ea8ff44a504350c59 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Fri, 1 Apr 2011 23:11:13 +0200 Subject: Removed unused HID_SVX_BASIC_MACRO_ORGANIZER/HID_SVX_COMMON_MACRO_ORGANIZER --- helpcontent2/helpers/help_hid.lst | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index 6946d753db..3164a82b90 100644 --- a/helpcontent2/helpers/help_hid.lst +++ b/helpcontent2/helpers/help_hid.lst @@ -4157,7 +4157,6 @@ HID_SVXPAGE_SWPOSSIZE,39977, HID_SVXTBX_DRAW,33954, HID_SVXTBX_UNDO_REDO_CTRL,34189, HID_SVX_BASIC_DIALOG_ORGANIZER,40014, -HID_SVX_BASIC_MACRO_ORGANIZER,40013, HID_SVX_CHINESE_DICTIONARY_CB_REVERSE,40022, HID_SVX_CHINESE_DICTIONARY_LB_HEADER,40023, HID_SVX_CHINESE_DICTIONARY_LB_TO_SIMPLIFIED,40024, @@ -4167,7 +4166,6 @@ HID_SVX_CHINESE_DICTIONARY_RB_CONVERSION_TO_TRADITIONAL,40021, HID_SVX_CHINESE_TRANSLATION_CB_USE_VARIANTS,40019, HID_SVX_CHINESE_TRANSLATION_RB_CONVERSION_TO_SIMPLIFIED,40017, HID_SVX_CHINESE_TRANSLATION_RB_CONVERSION_TO_TRADITIONAL,40018, -HID_SVX_COMMON_MACRO_ORGANIZER,40015, HID_SVX_CONFIG_EVENT,40001, HID_SVX_CONFIG_ICON_SELECTOR,40044, HID_SVX_CONFIG_MENU,40007, -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 05e34ed9156b0d64b1c3edba7979ce1f5f121d6c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 28 Apr 2011 22:40:25 +0200 Subject: help: build only those languages which have localized helpcontent2 --- helpcontent2/settings.pmk | 4 +++- helpcontent2/source/auxiliary/makefile.mk | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/helpcontent2/settings.pmk b/helpcontent2/settings.pmk index c9d2722258..185438e89b 100755 --- a/helpcontent2/settings.pmk +++ b/helpcontent2/settings.pmk @@ -1,4 +1,5 @@ .INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk +.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/help_exist.mk my_cp:=$(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/jaxp.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/juh.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/unoil.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/ridl.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/jurt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xmlsearch.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/LuceneHelpWrapper.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/HelpIndexerTool.jar$ @@ -12,4 +13,5 @@ my_cp!:=$(my_cp)$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-core-2.3.jar$(PATH_SEPERA JAVA_LIBRARY_PATH= -Djava.library.path=$(SOLARSHAREDBIN) .ENDIF -aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) +aux_alllangiso_all:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) +aux_alllangiso:=$(foreach,i,$(aux_alllangiso_all) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL)))) diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 48b02b5d0e..c617b6f597 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -46,7 +46,7 @@ TREEFILES = \ # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF +.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF L10N_MODULE ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst @@ -54,8 +54,10 @@ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) +help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US -aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) +aux_alllangiso_all:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) +aux_alllangiso:=$(foreach,i,$(aux_alllangiso_all) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL)))) WITH_LANG!:=$(aux_alllangiso) @@ -92,6 +94,7 @@ $(LOCTREEFILES) : $(COMMONMISC)/unpack.done aux_dirs .PHONY : echo aux_langdirs:=$(aux_langdirs) > $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk + echo help_exist:=$(help_exist) > $(LOCAL_COMMON_OUT)/inc$/help_exist.mk $(COMMONBIN)$/helpimg.ilst .PHONY: -$(RM) $@ -- cgit v1.2.3 From bb8908a92c7d3c026da6ca5fdcd8c0fb643f244b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 29 Apr 2011 08:46:53 +0200 Subject: fix en-US only build --- helpcontent2/source/auxiliary/makefile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index c617b6f597..94b1370d48 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -66,6 +66,7 @@ WITH_LANG!:=$(aux_alllangiso) LOCTREEFILES:=$(foreach,i,$(aux_alllangiso) $(foreach,j,$(TREEFILES) $(COMMONMISC)$/$i$/$j)) .ELSE #IF "$(WITH_LANG)"!="" aux_langdirs:=en-US +help_exist:=en-US LOCTREEFILES:=$(foreach,j,$(TREEFILES) $(COMMONMISC)$/en-US$/$j) .ENDIF #IF "$(WITH_LANG)"!="" -- cgit v1.2.3 From e2d2bec7e8e3932aee92aa7473e2101b35aa865d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 29 Apr 2011 23:08:23 +0200 Subject: fix help text re undocking the Navigator --- helpcontent2/source/text/swriter/01/02110000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/swriter/01/02110000.xhp b/helpcontent2/source/text/swriter/01/02110000.xhp index 5ecd531f1d..c188279206 100644 --- a/helpcontent2/source/text/swriter/01/02110000.xhp +++ b/helpcontent2/source/text/swriter/01/02110000.xhp @@ -47,7 +47,7 @@
    -To open the Navigator, choose View - Navigator. To move the Navigator, drag its title bar. To dock the Navigator, drag its title bar to the left or to the right edge of the workspace. To undock the Navigator, double-click in a free area of the Navigator. +To open the Navigator, choose View - Navigator. To move the Navigator, drag its title bar. To dock the Navigator, drag its title bar to the left or to the right edge of the workspace. To undock the Navigator, hold down the Ctrl key and double-click on a grey area of the Navigator. Click the plus sign (+) next to a category in the Navigator to view the items in the category. To view the number of items in a category, rest your mouse pointer over the category in the Navigator. To jump to an item in the document, double-click the item in the Navigator. To jump to the next or previous item in a document, click the Navigation icon to open the Navigation toolbar, click the item category, and then click the up or down arrows. A hidden section in a document appears gray in the Navigator, and displays the text "hidden" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, text frames, graphics, OLE objects, and indexes. -- cgit v1.2.3 From 1831321bf15c664edbdc517ce4c7d1fbb3f6e937 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 30 Apr 2011 07:31:06 -0700 Subject: Ignore .getattributes & the MacX work directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4890e114ab..acaf1d1889 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ # backup and temporary files *~ .*.sw[op] +.gitattributes # the build directories /*/unxlng?? /*/unxlng??.pro /*/wntmsc??? /*/wntmsc???.pro +/*/unxmac?? +/*/unxmac??.pro -- cgit v1.2.3 From 96481dba3c665df513bb682965f7009c74cb7f29 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 1 May 2011 12:03:52 +0200 Subject: typo fix vertival -> vertical --- helpcontent2/source/text/shared/01/05100600.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/shared/01/05100600.xhp b/helpcontent2/source/text/shared/01/05100600.xhp index 793e026763..b27ae56190 100644 --- a/helpcontent2/source/text/shared/01/05100600.xhp +++ b/helpcontent2/source/text/shared/01/05100600.xhp @@ -40,7 +40,7 @@
    -Center (vertival) +Center (vertical) Centers the contents of the cell between top and bottom of the cell.
    -- cgit v1.2.3 From 09b638dcdf10fd804ecc156ccea3f663e2b5d5b6 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 1 May 2011 12:17:31 +0200 Subject: typo fix down-loadable -> downloadable --- helpcontent2/source/text/shared/01/extensionupdate.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/01/extensionupdate.xhp b/helpcontent2/source/text/shared/01/extensionupdate.xhp index 4889648988..7c083a0442 100644 --- a/helpcontent2/source/text/shared/01/extensionupdate.xhp +++ b/helpcontent2/source/text/shared/01/extensionupdate.xhp @@ -64,9 +64,9 @@ If all updates have been processed the Download and Installation dialog shows that it has finished. You can abort the download and installation process by clicking the Abort Update button. Show all Updates -By default, only the down-loadable extensions are shown in the dialog. Mark Show all Updates to see also other extensions and error messages. +By default, only the downloadable extensions are shown in the dialog. Mark Show all Updates to see also other extensions and error messages.
    Extension Manager
    - \ No newline at end of file + -- cgit v1.2.3 -- cgit v1.2.3 From af0772f33e7cddaebfa0c5b4f7edcfc6f2ae534e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 5 May 2011 12:02:53 +0200 Subject: OpenOffice.org -> %PRODUCTNAME --- helpcontent2/source/text/shared/guide/language_select.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/shared/guide/language_select.xhp b/helpcontent2/source/text/shared/guide/language_select.xhp index 518a2e8fb6..5f16804f5a 100644 --- a/helpcontent2/source/text/shared/guide/language_select.xhp +++ b/helpcontent2/source/text/shared/guide/language_select.xhp @@ -154,7 +154,7 @@ Select another UI language in the "User interface" listbox. - Click OK and restart the OpenOffice.org software. + Click OK and restart the %PRODUCTNAME software. If the listbox doesn't list the language that you want, see "Adding More UI Languages". -- cgit v1.2.3 -- cgit v1.2.3 From 84dda1cf0d94c8eae5d31c905afa583a31b2c7cc Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 11 May 2011 21:52:48 +0200 Subject: typo fixes --- helpcontent2/source/text/shared/01/01130000.xhp | 2 +- helpcontent2/source/text/shared/optionen/01090100.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/01/01130000.xhp b/helpcontent2/source/text/shared/01/01130000.xhp index 3e26baa65d..498264c1c9 100644 --- a/helpcontent2/source/text/shared/01/01130000.xhp +++ b/helpcontent2/source/text/shared/01/01130000.xhp @@ -130,7 +130,7 @@ Specify where to print comments (if any). -"Specify where to print comments (if any)." +Specify where to print comments (if any). Math: diff --git a/helpcontent2/source/text/shared/optionen/01090100.xhp b/helpcontent2/source/text/shared/optionen/01090100.xhp index 8a851d271e..bbd83ec65b 100644 --- a/helpcontent2/source/text/shared/optionen/01090100.xhp +++ b/helpcontent2/source/text/shared/optionen/01090100.xhp @@ -79,7 +79,7 @@ Specifies that these space wildcards will be removed if they are at the end of a line. In earlier versions of $[officename], adding such characters at the end of a line prevented the right edge of the formula from being cut off during printing. Embed only used symbols (smaller file size) -Saves only those symbols which each formula that are used in that formula. In earlier versions of $[officename], all symbols were saved with each formula. +Saves only those symbols with each formula that are used in that formula. In earlier versions of $[officename], all symbols were saved with each formula. -- cgit v1.2.3 From e1af426e692ec217b10c37f4e65cd662561c4ab3 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 16 May 2011 22:56:03 +0200 Subject: cosmetics - fix of http://bug.openscope.org/browse/OOO-90 --- helpcontent2/source/text/scalc/01/02180000.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/02180000.xhp b/helpcontent2/source/text/scalc/01/02180000.xhp index a81d84b144..d2d15b538f 100644 --- a/helpcontent2/source/text/scalc/01/02180000.xhp +++ b/helpcontent2/source/text/scalc/01/02180000.xhp @@ -58,10 +58,10 @@ When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change! To Document -Indicates where the current sheet is to be moved or copied to. Select new document if you want to create a new location for the sheet to be moved or copied. +Indicates where the current sheet is to be moved or copied to. Select - new document - if you want to create a new location for the sheet to be moved or copied. Insert Before -The current sheet is moved or copied in front of the selected sheet. The move to end position option places the current sheet at the end. +The current sheet is moved or copied in front of the selected sheet. The - move to end position - option places the current sheet at the end. Copy Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved. Moving sheets is the default. -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 1e9b38a969b8008b6719627c7c2dd61240eccd91 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 18 May 2011 16:06:28 +0200 Subject: Unify Display Grid/ Grid Visible and other menu items --- helpcontent2/source/text/sdraw/main0213.xhp | 4 ++-- helpcontent2/source/text/sdraw/main0503.xhp | 4 ++-- helpcontent2/source/text/shared/00/00000403.xhp | 2 +- helpcontent2/source/text/shared/00/00040500.xhp | 2 +- helpcontent2/source/text/shared/01/05050000.xhp | 2 +- helpcontent2/source/text/shared/01/guides.xhp | 16 ++++++++-------- helpcontent2/source/text/shared/02/01171400.xhp | 6 +++--- .../source/text/shared/guide/microsoft_terms.xhp | 2 +- helpcontent2/source/text/shared/main0226.xhp | 2 +- helpcontent2/source/text/shared/optionen/01040200.xhp | 8 ++++---- helpcontent2/source/text/shared/optionen/01050100.xhp | 10 +++++----- helpcontent2/source/text/shared/optionen/01060100.xhp | 2 +- helpcontent2/source/text/shared/optionen/01070100.xhp | 2 +- helpcontent2/source/text/shared/optionen/01070300.xhp | 6 +++--- helpcontent2/source/text/simpress/02/13140000.xhp | 6 +++--- helpcontent2/source/text/simpress/main0213.xhp | 4 ++-- 16 files changed, 39 insertions(+), 39 deletions(-) diff --git a/helpcontent2/source/text/sdraw/main0213.xhp b/helpcontent2/source/text/sdraw/main0213.xhp index 9ef637617c..c45a7c35be 100644 --- a/helpcontent2/source/text/sdraw/main0213.xhp +++ b/helpcontent2/source/text/sdraw/main0213.xhp @@ -53,13 +53,13 @@ -Guides When Moving +Helplines While Moving Snap to Grid -Snap to Guides +Snap to Snap Lines Snap to Page Margins diff --git a/helpcontent2/source/text/sdraw/main0503.xhp b/helpcontent2/source/text/sdraw/main0503.xhp index a152dabb5d..3103d30870 100644 --- a/helpcontent2/source/text/sdraw/main0503.xhp +++ b/helpcontent2/source/text/sdraw/main0503.xhp @@ -48,8 +48,8 @@ $[officename] Draw creates vector graphics using lines and curves defined by mathematical vectors. Vectors describe lines, ellipses, and polygons according to their geometry. Creating 3D Objects You can create simple 3D objects such as cubes, spheres, and cylinders in $[officename] Draw and even modify the light source of the objects. - Grids and Guides - Grids and guides provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, guide or to the edge of another object. + Grids and Snap Lines + Grids and snap lines provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, snap line or to the edge of another object. Connecting Objects to Show Relationships You can connect objects in $[officename] Draw with special lines called "connectors" to show the relationship between objects. Connectors attach to glue points on drawing objects and remain attached when the connected objects are moved. Connectors are useful for creating organization charts and technical diagrams. Displaying Dimensions diff --git a/helpcontent2/source/text/shared/00/00000403.xhp b/helpcontent2/source/text/shared/00/00000403.xhp index 8fada8b835..66c28f04ae 100644 --- a/helpcontent2/source/text/shared/00/00000403.xhp +++ b/helpcontent2/source/text/shared/00/00000403.xhp @@ -144,7 +144,7 @@
    Choose View - Grid (Impress or Draw) -Choose View - Guides (Impress or Draw) +Choose View - Snap Lines (Impress or Draw) diff --git a/helpcontent2/source/text/shared/00/00040500.xhp b/helpcontent2/source/text/shared/00/00040500.xhp index cda7d90d28..43a3e91b38 100644 --- a/helpcontent2/source/text/shared/00/00040500.xhp +++ b/helpcontent2/source/text/shared/00/00040500.xhp @@ -322,7 +322,7 @@
    Choose Format - Change Case - Open context menu (text) - choose Case/Characters + Open context menu (text) - choose ~Change Case
    diff --git a/helpcontent2/source/text/shared/01/05050000.xhp b/helpcontent2/source/text/shared/01/05050000.xhp index 4526e65624..91a8705d91 100644 --- a/helpcontent2/source/text/shared/01/05050000.xhp +++ b/helpcontent2/source/text/shared/01/05050000.xhp @@ -38,7 +38,7 @@
    -Change Case +Change Case Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.
    diff --git a/helpcontent2/source/text/shared/01/guides.xhp b/helpcontent2/source/text/shared/01/guides.xhp index f26ee296c2..bc12c29324 100644 --- a/helpcontent2/source/text/shared/01/guides.xhp +++ b/helpcontent2/source/text/shared/01/guides.xhp @@ -35,7 +35,7 @@ -Guides +Snap Lines /text/shared/01/guides.xhp @@ -43,16 +43,16 @@
    guides;display options (Impress/Draw) -Guides -Specifies the display options for guides. +Snap Lines +Specifies the display options for snap lines.
    -Display Guides -Displays or hides guides that you can use to align objects on a page. -Snap to Guides -changed in BetterDefaults_Gridhandling issue 112000Automatically aligns objects to vertical and horizontal guides. To override this feature, hold down the Option keyAlt key when you drag an object.UFI: test it! copied from shared\01\grid.xhpUFI: removed double help idGuides to Front -Displays the guides in front of the objects on the slide or page. +Display Snap Lines +Displays or hides snap lines that you can use to align objects on a page. +Snap to Snap Lines +changed in BetterDefaults_Gridhandling issue 112000Automatically aligns objects to vertical and horizontal snap lines. To override this feature, hold down the Option keyAlt key when you drag an object.UFI: test it! copied from shared\01\grid.xhpUFI: removed double help idSnap Lines to Front +Displays the snap lines in front of the objects on the slide or page.
    diff --git a/helpcontent2/source/text/shared/02/01171400.xhp b/helpcontent2/source/text/shared/02/01171400.xhp index 032ee0e427..30f8e51917 100644 --- a/helpcontent2/source/text/shared/02/01171400.xhp +++ b/helpcontent2/source/text/shared/02/01171400.xhp @@ -33,7 +33,7 @@ -Guides When Moving +Helplines While Moving /text/shared/02/01171400.xhp @@ -42,7 +42,7 @@ UFI: removed help ids -Guides When Moving +Helplines While Moving
    @@ -54,7 +54,7 @@ -Guides When Moving +Helplines While Moving
    diff --git a/helpcontent2/source/text/shared/guide/microsoft_terms.xhp b/helpcontent2/source/text/shared/guide/microsoft_terms.xhp index 8f07bcad9b..bf35d6d92a 100644 --- a/helpcontent2/source/text/shared/guide/microsoft_terms.xhp +++ b/helpcontent2/source/text/shared/guide/microsoft_terms.xhp @@ -65,7 +65,7 @@ Change Case -Case/Characters +Case/Characters diff --git a/helpcontent2/source/text/shared/main0226.xhp b/helpcontent2/source/text/shared/main0226.xhp index e01d230b06..8ef4d7eb4f 100644 --- a/helpcontent2/source/text/shared/main0226.xhp +++ b/helpcontent2/source/text/shared/main0226.xhp @@ -89,7 +89,7 @@ Snap to Grid Specifies that you can move objects only between grid points. -Guides When Moving +Helplines While Moving diff --git a/helpcontent2/source/text/shared/optionen/01040200.xhp b/helpcontent2/source/text/shared/optionen/01040200.xhp index 836859bcd9..79eb511bc5 100644 --- a/helpcontent2/source/text/shared/optionen/01040200.xhp +++ b/helpcontent2/source/text/shared/optionen/01040200.xhp @@ -41,7 +41,7 @@
    -guides; showing when moving frames (Writer) +snap lines; showing when moving frames (Writer) simple handles (Writer) handles; displaying (Writer) large handles (Writer) @@ -68,10 +68,10 @@
    -Guides +Snap Lines Specifies settings that refer to the representation of boundaries. -Guides while moving -Displays guides around the frames when frames are moved. You can select the Guides while moving option to show the exact position of the object using lineal values. +Helplines While Moving +Displays snap lines around the frames when frames are moved. You can select the Helplines While Moving option to show the exact position of the object using lineal values. Simple handles Displays the handles (the eight points on a delimiting rectangle) as simple squares without 3D effect. Large handles diff --git a/helpcontent2/source/text/shared/optionen/01050100.xhp b/helpcontent2/source/text/shared/optionen/01050100.xhp index e7d50d9423..e3364562d3 100644 --- a/helpcontent2/source/text/shared/optionen/01050100.xhp +++ b/helpcontent2/source/text/shared/optionen/01050100.xhp @@ -64,10 +64,10 @@ Visible grid Specifies whether to display the grid. - It is also possible to toggle the visibility of the grid with the Grid - Visible Grid command in the context menu for the page. You can also select the Grid - Grid to Front submenu of this context menu to display the grid in front of objects. + It is also possible to toggle the visibility of the grid with the Grid - Display Grid command in the context menu for the page. You can also select the Grid - Grid to Front submenu of this context menu to display the grid in front of objects. - It is also possible to toggle the visibility of the grid with the Grid - Visible Grid command in the context menu of the page. You can also select the Grid - Grid to Front submenu of this context menu to display the grid in front of objects. + It is also possible to toggle the visibility of the grid with the Grid - Display Grid command in the context menu of the page. You can also select the Grid - Grid to Front submenu of this context menu to display the grid in front of objects.
    @@ -111,8 +111,8 @@ Snap Lines to Front -Snap Lines to Front + oldref="34">Snap Lines to ~Front +Snap Lines to ~Front Sets the snap lines in front of all objects. Sets the snap lines in front of all objects. @@ -122,4 +122,4 @@ Set the grid color on %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Appearance.
    - \ No newline at end of file + diff --git a/helpcontent2/source/text/shared/optionen/01060100.xhp b/helpcontent2/source/text/shared/optionen/01060100.xhp index 0d90f46e3a..7c5b936e56 100644 --- a/helpcontent2/source/text/shared/optionen/01060100.xhp +++ b/helpcontent2/source/text/shared/optionen/01060100.xhp @@ -90,7 +90,7 @@ Specifies whether to view the page breaks within a defined print area. Guides while moving + oldref="36">Helplines While Moving
    Specifies whether to view guides when moving drawings, frames, graphics and other objects. These guides help you align objects. Specifies whether to display the rulers at the top and to the left of the work area. -Guides when moving +Helplines While Moving Specifies whether to display guides when moving an object. %PRODUCTNAME creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object. diff --git a/helpcontent2/source/text/shared/optionen/01070300.xhp b/helpcontent2/source/text/shared/optionen/01070300.xhp index 1be580fcdb..ce8028aa65 100644 --- a/helpcontent2/source/text/shared/optionen/01070300.xhp +++ b/helpcontent2/source/text/shared/optionen/01070300.xhp @@ -58,9 +58,9 @@ To snap lines Snaps the edge of a dragged object to the nearest snap line when you release the mouse. - You can also define this setting by using the Snap to Guides -Snap to Guides -Snap to Guides icon, which is available in the Options bar in a presentation or drawing document. + You can also define this setting by using the Snap to Snap Lines +Snap to Snap Lines +Snap to Snap Lines icon, which is available in the Options bar in a presentation or drawing document. -Snap to Guides +Snap to Snap Lines /text/simpress/02/13140000.xhp -Snap to Guides +Snap to Snap Lines
    @@ -49,7 +49,7 @@ -Snap to Guides +Snap to Snap Lines
    diff --git a/helpcontent2/source/text/simpress/main0213.xhp b/helpcontent2/source/text/simpress/main0213.xhp index b267487725..bee46bbe47 100644 --- a/helpcontent2/source/text/simpress/main0213.xhp +++ b/helpcontent2/source/text/simpress/main0213.xhp @@ -53,13 +53,13 @@ -Guides When Moving +Helplines While Moving Snap to Grid -Snap to Guides +Snap to Snap Lines Snap to Page Margins -- cgit v1.2.3 From d0b86adcfc038708330f74d4a4d1079f86123e37 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 10 May 2011 10:13:12 +0200 Subject: More languages. --- helpcontent2/help-to-wiki.py | 16 ++++++---------- helpcontent2/to-wiki/wikiconv2.py | 5 ++++- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index ca3b774d93..36281ed08a 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -10,7 +10,9 @@ import wikiconv2 def usage(): print ''' -help-to-wiki.py - converts .xhp files into a wiki +help-to-wiki.py [params] [path to l10n] + +Converts .xhp files into a wiki -h, --help - this help -n, --no-translations - generate only English pages @@ -52,15 +54,9 @@ def create_wiki_dirs(): pass # Langs to handle -# [16:26:45] sophi, timar: Obviously, I am testing with Czech ;-) -# [16:27:05] kendy: HUngarian :) -# [16:27:25] timar: :-) -# [16:27:26] kendy: Slovenian for Martin -# [16:28:00] kendy: and German, Italian, French, Spanish (with large user base) -# [16:28:13] kendy: catalan -# [16:28:38] kendy: also japanese and russian -# [16:29:48] kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) -langs = ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'pt-BR', 'ru', 'sl', 'vi'] +langs = ['', 'ca', 'cs', 'da', 'de', 'es', 'fr', 'hu', \ + 'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'pt-BR', 'ru', \ + 'sl', 'sv', 'vi', 'zh-CN', 'zh-TW' ] # Argument handling try: diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 6a3d766488..d4b3a5e235 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -194,7 +194,10 @@ def load_localization_data(sdf_file): # source/text/shared/explorer/database/02010100.xhp#hd_id3149233 # otherwise we are getting duplicates key = '%s#%s'% (spl[1].replace('\\', '/'), spl[4]) - localization_data[key] = spl[10] + try: + localization_data[key] = spl[10] + except: + sys.stderr.write('Warning: Ignored line "%s"\n'% line.encode('utf-8')) file.close() return True -- cgit v1.2.3 From b0959038ab8e118cf927fc65c2f1b43567f8139c Mon Sep 17 00:00:00 2001 From: Matus Kukan Date: Fri, 20 May 2011 19:12:39 +0200 Subject: replace res/commandimagelist with cmd in helpcontent2 --- .../source/text/sbasic/guide/translation.xhp | 2 +- .../source/text/sbasic/shared/01020200.xhp | 2 +- .../source/text/sbasic/shared/02/11020000.xhp | 2 +- .../source/text/sbasic/shared/02/11030000.xhp | 2 +- .../source/text/sbasic/shared/02/11040000.xhp | 2 +- .../source/text/sbasic/shared/02/11050000.xhp | 2 +- .../source/text/sbasic/shared/02/11060000.xhp | 2 +- .../source/text/sbasic/shared/02/11070000.xhp | 2 +- .../source/text/sbasic/shared/02/11080000.xhp | 2 +- .../source/text/sbasic/shared/02/11090000.xhp | 2 +- .../source/text/sbasic/shared/02/11100000.xhp | 2 +- .../source/text/sbasic/shared/02/11110000.xhp | 2 +- .../source/text/sbasic/shared/02/11120000.xhp | 2 +- .../source/text/sbasic/shared/02/11140000.xhp | 2 +- .../source/text/sbasic/shared/02/11150000.xhp | 2 +- .../source/text/sbasic/shared/02/11160000.xhp | 2 +- .../source/text/sbasic/shared/02/11170000.xhp | 2 +- .../source/text/sbasic/shared/02/11180000.xhp | 2 +- .../source/text/sbasic/shared/02/11190000.xhp | 2 +- .../source/text/sbasic/shared/02/20000000.xhp | 54 ++++++++++---------- helpcontent2/source/text/scalc/00/00000404.xhp | 10 ++-- helpcontent2/source/text/scalc/00/00000405.xhp | 2 +- helpcontent2/source/text/scalc/00/00000412.xhp | 12 ++--- helpcontent2/source/text/scalc/01/02110000.xhp | 4 +- helpcontent2/source/text/scalc/01/05100000.xhp | 6 +-- helpcontent2/source/text/scalc/02/02130000.xhp | 2 +- helpcontent2/source/text/scalc/02/02140000.xhp | 2 +- helpcontent2/source/text/scalc/02/02150000.xhp | 2 +- helpcontent2/source/text/scalc/02/02160000.xhp | 2 +- helpcontent2/source/text/scalc/02/02170000.xhp | 2 +- helpcontent2/source/text/scalc/02/06030000.xhp | 2 +- helpcontent2/source/text/scalc/02/06080000.xhp | 2 +- helpcontent2/source/text/scalc/02/10050000.xhp | 2 +- helpcontent2/source/text/scalc/02/10060000.xhp | 2 +- helpcontent2/source/text/scalc/02/18010000.xhp | 2 +- .../source/text/scalc/guide/currency_format.xhp | 2 +- .../source/text/scalc/guide/format_value.xhp | 2 +- helpcontent2/source/text/scalc/guide/scenario.xhp | 2 +- helpcontent2/source/text/scalc/main0202.xhp | 4 +- helpcontent2/source/text/schart/00/00000004.xhp | 18 +++---- helpcontent2/source/text/schart/01/04020000.xhp | 2 +- helpcontent2/source/text/schart/02/01190000.xhp | 2 +- helpcontent2/source/text/schart/02/01200000.xhp | 2 +- helpcontent2/source/text/schart/02/01210000.xhp | 2 +- helpcontent2/source/text/schart/02/01220000.xhp | 2 +- .../source/text/sdraw/guide/draw_sector.xhp | 2 +- helpcontent2/source/text/sdraw/guide/groups.xhp | 6 +-- .../source/text/sdraw/guide/rotate_object.xhp | 2 +- .../source/text/sdraw/guide/text_enter.xhp | 4 +- helpcontent2/source/text/shared/00/00000004.xhp | 26 +++++----- helpcontent2/source/text/shared/00/00000401.xhp | 16 +++--- helpcontent2/source/text/shared/00/00000402.xhp | 16 +++--- helpcontent2/source/text/shared/00/00000403.xhp | 6 +-- helpcontent2/source/text/shared/00/00000404.xhp | 28 +++++------ helpcontent2/source/text/shared/00/00000406.xhp | 4 +- helpcontent2/source/text/shared/00/00000409.xhp | 2 +- helpcontent2/source/text/shared/00/00000450.xhp | 8 +-- helpcontent2/source/text/shared/00/00040500.xhp | 12 ++--- helpcontent2/source/text/shared/00/00040501.xhp | 46 ++++++++--------- helpcontent2/source/text/shared/00/00040502.xhp | 32 ++++++------ helpcontent2/source/text/shared/01/01010100.xhp | 2 +- helpcontent2/source/text/shared/01/02220000.xhp | 26 +++++----- helpcontent2/source/text/shared/01/02230402.xhp | 2 +- helpcontent2/source/text/shared/01/05100100.xhp | 2 +- helpcontent2/source/text/shared/01/05100200.xhp | 2 +- helpcontent2/source/text/shared/01/05110600m.xhp | 2 +- helpcontent2/source/text/shared/01/05120600.xhp | 2 +- helpcontent2/source/text/shared/01/05210600.xhp | 2 +- helpcontent2/source/text/shared/01/05230500.xhp | 2 +- helpcontent2/source/text/shared/01/05280000.xhp | 8 +-- helpcontent2/source/text/shared/01/05340400.xhp | 10 ++-- helpcontent2/source/text/shared/02/01140000.xhp | 32 ++++++------ helpcontent2/source/text/shared/02/01170000.xhp | 50 +++++++++---------- helpcontent2/source/text/shared/02/01171200.xhp | 2 +- helpcontent2/source/text/shared/02/01171300.xhp | 2 +- helpcontent2/source/text/shared/02/01171400.xhp | 2 +- helpcontent2/source/text/shared/02/01220000.xhp | 2 +- helpcontent2/source/text/shared/02/01230000.xhp | 2 +- helpcontent2/source/text/shared/02/02040000.xhp | 2 +- helpcontent2/source/text/shared/02/02050000.xhp | 2 +- helpcontent2/source/text/shared/02/02130000.xhp | 2 +- helpcontent2/source/text/shared/02/02140000.xhp | 2 +- helpcontent2/source/text/shared/02/02160000.xhp | 2 +- helpcontent2/source/text/shared/02/02170000.xhp | 2 +- helpcontent2/source/text/shared/02/03110000.xhp | 2 +- helpcontent2/source/text/shared/02/03120000.xhp | 2 +- helpcontent2/source/text/shared/02/03130000.xhp | 2 +- helpcontent2/source/text/shared/02/03140000.xhp | 2 +- helpcontent2/source/text/shared/02/03150000.xhp | 2 +- helpcontent2/source/text/shared/02/04210000.xhp | 2 +- helpcontent2/source/text/shared/02/05020000.xhp | 2 +- helpcontent2/source/text/shared/02/05090000.xhp | 2 +- helpcontent2/source/text/shared/02/05110000.xhp | 2 +- helpcontent2/source/text/shared/02/06050000.xhp | 2 +- helpcontent2/source/text/shared/02/06060000.xhp | 2 +- helpcontent2/source/text/shared/02/06100000.xhp | 2 +- helpcontent2/source/text/shared/02/06110000.xhp | 2 +- helpcontent2/source/text/shared/02/06120000.xhp | 2 +- helpcontent2/source/text/shared/02/07070000.xhp | 2 +- helpcontent2/source/text/shared/02/07070100.xhp | 2 +- helpcontent2/source/text/shared/02/09030000.xhp | 2 +- helpcontent2/source/text/shared/02/09050000.xhp | 2 +- helpcontent2/source/text/shared/02/09070000.xhp | 2 +- helpcontent2/source/text/shared/02/10010000.xhp | 2 +- helpcontent2/source/text/shared/02/10020000.xhp | 2 +- helpcontent2/source/text/shared/02/10030000.xhp | 2 +- helpcontent2/source/text/shared/02/10040000.xhp | 2 +- helpcontent2/source/text/shared/02/12000000.xhp | 2 +- helpcontent2/source/text/shared/02/12010000.xhp | 2 +- helpcontent2/source/text/shared/02/12020000.xhp | 2 +- helpcontent2/source/text/shared/02/12030000.xhp | 2 +- helpcontent2/source/text/shared/02/12040000.xhp | 2 +- helpcontent2/source/text/shared/02/12050000.xhp | 2 +- helpcontent2/source/text/shared/02/12070000.xhp | 2 +- helpcontent2/source/text/shared/02/12080000.xhp | 2 +- helpcontent2/source/text/shared/02/12090000.xhp | 2 +- helpcontent2/source/text/shared/02/12110000.xhp | 2 +- helpcontent2/source/text/shared/02/12120000.xhp | 2 +- helpcontent2/source/text/shared/02/12130000.xhp | 2 +- helpcontent2/source/text/shared/02/12140000.xhp | 2 +- helpcontent2/source/text/shared/02/14010000.xhp | 2 +- helpcontent2/source/text/shared/02/14020000.xhp | 2 +- helpcontent2/source/text/shared/02/14020200.xhp | 2 +- helpcontent2/source/text/shared/02/14030000.xhp | 2 +- helpcontent2/source/text/shared/02/14040000.xhp | 2 +- helpcontent2/source/text/shared/02/14050000.xhp | 2 +- helpcontent2/source/text/shared/02/14060000.xhp | 2 +- helpcontent2/source/text/shared/02/14070000.xhp | 2 +- helpcontent2/source/text/shared/02/18010000.xhp | 2 +- helpcontent2/source/text/shared/02/18030000.xhp | 2 +- helpcontent2/source/text/shared/02/24010000.xhp | 24 ++++----- helpcontent2/source/text/shared/02/24100000.xhp | 2 +- helpcontent2/source/text/shared/02/paintbrush.xhp | 4 +- helpcontent2/source/text/shared/05/00000110.xhp | 6 +-- .../source/text/shared/autopi/01150000.xhp | 2 +- .../text/shared/explorer/database/04030000.xhp | 4 +- .../text/shared/explorer/database/rep_main.xhp | 14 +++--- .../text/shared/guide/copy_drawfunctions.xhp | 2 +- .../text/shared/guide/copytext2application.xhp | 2 +- .../source/text/shared/guide/data_enter_sql.xhp | 8 +-- .../source/text/shared/guide/data_search.xhp | 2 +- .../source/text/shared/guide/data_search2.xhp | 8 +-- helpcontent2/source/text/shared/guide/doc_save.xhp | 2 +- helpcontent2/source/text/shared/guide/fontwork.xhp | 2 +- .../source/text/shared/guide/hyperlink_insert.xhp | 2 +- .../source/text/shared/guide/line_intext.xhp | 6 +-- .../source/text/shared/guide/linestyles.xhp | 4 +- .../source/text/shared/guide/numbering_stop.xhp | 6 +-- .../source/text/shared/guide/paintbrush.xhp | 2 +- .../source/text/shared/guide/text_color.xhp | 4 +- helpcontent2/source/text/shared/main0108.xhp | 2 +- helpcontent2/source/text/shared/main0201.xhp | 4 +- helpcontent2/source/text/shared/main0212.xhp | 4 +- helpcontent2/source/text/shared/main0213.xhp | 12 ++--- helpcontent2/source/text/shared/main0227.xhp | 22 ++++---- helpcontent2/source/text/simpress/00/00000004.xhp | 10 ++-- helpcontent2/source/text/simpress/00/00000403.xhp | 2 +- helpcontent2/source/text/simpress/00/00000404.xhp | 6 +-- helpcontent2/source/text/simpress/00/00000407.xhp | 4 +- helpcontent2/source/text/simpress/00/00000413.xhp | 6 +-- helpcontent2/source/text/simpress/01/02110000.xhp | 10 ++-- helpcontent2/source/text/simpress/01/05100000.xhp | 10 ++-- helpcontent2/source/text/simpress/01/05110500m.xhp | 2 +- helpcontent2/source/text/simpress/01/05120500m.xhp | 2 +- helpcontent2/source/text/simpress/02/04010000.xhp | 2 +- helpcontent2/source/text/simpress/02/04070000.xhp | 2 +- helpcontent2/source/text/simpress/02/10020000.xhp | 24 ++++----- helpcontent2/source/text/simpress/02/10030000.xhp | 16 +++--- helpcontent2/source/text/simpress/02/10030200.xhp | 24 ++++----- helpcontent2/source/text/simpress/02/10050000.xhp | 8 +-- helpcontent2/source/text/simpress/02/10060000.xhp | 16 +++--- helpcontent2/source/text/simpress/02/10070000.xhp | 28 +++++------ helpcontent2/source/text/simpress/02/10080000.xhp | 16 +++--- helpcontent2/source/text/simpress/02/10090000.xhp | 18 +++---- helpcontent2/source/text/simpress/02/10100000.xhp | 58 +++++++++++----------- helpcontent2/source/text/simpress/02/10110000.xhp | 2 +- helpcontent2/source/text/simpress/02/10120000.xhp | 20 ++++---- helpcontent2/source/text/simpress/02/11060000.xhp | 2 +- helpcontent2/source/text/simpress/02/11070000.xhp | 2 +- helpcontent2/source/text/simpress/02/11080000.xhp | 2 +- helpcontent2/source/text/simpress/02/11090000.xhp | 2 +- helpcontent2/source/text/simpress/02/11100000.xhp | 2 +- helpcontent2/source/text/simpress/02/11110000.xhp | 2 +- helpcontent2/source/text/simpress/02/13010000.xhp | 2 +- helpcontent2/source/text/simpress/02/13020000.xhp | 2 +- helpcontent2/source/text/simpress/02/13030000.xhp | 2 +- helpcontent2/source/text/simpress/02/13040000.xhp | 2 +- helpcontent2/source/text/simpress/02/13050000.xhp | 2 +- helpcontent2/source/text/simpress/02/13060000.xhp | 2 +- helpcontent2/source/text/simpress/02/13070000.xhp | 2 +- helpcontent2/source/text/simpress/02/13080000.xhp | 2 +- helpcontent2/source/text/simpress/02/13090000.xhp | 2 +- helpcontent2/source/text/simpress/02/13100000.xhp | 2 +- helpcontent2/source/text/simpress/02/13140000.xhp | 2 +- helpcontent2/source/text/simpress/02/13150000.xhp | 2 +- helpcontent2/source/text/simpress/02/13160000.xhp | 2 +- helpcontent2/source/text/simpress/02/13170000.xhp | 2 +- helpcontent2/source/text/simpress/02/13180000.xhp | 2 +- helpcontent2/source/text/simpress/02/13190000.xhp | 2 +- .../source/text/simpress/guide/3d_create.xhp | 4 +- .../text/simpress/guide/animated_slidechange.xhp | 2 +- helpcontent2/source/text/simpress/guide/footer.xhp | 2 +- .../source/text/simpress/guide/line_draw.xhp | 10 ++-- .../source/text/simpress/guide/line_edit.xhp | 2 +- .../text/simpress/guide/rehearse_timings.xhp | 2 +- helpcontent2/source/text/smath/00/00000004.xhp | 14 +++--- helpcontent2/source/text/smath/01/03090600.xhp | 8 +-- helpcontent2/source/text/smath/01/03091506.xhp | 4 +- helpcontent2/source/text/swriter/00/00000004.xhp | 6 +-- helpcontent2/source/text/swriter/00/00000401.xhp | 2 +- helpcontent2/source/text/swriter/00/00000402.xhp | 2 +- helpcontent2/source/text/swriter/00/00000403.xhp | 4 +- helpcontent2/source/text/swriter/00/00000404.xhp | 16 +++--- helpcontent2/source/text/swriter/00/00000405.xhp | 26 +++++----- helpcontent2/source/text/swriter/00/00000406.xhp | 2 +- helpcontent2/source/text/swriter/01/02110000.xhp | 2 +- helpcontent2/source/text/swriter/01/02160000.xhp | 2 +- helpcontent2/source/text/swriter/01/05060201.xhp | 18 +++---- helpcontent2/source/text/swriter/01/05140000.xhp | 4 +- helpcontent2/source/text/swriter/02/02110000.xhp | 2 +- helpcontent2/source/text/swriter/02/03210000.xhp | 2 +- helpcontent2/source/text/swriter/02/03220000.xhp | 2 +- helpcontent2/source/text/swriter/02/04090000.xhp | 2 +- helpcontent2/source/text/swriter/02/04100000.xhp | 2 +- helpcontent2/source/text/swriter/02/04220000.xhp | 2 +- helpcontent2/source/text/swriter/02/04230000.xhp | 2 +- helpcontent2/source/text/swriter/02/04240000.xhp | 2 +- helpcontent2/source/text/swriter/02/04250000.xhp | 2 +- helpcontent2/source/text/swriter/02/06040000.xhp | 2 +- helpcontent2/source/text/swriter/02/06070000.xhp | 2 +- helpcontent2/source/text/swriter/02/06080000.xhp | 2 +- helpcontent2/source/text/swriter/02/06090000.xhp | 2 +- helpcontent2/source/text/swriter/02/06120000.xhp | 2 +- helpcontent2/source/text/swriter/02/06130000.xhp | 2 +- helpcontent2/source/text/swriter/02/06140000.xhp | 2 +- helpcontent2/source/text/swriter/02/10010000.xhp | 2 +- helpcontent2/source/text/swriter/02/10020000.xhp | 2 +- helpcontent2/source/text/swriter/02/10050000.xhp | 2 +- helpcontent2/source/text/swriter/02/10070000.xhp | 2 +- helpcontent2/source/text/swriter/02/10080000.xhp | 2 +- helpcontent2/source/text/swriter/02/10090000.xhp | 2 +- helpcontent2/source/text/swriter/02/10110000.xhp | 2 +- helpcontent2/source/text/swriter/02/18120000.xhp | 2 +- helpcontent2/source/text/swriter/02/18130000.xhp | 2 +- helpcontent2/source/text/swriter/02/19030000.xhp | 2 +- helpcontent2/source/text/swriter/02/19050000.xhp | 2 +- .../source/text/swriter/guide/arrange_chapters.xhp | 2 +- .../source/text/swriter/guide/even_odd_sdw.xhp | 2 +- .../source/text/swriter/guide/footnote_usage.xhp | 2 +- .../text/swriter/guide/stylist_fillformat.xhp | 2 +- .../source/text/swriter/guide/table_sizing.xhp | 2 +- .../text/swriter/guide/text_direct_cursor.xhp | 2 +- .../source/text/swriter/guide/text_frame.xhp | 2 +- .../source/text/swriter/guide/text_rotate.xhp | 4 +- .../text/swriter/guide/using_numbered_lists.xhp | 2 +- .../text/swriter/guide/using_numbered_lists2.xhp | 2 +- helpcontent2/source/text/swriter/main0202.xhp | 4 +- 257 files changed, 671 insertions(+), 671 deletions(-) diff --git a/helpcontent2/source/text/sbasic/guide/translation.xhp b/helpcontent2/source/text/sbasic/guide/translation.xhp index 9a1a47fc59..056b348bc7 100644 --- a/helpcontent2/source/text/sbasic/guide/translation.xhp +++ b/helpcontent2/source/text/sbasic/guide/translation.xhp @@ -63,7 +63,7 @@ Click the Manage Languages icon -Manage Language icon +Manage Language icon on the Language toolbar or on the Toolbox bar. You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar. diff --git a/helpcontent2/source/text/sbasic/shared/01020200.xhp b/helpcontent2/source/text/sbasic/shared/01020200.xhp index fe16a12953..bb05d13fba 100644 --- a/helpcontent2/source/text/sbasic/shared/01020200.xhp +++ b/helpcontent2/source/text/sbasic/shared/01020200.xhp @@ -47,7 +47,7 @@
    Click the Object Catalog icon -Icon +Icon in the Macro toolbar to display the object catalog. The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects. To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the Show icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11020000.xhp b/helpcontent2/source/text/sbasic/shared/02/11020000.xhp index b36924208d..6d871f4cb9 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11020000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11020000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Compile diff --git a/helpcontent2/source/text/sbasic/shared/02/11030000.xhp b/helpcontent2/source/text/sbasic/shared/02/11030000.xhp index d7f68502c8..bbf46845ee 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11030000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11030000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11040000.xhp b/helpcontent2/source/text/sbasic/shared/02/11040000.xhp index 484bd34c3a..4955c1a9a7 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11040000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11040000.xhp @@ -55,7 +55,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11050000.xhp b/helpcontent2/source/text/sbasic/shared/02/11050000.xhp index 109af29ae5..60901db919 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11050000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11050000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11060000.xhp b/helpcontent2/source/text/sbasic/shared/02/11060000.xhp index bc27016f98..e73f2aa63d 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11060000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11060000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11070000.xhp b/helpcontent2/source/text/sbasic/shared/02/11070000.xhp index 08bd8d949b..af1abb8deb 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11070000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11070000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp index 25896cbc50..66984f6451 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11090000.xhp b/helpcontent2/source/text/sbasic/shared/02/11090000.xhp index 21bb234d59..383bb6d60b 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11090000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11090000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11100000.xhp b/helpcontent2/source/text/sbasic/shared/02/11100000.xhp index f01fa92071..6ce49c75a2 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11100000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11100000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Macros diff --git a/helpcontent2/source/text/sbasic/shared/02/11110000.xhp b/helpcontent2/source/text/sbasic/shared/02/11110000.xhp index 41b32f8594..c8262cbd13 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11110000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11110000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Modules diff --git a/helpcontent2/source/text/sbasic/shared/02/11120000.xhp b/helpcontent2/source/text/sbasic/shared/02/11120000.xhp index a1fb1c78b4..3d9b8f5583 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11120000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11120000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Find Parentheses diff --git a/helpcontent2/source/text/sbasic/shared/02/11140000.xhp b/helpcontent2/source/text/sbasic/shared/02/11140000.xhp index 743483cbca..b760f60095 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11140000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11140000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11150000.xhp b/helpcontent2/source/text/sbasic/shared/02/11150000.xhp index 7f5a828c0f..c98704486f 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11150000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11150000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11160000.xhp b/helpcontent2/source/text/sbasic/shared/02/11160000.xhp index aacf1883e1..83a718358a 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11160000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11160000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Step Out diff --git a/helpcontent2/source/text/sbasic/shared/02/11170000.xhp b/helpcontent2/source/text/sbasic/shared/02/11170000.xhp index d1bcd99c4a..e7437ab997 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11170000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11170000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11180000.xhp b/helpcontent2/source/text/sbasic/shared/02/11180000.xhp index 3bafa39354..878cde459c 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11180000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11180000.xhp @@ -60,7 +60,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/11190000.xhp b/helpcontent2/source/text/sbasic/shared/02/11190000.xhp index a78a4d2809..db89f6a64e 100644 --- a/helpcontent2/source/text/sbasic/shared/02/11190000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/11190000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp index edb4c80b5f..99b6937f55 100644 --- a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp +++ b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp @@ -83,7 +83,7 @@ -Icon +Icon @@ -105,7 +105,7 @@ -Icon +Icon @@ -119,7 +119,7 @@ -Icon +Icon @@ -132,7 +132,7 @@ -Icon +Icon @@ -145,7 +145,7 @@ -Icon +Icon @@ -158,7 +158,7 @@ -Icon +Icon @@ -171,7 +171,7 @@ -Icon +Icon @@ -184,7 +184,7 @@ -Icon +Icon @@ -197,7 +197,7 @@ -Icon +Icon @@ -210,7 +210,7 @@ -Icon +Icon @@ -223,7 +223,7 @@ -Icon +Icon @@ -236,7 +236,7 @@ -Icon +Icon @@ -250,7 +250,7 @@ -Icon +Icon @@ -263,7 +263,7 @@ -Icon +Icon @@ -276,7 +276,7 @@ -Icon +Icon @@ -289,7 +289,7 @@ -Icon +Icon @@ -303,7 +303,7 @@ -Icon +Icon @@ -316,7 +316,7 @@ -Icon +Icon @@ -329,7 +329,7 @@ -Icon +Icon @@ -342,7 +342,7 @@ -Icon +Icon @@ -355,7 +355,7 @@ -Icon +Icon @@ -368,7 +368,7 @@ -Icon +Icon @@ -381,7 +381,7 @@ -Icon +Icon @@ -394,7 +394,7 @@ -Icon +Icon @@ -407,7 +407,7 @@ -Icon +Icon @@ -420,7 +420,7 @@ -Manage Language icon +Manage Language icon @@ -433,7 +433,7 @@ -Manage Language icon +Manage Language icon diff --git a/helpcontent2/source/text/scalc/00/00000404.xhp b/helpcontent2/source/text/scalc/00/00000404.xhp index 53cc548826..7a6837274d 100644 --- a/helpcontent2/source/text/scalc/00/00000404.xhp +++ b/helpcontent2/source/text/scalc/00/00000404.xhp @@ -58,7 +58,7 @@ -Icon +Icon @@ -74,7 +74,7 @@ -Icon +Icon @@ -89,7 +89,7 @@ -Icon +Icon @@ -104,7 +104,7 @@ -Icon +Icon @@ -119,7 +119,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/00/00000405.xhp b/helpcontent2/source/text/scalc/00/00000405.xhp index 706ba56461..ad0c5e26d5 100644 --- a/helpcontent2/source/text/scalc/00/00000405.xhp +++ b/helpcontent2/source/text/scalc/00/00000405.xhp @@ -103,7 +103,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/00/00000412.xhp b/helpcontent2/source/text/scalc/00/00000412.xhp index 09d8faede5..78cceb5d21 100644 --- a/helpcontent2/source/text/scalc/00/00000412.xhp +++ b/helpcontent2/source/text/scalc/00/00000412.xhp @@ -57,7 +57,7 @@ -Icon +Icon @@ -67,7 +67,7 @@ -Icon +Icon @@ -90,7 +90,7 @@ -Icon +Icon @@ -115,7 +115,7 @@ -Icon +Icon @@ -160,7 +160,7 @@ -Icon +Icon @@ -180,7 +180,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/01/02110000.xhp b/helpcontent2/source/text/scalc/01/02110000.xhp index 2d4fe56350..e2e84bc15e 100644 --- a/helpcontent2/source/text/scalc/01/02110000.xhp +++ b/helpcontent2/source/text/scalc/01/02110000.xhp @@ -67,7 +67,7 @@ -Icon +Icon @@ -170,7 +170,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/01/05100000.xhp b/helpcontent2/source/text/scalc/01/05100000.xhp index 44a75be0a4..f37ace7b5f 100644 --- a/helpcontent2/source/text/scalc/01/05100000.xhp +++ b/helpcontent2/source/text/scalc/01/05100000.xhp @@ -105,7 +105,7 @@ -Icon +Icon @@ -138,7 +138,7 @@ -Icon +Icon @@ -155,7 +155,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/02130000.xhp b/helpcontent2/source/text/scalc/02/02130000.xhp index 3638b1e1d0..c8ba0e12ff 100644 --- a/helpcontent2/source/text/scalc/02/02130000.xhp +++ b/helpcontent2/source/text/scalc/02/02130000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Number Format: Currency diff --git a/helpcontent2/source/text/scalc/02/02140000.xhp b/helpcontent2/source/text/scalc/02/02140000.xhp index cdb0afaabd..d1164d563e 100644 --- a/helpcontent2/source/text/scalc/02/02140000.xhp +++ b/helpcontent2/source/text/scalc/02/02140000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/02150000.xhp b/helpcontent2/source/text/scalc/02/02150000.xhp index 9bb3512321..030af54843 100644 --- a/helpcontent2/source/text/scalc/02/02150000.xhp +++ b/helpcontent2/source/text/scalc/02/02150000.xhp @@ -52,7 +52,7 @@ - Icon + Icon diff --git a/helpcontent2/source/text/scalc/02/02160000.xhp b/helpcontent2/source/text/scalc/02/02160000.xhp index a611c3eeae..780596d817 100644 --- a/helpcontent2/source/text/scalc/02/02160000.xhp +++ b/helpcontent2/source/text/scalc/02/02160000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/02170000.xhp b/helpcontent2/source/text/scalc/02/02170000.xhp index d60facf42f..18af1208d5 100644 --- a/helpcontent2/source/text/scalc/02/02170000.xhp +++ b/helpcontent2/source/text/scalc/02/02170000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/06030000.xhp b/helpcontent2/source/text/scalc/02/06030000.xhp index d192a85335..5d2fea7f33 100644 --- a/helpcontent2/source/text/scalc/02/06030000.xhp +++ b/helpcontent2/source/text/scalc/02/06030000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/06080000.xhp b/helpcontent2/source/text/scalc/02/06080000.xhp index 192d8fd502..a3747180b2 100644 --- a/helpcontent2/source/text/scalc/02/06080000.xhp +++ b/helpcontent2/source/text/scalc/02/06080000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/10050000.xhp b/helpcontent2/source/text/scalc/02/10050000.xhp index 3b9f5fc605..faebc2474d 100644 --- a/helpcontent2/source/text/scalc/02/10050000.xhp +++ b/helpcontent2/source/text/scalc/02/10050000.xhp @@ -58,7 +58,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/10060000.xhp b/helpcontent2/source/text/scalc/02/10060000.xhp index 13b6a4a244..dc683a1cc8 100644 --- a/helpcontent2/source/text/scalc/02/10060000.xhp +++ b/helpcontent2/source/text/scalc/02/10060000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/02/18010000.xhp b/helpcontent2/source/text/scalc/02/18010000.xhp index ad996bed1f..bc5256f426 100644 --- a/helpcontent2/source/text/scalc/02/18010000.xhp +++ b/helpcontent2/source/text/scalc/02/18010000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/guide/currency_format.xhp b/helpcontent2/source/text/scalc/guide/currency_format.xhp index d1c8b1ecd0..ac40cf2bfd 100644 --- a/helpcontent2/source/text/scalc/guide/currency_format.xhp +++ b/helpcontent2/source/text/scalc/guide/currency_format.xhp @@ -50,7 +50,7 @@ oldref="46">Cells in Currency Format In %PRODUCTNAME Calc you can give numbers any currency format. When you click the Currency icon -Icon +Icon in the Formatting bar to format a number, the cell is given the default currency format set under %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages. Exchanging of %PRODUCTNAME Calc documents can lead to misunderstandings, if your %PRODUCTNAME Calc document is loaded by a user who uses a different default currency format. In %PRODUCTNAME Calc you can define that a number that you have formatted as "1,234.50 €", still remains in euros in another country and does not become dollars. diff --git a/helpcontent2/source/text/scalc/guide/format_value.xhp b/helpcontent2/source/text/scalc/guide/format_value.xhp index 0ef456f6e1..4419bcf90e 100644 --- a/helpcontent2/source/text/scalc/guide/format_value.xhp +++ b/helpcontent2/source/text/scalc/guide/format_value.xhp @@ -65,7 +65,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/scalc/guide/scenario.xhp b/helpcontent2/source/text/scalc/guide/scenario.xhp index a9ff0be2ef..fe889eef44 100644 --- a/helpcontent2/source/text/scalc/guide/scenario.xhp +++ b/helpcontent2/source/text/scalc/guide/scenario.xhp @@ -63,7 +63,7 @@ Open the Navigator with the Navigator icon -Navigator icon +Navigator icon on the Standard bar. diff --git a/helpcontent2/source/text/scalc/main0202.xhp b/helpcontent2/source/text/scalc/main0202.xhp index a7fe3a4585..297824dc68 100644 --- a/helpcontent2/source/text/scalc/main0202.xhp +++ b/helpcontent2/source/text/scalc/main0202.xhp @@ -115,7 +115,7 @@ -left to right icon +left to right icon @@ -130,7 +130,7 @@ -right to left icon +right to left icon diff --git a/helpcontent2/source/text/schart/00/00000004.xhp b/helpcontent2/source/text/schart/00/00000004.xhp index 9b13c005d4..ace11dce3c 100644 --- a/helpcontent2/source/text/schart/00/00000004.xhp +++ b/helpcontent2/source/text/schart/00/00000004.xhp @@ -48,7 +48,7 @@ -Icon +Icon @@ -78,7 +78,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -152,7 +152,7 @@ -Icon +Icon @@ -173,7 +173,7 @@ -Icon +Icon @@ -189,7 +189,7 @@ -Icon +Icon @@ -204,7 +204,7 @@ -Icon +Icon @@ -219,7 +219,7 @@ -Icon +Icon @@ -234,7 +234,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/schart/01/04020000.xhp b/helpcontent2/source/text/schart/01/04020000.xhp index 11d6be94f2..aa74afbe3a 100644 --- a/helpcontent2/source/text/schart/01/04020000.xhp +++ b/helpcontent2/source/text/schart/01/04020000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/schart/02/01190000.xhp b/helpcontent2/source/text/schart/02/01190000.xhp index 83cbc4e913..f50f39c32c 100644 --- a/helpcontent2/source/text/schart/02/01190000.xhp +++ b/helpcontent2/source/text/schart/02/01190000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/schart/02/01200000.xhp b/helpcontent2/source/text/schart/02/01200000.xhp index f04cb2d1c6..cbd1c192b8 100644 --- a/helpcontent2/source/text/schart/02/01200000.xhp +++ b/helpcontent2/source/text/schart/02/01200000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/schart/02/01210000.xhp b/helpcontent2/source/text/schart/02/01210000.xhp index dadebf2d7c..8d5a30e027 100644 --- a/helpcontent2/source/text/schart/02/01210000.xhp +++ b/helpcontent2/source/text/schart/02/01210000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/schart/02/01220000.xhp b/helpcontent2/source/text/schart/02/01220000.xhp index e3bfd68129..0c8411f6bd 100644 --- a/helpcontent2/source/text/schart/02/01220000.xhp +++ b/helpcontent2/source/text/schart/02/01220000.xhp @@ -56,7 +56,7 @@ YJ: checked -Icon +Icon diff --git a/helpcontent2/source/text/sdraw/guide/draw_sector.xhp b/helpcontent2/source/text/sdraw/guide/draw_sector.xhp index 0180f6ff4c..ee2d81e09a 100644 --- a/helpcontent2/source/text/sdraw/guide/draw_sector.xhp +++ b/helpcontent2/source/text/sdraw/guide/draw_sector.xhp @@ -55,7 +55,7 @@ Open the Ellipses toolbar and click one of the Circle Pie or Ellipse Pie icons -Icon +Icon . The mouse pointer changes to a cross hair with a small icon of a sector. diff --git a/helpcontent2/source/text/sdraw/guide/groups.xhp b/helpcontent2/source/text/sdraw/guide/groups.xhp index 4bd352366e..a54f591231 100644 --- a/helpcontent2/source/text/sdraw/guide/groups.xhp +++ b/helpcontent2/source/text/sdraw/guide/groups.xhp @@ -59,7 +59,7 @@ -Icon +Icon @@ -74,7 +74,7 @@ -Icon +Icon @@ -86,7 +86,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sdraw/guide/rotate_object.xhp b/helpcontent2/source/text/sdraw/guide/rotate_object.xhp index 3ff79f2592..f823d5823e 100644 --- a/helpcontent2/source/text/sdraw/guide/rotate_object.xhp +++ b/helpcontent2/source/text/sdraw/guide/rotate_object.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/sdraw/guide/text_enter.xhp b/helpcontent2/source/text/sdraw/guide/text_enter.xhp index a11c063357..83e4595aff 100644 --- a/helpcontent2/source/text/sdraw/guide/text_enter.xhp +++ b/helpcontent2/source/text/sdraw/guide/text_enter.xhp @@ -70,7 +70,7 @@ Click the Text icon -Icon +Icon and move the mouse pointer to where you want to enter the text box. @@ -104,7 +104,7 @@ For example, click the arrow next to the Callouts icon -Icon +Icon to open the Callouts toolbar. diff --git a/helpcontent2/source/text/shared/00/00000004.xhp b/helpcontent2/source/text/shared/00/00000004.xhp index 80fbf4adeb..0589757718 100644 --- a/helpcontent2/source/text/shared/00/00000004.xhp +++ b/helpcontent2/source/text/shared/00/00000004.xhp @@ -58,7 +58,7 @@ -Icon +Icon @@ -73,7 +73,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -103,7 +103,7 @@ -Icon +Icon @@ -118,7 +118,7 @@ -Icon +Icon @@ -133,7 +133,7 @@ -Icon +Icon @@ -148,7 +148,7 @@ -Icon +Icon @@ -223,7 +223,7 @@ -Icon +Icon @@ -238,7 +238,7 @@ -Icon +Icon @@ -253,7 +253,7 @@ -Icon +Icon @@ -399,7 +399,7 @@ -Icon +Icon @@ -414,7 +414,7 @@ -Icon +Icon @@ -429,7 +429,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000401.xhp b/helpcontent2/source/text/shared/00/00000401.xhp index 215a3c45d0..cefa780cbe 100644 --- a/helpcontent2/source/text/shared/00/00000401.xhp +++ b/helpcontent2/source/text/shared/00/00000401.xhp @@ -100,7 +100,7 @@ -Icon +Icon @@ -221,7 +221,7 @@ -Icon +Icon @@ -237,7 +237,7 @@ -Icon +Icon @@ -322,7 +322,7 @@ -Icon +Icon @@ -349,7 +349,7 @@ -Icon +Icon @@ -370,7 +370,7 @@ -Icon +Icon @@ -397,7 +397,7 @@ -Icon +Icon @@ -415,7 +415,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000402.xhp b/helpcontent2/source/text/shared/00/00000402.xhp index fd9831ea0a..5ee4a7ce82 100644 --- a/helpcontent2/source/text/shared/00/00000402.xhp +++ b/helpcontent2/source/text/shared/00/00000402.xhp @@ -49,7 +49,7 @@ -Icon +Icon @@ -69,7 +69,7 @@ -Icon +Icon @@ -92,7 +92,7 @@ -Icon +Icon @@ -113,7 +113,7 @@ -Icon +Icon @@ -134,7 +134,7 @@ -Icon +Icon @@ -156,7 +156,7 @@ -Icon +Icon @@ -203,7 +203,7 @@ -Icon +Icon @@ -231,7 +231,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000403.xhp b/helpcontent2/source/text/shared/00/00000403.xhp index 66c28f04ae..cf01d0592d 100644 --- a/helpcontent2/source/text/shared/00/00000403.xhp +++ b/helpcontent2/source/text/shared/00/00000403.xhp @@ -88,7 +88,7 @@ -Icon +Icon @@ -111,7 +111,7 @@ -Icon +Icon @@ -131,7 +131,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000404.xhp b/helpcontent2/source/text/shared/00/00000404.xhp index 780ddb884d..02013da3b4 100644 --- a/helpcontent2/source/text/shared/00/00000404.xhp +++ b/helpcontent2/source/text/shared/00/00000404.xhp @@ -68,7 +68,7 @@ -Icon +Icon @@ -103,7 +103,7 @@ -Icon +Icon @@ -123,7 +123,7 @@ -Icon +Icon @@ -151,7 +151,7 @@ -Icon +Icon @@ -188,7 +188,7 @@ -Icon +Icon @@ -207,7 +207,7 @@ -Icon +Icon @@ -226,7 +226,7 @@ -Icon +Icon @@ -247,7 +247,7 @@ -Icon +Icon @@ -261,7 +261,7 @@ -Icon +Icon @@ -275,7 +275,7 @@ -Icon +Icon @@ -289,7 +289,7 @@ -Icon +Icon @@ -303,7 +303,7 @@ -Icon +Icon @@ -317,7 +317,7 @@ -Icon +Icon @@ -331,7 +331,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000406.xhp b/helpcontent2/source/text/shared/00/00000406.xhp index 6e6fdc0b59..7cee3c0b20 100644 --- a/helpcontent2/source/text/shared/00/00000406.xhp +++ b/helpcontent2/source/text/shared/00/00000406.xhp @@ -46,7 +46,7 @@ -Icon +Icon @@ -69,7 +69,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00000409.xhp b/helpcontent2/source/text/shared/00/00000409.xhp index d334819870..c910bd85da 100644 --- a/helpcontent2/source/text/shared/00/00000409.xhp +++ b/helpcontent2/source/text/shared/00/00000409.xhp @@ -51,7 +51,7 @@ - Icon + Icon Standard Filter diff --git a/helpcontent2/source/text/shared/00/00000450.xhp b/helpcontent2/source/text/shared/00/00000450.xhp index 3d812364fe..f09110bb56 100644 --- a/helpcontent2/source/text/shared/00/00000450.xhp +++ b/helpcontent2/source/text/shared/00/00000450.xhp @@ -93,7 +93,7 @@ -Icon +Icon @@ -107,7 +107,7 @@ -Icon +Icon @@ -124,7 +124,7 @@ -Icon +Icon @@ -142,7 +142,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00040500.xhp b/helpcontent2/source/text/shared/00/00040500.xhp index 43a3e91b38..a51fb0860c 100644 --- a/helpcontent2/source/text/shared/00/00040500.xhp +++ b/helpcontent2/source/text/shared/00/00040500.xhp @@ -50,7 +50,7 @@ -Icon +Icon @@ -115,7 +115,7 @@ -Icon +Icon @@ -195,7 +195,7 @@ -Icon +Icon @@ -216,7 +216,7 @@ -Icon +Icon @@ -248,7 +248,7 @@ -Icon +Icon @@ -307,7 +307,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00040501.xhp b/helpcontent2/source/text/shared/00/00040501.xhp index 3e5793730b..d4806eefdd 100644 --- a/helpcontent2/source/text/shared/00/00040501.xhp +++ b/helpcontent2/source/text/shared/00/00040501.xhp @@ -61,7 +61,7 @@ -Icon +Icon @@ -79,7 +79,7 @@ -Icon +Icon @@ -114,7 +114,7 @@ -Icon +Icon @@ -144,7 +144,7 @@ -Icon +Icon @@ -162,7 +162,7 @@ -Icon +Icon @@ -180,7 +180,7 @@ -Icon +Icon @@ -198,7 +198,7 @@ -Icon +Icon @@ -218,7 +218,7 @@ -Icon +Icon @@ -236,7 +236,7 @@ -Icon +Icon @@ -255,7 +255,7 @@ -Icon +Icon @@ -275,7 +275,7 @@ -Icon +Icon @@ -295,7 +295,7 @@ -Icon +Icon @@ -314,7 +314,7 @@ -Icon +Icon @@ -334,7 +334,7 @@ -Icon +Icon @@ -353,7 +353,7 @@ -Icon +Icon @@ -372,7 +372,7 @@ -Icon +Icon @@ -398,7 +398,7 @@ -Icon +Icon @@ -418,7 +418,7 @@ -Icon +Icon @@ -439,7 +439,7 @@ -Icon +Icon @@ -460,7 +460,7 @@ -Icon +Icon @@ -481,7 +481,7 @@ -Icon +Icon @@ -501,7 +501,7 @@ -Icon +Icon @@ -522,7 +522,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/00/00040502.xhp b/helpcontent2/source/text/shared/00/00040502.xhp index 9851cd999b..0c05ad51b9 100644 --- a/helpcontent2/source/text/shared/00/00040502.xhp +++ b/helpcontent2/source/text/shared/00/00040502.xhp @@ -49,7 +49,7 @@ -Icon +Icon @@ -92,7 +92,7 @@ -Icon +Icon @@ -178,7 +178,7 @@ -Icon +Icon @@ -208,7 +208,7 @@ -Icon +Icon @@ -240,7 +240,7 @@ -Icon +Icon @@ -272,7 +272,7 @@ -Icon +Icon @@ -291,7 +291,7 @@ -Icon +Icon @@ -310,7 +310,7 @@ -Icon +Icon @@ -366,7 +366,7 @@ -Icon +Icon @@ -386,7 +386,7 @@ -Icon +Icon @@ -406,7 +406,7 @@ -Icon +Icon @@ -427,7 +427,7 @@ -Icon +Icon @@ -455,7 +455,7 @@ -Icon +Icon @@ -476,7 +476,7 @@ -Icon +Icon @@ -497,7 +497,7 @@ -Icon +Icon @@ -518,7 +518,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/01010100.xhp b/helpcontent2/source/text/shared/01/01010100.xhp index 62ac0a4734..fa95225685 100644 --- a/helpcontent2/source/text/shared/01/01010100.xhp +++ b/helpcontent2/source/text/shared/01/01010100.xhp @@ -99,7 +99,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/02220000.xhp b/helpcontent2/source/text/shared/01/02220000.xhp index a2014ce2f5..88a2598a5c 100644 --- a/helpcontent2/source/text/shared/01/02220000.xhp +++ b/helpcontent2/source/text/shared/01/02220000.xhp @@ -70,7 +70,7 @@ -Icon +Icon @@ -84,7 +84,7 @@ -Icon +Icon @@ -98,7 +98,7 @@ -Icon +Icon @@ -112,7 +112,7 @@ -Icon +Icon @@ -126,7 +126,7 @@ -Icon +Icon @@ -140,7 +140,7 @@ -Icon +Icon @@ -154,7 +154,7 @@ -Icon +Icon @@ -168,7 +168,7 @@ -Icon +Icon @@ -182,7 +182,7 @@ -Icon +Icon @@ -196,7 +196,7 @@ -Icon +Icon @@ -210,7 +210,7 @@ -Icon +Icon @@ -238,7 +238,7 @@ -Icon +Icon @@ -252,7 +252,7 @@ -Icon +Icon UFI: see #60783 diff --git a/helpcontent2/source/text/shared/01/02230402.xhp b/helpcontent2/source/text/shared/01/02230402.xhp index d0e048bd8a..2a348bb812 100644 --- a/helpcontent2/source/text/shared/01/02230402.xhp +++ b/helpcontent2/source/text/shared/01/02230402.xhp @@ -61,7 +61,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05100100.xhp b/helpcontent2/source/text/shared/01/05100100.xhp index d61f123682..8477c790f1 100644 --- a/helpcontent2/source/text/shared/01/05100100.xhp +++ b/helpcontent2/source/text/shared/01/05100100.xhp @@ -58,7 +58,7 @@ -icon +icon diff --git a/helpcontent2/source/text/shared/01/05100200.xhp b/helpcontent2/source/text/shared/01/05100200.xhp index 6e3ce253c8..4ae05ab2e6 100644 --- a/helpcontent2/source/text/shared/01/05100200.xhp +++ b/helpcontent2/source/text/shared/01/05100200.xhp @@ -58,7 +58,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05110600m.xhp b/helpcontent2/source/text/shared/01/05110600m.xhp index fd408a28cb..a9b48c9175 100644 --- a/helpcontent2/source/text/shared/01/05110600m.xhp +++ b/helpcontent2/source/text/shared/01/05110600m.xhp @@ -58,7 +58,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05120600.xhp b/helpcontent2/source/text/shared/01/05120600.xhp index d1aeaeaf8b..75fcaf907d 100644 --- a/helpcontent2/source/text/shared/01/05120600.xhp +++ b/helpcontent2/source/text/shared/01/05120600.xhp @@ -58,7 +58,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05210600.xhp b/helpcontent2/source/text/shared/01/05210600.xhp index 02be0a3c06..7d80d90135 100644 --- a/helpcontent2/source/text/shared/01/05210600.xhp +++ b/helpcontent2/source/text/shared/01/05210600.xhp @@ -80,7 +80,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05230500.xhp b/helpcontent2/source/text/shared/01/05230500.xhp index 9d9bc04b06..cd17842d46 100644 --- a/helpcontent2/source/text/shared/01/05230500.xhp +++ b/helpcontent2/source/text/shared/01/05230500.xhp @@ -57,7 +57,7 @@
    These callouts are a legacy of the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callouts. The newer custom shape callouts offer more features, for example a Callouts toolbar -Icon +Icon where you can select the shape. diff --git a/helpcontent2/source/text/shared/01/05280000.xhp b/helpcontent2/source/text/shared/01/05280000.xhp index 90386aa751..9dc7dbb007 100644 --- a/helpcontent2/source/text/shared/01/05280000.xhp +++ b/helpcontent2/source/text/shared/01/05280000.xhp @@ -61,7 +61,7 @@ UFI: exclude from indexing -Icon +Icon @@ -151,7 +151,7 @@ UFI: exclude from indexing -Icon +Icon @@ -166,7 +166,7 @@ UFI: exclude from indexing -Icon +Icon @@ -181,7 +181,7 @@ UFI: exclude from indexing -Icon +Icon diff --git a/helpcontent2/source/text/shared/01/05340400.xhp b/helpcontent2/source/text/shared/01/05340400.xhp index 013f2eba58..499372e9d2 100644 --- a/helpcontent2/source/text/shared/01/05340400.xhp +++ b/helpcontent2/source/text/shared/01/05340400.xhp @@ -113,7 +113,7 @@ -Icon +Icon @@ -133,7 +133,7 @@ -Icon +Icon @@ -147,7 +147,7 @@ -Icon +Icon @@ -164,7 +164,7 @@ -Icon +Icon @@ -178,7 +178,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01140000.xhp b/helpcontent2/source/text/shared/02/01140000.xhp index 0a567420a6..2c8124afeb 100644 --- a/helpcontent2/source/text/shared/02/01140000.xhp +++ b/helpcontent2/source/text/shared/02/01140000.xhp @@ -70,7 +70,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -105,7 +105,7 @@ -Icon +Icon @@ -123,7 +123,7 @@ -Icon +Icon @@ -140,7 +140,7 @@ -Icon +Icon @@ -158,7 +158,7 @@ -Icon +Icon @@ -180,7 +180,7 @@ -Icon +Icon @@ -198,7 +198,7 @@ -Icon +Icon @@ -216,7 +216,7 @@ -Icon +Icon @@ -233,7 +233,7 @@ -Icon +Icon @@ -250,7 +250,7 @@ -Icon +Icon @@ -267,7 +267,7 @@ -Icon +Icon @@ -284,7 +284,7 @@ -Icon +Icon @@ -302,7 +302,7 @@ -Icon +Icon @@ -341,7 +341,7 @@ -Icon +Icon @@ -360,7 +360,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01170000.xhp b/helpcontent2/source/text/shared/02/01170000.xhp index a11fd21111..2a97193bf6 100644 --- a/helpcontent2/source/text/shared/02/01170000.xhp +++ b/helpcontent2/source/text/shared/02/01170000.xhp @@ -72,7 +72,7 @@ -Icon +Icon
    Form Controls @@ -115,7 +115,7 @@ -Icon +Icon
    This icon switches the mouse pointer to the select mode, or deactivates this mode. The select mode is used to select the controls of the current form. @@ -137,7 +137,7 @@ -Icon +Icon
    Creates a check box. Check boxes allow you to activate or deactivate a function in a form. @@ -153,7 +153,7 @@ -Icon +Icon Creates a text box. Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input. @@ -169,7 +169,7 @@ -Icon +Icon @@ -188,7 +188,7 @@ -Icon +Icon @@ -207,7 +207,7 @@ -Icon +Icon @@ -226,7 +226,7 @@ -Icon +Icon @@ -244,7 +244,7 @@ -Icon +Icon @@ -262,7 +262,7 @@ -Icon +Icon @@ -286,7 +286,7 @@ -Icon +Icon @@ -309,7 +309,7 @@ -Icon +Icon @@ -328,7 +328,7 @@ -Icon +Icon @@ -432,7 +432,7 @@ -Icon +Icon @@ -450,7 +450,7 @@ -Icon +Icon @@ -469,7 +469,7 @@ -Icon +Icon @@ -490,7 +490,7 @@ -Icon +Icon @@ -509,7 +509,7 @@ -Icon +Icon @@ -527,7 +527,7 @@ -Icon +Icon @@ -545,7 +545,7 @@ -Icon +Icon @@ -563,7 +563,7 @@ -Icon +Icon @@ -582,7 +582,7 @@ -Icon +Icon @@ -605,7 +605,7 @@ -Icon +Icon @@ -624,7 +624,7 @@ -Icon +Icon @@ -648,7 +648,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01171200.xhp b/helpcontent2/source/text/shared/02/01171200.xhp index 65aeeaf7bc..d43cf9ce96 100644 --- a/helpcontent2/source/text/shared/02/01171200.xhp +++ b/helpcontent2/source/text/shared/02/01171200.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01171300.xhp b/helpcontent2/source/text/shared/02/01171300.xhp index bc7bdf2474..8172fd217b 100644 --- a/helpcontent2/source/text/shared/02/01171300.xhp +++ b/helpcontent2/source/text/shared/02/01171300.xhp @@ -43,7 +43,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01171400.xhp b/helpcontent2/source/text/shared/02/01171400.xhp index 30f8e51917..63234c21e0 100644 --- a/helpcontent2/source/text/shared/02/01171400.xhp +++ b/helpcontent2/source/text/shared/02/01171400.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01220000.xhp b/helpcontent2/source/text/shared/02/01220000.xhp index 8c348eb77c..8f28979e08 100644 --- a/helpcontent2/source/text/shared/02/01220000.xhp +++ b/helpcontent2/source/text/shared/02/01220000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/01230000.xhp b/helpcontent2/source/text/shared/02/01230000.xhp index 8cfafc1f2c..1ee5e20340 100644 --- a/helpcontent2/source/text/shared/02/01230000.xhp +++ b/helpcontent2/source/text/shared/02/01230000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/02040000.xhp b/helpcontent2/source/text/shared/02/02040000.xhp index 94531b38d1..c38e665656 100644 --- a/helpcontent2/source/text/shared/02/02040000.xhp +++ b/helpcontent2/source/text/shared/02/02040000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Text direction from left to right diff --git a/helpcontent2/source/text/shared/02/02050000.xhp b/helpcontent2/source/text/shared/02/02050000.xhp index 0922ba4fa5..650d810eb8 100644 --- a/helpcontent2/source/text/shared/02/02050000.xhp +++ b/helpcontent2/source/text/shared/02/02050000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Text direction from top to bottom diff --git a/helpcontent2/source/text/shared/02/02130000.xhp b/helpcontent2/source/text/shared/02/02130000.xhp index 08b571804c..12743eb91d 100644 --- a/helpcontent2/source/text/shared/02/02130000.xhp +++ b/helpcontent2/source/text/shared/02/02130000.xhp @@ -53,7 +53,7 @@ -Icon +Icon Decrease Indent diff --git a/helpcontent2/source/text/shared/02/02140000.xhp b/helpcontent2/source/text/shared/02/02140000.xhp index aa65420e15..f37f7ab43a 100644 --- a/helpcontent2/source/text/shared/02/02140000.xhp +++ b/helpcontent2/source/text/shared/02/02140000.xhp @@ -53,7 +53,7 @@ -Icon +Icon Increase Indent diff --git a/helpcontent2/source/text/shared/02/02160000.xhp b/helpcontent2/source/text/shared/02/02160000.xhp index 4b71c5a19f..8787b3ff63 100644 --- a/helpcontent2/source/text/shared/02/02160000.xhp +++ b/helpcontent2/source/text/shared/02/02160000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/02170000.xhp b/helpcontent2/source/text/shared/02/02170000.xhp index 50d05ba2b0..8233446307 100644 --- a/helpcontent2/source/text/shared/02/02170000.xhp +++ b/helpcontent2/source/text/shared/02/02170000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/03110000.xhp b/helpcontent2/source/text/shared/02/03110000.xhp index 657f9c1417..ccfe1eadb1 100644 --- a/helpcontent2/source/text/shared/02/03110000.xhp +++ b/helpcontent2/source/text/shared/02/03110000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/03120000.xhp b/helpcontent2/source/text/shared/02/03120000.xhp index 91da189335..07609d4d7e 100644 --- a/helpcontent2/source/text/shared/02/03120000.xhp +++ b/helpcontent2/source/text/shared/02/03120000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/03130000.xhp b/helpcontent2/source/text/shared/02/03130000.xhp index dc4f60891b..7471edd829 100644 --- a/helpcontent2/source/text/shared/02/03130000.xhp +++ b/helpcontent2/source/text/shared/02/03130000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/03140000.xhp b/helpcontent2/source/text/shared/02/03140000.xhp index b90f76ebe0..85eaa1ca68 100644 --- a/helpcontent2/source/text/shared/02/03140000.xhp +++ b/helpcontent2/source/text/shared/02/03140000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/03150000.xhp b/helpcontent2/source/text/shared/02/03150000.xhp index 01b4524c38..b73e2df50d 100644 --- a/helpcontent2/source/text/shared/02/03150000.xhp +++ b/helpcontent2/source/text/shared/02/03150000.xhp @@ -46,7 +46,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/04210000.xhp b/helpcontent2/source/text/shared/02/04210000.xhp index 799aee59b8..b43a464e7f 100644 --- a/helpcontent2/source/text/shared/02/04210000.xhp +++ b/helpcontent2/source/text/shared/02/04210000.xhp @@ -49,7 +49,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/05020000.xhp b/helpcontent2/source/text/shared/02/05020000.xhp index 1665ba369b..72cbd79888 100644 --- a/helpcontent2/source/text/shared/02/05020000.xhp +++ b/helpcontent2/source/text/shared/02/05020000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/05090000.xhp b/helpcontent2/source/text/shared/02/05090000.xhp index 30ae5fc221..5b4faf2e88 100644 --- a/helpcontent2/source/text/shared/02/05090000.xhp +++ b/helpcontent2/source/text/shared/02/05090000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/05110000.xhp b/helpcontent2/source/text/shared/02/05110000.xhp index f0d7eca8b7..2f012faf27 100644 --- a/helpcontent2/source/text/shared/02/05110000.xhp +++ b/helpcontent2/source/text/shared/02/05110000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/06050000.xhp b/helpcontent2/source/text/shared/02/06050000.xhp index 05b9383a40..fbdabd16e6 100644 --- a/helpcontent2/source/text/shared/02/06050000.xhp +++ b/helpcontent2/source/text/shared/02/06050000.xhp @@ -59,7 +59,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/06060000.xhp b/helpcontent2/source/text/shared/02/06060000.xhp index 26e9deee1c..8ce88c4e19 100644 --- a/helpcontent2/source/text/shared/02/06060000.xhp +++ b/helpcontent2/source/text/shared/02/06060000.xhp @@ -59,7 +59,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/06100000.xhp b/helpcontent2/source/text/shared/02/06100000.xhp index 140e5d8637..f3a20b05f6 100644 --- a/helpcontent2/source/text/shared/02/06100000.xhp +++ b/helpcontent2/source/text/shared/02/06100000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/06110000.xhp b/helpcontent2/source/text/shared/02/06110000.xhp index a95a8e9456..757b8b9acb 100644 --- a/helpcontent2/source/text/shared/02/06110000.xhp +++ b/helpcontent2/source/text/shared/02/06110000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/06120000.xhp b/helpcontent2/source/text/shared/02/06120000.xhp index 97bfbfed6d..5eb7b5f1dc 100644 --- a/helpcontent2/source/text/shared/02/06120000.xhp +++ b/helpcontent2/source/text/shared/02/06120000.xhp @@ -61,7 +61,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/07070000.xhp b/helpcontent2/source/text/shared/02/07070000.xhp index 5099822d34..b31e797143 100644 --- a/helpcontent2/source/text/shared/02/07070000.xhp +++ b/helpcontent2/source/text/shared/02/07070000.xhp @@ -60,7 +60,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/07070100.xhp b/helpcontent2/source/text/shared/02/07070100.xhp index c08ce49b16..085beebc57 100644 --- a/helpcontent2/source/text/shared/02/07070100.xhp +++ b/helpcontent2/source/text/shared/02/07070100.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/09030000.xhp b/helpcontent2/source/text/shared/02/09030000.xhp index c1aa71a1a7..80326b61f3 100644 --- a/helpcontent2/source/text/shared/02/09030000.xhp +++ b/helpcontent2/source/text/shared/02/09030000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/09050000.xhp b/helpcontent2/source/text/shared/02/09050000.xhp index eac4057168..7549ae1e1c 100644 --- a/helpcontent2/source/text/shared/02/09050000.xhp +++ b/helpcontent2/source/text/shared/02/09050000.xhp @@ -42,7 +42,7 @@ - Icon + Icon Find diff --git a/helpcontent2/source/text/shared/02/09070000.xhp b/helpcontent2/source/text/shared/02/09070000.xhp index 17c18e78d0..d73412d23e 100644 --- a/helpcontent2/source/text/shared/02/09070000.xhp +++ b/helpcontent2/source/text/shared/02/09070000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/10010000.xhp b/helpcontent2/source/text/shared/02/10010000.xhp index d570fe2254..3f67f72d3c 100644 --- a/helpcontent2/source/text/shared/02/10010000.xhp +++ b/helpcontent2/source/text/shared/02/10010000.xhp @@ -53,7 +53,7 @@ - Icon + Icon Previous Page diff --git a/helpcontent2/source/text/shared/02/10020000.xhp b/helpcontent2/source/text/shared/02/10020000.xhp index e9af26078e..8d720f4c75 100644 --- a/helpcontent2/source/text/shared/02/10020000.xhp +++ b/helpcontent2/source/text/shared/02/10020000.xhp @@ -53,7 +53,7 @@ - Icon + Icon Next Page diff --git a/helpcontent2/source/text/shared/02/10030000.xhp b/helpcontent2/source/text/shared/02/10030000.xhp index 047c0db016..8d6e883e24 100644 --- a/helpcontent2/source/text/shared/02/10030000.xhp +++ b/helpcontent2/source/text/shared/02/10030000.xhp @@ -53,7 +53,7 @@ - Icon + Icon To Document Begin First Page diff --git a/helpcontent2/source/text/shared/02/10040000.xhp b/helpcontent2/source/text/shared/02/10040000.xhp index 7b3a835d82..d29259db12 100644 --- a/helpcontent2/source/text/shared/02/10040000.xhp +++ b/helpcontent2/source/text/shared/02/10040000.xhp @@ -53,7 +53,7 @@ - Icon + Icon To Document End Last Page diff --git a/helpcontent2/source/text/shared/02/12000000.xhp b/helpcontent2/source/text/shared/02/12000000.xhp index 43972d2720..780058a904 100644 --- a/helpcontent2/source/text/shared/02/12000000.xhp +++ b/helpcontent2/source/text/shared/02/12000000.xhp @@ -49,7 +49,7 @@ -Icon +Icon Explorer On/Off diff --git a/helpcontent2/source/text/shared/02/12010000.xhp b/helpcontent2/source/text/shared/02/12010000.xhp index 04361f2275..6e722ac49f 100644 --- a/helpcontent2/source/text/shared/02/12010000.xhp +++ b/helpcontent2/source/text/shared/02/12010000.xhp @@ -49,7 +49,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12020000.xhp b/helpcontent2/source/text/shared/02/12020000.xhp index b73c53dc79..58d6040792 100644 --- a/helpcontent2/source/text/shared/02/12020000.xhp +++ b/helpcontent2/source/text/shared/02/12020000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12030000.xhp b/helpcontent2/source/text/shared/02/12030000.xhp index fbefde6ad7..4709ff1e60 100644 --- a/helpcontent2/source/text/shared/02/12030000.xhp +++ b/helpcontent2/source/text/shared/02/12030000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12040000.xhp b/helpcontent2/source/text/shared/02/12040000.xhp index ddbba6ddb1..c0460deb8d 100644 --- a/helpcontent2/source/text/shared/02/12040000.xhp +++ b/helpcontent2/source/text/shared/02/12040000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Remove Filter/Sorting diff --git a/helpcontent2/source/text/shared/02/12050000.xhp b/helpcontent2/source/text/shared/02/12050000.xhp index df8de0efa0..e4e9b71753 100644 --- a/helpcontent2/source/text/shared/02/12050000.xhp +++ b/helpcontent2/source/text/shared/02/12050000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12070000.xhp b/helpcontent2/source/text/shared/02/12070000.xhp index 9691864c35..2eb21dd5ef 100644 --- a/helpcontent2/source/text/shared/02/12070000.xhp +++ b/helpcontent2/source/text/shared/02/12070000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12080000.xhp b/helpcontent2/source/text/shared/02/12080000.xhp index 407ab8f2e7..ed3540a20a 100644 --- a/helpcontent2/source/text/shared/02/12080000.xhp +++ b/helpcontent2/source/text/shared/02/12080000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12090000.xhp b/helpcontent2/source/text/shared/02/12090000.xhp index cde5968547..913cf489e9 100644 --- a/helpcontent2/source/text/shared/02/12090000.xhp +++ b/helpcontent2/source/text/shared/02/12090000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12110000.xhp b/helpcontent2/source/text/shared/02/12110000.xhp index f68a10492a..78decab0c3 100644 --- a/helpcontent2/source/text/shared/02/12110000.xhp +++ b/helpcontent2/source/text/shared/02/12110000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12120000.xhp b/helpcontent2/source/text/shared/02/12120000.xhp index 3448527782..be10946e5f 100644 --- a/helpcontent2/source/text/shared/02/12120000.xhp +++ b/helpcontent2/source/text/shared/02/12120000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Apply Filter diff --git a/helpcontent2/source/text/shared/02/12130000.xhp b/helpcontent2/source/text/shared/02/12130000.xhp index 88cc076991..f909847fad 100644 --- a/helpcontent2/source/text/shared/02/12130000.xhp +++ b/helpcontent2/source/text/shared/02/12130000.xhp @@ -55,7 +55,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/12140000.xhp b/helpcontent2/source/text/shared/02/12140000.xhp index ef08b06a09..777569a8b3 100644 --- a/helpcontent2/source/text/shared/02/12140000.xhp +++ b/helpcontent2/source/text/shared/02/12140000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/14010000.xhp b/helpcontent2/source/text/shared/02/14010000.xhp index 933c262406..4d74202fba 100644 --- a/helpcontent2/source/text/shared/02/14010000.xhp +++ b/helpcontent2/source/text/shared/02/14010000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/14020000.xhp b/helpcontent2/source/text/shared/02/14020000.xhp index 164963140e..0d65213faf 100644 --- a/helpcontent2/source/text/shared/02/14020000.xhp +++ b/helpcontent2/source/text/shared/02/14020000.xhp @@ -51,7 +51,7 @@ - Icon + Icon Clear query diff --git a/helpcontent2/source/text/shared/02/14020200.xhp b/helpcontent2/source/text/shared/02/14020200.xhp index c46c88b2ff..910bf1a837 100644 --- a/helpcontent2/source/text/shared/02/14020200.xhp +++ b/helpcontent2/source/text/shared/02/14020200.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/14030000.xhp b/helpcontent2/source/text/shared/02/14030000.xhp index bb484e140d..e8613096ac 100644 --- a/helpcontent2/source/text/shared/02/14030000.xhp +++ b/helpcontent2/source/text/shared/02/14030000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/14040000.xhp b/helpcontent2/source/text/shared/02/14040000.xhp index 253bbf6328..18f1c6be34 100644 --- a/helpcontent2/source/text/shared/02/14040000.xhp +++ b/helpcontent2/source/text/shared/02/14040000.xhp @@ -51,7 +51,7 @@ - Icon + Icon Functions diff --git a/helpcontent2/source/text/shared/02/14050000.xhp b/helpcontent2/source/text/shared/02/14050000.xhp index eacee49500..3b0f3d7e50 100644 --- a/helpcontent2/source/text/shared/02/14050000.xhp +++ b/helpcontent2/source/text/shared/02/14050000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/14060000.xhp b/helpcontent2/source/text/shared/02/14060000.xhp index 1daff45803..9fcbaaaf2b 100644 --- a/helpcontent2/source/text/shared/02/14060000.xhp +++ b/helpcontent2/source/text/shared/02/14060000.xhp @@ -51,7 +51,7 @@ - Icon + Icon Alias diff --git a/helpcontent2/source/text/shared/02/14070000.xhp b/helpcontent2/source/text/shared/02/14070000.xhp index 0244bf3695..94028b521a 100644 --- a/helpcontent2/source/text/shared/02/14070000.xhp +++ b/helpcontent2/source/text/shared/02/14070000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/18010000.xhp b/helpcontent2/source/text/shared/02/18010000.xhp index 2661130b2d..6541f3a244 100644 --- a/helpcontent2/source/text/shared/02/18010000.xhp +++ b/helpcontent2/source/text/shared/02/18010000.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/18030000.xhp b/helpcontent2/source/text/shared/02/18030000.xhp index de1f8f1be8..40b7575163 100644 --- a/helpcontent2/source/text/shared/02/18030000.xhp +++ b/helpcontent2/source/text/shared/02/18030000.xhp @@ -51,7 +51,7 @@ - Icon + Icon AutoSpellcheck On/Off diff --git a/helpcontent2/source/text/shared/02/24010000.xhp b/helpcontent2/source/text/shared/02/24010000.xhp index 76e2985b44..0d10f510e0 100644 --- a/helpcontent2/source/text/shared/02/24010000.xhp +++ b/helpcontent2/source/text/shared/02/24010000.xhp @@ -53,7 +53,7 @@ -Icon +Icon @@ -72,7 +72,7 @@ -Icon +Icon @@ -90,7 +90,7 @@ -Icon +Icon @@ -108,7 +108,7 @@ -Icon +Icon @@ -126,7 +126,7 @@ -Icon +Icon @@ -143,7 +143,7 @@ -Icon +Icon @@ -168,7 +168,7 @@ -Icon +Icon @@ -188,7 +188,7 @@ -Icon +Icon @@ -208,7 +208,7 @@ -Icon +Icon @@ -225,7 +225,7 @@ -Icon +Icon @@ -242,7 +242,7 @@ -Icon +Icon @@ -261,7 +261,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/02/24100000.xhp b/helpcontent2/source/text/shared/02/24100000.xhp index 938ded1dc5..0e22c046c8 100644 --- a/helpcontent2/source/text/shared/02/24100000.xhp +++ b/helpcontent2/source/text/shared/02/24100000.xhp @@ -53,7 +53,7 @@ -icon +icon diff --git a/helpcontent2/source/text/shared/02/paintbrush.xhp b/helpcontent2/source/text/shared/02/paintbrush.xhp index a854751799..25cb2ef60c 100644 --- a/helpcontent2/source/text/shared/02/paintbrush.xhp +++ b/helpcontent2/source/text/shared/02/paintbrush.xhp @@ -45,7 +45,7 @@ First select some text or an object, then click this icon. Then click on or drag across other text or click an object to apply the same formatting.i93691
    Click the Format Paintbrush icon -Icon +Icon on the Standard toolbar.
    @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/05/00000110.xhp b/helpcontent2/source/text/shared/05/00000110.xhp index 2798e48b30..af33078485 100644 --- a/helpcontent2/source/text/shared/05/00000110.xhp +++ b/helpcontent2/source/text/shared/05/00000110.xhp @@ -72,7 +72,7 @@ -Icon +Icon @@ -94,7 +94,7 @@ -Icon +Icon @@ -116,7 +116,7 @@ -Search icon +Search icon diff --git a/helpcontent2/source/text/shared/autopi/01150000.xhp b/helpcontent2/source/text/shared/autopi/01150000.xhp index 83ea97d1d5..bda838e047 100644 --- a/helpcontent2/source/text/shared/autopi/01150000.xhp +++ b/helpcontent2/source/text/shared/autopi/01150000.xhp @@ -96,7 +96,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/explorer/database/04030000.xhp b/helpcontent2/source/text/shared/explorer/database/04030000.xhp index 76f4e3834e..c6c92bb69c 100644 --- a/helpcontent2/source/text/shared/explorer/database/04030000.xhp +++ b/helpcontent2/source/text/shared/explorer/database/04030000.xhp @@ -49,10 +49,10 @@ Open the Form Controls toolbar. The Form Controls toolbar contains the functions needed to edit a form. More functions can be found in the Form Design bar and More Controls bar. In the form design you can include controls, apply properties to them, define Form properties, and define subforms. The Form Navigator icon -Icon +Icon on the Form Design bar opens the Form Navigator. The Open in Design Mode icon -Icon +Icon allows you to save a form document so that it always opens in editing mode. If there is an error when assigning properties to the objects contained in the form (for example, when assigning a non-existent database table to an object), a corresponding error message appears. This error message may contain a More button. If you click More, a dialog displaying more information about the current problem appears. diff --git a/helpcontent2/source/text/shared/explorer/database/rep_main.xhp b/helpcontent2/source/text/shared/explorer/database/rep_main.xhp index 75e98c6bd6..a8263c63a3 100644 --- a/helpcontent2/source/text/shared/explorer/database/rep_main.xhp +++ b/helpcontent2/source/text/shared/explorer/database/rep_main.xhp @@ -154,7 +154,7 @@ You can also insert text that should be the same on every page of the report. Click the Label Field icon -Icon +Icon , then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want. Align at Section toolbar @@ -189,7 +189,7 @@ Click the Execute Report icon -Icon +Icon on the toolbar. @@ -198,12 +198,12 @@ To edit a report First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design. The Writer document is opened read-only. To edit the Writer document, click Edit File -Icon +Icon on the Standard toolbar.saved automatically with the Base file? If you want to edit the Report Builder view, you can change some of its properties. Click in the Details area. Then in the Properties window, change some properties, for example the background color. After finishing, click the Execute Report icon -Icon +Icon to create a new report. If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK.report part of Base file? Sorting the report @@ -211,7 +211,7 @@ Open the Report Builder view and click the Sorting and Grouping icon -Icon +Icon on the toolbar. You see the Sorting and Grouping dialog. @@ -225,7 +225,7 @@ Open the Report Builder view and click the Sorting and Grouping icon -Icon +Icon on the toolbar. You see the Sorting and Grouping dialog. @@ -233,7 +233,7 @@ Click the Add Field icon -Icon +Icon to open the Add Field window. diff --git a/helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp b/helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp index 9098756ad3..a3b028cbf1 100644 --- a/helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp +++ b/helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp @@ -66,7 +66,7 @@ An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the Change Anchor icon on the OLE-Object toolbar or the Frame toolbar. This opens a popup menu where you can select the anchor type. Inserting into a spreadsheet An inserted drawing object is anchored to the current cell. You can change the anchor between cell and page by selecting the object and clicking the Change Anchor icon -Icon +Icon .
    diff --git a/helpcontent2/source/text/shared/guide/copytext2application.xhp b/helpcontent2/source/text/shared/guide/copytext2application.xhp index feaff89db2..2cf335fd5d 100644 --- a/helpcontent2/source/text/shared/guide/copytext2application.xhp +++ b/helpcontent2/source/text/shared/guide/copytext2application.xhp @@ -63,7 +63,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/data_enter_sql.xhp b/helpcontent2/source/text/shared/guide/data_enter_sql.xhp index 9809e47ae8..b3e3262bd5 100644 --- a/helpcontent2/source/text/shared/guide/data_enter_sql.xhp +++ b/helpcontent2/source/text/shared/guide/data_enter_sql.xhp @@ -58,10 +58,10 @@ Click the Create Query in SQL View icon -Icon +Icon or Select an existing query from the list and click the Edit icon -Icon +Icon . @@ -69,12 +69,12 @@ Click the Run icon -Icon +Icon . The result of the query is displayed in the upper window. Click the Save or Save As icon -Icon +Icon to save the query. diff --git a/helpcontent2/source/text/shared/guide/data_search.xhp b/helpcontent2/source/text/shared/guide/data_search.xhp index f0a797cdae..e4a88ffbf9 100644 --- a/helpcontent2/source/text/shared/guide/data_search.xhp +++ b/helpcontent2/source/text/shared/guide/data_search.xhp @@ -50,7 +50,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/data_search2.xhp b/helpcontent2/source/text/shared/guide/data_search2.xhp index bbe855773f..6fc53ea31e 100644 --- a/helpcontent2/source/text/shared/guide/data_search2.xhp +++ b/helpcontent2/source/text/shared/guide/data_search2.xhp @@ -57,12 +57,12 @@ On the Form Controls toolbar, click the Design Mode On/Off icon -Icon +Icon to turn off the design mode. On the Form Navigation toolbar, click the Form-Based Filters icon -Icon +Icon . The current document is displayed with its form controls as an empty edit mask. The Form Filter toolbar appears. @@ -75,10 +75,10 @@ If you click on the Close button on the Form Filter toolbar, the form is displayed without a filter. Click the Apply Filter icon -Icon +Icon on the Form Navigation toolbar to change to the filtered view. The filter that has been set can be removed by clicking Remove Filter/Sort icon -Icon +Icon . diff --git a/helpcontent2/source/text/shared/guide/doc_save.xhp b/helpcontent2/source/text/shared/guide/doc_save.xhp index 19f88f17d3..c249e3f41e 100644 --- a/helpcontent2/source/text/shared/guide/doc_save.xhp +++ b/helpcontent2/source/text/shared/guide/doc_save.xhp @@ -60,7 +60,7 @@ -This icon is for tips on how to use the program more effectively. +This icon is for tips on how to use the program more effectively. The document is saved under its path and name on the current local data medium or network drive or on the Internet, overwriting any file of the same name. diff --git a/helpcontent2/source/text/shared/guide/fontwork.xhp b/helpcontent2/source/text/shared/guide/fontwork.xhp index c5dd614fc7..a8836144e0 100644 --- a/helpcontent2/source/text/shared/guide/fontwork.xhp +++ b/helpcontent2/source/text/shared/guide/fontwork.xhp @@ -61,7 +61,7 @@ On the Drawing toolbar or on the Fontwork toolbar, click the Fontwork Gallery icon. -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp b/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp index 086c1678c2..598f34f51f 100644 --- a/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp +++ b/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp @@ -64,7 +64,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/line_intext.xhp b/helpcontent2/source/text/shared/guide/line_intext.xhp index b8077e2d27..3ed22958de 100644 --- a/helpcontent2/source/text/shared/guide/line_intext.xhp +++ b/helpcontent2/source/text/shared/guide/line_intext.xhp @@ -54,10 +54,10 @@ -Icon +Icon -Icon +Icon @@ -80,7 +80,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/linestyles.xhp b/helpcontent2/source/text/shared/guide/linestyles.xhp index 5077669185..793f340186 100644 --- a/helpcontent2/source/text/shared/guide/linestyles.xhp +++ b/helpcontent2/source/text/shared/guide/linestyles.xhp @@ -51,12 +51,12 @@ Click the Line icon -Icon +Icon to open the Line dialog. Click the Arrow Styles icon -Icon +Icon to select an arrow style for the right and left ends of a line. diff --git a/helpcontent2/source/text/shared/guide/numbering_stop.xhp b/helpcontent2/source/text/shared/guide/numbering_stop.xhp index 28d5719ec6..04cb26ef0b 100644 --- a/helpcontent2/source/text/shared/guide/numbering_stop.xhp +++ b/helpcontent2/source/text/shared/guide/numbering_stop.xhp @@ -58,10 +58,10 @@ -Icon +Icon -Icon +Icon @@ -76,7 +76,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/guide/paintbrush.xhp b/helpcontent2/source/text/shared/guide/paintbrush.xhp index 7acfd8101a..fbe064b368 100644 --- a/helpcontent2/source/text/shared/guide/paintbrush.xhp +++ b/helpcontent2/source/text/shared/guide/paintbrush.xhp @@ -59,7 +59,7 @@ On the Standard Bar, click the Format Paintbrush icon. The cursor changes to a paint bucket. If you want to apply the formatting to more than one selection, double-click the Format Paintbrush icon -Icon +Icon . After you apply all the formatting, click the icon again. diff --git a/helpcontent2/source/text/shared/guide/text_color.xhp b/helpcontent2/source/text/shared/guide/text_color.xhp index 4ed5b1354f..432f3ab893 100644 --- a/helpcontent2/source/text/shared/guide/text_color.xhp +++ b/helpcontent2/source/text/shared/guide/text_color.xhp @@ -51,7 +51,7 @@ -Icon +Icon @@ -64,7 +64,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/main0108.xhp b/helpcontent2/source/text/shared/main0108.xhp index 3fc45089d5..6292f8b4b2 100644 --- a/helpcontent2/source/text/shared/main0108.xhp +++ b/helpcontent2/source/text/shared/main0108.xhp @@ -52,7 +52,7 @@ -icon +icon %PRODUCTNAME Help diff --git a/helpcontent2/source/text/shared/main0201.xhp b/helpcontent2/source/text/shared/main0201.xhp index e4d4dd480c..462a9a6776 100644 --- a/helpcontent2/source/text/shared/main0201.xhp +++ b/helpcontent2/source/text/shared/main0201.xhp @@ -149,7 +149,7 @@ -Icon +Icon @@ -168,7 +168,7 @@ -icon +icon diff --git a/helpcontent2/source/text/shared/main0212.xhp b/helpcontent2/source/text/shared/main0212.xhp index 9449b97ce8..010e44d2b6 100644 --- a/helpcontent2/source/text/shared/main0212.xhp +++ b/helpcontent2/source/text/shared/main0212.xhp @@ -49,7 +49,7 @@ -Icon +Icon @@ -64,7 +64,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/main0213.xhp b/helpcontent2/source/text/shared/main0213.xhp index a0a2e4cb3d..f279ab8322 100644 --- a/helpcontent2/source/text/shared/main0213.xhp +++ b/helpcontent2/source/text/shared/main0213.xhp @@ -85,7 +85,7 @@ -Icon +Icon @@ -101,7 +101,7 @@ -Icon +Icon @@ -133,7 +133,7 @@ -Icon +Icon @@ -149,7 +149,7 @@ -Icon +Icon @@ -165,7 +165,7 @@ -Icon +Icon @@ -181,7 +181,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/shared/main0227.xhp b/helpcontent2/source/text/shared/main0227.xhp index f0b91f6de9..a6517b590c 100644 --- a/helpcontent2/source/text/shared/main0227.xhp +++ b/helpcontent2/source/text/shared/main0227.xhp @@ -61,7 +61,7 @@ -Icon +Icon @@ -77,7 +77,7 @@ -Icon +Icon @@ -93,7 +93,7 @@ -Icon +Icon @@ -109,7 +109,7 @@ -Icon +Icon @@ -124,7 +124,7 @@ -Icon +Icon @@ -140,7 +140,7 @@ -Icon +Icon @@ -155,7 +155,7 @@ -Icon +Icon @@ -170,7 +170,7 @@ -Icon +Icon @@ -185,7 +185,7 @@ -Icon +Icon @@ -200,7 +200,7 @@ -Icon +Icon @@ -215,7 +215,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/00/00000004.xhp b/helpcontent2/source/text/simpress/00/00000004.xhp index 8a7f0b5c22..d6b6513a76 100644 --- a/helpcontent2/source/text/simpress/00/00000004.xhp +++ b/helpcontent2/source/text/simpress/00/00000004.xhp @@ -54,7 +54,7 @@ -Icon +Icon @@ -69,7 +69,7 @@ -Icon +Icon @@ -84,7 +84,7 @@ -Icon +Icon @@ -99,7 +99,7 @@ -Icon +Icon @@ -114,7 +114,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/00/00000403.xhp b/helpcontent2/source/text/simpress/00/00000403.xhp index 470c0d385d..538db24dc6 100644 --- a/helpcontent2/source/text/simpress/00/00000403.xhp +++ b/helpcontent2/source/text/simpress/00/00000403.xhp @@ -83,7 +83,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/00/00000404.xhp b/helpcontent2/source/text/simpress/00/00000404.xhp index a32b74b3e3..958256178e 100644 --- a/helpcontent2/source/text/simpress/00/00000404.xhp +++ b/helpcontent2/source/text/simpress/00/00000404.xhp @@ -49,7 +49,7 @@ -Icon +Icon @@ -86,7 +86,7 @@ -Icon +Icon @@ -106,7 +106,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/00/00000407.xhp b/helpcontent2/source/text/simpress/00/00000407.xhp index c747c9ba52..3cde33e00b 100644 --- a/helpcontent2/source/text/simpress/00/00000407.xhp +++ b/helpcontent2/source/text/simpress/00/00000407.xhp @@ -56,7 +56,7 @@ -Icon +Icon @@ -76,7 +76,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/00/00000413.xhp b/helpcontent2/source/text/simpress/00/00000413.xhp index 6f61216c08..fdcd825182 100644 --- a/helpcontent2/source/text/simpress/00/00000413.xhp +++ b/helpcontent2/source/text/simpress/00/00000413.xhp @@ -91,7 +91,7 @@ -Icon +Icon @@ -112,7 +112,7 @@ -Icon +Icon @@ -133,7 +133,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/01/02110000.xhp b/helpcontent2/source/text/simpress/01/02110000.xhp index 62dcc6e64a..4ae985a997 100644 --- a/helpcontent2/source/text/simpress/01/02110000.xhp +++ b/helpcontent2/source/text/simpress/01/02110000.xhp @@ -74,7 +74,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -102,7 +102,7 @@ -Icon +Icon @@ -116,7 +116,7 @@ -Icon +Icon @@ -140,7 +140,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/01/05100000.xhp b/helpcontent2/source/text/simpress/01/05100000.xhp index aaf0072cce..bae0fad630 100644 --- a/helpcontent2/source/text/simpress/01/05100000.xhp +++ b/helpcontent2/source/text/simpress/01/05100000.xhp @@ -59,7 +59,7 @@ -Icon +Icon @@ -74,7 +74,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -102,7 +102,7 @@ -Icon +Icon @@ -116,7 +116,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/01/05110500m.xhp b/helpcontent2/source/text/simpress/01/05110500m.xhp index 75ed9f4b14..cdbd27d849 100644 --- a/helpcontent2/source/text/simpress/01/05110500m.xhp +++ b/helpcontent2/source/text/simpress/01/05110500m.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/01/05120500m.xhp b/helpcontent2/source/text/simpress/01/05120500m.xhp index 5c15770357..4dde284901 100644 --- a/helpcontent2/source/text/simpress/01/05120500m.xhp +++ b/helpcontent2/source/text/simpress/01/05120500m.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/04010000.xhp b/helpcontent2/source/text/simpress/02/04010000.xhp index d4acc04baf..721c23d576 100644 --- a/helpcontent2/source/text/simpress/02/04010000.xhp +++ b/helpcontent2/source/text/simpress/02/04010000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/04070000.xhp b/helpcontent2/source/text/simpress/02/04070000.xhp index 0f996d9a20..7f6ebdda5a 100644 --- a/helpcontent2/source/text/simpress/02/04070000.xhp +++ b/helpcontent2/source/text/simpress/02/04070000.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10020000.xhp b/helpcontent2/source/text/simpress/02/10020000.xhp index 0348e1887a..6a43a6ec0f 100644 --- a/helpcontent2/source/text/simpress/02/10020000.xhp +++ b/helpcontent2/source/text/simpress/02/10020000.xhp @@ -58,7 +58,7 @@ -Icon +Icon @@ -73,7 +73,7 @@ -Icon +Icon @@ -92,7 +92,7 @@ -Icon +Icon @@ -108,7 +108,7 @@ -Icon +Icon @@ -125,7 +125,7 @@ -Icon +Icon @@ -143,7 +143,7 @@ -Icon +Icon @@ -161,7 +161,7 @@ -Icon +Icon @@ -178,7 +178,7 @@ -Icon +Icon @@ -195,7 +195,7 @@ -Icon +Icon @@ -212,7 +212,7 @@ -Icon +Icon @@ -229,7 +229,7 @@ -Icon +Icon @@ -246,7 +246,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10030000.xhp b/helpcontent2/source/text/simpress/02/10030000.xhp index 3a59c641d8..efd2aa84f2 100644 --- a/helpcontent2/source/text/simpress/02/10030000.xhp +++ b/helpcontent2/source/text/simpress/02/10030000.xhp @@ -66,7 +66,7 @@ -Icon +Icon @@ -86,7 +86,7 @@ -Icon +Icon @@ -104,7 +104,7 @@ -Icon +Icon @@ -139,7 +139,7 @@ -Icon +Icon @@ -156,7 +156,7 @@ -Icon +Icon @@ -173,7 +173,7 @@ -Icon +Icon @@ -192,7 +192,7 @@ -Icon +Icon @@ -210,7 +210,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10030200.xhp b/helpcontent2/source/text/simpress/02/10030200.xhp index c272d4f81f..55509ee8ae 100644 --- a/helpcontent2/source/text/simpress/02/10030200.xhp +++ b/helpcontent2/source/text/simpress/02/10030200.xhp @@ -55,7 +55,7 @@ -Icon +Icon @@ -72,7 +72,7 @@ -Icon +Icon @@ -89,7 +89,7 @@ -Icon +Icon @@ -106,7 +106,7 @@ -Icon +Icon @@ -123,7 +123,7 @@ -Icon +Icon @@ -140,7 +140,7 @@ -Icon +Icon @@ -157,7 +157,7 @@ -Icon +Icon @@ -174,7 +174,7 @@ -Icon +Icon @@ -191,7 +191,7 @@ -Icon +Icon @@ -208,7 +208,7 @@ -Icon +Icon @@ -225,7 +225,7 @@ -Icon +Icon @@ -242,7 +242,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10050000.xhp b/helpcontent2/source/text/simpress/02/10050000.xhp index ec5397946d..c59a7b6d6e 100644 --- a/helpcontent2/source/text/simpress/02/10050000.xhp +++ b/helpcontent2/source/text/simpress/02/10050000.xhp @@ -58,7 +58,7 @@ -Icon +Icon @@ -74,7 +74,7 @@ -Icon +Icon @@ -88,7 +88,7 @@ -Icon +Icon @@ -106,7 +106,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10060000.xhp b/helpcontent2/source/text/simpress/02/10060000.xhp index 033dd6c294..683cf53a9a 100644 --- a/helpcontent2/source/text/simpress/02/10060000.xhp +++ b/helpcontent2/source/text/simpress/02/10060000.xhp @@ -61,7 +61,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -78,7 +78,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -95,7 +95,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -112,7 +112,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -129,7 +129,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -146,7 +146,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -163,7 +163,7 @@ dedr: fixed #i30767# -Icon +Icon @@ -180,7 +180,7 @@ dedr: fixed #i30767# -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10070000.xhp b/helpcontent2/source/text/simpress/02/10070000.xhp index e6516a6fb7..b05deb4452 100644 --- a/helpcontent2/source/text/simpress/02/10070000.xhp +++ b/helpcontent2/source/text/simpress/02/10070000.xhp @@ -56,7 +56,7 @@ -Icon +Icon @@ -71,7 +71,7 @@ -Icon +Icon @@ -85,7 +85,7 @@ -Icon +Icon @@ -100,7 +100,7 @@ -Icon +Icon @@ -115,7 +115,7 @@ -Icon +Icon @@ -129,7 +129,7 @@ -Icon +Icon @@ -144,7 +144,7 @@ -Icon +Icon @@ -159,7 +159,7 @@ -Icon +Icon @@ -174,7 +174,7 @@ -Icon +Icon @@ -189,7 +189,7 @@ -Icon +Icon @@ -204,7 +204,7 @@ -Icon +Icon @@ -219,7 +219,7 @@ -Icon +Icon @@ -233,7 +233,7 @@ -Icon +Icon @@ -248,7 +248,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10080000.xhp b/helpcontent2/source/text/simpress/02/10080000.xhp index d3bb31f21a..3740420c71 100644 --- a/helpcontent2/source/text/simpress/02/10080000.xhp +++ b/helpcontent2/source/text/simpress/02/10080000.xhp @@ -64,7 +64,7 @@ -Icon +Icon @@ -81,7 +81,7 @@ -Icon +Icon @@ -98,7 +98,7 @@ -Icon +Icon @@ -115,7 +115,7 @@ -Icon +Icon @@ -130,7 +130,7 @@ -Icon +Icon @@ -145,7 +145,7 @@ -Icon +Icon @@ -161,7 +161,7 @@ -Icon +Icon @@ -176,7 +176,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10090000.xhp b/helpcontent2/source/text/simpress/02/10090000.xhp index cc1078e316..fc87745ad4 100644 --- a/helpcontent2/source/text/simpress/02/10090000.xhp +++ b/helpcontent2/source/text/simpress/02/10090000.xhp @@ -61,7 +61,7 @@ -Icon +Icon @@ -80,7 +80,7 @@ -Icon +Icon @@ -97,7 +97,7 @@ -Icon +Icon @@ -114,7 +114,7 @@ -Icon +Icon @@ -131,7 +131,7 @@ -Icon +Icon @@ -148,7 +148,7 @@ -Icon +Icon @@ -165,7 +165,7 @@ -Icon +Icon @@ -182,7 +182,7 @@ -Icon +Icon @@ -199,7 +199,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10100000.xhp b/helpcontent2/source/text/simpress/02/10100000.xhp index a799f18a61..2865f0722d 100644 --- a/helpcontent2/source/text/simpress/02/10100000.xhp +++ b/helpcontent2/source/text/simpress/02/10100000.xhp @@ -46,7 +46,7 @@ -Icon +Icon @@ -83,7 +83,7 @@ -Icon +Icon @@ -100,7 +100,7 @@ -Icon +Icon @@ -117,7 +117,7 @@ -Icon +Icon @@ -134,7 +134,7 @@ -Icon +Icon @@ -151,7 +151,7 @@ -Icon +Icon @@ -168,7 +168,7 @@ -Icon +Icon @@ -185,7 +185,7 @@ -Icon +Icon @@ -202,7 +202,7 @@ -Icon +Icon @@ -219,7 +219,7 @@ -Icon +Icon @@ -236,7 +236,7 @@ -Icon +Icon @@ -253,7 +253,7 @@ -Icon +Icon @@ -270,7 +270,7 @@ -Icon +Icon @@ -287,7 +287,7 @@ -Icon +Icon @@ -304,7 +304,7 @@ -Icon +Icon @@ -321,7 +321,7 @@ -Icon +Icon @@ -338,7 +338,7 @@ -Icon +Icon @@ -355,7 +355,7 @@ -Icon +Icon @@ -372,7 +372,7 @@ -Icon +Icon @@ -389,7 +389,7 @@ -Icon +Icon @@ -406,7 +406,7 @@ -Icon +Icon @@ -423,7 +423,7 @@ -Icon +Icon @@ -440,7 +440,7 @@ -Icon +Icon @@ -457,7 +457,7 @@ -Icon +Icon @@ -474,7 +474,7 @@ -Icon +Icon @@ -491,7 +491,7 @@ -Icon +Icon @@ -508,7 +508,7 @@ -Icon +Icon @@ -525,7 +525,7 @@ -Icon +Icon @@ -542,7 +542,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10110000.xhp b/helpcontent2/source/text/simpress/02/10110000.xhp index 810c82f13f..cec98f8e6d 100644 --- a/helpcontent2/source/text/simpress/02/10110000.xhp +++ b/helpcontent2/source/text/simpress/02/10110000.xhp @@ -49,7 +49,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/10120000.xhp b/helpcontent2/source/text/simpress/02/10120000.xhp index adcc9a9da0..754bf2b234 100644 --- a/helpcontent2/source/text/simpress/02/10120000.xhp +++ b/helpcontent2/source/text/simpress/02/10120000.xhp @@ -57,7 +57,7 @@ -Icon +Icon @@ -72,7 +72,7 @@ -Icon +Icon @@ -87,7 +87,7 @@ -Icon +Icon @@ -102,7 +102,7 @@ -Icon +Icon @@ -117,7 +117,7 @@ -Icon +Icon @@ -132,7 +132,7 @@ -Icon +Icon @@ -147,7 +147,7 @@ -Icon +Icon @@ -162,7 +162,7 @@ -Icon +Icon @@ -181,7 +181,7 @@ -Icon +Icon @@ -197,7 +197,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/11060000.xhp b/helpcontent2/source/text/simpress/02/11060000.xhp index aeb626fa27..4ae15bfa61 100644 --- a/helpcontent2/source/text/simpress/02/11060000.xhp +++ b/helpcontent2/source/text/simpress/02/11060000.xhp @@ -52,7 +52,7 @@ - Icon + Icon First Level diff --git a/helpcontent2/source/text/simpress/02/11070000.xhp b/helpcontent2/source/text/simpress/02/11070000.xhp index f16dbb71b1..d4445507cf 100644 --- a/helpcontent2/source/text/simpress/02/11070000.xhp +++ b/helpcontent2/source/text/simpress/02/11070000.xhp @@ -52,7 +52,7 @@ - Icon + Icon All Levels diff --git a/helpcontent2/source/text/simpress/02/11080000.xhp b/helpcontent2/source/text/simpress/02/11080000.xhp index 7694747425..a94e8636e0 100644 --- a/helpcontent2/source/text/simpress/02/11080000.xhp +++ b/helpcontent2/source/text/simpress/02/11080000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Hide Subpoints diff --git a/helpcontent2/source/text/simpress/02/11090000.xhp b/helpcontent2/source/text/simpress/02/11090000.xhp index 9c3d3aff40..1bcac69b4c 100644 --- a/helpcontent2/source/text/simpress/02/11090000.xhp +++ b/helpcontent2/source/text/simpress/02/11090000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Show Subpoints diff --git a/helpcontent2/source/text/simpress/02/11100000.xhp b/helpcontent2/source/text/simpress/02/11100000.xhp index a7fc411c7d..f4e4cb9094 100644 --- a/helpcontent2/source/text/simpress/02/11100000.xhp +++ b/helpcontent2/source/text/simpress/02/11100000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/11110000.xhp b/helpcontent2/source/text/simpress/02/11110000.xhp index 0b3a0e8cf0..a6828b4da9 100644 --- a/helpcontent2/source/text/simpress/02/11110000.xhp +++ b/helpcontent2/source/text/simpress/02/11110000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13010000.xhp b/helpcontent2/source/text/simpress/02/13010000.xhp index 8be7be04c8..a634a3da48 100644 --- a/helpcontent2/source/text/simpress/02/13010000.xhp +++ b/helpcontent2/source/text/simpress/02/13010000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Glue Points diff --git a/helpcontent2/source/text/simpress/02/13020000.xhp b/helpcontent2/source/text/simpress/02/13020000.xhp index fa106d523e..8d70b33b9e 100644 --- a/helpcontent2/source/text/simpress/02/13020000.xhp +++ b/helpcontent2/source/text/simpress/02/13020000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13030000.xhp b/helpcontent2/source/text/simpress/02/13030000.xhp index a5982ed0eb..bd01122511 100644 --- a/helpcontent2/source/text/simpress/02/13030000.xhp +++ b/helpcontent2/source/text/simpress/02/13030000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13040000.xhp b/helpcontent2/source/text/simpress/02/13040000.xhp index ddd585392e..90d00ac139 100644 --- a/helpcontent2/source/text/simpress/02/13040000.xhp +++ b/helpcontent2/source/text/simpress/02/13040000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13050000.xhp b/helpcontent2/source/text/simpress/02/13050000.xhp index f52bd3dbe7..8f5d43bcf3 100644 --- a/helpcontent2/source/text/simpress/02/13050000.xhp +++ b/helpcontent2/source/text/simpress/02/13050000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13060000.xhp b/helpcontent2/source/text/simpress/02/13060000.xhp index 1f3289b9bf..96f70c4576 100644 --- a/helpcontent2/source/text/simpress/02/13060000.xhp +++ b/helpcontent2/source/text/simpress/02/13060000.xhp @@ -49,7 +49,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13070000.xhp b/helpcontent2/source/text/simpress/02/13070000.xhp index d55dfcfeeb..c1101bb533 100644 --- a/helpcontent2/source/text/simpress/02/13070000.xhp +++ b/helpcontent2/source/text/simpress/02/13070000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Simple Handles diff --git a/helpcontent2/source/text/simpress/02/13080000.xhp b/helpcontent2/source/text/simpress/02/13080000.xhp index 3bb4af5230..da895c7a8f 100644 --- a/helpcontent2/source/text/simpress/02/13080000.xhp +++ b/helpcontent2/source/text/simpress/02/13080000.xhp @@ -43,7 +43,7 @@
    - Icon + Icon Large Handles diff --git a/helpcontent2/source/text/simpress/02/13090000.xhp b/helpcontent2/source/text/simpress/02/13090000.xhp index 94bd7a5a2b..1b0fcb6201 100644 --- a/helpcontent2/source/text/simpress/02/13090000.xhp +++ b/helpcontent2/source/text/simpress/02/13090000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13100000.xhp b/helpcontent2/source/text/simpress/02/13100000.xhp index 55f6fd1381..ef8f9f2a76 100644 --- a/helpcontent2/source/text/simpress/02/13100000.xhp +++ b/helpcontent2/source/text/simpress/02/13100000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Exit all groups diff --git a/helpcontent2/source/text/simpress/02/13140000.xhp b/helpcontent2/source/text/simpress/02/13140000.xhp index 68673c8e0d..c3feee6860 100644 --- a/helpcontent2/source/text/simpress/02/13140000.xhp +++ b/helpcontent2/source/text/simpress/02/13140000.xhp @@ -45,7 +45,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/02/13150000.xhp b/helpcontent2/source/text/simpress/02/13150000.xhp index 1647f9d17a..3cc217361f 100644 --- a/helpcontent2/source/text/simpress/02/13150000.xhp +++ b/helpcontent2/source/text/simpress/02/13150000.xhp @@ -50,7 +50,7 @@ - Icon + Icon Snap to Page Margins diff --git a/helpcontent2/source/text/simpress/02/13160000.xhp b/helpcontent2/source/text/simpress/02/13160000.xhp index 0d02869b6f..90e98b7666 100644 --- a/helpcontent2/source/text/simpress/02/13160000.xhp +++ b/helpcontent2/source/text/simpress/02/13160000.xhp @@ -41,7 +41,7 @@
    - Icon + Icon Snap to Object Border diff --git a/helpcontent2/source/text/simpress/02/13170000.xhp b/helpcontent2/source/text/simpress/02/13170000.xhp index a9db7cda63..345430a227 100644 --- a/helpcontent2/source/text/simpress/02/13170000.xhp +++ b/helpcontent2/source/text/simpress/02/13170000.xhp @@ -50,7 +50,7 @@ - Icon + Icon Snap to Object Points diff --git a/helpcontent2/source/text/simpress/02/13180000.xhp b/helpcontent2/source/text/simpress/02/13180000.xhp index c198608219..9af038c625 100644 --- a/helpcontent2/source/text/simpress/02/13180000.xhp +++ b/helpcontent2/source/text/simpress/02/13180000.xhp @@ -40,7 +40,7 @@
    - Icon + Icon Allow Quick Editing diff --git a/helpcontent2/source/text/simpress/02/13190000.xhp b/helpcontent2/source/text/simpress/02/13190000.xhp index 98081c1c4e..618362a6d9 100644 --- a/helpcontent2/source/text/simpress/02/13190000.xhp +++ b/helpcontent2/source/text/simpress/02/13190000.xhp @@ -50,7 +50,7 @@ - Icon + Icon Select Text Area Only diff --git a/helpcontent2/source/text/simpress/guide/3d_create.xhp b/helpcontent2/source/text/simpress/guide/3d_create.xhp index 4e5e295947..0c9852131d 100644 --- a/helpcontent2/source/text/simpress/guide/3d_create.xhp +++ b/helpcontent2/source/text/simpress/guide/3d_create.xhp @@ -103,13 +103,13 @@ Click the Extrusion On/Off icon -Icon +Icon on the Drawing bar, or right-click the object and choose Convert - To 3D. To edit the properties of the 3D object, use the Line and Filling toolbar and the 3D Settings toolbar. To convert a text object to 3D, use the Fontwork icon -Icon +Icon on the Drawing toolbar. To convert a 2D object to a 3D rotation object: A 3D rotation object is created by rotating the selected object around its vertical axis. diff --git a/helpcontent2/source/text/simpress/guide/animated_slidechange.xhp b/helpcontent2/source/text/simpress/guide/animated_slidechange.xhp index e8f9cf54af..d7bee7302b 100644 --- a/helpcontent2/source/text/simpress/guide/animated_slidechange.xhp +++ b/helpcontent2/source/text/simpress/guide/animated_slidechange.xhp @@ -67,7 +67,7 @@ In Slide Sorter view, select the slides that you want to add the transition effect to. If you want, you can use the Zoom toolbar -Icon +Icon to change the view magnification for the slides. diff --git a/helpcontent2/source/text/simpress/guide/footer.xhp b/helpcontent2/source/text/simpress/guide/footer.xhp index 82c8099265..eac0a4ca07 100644 --- a/helpcontent2/source/text/simpress/guide/footer.xhp +++ b/helpcontent2/source/text/simpress/guide/footer.xhp @@ -101,7 +101,7 @@ On the Drawing bar, select the Text icon -Icon +Icon . diff --git a/helpcontent2/source/text/simpress/guide/line_draw.xhp b/helpcontent2/source/text/simpress/guide/line_draw.xhp index 65d4082ff0..8284a351e9 100644 --- a/helpcontent2/source/text/simpress/guide/line_draw.xhp +++ b/helpcontent2/source/text/simpress/guide/line_draw.xhp @@ -51,7 +51,7 @@ Drawing Curves The Curve icon -Icon +Icon on the Drawing toolbar opens a toolbar to draw Bézier curves. Bézier curves are defined by a start point and an end point, which are called "anchors". The curvature of the Bézier curve is defined by control points ("handles"). Moving a control point changes the shape of the Bézier curve. Control points are only visible in "Edit Points" mode. Control points are represented by circles, anchor points are represented by squares. The start point is a little bit larger than the other anchor points. Bézier curve segments and straight line segments can be joined to form more complex Bézier curves. Three different transitions can be applied to join adjacent segments: @@ -70,9 +70,9 @@ On the Drawing toolbar, open the Curves toolbar -Icon +Icon and select the Curve -Icon +Icon tool. @@ -105,9 +105,9 @@ On the Drawing toolbar, open the Curves toolbar -Icon +Icon and select the Freeform Line -Icon +Icon tool. diff --git a/helpcontent2/source/text/simpress/guide/line_edit.xhp b/helpcontent2/source/text/simpress/guide/line_edit.xhp index 7de673fae1..d671a76cf1 100644 --- a/helpcontent2/source/text/simpress/guide/line_edit.xhp +++ b/helpcontent2/source/text/simpress/guide/line_edit.xhp @@ -55,7 +55,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/simpress/guide/rehearse_timings.xhp b/helpcontent2/source/text/simpress/guide/rehearse_timings.xhp index f1e045c192..88429b67c5 100644 --- a/helpcontent2/source/text/simpress/guide/rehearse_timings.xhp +++ b/helpcontent2/source/text/simpress/guide/rehearse_timings.xhp @@ -57,7 +57,7 @@ Start the show with the Rehearse Timings icon -Icon +Icon in the Slide View bar. You see the first slide, and a timer in the bottom corner. diff --git a/helpcontent2/source/text/smath/00/00000004.xhp b/helpcontent2/source/text/smath/00/00000004.xhp index e291246b26..c79ab8554f 100644 --- a/helpcontent2/source/text/smath/00/00000004.xhp +++ b/helpcontent2/source/text/smath/00/00000004.xhp @@ -68,7 +68,7 @@ -Icon +Icon @@ -86,7 +86,7 @@ -Icon +Icon @@ -105,7 +105,7 @@ -Icon +Icon @@ -124,7 +124,7 @@ -Icon +Icon @@ -144,7 +144,7 @@ -Icon +Icon @@ -315,7 +315,7 @@ -Icon +Icon @@ -353,7 +353,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/smath/01/03090600.xhp b/helpcontent2/source/text/smath/01/03090600.xhp index c5e008e40f..0fc877c2b1 100644 --- a/helpcontent2/source/text/smath/01/03090600.xhp +++ b/helpcontent2/source/text/smath/01/03090600.xhp @@ -372,7 +372,7 @@ -Icon +Icon @@ -387,7 +387,7 @@ -Icon +Icon @@ -402,7 +402,7 @@ -Icon +Icon @@ -417,7 +417,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/smath/01/03091506.xhp b/helpcontent2/source/text/smath/01/03091506.xhp index 9aee16bdbe..c5bc455698 100644 --- a/helpcontent2/source/text/smath/01/03091506.xhp +++ b/helpcontent2/source/text/smath/01/03091506.xhp @@ -94,7 +94,7 @@ -Icon +Icon @@ -242,7 +242,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000004.xhp b/helpcontent2/source/text/swriter/00/00000004.xhp index bfe12de562..5093965d98 100644 --- a/helpcontent2/source/text/swriter/00/00000004.xhp +++ b/helpcontent2/source/text/swriter/00/00000004.xhp @@ -48,7 +48,7 @@ - Icon + Icon Wrap Off @@ -64,7 +64,7 @@ - Icon + Icon Wrap On @@ -80,7 +80,7 @@ - Icon + Icon Wrap Through diff --git a/helpcontent2/source/text/swriter/00/00000401.xhp b/helpcontent2/source/text/swriter/00/00000401.xhp index 19da980be8..343024e083 100644 --- a/helpcontent2/source/text/swriter/00/00000401.xhp +++ b/helpcontent2/source/text/swriter/00/00000401.xhp @@ -61,7 +61,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000402.xhp b/helpcontent2/source/text/swriter/00/00000402.xhp index e107a9f5ea..683613df97 100644 --- a/helpcontent2/source/text/swriter/00/00000402.xhp +++ b/helpcontent2/source/text/swriter/00/00000402.xhp @@ -52,7 +52,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000403.xhp b/helpcontent2/source/text/swriter/00/00000403.xhp index d0fc9fe5ae..c03a13bbfd 100644 --- a/helpcontent2/source/text/swriter/00/00000403.xhp +++ b/helpcontent2/source/text/swriter/00/00000403.xhp @@ -66,7 +66,7 @@ -Icon +Icon @@ -86,7 +86,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000404.xhp b/helpcontent2/source/text/swriter/00/00000404.xhp index 8d876282fc..ea8615aa58 100644 --- a/helpcontent2/source/text/swriter/00/00000404.xhp +++ b/helpcontent2/source/text/swriter/00/00000404.xhp @@ -71,7 +71,7 @@ -Icon +Icon @@ -106,7 +106,7 @@ -Icon +Icon @@ -131,7 +131,7 @@ -Icon +Icon @@ -147,7 +147,7 @@ -Icon +Icon @@ -202,7 +202,7 @@ -Icon +Icon @@ -279,7 +279,7 @@ -Icon +Icon @@ -301,7 +301,7 @@ -Icon +Icon @@ -323,7 +323,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000405.xhp b/helpcontent2/source/text/swriter/00/00000405.xhp index 02108cc6af..ff92fbe1bd 100644 --- a/helpcontent2/source/text/swriter/00/00000405.xhp +++ b/helpcontent2/source/text/swriter/00/00000405.xhp @@ -114,7 +114,7 @@ -Icon +Icon @@ -186,7 +186,7 @@ -Icon +Icon @@ -206,7 +206,7 @@ -Icon +Icon @@ -237,7 +237,7 @@ -Icon +Icon @@ -257,7 +257,7 @@ -Icon +Icon @@ -279,7 +279,7 @@ -Icon +Icon @@ -303,7 +303,7 @@ -Icon +Icon @@ -323,7 +323,7 @@ -Icon +Icon @@ -346,7 +346,7 @@ -Icon +Icon @@ -356,7 +356,7 @@ -Icon +Icon @@ -375,7 +375,7 @@ -Icon +Icon @@ -394,7 +394,7 @@ -Icon +Icon @@ -410,7 +410,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/00/00000406.xhp b/helpcontent2/source/text/swriter/00/00000406.xhp index 1d1bf19943..9277b5cda3 100644 --- a/helpcontent2/source/text/swriter/00/00000406.xhp +++ b/helpcontent2/source/text/swriter/00/00000406.xhp @@ -92,7 +92,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/01/02110000.xhp b/helpcontent2/source/text/swriter/01/02110000.xhp index c188279206..d7d2d3f49b 100644 --- a/helpcontent2/source/text/swriter/01/02110000.xhp +++ b/helpcontent2/source/text/swriter/01/02110000.xhp @@ -225,7 +225,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/01/02160000.xhp b/helpcontent2/source/text/swriter/01/02160000.xhp index 140ec0431d..334de1de24 100644 --- a/helpcontent2/source/text/swriter/01/02160000.xhp +++ b/helpcontent2/source/text/swriter/01/02160000.xhp @@ -105,7 +105,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/01/05060201.xhp b/helpcontent2/source/text/swriter/01/05060201.xhp index 1e24f54aa5..a45babf9e1 100644 --- a/helpcontent2/source/text/swriter/01/05060201.xhp +++ b/helpcontent2/source/text/swriter/01/05060201.xhp @@ -90,7 +90,7 @@ -Icon +Icon @@ -106,7 +106,7 @@ -Icon +Icon @@ -122,7 +122,7 @@ -Icon +Icon @@ -138,7 +138,7 @@ -Icon +Icon @@ -154,7 +154,7 @@ -Icon +Icon @@ -170,7 +170,7 @@ -Icon +Icon @@ -186,7 +186,7 @@ -Icon +Icon @@ -202,7 +202,7 @@ -Icon +Icon @@ -250,7 +250,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/01/05140000.xhp b/helpcontent2/source/text/swriter/01/05140000.xhp index cc9afd2d40..24f1121349 100644 --- a/helpcontent2/source/text/swriter/01/05140000.xhp +++ b/helpcontent2/source/text/swriter/01/05140000.xhp @@ -151,7 +151,7 @@ -Icon +Icon @@ -166,7 +166,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/02110000.xhp b/helpcontent2/source/text/swriter/02/02110000.xhp index 3916339c9e..fe5cebb271 100644 --- a/helpcontent2/source/text/swriter/02/02110000.xhp +++ b/helpcontent2/source/text/swriter/02/02110000.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/03210000.xhp b/helpcontent2/source/text/swriter/02/03210000.xhp index 58853a5aef..bc72b270c3 100644 --- a/helpcontent2/source/text/swriter/02/03210000.xhp +++ b/helpcontent2/source/text/swriter/02/03210000.xhp @@ -52,7 +52,7 @@ - Icon + Icon diff --git a/helpcontent2/source/text/swriter/02/03220000.xhp b/helpcontent2/source/text/swriter/02/03220000.xhp index 2e8549163d..9b5f82fde7 100644 --- a/helpcontent2/source/text/swriter/02/03220000.xhp +++ b/helpcontent2/source/text/swriter/02/03220000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/04090000.xhp b/helpcontent2/source/text/swriter/02/04090000.xhp index 1ad22fcecf..1d11e88035 100644 --- a/helpcontent2/source/text/swriter/02/04090000.xhp +++ b/helpcontent2/source/text/swriter/02/04090000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/04100000.xhp b/helpcontent2/source/text/swriter/02/04100000.xhp index a37a6730a5..7a6a141b90 100644 --- a/helpcontent2/source/text/swriter/02/04100000.xhp +++ b/helpcontent2/source/text/swriter/02/04100000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/04220000.xhp b/helpcontent2/source/text/swriter/02/04220000.xhp index 9a81727e5c..91b58ef077 100644 --- a/helpcontent2/source/text/swriter/02/04220000.xhp +++ b/helpcontent2/source/text/swriter/02/04220000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Table: Fixed diff --git a/helpcontent2/source/text/swriter/02/04230000.xhp b/helpcontent2/source/text/swriter/02/04230000.xhp index 33cd9852d8..0ea62d718f 100644 --- a/helpcontent2/source/text/swriter/02/04230000.xhp +++ b/helpcontent2/source/text/swriter/02/04230000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Table: Fixed, Proportional diff --git a/helpcontent2/source/text/swriter/02/04240000.xhp b/helpcontent2/source/text/swriter/02/04240000.xhp index 9478b5d273..857d9b25dc 100644 --- a/helpcontent2/source/text/swriter/02/04240000.xhp +++ b/helpcontent2/source/text/swriter/02/04240000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Table: Variable diff --git a/helpcontent2/source/text/swriter/02/04250000.xhp b/helpcontent2/source/text/swriter/02/04250000.xhp index afb5c7139c..b9b13581a2 100644 --- a/helpcontent2/source/text/swriter/02/04250000.xhp +++ b/helpcontent2/source/text/swriter/02/04250000.xhp @@ -56,7 +56,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/06040000.xhp b/helpcontent2/source/text/swriter/02/06040000.xhp index 709ab6fc75..8532a99b9e 100644 --- a/helpcontent2/source/text/swriter/02/06040000.xhp +++ b/helpcontent2/source/text/swriter/02/06040000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Numbering Off diff --git a/helpcontent2/source/text/swriter/02/06070000.xhp b/helpcontent2/source/text/swriter/02/06070000.xhp index 5bcf144092..d56436122d 100644 --- a/helpcontent2/source/text/swriter/02/06070000.xhp +++ b/helpcontent2/source/text/swriter/02/06070000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/06080000.xhp b/helpcontent2/source/text/swriter/02/06080000.xhp index ff271e502e..63f238d2fa 100644 --- a/helpcontent2/source/text/swriter/02/06080000.xhp +++ b/helpcontent2/source/text/swriter/02/06080000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/06090000.xhp b/helpcontent2/source/text/swriter/02/06090000.xhp index 4039171c39..ce4779ff32 100644 --- a/helpcontent2/source/text/swriter/02/06090000.xhp +++ b/helpcontent2/source/text/swriter/02/06090000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/06120000.xhp b/helpcontent2/source/text/swriter/02/06120000.xhp index e46cfb1177..d3efc49093 100644 --- a/helpcontent2/source/text/swriter/02/06120000.xhp +++ b/helpcontent2/source/text/swriter/02/06120000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Move Up with Subpoints diff --git a/helpcontent2/source/text/swriter/02/06130000.xhp b/helpcontent2/source/text/swriter/02/06130000.xhp index 0d189ce28e..6b3dc02cfa 100644 --- a/helpcontent2/source/text/swriter/02/06130000.xhp +++ b/helpcontent2/source/text/swriter/02/06130000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Move Down with Subpoints diff --git a/helpcontent2/source/text/swriter/02/06140000.xhp b/helpcontent2/source/text/swriter/02/06140000.xhp index a92331e425..a594ef8bf5 100644 --- a/helpcontent2/source/text/swriter/02/06140000.xhp +++ b/helpcontent2/source/text/swriter/02/06140000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Restart Numbering diff --git a/helpcontent2/source/text/swriter/02/10010000.xhp b/helpcontent2/source/text/swriter/02/10010000.xhp index 556a7dc05e..5f2d882ccf 100644 --- a/helpcontent2/source/text/swriter/02/10010000.xhp +++ b/helpcontent2/source/text/swriter/02/10010000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Zoom In diff --git a/helpcontent2/source/text/swriter/02/10020000.xhp b/helpcontent2/source/text/swriter/02/10020000.xhp index aa8dfa3b10..93579a93fa 100644 --- a/helpcontent2/source/text/swriter/02/10020000.xhp +++ b/helpcontent2/source/text/swriter/02/10020000.xhp @@ -51,7 +51,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/10050000.xhp b/helpcontent2/source/text/swriter/02/10050000.xhp index f1d1c12940..8307819bb9 100644 --- a/helpcontent2/source/text/swriter/02/10050000.xhp +++ b/helpcontent2/source/text/swriter/02/10050000.xhp @@ -52,7 +52,7 @@ - Icon + Icon Page Preview: Two Pages diff --git a/helpcontent2/source/text/swriter/02/10070000.xhp b/helpcontent2/source/text/swriter/02/10070000.xhp index 3bcfb91e23..f1538ac326 100644 --- a/helpcontent2/source/text/swriter/02/10070000.xhp +++ b/helpcontent2/source/text/swriter/02/10070000.xhp @@ -53,7 +53,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/10080000.xhp b/helpcontent2/source/text/swriter/02/10080000.xhp index cc412fc6cb..fe3c71804e 100644 --- a/helpcontent2/source/text/swriter/02/10080000.xhp +++ b/helpcontent2/source/text/swriter/02/10080000.xhp @@ -56,7 +56,7 @@ -book preview icon +book preview icon diff --git a/helpcontent2/source/text/swriter/02/10090000.xhp b/helpcontent2/source/text/swriter/02/10090000.xhp index ab0b7abdee..4174312f3d 100644 --- a/helpcontent2/source/text/swriter/02/10090000.xhp +++ b/helpcontent2/source/text/swriter/02/10090000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/10110000.xhp b/helpcontent2/source/text/swriter/02/10110000.xhp index e73891532d..9faa01f802 100644 --- a/helpcontent2/source/text/swriter/02/10110000.xhp +++ b/helpcontent2/source/text/swriter/02/10110000.xhp @@ -54,7 +54,7 @@ - Icon + Icon Print options page view diff --git a/helpcontent2/source/text/swriter/02/18120000.xhp b/helpcontent2/source/text/swriter/02/18120000.xhp index 46893ed7c4..03e822166e 100644 --- a/helpcontent2/source/text/swriter/02/18120000.xhp +++ b/helpcontent2/source/text/swriter/02/18120000.xhp @@ -57,7 +57,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/18130000.xhp b/helpcontent2/source/text/swriter/02/18130000.xhp index 189149e8ad..91affab53d 100644 --- a/helpcontent2/source/text/swriter/02/18130000.xhp +++ b/helpcontent2/source/text/swriter/02/18130000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/19030000.xhp b/helpcontent2/source/text/swriter/02/19030000.xhp index 30fb2fa6ab..11bcb871f1 100644 --- a/helpcontent2/source/text/swriter/02/19030000.xhp +++ b/helpcontent2/source/text/swriter/02/19030000.xhp @@ -48,7 +48,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/02/19050000.xhp b/helpcontent2/source/text/swriter/02/19050000.xhp index 6d0dc9ed28..4bfc452594 100644 --- a/helpcontent2/source/text/swriter/02/19050000.xhp +++ b/helpcontent2/source/text/swriter/02/19050000.xhp @@ -51,7 +51,7 @@ - Icon + Icon Text Animation diff --git a/helpcontent2/source/text/swriter/guide/arrange_chapters.xhp b/helpcontent2/source/text/swriter/guide/arrange_chapters.xhp index 2406025aeb..ea54187142 100644 --- a/helpcontent2/source/text/swriter/guide/arrange_chapters.xhp +++ b/helpcontent2/source/text/swriter/guide/arrange_chapters.xhp @@ -58,7 +58,7 @@ On the Standard Bar, click the Navigator icon -Icon +Icon to open the Navigator. diff --git a/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp b/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp index eb4ef58852..c63fd6db12 100644 --- a/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp +++ b/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp @@ -55,7 +55,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/guide/footnote_usage.xhp b/helpcontent2/source/text/swriter/guide/footnote_usage.xhp index c27dac09d1..97870ebd67 100644 --- a/helpcontent2/source/text/swriter/guide/footnote_usage.xhp +++ b/helpcontent2/source/text/swriter/guide/footnote_usage.xhp @@ -78,7 +78,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp b/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp index a535d10951..15e3ed33e3 100644 --- a/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp +++ b/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp @@ -58,7 +58,7 @@ Click the style, and then click the Fill Format Mode icon -Icon +Icon in the Styles and Formatting window. diff --git a/helpcontent2/source/text/swriter/guide/table_sizing.xhp b/helpcontent2/source/text/swriter/guide/table_sizing.xhp index bde82f10f1..e5e6796746 100644 --- a/helpcontent2/source/text/swriter/guide/table_sizing.xhp +++ b/helpcontent2/source/text/swriter/guide/table_sizing.xhp @@ -54,7 +54,7 @@ -Icon +Icon diff --git a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp index e8c47d25c3..02a37de22d 100644 --- a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp +++ b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp @@ -51,7 +51,7 @@ On the Tools bar, click the Direct Cursor icon -Icon. +Icon. Click in a free space in the text document. The mouse pointer changes to reflect the alignment that will be applied to the text that you type: diff --git a/helpcontent2/source/text/swriter/guide/text_frame.xhp b/helpcontent2/source/text/swriter/guide/text_frame.xhp index 1e5b4514b8..d8a2f89d05 100644 --- a/helpcontent2/source/text/swriter/guide/text_frame.xhp +++ b/helpcontent2/source/text/swriter/guide/text_frame.xhp @@ -97,7 +97,7 @@ On the Frame Bar, click the Link Frames icon -Icon +Icon . diff --git a/helpcontent2/source/text/swriter/guide/text_rotate.xhp b/helpcontent2/source/text/swriter/guide/text_rotate.xhp index 48301c9cff..5d1044feb6 100644 --- a/helpcontent2/source/text/swriter/guide/text_rotate.xhp +++ b/helpcontent2/source/text/swriter/guide/text_rotate.xhp @@ -52,7 +52,7 @@ Select the Text icon -Icon +Icon . @@ -60,7 +60,7 @@ Click outside of the object, then click the text you entered. Click the Rotate icon -Icon +Icon on the Drawing Object Properties toolbar. diff --git a/helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp b/helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp index fcf05e2b81..ccbe23c3ee 100644 --- a/helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp +++ b/helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp @@ -54,7 +54,7 @@ On the Formatting Bar, click the Bullets On/Off icon -Icon +Icon . diff --git a/helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp b/helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp index 32d1aa1e21..a65a9d63dc 100644 --- a/helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp +++ b/helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp @@ -54,7 +54,7 @@ On the Formatting Bar, click the Numbering On/Off icon -Icon +Icon . diff --git a/helpcontent2/source/text/swriter/main0202.xhp b/helpcontent2/source/text/swriter/main0202.xhp index 057b6f4984..fdc1459d9b 100644 --- a/helpcontent2/source/text/swriter/main0202.xhp +++ b/helpcontent2/source/text/swriter/main0202.xhp @@ -98,7 +98,7 @@ -left to right icon +left to right icon @@ -115,7 +115,7 @@ -right to left icon +right to left icon -- cgit v1.2.3 From 042b9694e70d7dd83ed7ea9b32c3c6d73a400f00 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 22 May 2011 10:39:30 +0200 Subject: Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments" --- helpcontent2/source/text/shared/01/02100000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/shared/01/02100000.xhp b/helpcontent2/source/text/shared/01/02100000.xhp index 227fa3f74d..872e8bb512 100644 --- a/helpcontent2/source/text/shared/01/02100000.xhp +++ b/helpcontent2/source/text/shared/01/02100000.xhp @@ -136,7 +136,7 @@ Ext help text not found within switches. Solution: Keep switched text for normal Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Search for list. To specify a replacement style, select a style from the Replace with list. After you select the attributes that you want to search for, the Search for Styles box in the Options area of the %PRODUCTNAME Writer Find & Replace dialog changes to Including Styles. If you want to search for text in which attributes were set by using direct formatting and styles, select the Including Styles box. - + Comments In Writer, you can select to include the comment texts in your searches. -- cgit v1.2.3 -- cgit v1.2.3 From a089ab8f24b8556a35290828af8ea20210fc1890 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Jun 2011 13:26:35 +0300 Subject: Drop %_EXT% which was always empty --- helpcontent2/prj/d.lst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/helpcontent2/prj/d.lst b/helpcontent2/prj/d.lst index 9f068ff3dc..0a058a9527 100644 --- a/helpcontent2/prj/d.lst +++ b/helpcontent2/prj/d.lst @@ -1,15 +1,15 @@ -mkdir: %_DEST%\pck%_EXT% -mkdir: %COMMON_DEST%\bin%_EXT% +mkdir: %_DEST%\pck +mkdir: %COMMON_DEST%\bin -..\helpers\hid.lst %COMMON_DEST%\bin%_EXT%\hid.lst -..\%__SRC%\bin\helpimg.ilst %COMMON_DEST%\res%_EXT%\img\helpimg.ilst +..\helpers\hid.lst %COMMON_DEST%\bin\hid.lst +..\%__SRC%\bin\helpimg.ilst %COMMON_DEST%\res\img\helpimg.ilst -..\%__SRC%\bin\sbasic_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\scalc_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\schart_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\sdatabase_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\sdraw_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\shared_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\simpress_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\smath_*.zip %_DEST%\pck%_EXT% -..\%__SRC%\bin\swriter_*.zip %_DEST%\pck%_EXT% +..\%__SRC%\bin\sbasic_*.zip %_DEST%\pck +..\%__SRC%\bin\scalc_*.zip %_DEST%\pck +..\%__SRC%\bin\schart_*.zip %_DEST%\pck +..\%__SRC%\bin\sdatabase_*.zip %_DEST%\pck +..\%__SRC%\bin\sdraw_*.zip %_DEST%\pck +..\%__SRC%\bin\shared_*.zip %_DEST%\pck +..\%__SRC%\bin\simpress_*.zip %_DEST%\pck +..\%__SRC%\bin\smath_*.zip %_DEST%\pck +..\%__SRC%\bin\swriter_*.zip %_DEST%\pck -- cgit v1.2.3 From 5dc2136867bcc1b312c6a217f0d1f6f4fc956bd3 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 6 Jun 2011 13:16:00 +0200 Subject: fdo#37863 "Smooth Line Properties" help page is unclear --- helpcontent2/source/text/schart/00/00000004.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/source/text/schart/00/00000004.xhp b/helpcontent2/source/text/schart/00/00000004.xhp index ace11dce3c..6b506e449c 100644 --- a/helpcontent2/source/text/schart/00/00000004.xhp +++ b/helpcontent2/source/text/schart/00/00000004.xhp @@ -253,7 +253,7 @@ Chart Double-click a chart, then choose Format - Data Ranges -In a chart of Line type or XY type which displays lines, mark Smooth lines and click the Properties button +In the Chart Type dialog of a Line chart or XY chart that displays lines, mark Smooth lines checkbox, then click the Properties button. -- cgit v1.2.3 From 2a2b1351ee5d0ca2ce6e55963797f7ca2e623e3a Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 6 Jun 2011 22:19:28 +0200 Subject: remove link to non-existing topic fdo#35823 --- helpcontent2/source/auxiliary/swriter.tree | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpcontent2/source/auxiliary/swriter.tree b/helpcontent2/source/auxiliary/swriter.tree index b0435240f0..763f0cab54 100644 --- a/helpcontent2/source/auxiliary/swriter.tree +++ b/helpcontent2/source/auxiliary/swriter.tree @@ -162,7 +162,6 @@ Turning Off AutoFormat and AutoCorrect Automatically Check Spelling Turning Number Recognition On or Off in Tables -Checking Spelling in Other Languages Hyphenation @@ -182,7 +181,6 @@ Automatically Check Spelling Removing Words From a User-Defined Dictionary Thesaurus -Checking Spelling in Other Languages Checking Spelling Manually -- cgit v1.2.3 From 03e2548b34bf5f41453b82b2b34d4267139a00f9 Mon Sep 17 00:00:00 2001 From: LeMoyne Castle Date: Tue, 7 Jun 2011 12:20:40 +0200 Subject: clean Help fdo#33150 Calc Funcs, About+Count Dlgs fdo#37958 - Calc Function help links to OOo site modified: source/text/scalc/01/04060100.xhp fdo#37961 - About Dialog help refs SDT easter egg modified: source/text/shared/guide/version_number.xhp fdo#34858 - Word Count help text change modified: source/text/swriter/01/06040000.xhp --- helpcontent2/source/text/scalc/01/04060100.xhp | 4 ++-- helpcontent2/source/text/shared/guide/version_number.xhp | 3 +-- helpcontent2/source/text/swriter/01/06040000.xhp | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04060100.xhp b/helpcontent2/source/text/scalc/01/04060100.xhp index 35c6a9b7d8..a5b301b63f 100644 --- a/helpcontent2/source/text/scalc/01/04060100.xhp +++ b/helpcontent2/source/text/scalc/01/04060100.xhp @@ -45,7 +45,7 @@ Functions by Category This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard. - You can find detailed explanations, illustrations, and examples of Calc functions in the OpenOffice.org Wiki. + You can find detailed explanations, illustrations, and examples of Calc functions in the LibreOffice WikiHelp. Database Date & Time @@ -75,7 +75,7 @@ Operators are also available.
    - Calc functions in the OpenOffice.org Wiki + Calc Functions By Category in the LibreOffice WikiHelp
    diff --git a/helpcontent2/source/text/shared/guide/version_number.xhp b/helpcontent2/source/text/shared/guide/version_number.xhp index 1b7e0b5447..dd35852b09 100644 --- a/helpcontent2/source/text/shared/guide/version_number.xhp +++ b/helpcontent2/source/text/shared/guide/version_number.xhp @@ -51,8 +51,7 @@ Choose Help - About $[officename]. This opens a dialog containing information about the program.
    -To obtain further information, keep holding down the Command key -Ctrl and press the letters S D T in succession. At the beginning you will find information about the version and build number. This is followed by a list of contributors. To stop the information before the end, press Esc. +See lists of code and Wiki contributors on the LibreOffice website.
    diff --git a/helpcontent2/source/text/swriter/01/06040000.xhp b/helpcontent2/source/text/swriter/01/06040000.xhp index 8736c5c031..39bb873f37 100644 --- a/helpcontent2/source/text/swriter/01/06040000.xhp +++ b/helpcontent2/source/text/swriter/01/06040000.xhp @@ -43,7 +43,7 @@
    Word Count - Counts the words and characters in the current selection and in the whole document. + Counts the words and characters, with or without spaces, in the current selection and in the whole document.
    -- cgit v1.2.3 From fc86cfa61f9c0f9f88b3c2c3528f197589f1c1f3 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Tue, 7 Jun 2011 12:34:06 +0200 Subject: Delete obsoleted help pages fdo#37543 Delete two obsoleted help pages: * Start-up wizard * Online Registration And remove them in makefile --- helpcontent2/source/text/shared/01/08060100.xhp | 74 ---------------------- helpcontent2/source/text/shared/01/makefile.mk | 1 - helpcontent2/source/text/shared/autopi/makefile.mk | 1 - helpcontent2/source/text/shared/autopi/startup.xhp | 62 ------------------ helpcontent2/util/sbasic/makefile.mk | 2 - helpcontent2/util/scalc/makefile.mk | 2 - helpcontent2/util/schart/makefile.mk | 2 - helpcontent2/util/sdatabase/makefile.mk | 2 - helpcontent2/util/sdraw/makefile.mk | 2 - helpcontent2/util/simpress/makefile.mk | 2 - helpcontent2/util/smath/makefile.mk | 2 - helpcontent2/util/swriter/makefile.mk | 2 - 12 files changed, 154 deletions(-) delete mode 100644 helpcontent2/source/text/shared/01/08060100.xhp delete mode 100644 helpcontent2/source/text/shared/autopi/startup.xhp diff --git a/helpcontent2/source/text/shared/01/08060100.xhp b/helpcontent2/source/text/shared/01/08060100.xhp deleted file mode 100644 index 302243e49a..0000000000 --- a/helpcontent2/source/text/shared/01/08060100.xhp +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - Registration - /text/shared/01/08060100.xhp - - - - -
    -online registration - registering; %PRODUCTNAME - - - - -Registration - Connects to the $[officename] Web site where you can register your copy of $[officename]. -
    -
    - -
    - Registration Dialog - The Registration dialog appears after you install $[officename]. - I want to register now - - -Launches your default Web browser and connects to the $[officename] Web site where you can register your copy of $[officename]. - I want to register later - - -Hides the Registration dialog for the next seven days. - I do not want to register - - -Permanently hides the Registration dialog. To register at a later time, choose Help - Registration. - -
    \ No newline at end of file diff --git a/helpcontent2/source/text/shared/01/makefile.mk b/helpcontent2/source/text/shared/01/makefile.mk index 631d0b9628..f630d02d3a 100644 --- a/helpcontent2/source/text/shared/01/makefile.mk +++ b/helpcontent2/source/text/shared/01/makefile.mk @@ -310,7 +310,6 @@ XHPFILES = \ 06990000.xhp \ 07010000.xhp \ 07080000.xhp \ - 08060100.xhp \ about_meta_tags.xhp \ digitalsignatures.xhp \ extensionupdate.xhp \ diff --git a/helpcontent2/source/text/shared/autopi/makefile.mk b/helpcontent2/source/text/shared/autopi/makefile.mk index 945a27e1db..3d04950311 100644 --- a/helpcontent2/source/text/shared/autopi/makefile.mk +++ b/helpcontent2/source/text/shared/autopi/makefile.mk @@ -110,7 +110,6 @@ XHPFILES = \ 01170400.xhp \ 01170500.xhp \ purchase.xhp \ - startup.xhp \ webwizard00.xhp \ webwizard01.xhp \ webwizard02.xhp \ diff --git a/helpcontent2/source/text/shared/autopi/startup.xhp b/helpcontent2/source/text/shared/autopi/startup.xhp deleted file mode 100644 index 4d6f7328d7..0000000000 --- a/helpcontent2/source/text/shared/autopi/startup.xhp +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - -Start-up Wizard -/text/shared/autopi/startup.xhp - - - -Start-up Wizard -The Start-up Wizard opens when you start %PRODUCTNAME for the first time. -The wizard consists of the following pages: - - -Welcome -The Start-up Wizard helps you to specify the user settings for %PRODUCTNAME. This wizard only runs once. - -License -Read and accept the license text to continue. You need to scroll to the end of the license text before you can continue. If you decline the license, the installation is canceled. - -Migration -You can use this page to import user data from a previously installed version of %PRODUCTNAME. -Copy personal data -Copies the user name and other data from a previous %PRODUCTNAME installation. - -User name -The user name is used for the document properties, templates, and when you record changes made to documents. This page is only displayed if a previous installation of %PRODUCTNAME is not found on your computer. -Enter your personal data into the text boxes. - - - diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 460f7f06c8..b9b86b442c 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -661,7 +661,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -923,7 +922,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index d2a962e418..7c1a1cc398 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -674,7 +674,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -936,7 +935,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 65e2319f7c..f73697b008 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -362,7 +362,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -624,7 +623,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index 2740765bd7..43171c3029 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -360,7 +360,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -622,7 +621,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index 06bfdb066a..d73f28ec89 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -595,7 +595,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -857,7 +856,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index df0528c229..1aacd92bd5 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -597,7 +597,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -859,7 +858,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index 14640f5b6e..728541e48a 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -440,7 +440,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -702,7 +701,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 3c848bc0df..5313b2ed13 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -752,7 +752,6 @@ LINKLINKFILES= \ text$/shared$/01$/06990000.xhp \ text$/shared$/01$/07010000.xhp \ text$/shared$/01$/07080000.xhp \ - text$/shared$/01$/08060100.xhp \ text$/shared$/01$/about_meta_tags.xhp \ text$/shared$/01$/digitalsignatures.xhp \ text$/shared$/01$/extensionupdate.xhp \ @@ -1014,7 +1013,6 @@ LINKLINKFILES= \ text$/shared$/autopi$/01170400.xhp \ text$/shared$/autopi$/01170500.xhp \ text$/shared$/autopi$/purchase.xhp \ - text$/shared$/autopi$/startup.xhp \ text$/shared$/autopi$/webwizard00.xhp \ text$/shared$/autopi$/webwizard01.xhp \ text$/shared$/autopi$/webwizard02.xhp \ -- cgit v1.2.3 From 05e4e6345e7503b162356cfcff36a8787a34e05f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 7 Jun 2011 22:10:44 +0200 Subject: fdo#36057 time format using [] is needed to show hours non-modulo 24 --- helpcontent2/source/text/shared/01/05020301.xhp | 73 +++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/helpcontent2/source/text/shared/01/05020301.xhp b/helpcontent2/source/text/shared/01/05020301.xhp index d89091ae99..dca431ae4a 100644 --- a/helpcontent2/source/text/shared/01/05020301.xhp +++ b/helpcontent2/source/text/shared/01/05020301.xhp @@ -902,6 +902,79 @@
    +The display of the hour, minute, and second components of the time is capped at the maximal number of hours in a day (or 12 hour period), minutes in an hour, or seconds in a minute. To suppress this behavior use square brackets, [ ], as illustrated in the following table. +Display of the value 1 day, 1 hour, 25 minutes, 9 seconds + + + +Format Code + + +Output Displayed + + + + + +Format Code + + +Output Displayed + + + + +HH:MM:SS + + +01:25:09 + + + + + +[HH]:MM:SS + + +25:25:09 + + + + +MM:SS + + +25:09 + + + + + +[MM]:SS + + +1525:09 + + + + +SS + + +09 + + + + + +[SS] + + +91509 + + +
    + 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 -- cgit v1.2.3 From 61ed185efb5e8ceeb4d84c575da45f22c1e0782a Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 8 Jun 2011 22:03:30 +0200 Subject: fix a formatting issue in Internet Options page --- helpcontent2/source/text/shared/optionen/01020400.xhp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpcontent2/source/text/shared/optionen/01020400.xhp b/helpcontent2/source/text/shared/optionen/01020400.xhp index 30fc99d0dc..75debd20fc 100644 --- a/helpcontent2/source/text/shared/optionen/01020400.xhp +++ b/helpcontent2/source/text/shared/optionen/01020400.xhp @@ -38,8 +38,10 @@ - Browser Plug-in +
    + Browser Plug-in Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents. +
    When you click any %PRODUCTNAME document hyperlink in your Mozilla or Netscape browser, one of the following can happen: @@ -64,4 +66,4 @@ - \ No newline at end of file + -- cgit v1.2.3 From 0b6f5aad17f2a0bbb12312e19566eaf73d2a1e9e Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Mon, 13 Jun 2011 15:52:54 -0400 Subject: fdo#33293: Option to configure initial number of sheets in Calc. --- helpcontent2/helpers/help_hid.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/helpcontent2/helpers/help_hid.lst b/helpcontent2/helpers/help_hid.lst index 3164a82b90..d9c1db7b7e 100644 --- a/helpcontent2/helpers/help_hid.lst +++ b/helpcontent2/helpers/help_hid.lst @@ -3520,6 +3520,7 @@ HID_SCPAGE_SUBT_GROUP2,58886, HID_SCPAGE_SUBT_GROUP3,58887, HID_SCPAGE_SUBT_OPTIONS,58875, HID_SCPAGE_TABLE,58883, +HID_SCPAGE_DEFAULTS,58894, HID_SCPAGE_USERLISTS,58880, HID_SCRIPTORG_DIALOG,39987, HID_SCRIPTSBOX,40011, -- cgit v1.2.3 From 1189d10c25f460ea4503087e17df5030849f1b09 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 15 Jun 2011 12:57:05 +0100 Subject: remove references to removed hyperlink toolbar --- helpcontent2/source/auxiliary/scalc.tree | 1 - helpcontent2/source/auxiliary/shared.tree | 1 - helpcontent2/source/auxiliary/simpress.tree | 2 - helpcontent2/source/auxiliary/swriter.tree | 1 - helpcontent2/source/text/scalc/main0200.xhp | 3 - helpcontent2/source/text/shared/02/09050000.xhp | 56 ----------------- helpcontent2/source/text/shared/02/makefile.mk | 1 - .../source/text/shared/guide/hyperlink_edit.xhp | 7 +-- .../source/text/shared/guide/hyperlink_search.xhp | 70 ---------------------- helpcontent2/source/text/shared/guide/main.xhp | 1 - helpcontent2/source/text/shared/guide/makefile.mk | 1 - helpcontent2/source/text/shared/main0209.xhp | 58 ------------------ helpcontent2/source/text/shared/makefile.mk | 1 - .../source/text/shared/optionen/01020200.xhp | 1 - helpcontent2/source/text/swriter/main0200.xhp | 3 - helpcontent2/util/sbasic/makefile.mk | 3 - helpcontent2/util/scalc/makefile.mk | 3 - helpcontent2/util/schart/makefile.mk | 3 - helpcontent2/util/sdatabase/makefile.mk | 3 - helpcontent2/util/sdraw/makefile.mk | 3 - helpcontent2/util/simpress/makefile.mk | 3 - helpcontent2/util/smath/makefile.mk | 3 - helpcontent2/util/swriter/makefile.mk | 3 - 23 files changed, 1 insertion(+), 230 deletions(-) delete mode 100644 helpcontent2/source/text/shared/02/09050000.xhp delete mode 100644 helpcontent2/source/text/shared/guide/hyperlink_search.xhp delete mode 100644 helpcontent2/source/text/shared/main0209.xhp diff --git a/helpcontent2/source/auxiliary/scalc.tree b/helpcontent2/source/auxiliary/scalc.tree index 087ee9ce84..8c5b0c2c35 100644 --- a/helpcontent2/source/auxiliary/scalc.tree +++ b/helpcontent2/source/auxiliary/scalc.tree @@ -33,7 +33,6 @@ Picture Bar Tools Bar Standard Bar -Hyperlink Bar Table Data Bar Form Navigation Bar Query Design Bar diff --git a/helpcontent2/source/auxiliary/shared.tree b/helpcontent2/source/auxiliary/shared.tree index 68c79835bf..1b2917b79a 100644 --- a/helpcontent2/source/auxiliary/shared.tree +++ b/helpcontent2/source/auxiliary/shared.tree @@ -147,7 +147,6 @@ Searching With a Form Filter -Searching With the Hyperlink Bar Searching Tables and Form Documents List of Regular Expressions diff --git a/helpcontent2/source/auxiliary/simpress.tree b/helpcontent2/source/auxiliary/simpress.tree index 2470682c1a..d1257acac3 100644 --- a/helpcontent2/source/auxiliary/simpress.tree +++ b/helpcontent2/source/auxiliary/simpress.tree @@ -39,7 +39,6 @@ Options Bar Picture Bar Standard Bar -Hyperlink Bar Form Navigation Bar Form Design Toolbar Edit Points Bar @@ -61,7 +60,6 @@ Drawing Bar Options Bar Standard Bar -Hyperlink Bar Form Navigation Bar Form Design Toolbar Edit Points Bar diff --git a/helpcontent2/source/auxiliary/swriter.tree b/helpcontent2/source/auxiliary/swriter.tree index 763f0cab54..1fd0cff912 100644 --- a/helpcontent2/source/auxiliary/swriter.tree +++ b/helpcontent2/source/auxiliary/swriter.tree @@ -36,7 +36,6 @@ OLE-Object Bar Text Object Bar Standard Bar -Hyperlink Bar Table Data Bar Form Navigation Bar Query Design Bar diff --git a/helpcontent2/source/text/scalc/main0200.xhp b/helpcontent2/source/text/scalc/main0200.xhp index 0d2f9c370b..9a33ce9b77 100644 --- a/helpcontent2/source/text/scalc/main0200.xhp +++ b/helpcontent2/source/text/scalc/main0200.xhp @@ -76,9 +76,6 @@
    -
    - -
    diff --git a/helpcontent2/source/text/shared/02/09050000.xhp b/helpcontent2/source/text/shared/02/09050000.xhp deleted file mode 100644 index 7549ae1e1c..0000000000 --- a/helpcontent2/source/text/shared/02/09050000.xhp +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - -Find -/text/shared/02/09050000.xhp - - - - -
    - - - - Icon - - - Find - - -
    -
    - List of search engines - When you have selected a search engine, $[officename] transfers the search request to your standard web browser, which then establishes an Internet connection to the search engine and displays the result. See also URL Name. - -
    diff --git a/helpcontent2/source/text/shared/02/makefile.mk b/helpcontent2/source/text/shared/02/makefile.mk index 52463f6be3..ff1f0cdd46 100644 --- a/helpcontent2/source/text/shared/02/makefile.mk +++ b/helpcontent2/source/text/shared/02/makefile.mk @@ -115,7 +115,6 @@ XHPFILES = \ 09010000.xhp \ 09020000.xhp \ 09030000.xhp \ - 09050000.xhp \ 09060000.xhp \ 09070000.xhp \ 09070100.xhp \ diff --git a/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp b/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp index 9b30ae6c30..7360433d3b 100644 --- a/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp +++ b/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp @@ -65,12 +65,7 @@ Change the URL of a hyperlink as follows -Option 1: As described above, open Hyperlink Dialog. - - - - -Option 2: Open Hyperlink Bar (View - Toolbars - Hyperlink Bar). Click on the hyperlink, do not release the mouse button and drag the hyperlink to the Hyperlink Bar. Edit the URL on the Hyperlink Bar and press the Return key. +As described above, open Hyperlink Dialog. Change the attribute of all hyperlinks diff --git a/helpcontent2/source/text/shared/guide/hyperlink_search.xhp b/helpcontent2/source/text/shared/guide/hyperlink_search.xhp deleted file mode 100644 index d97a2dc8b9..0000000000 --- a/helpcontent2/source/text/shared/guide/hyperlink_search.xhp +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - -Searching With the Hyperlink Bar -/text/shared/guide/hyperlink_search.xhp - - -Sun Microsystems, Inc. -converted from old format - fpe -checked - yj - - - -Internet; starting searches -searching;Internet - -Searching With the Hyperlink Bar - -The Hyperlink Bar can be used to search for the selected text in the Internet. - - -Choose View - Toolbars - Hyperlink Bar to open the Hyperlink Bar. - - -Enter the text you want to find in the URL Name field. -If you select text in your document, the text is automatically entered. - - -Click the Find icon to open a submenu. - - -Select your preferred search engine from the list. - - -$[officename] opens your Web Browser, which calls the selected Internet search engine. After a short time you see the result of your search on screen. -Choose %PRODUCTNAME - PreferencesTools - Options - Internet - Search to define the search options. - -Hyperlink Bar - - diff --git a/helpcontent2/source/text/shared/guide/main.xhp b/helpcontent2/source/text/shared/guide/main.xhp index 63189316da..aac55d19cd 100644 --- a/helpcontent2/source/text/shared/guide/main.xhp +++ b/helpcontent2/source/text/shared/guide/main.xhp @@ -185,7 +185,6 @@ - diff --git a/helpcontent2/source/text/shared/guide/makefile.mk b/helpcontent2/source/text/shared/guide/makefile.mk index d7c15f231a..9bc4454836 100644 --- a/helpcontent2/source/text/shared/guide/makefile.mk +++ b/helpcontent2/source/text/shared/guide/makefile.mk @@ -112,7 +112,6 @@ XHPFILES = \ hyperlink_edit.xhp \ hyperlink_insert.xhp \ hyperlink_rel_abs.xhp \ - hyperlink_search.xhp \ imagemap.xhp \ import_ms.xhp \ insert_bitmap.xhp \ diff --git a/helpcontent2/source/text/shared/main0209.xhp b/helpcontent2/source/text/shared/main0209.xhp deleted file mode 100644 index c88976542a..0000000000 --- a/helpcontent2/source/text/shared/main0209.xhp +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - -Hyperlink Bar -/text/shared/main0209.xhp - - -Sun Microsystems, Inc. -converted from old format - fpe - - - - -You can open and close the Hyperlink Bar in View - Toolbars - Hyperlink Bar. - - - - - - - - - - diff --git a/helpcontent2/source/text/shared/makefile.mk b/helpcontent2/source/text/shared/makefile.mk index 72a35ef6fa..a6ee23a13b 100644 --- a/helpcontent2/source/text/shared/makefile.mk +++ b/helpcontent2/source/text/shared/makefile.mk @@ -50,7 +50,6 @@ XHPFILES = \ main0201.xhp \ main0204.xhp \ main0208.xhp \ - main0209.xhp \ main0212.xhp \ main0213.xhp \ main0214.xhp \ diff --git a/helpcontent2/source/text/shared/optionen/01020200.xhp b/helpcontent2/source/text/shared/optionen/01020200.xhp index 4bdc245a3b..a6c81059cb 100644 --- a/helpcontent2/source/text/shared/optionen/01020200.xhp +++ b/helpcontent2/source/text/shared/optionen/01020200.xhp @@ -50,7 +50,6 @@
    - Search in Specifies the search engine and its corresponding configuration. diff --git a/helpcontent2/source/text/swriter/main0200.xhp b/helpcontent2/source/text/swriter/main0200.xhp index a86e3b4e62..e1264c2bc7 100644 --- a/helpcontent2/source/text/swriter/main0200.xhp +++ b/helpcontent2/source/text/swriter/main0200.xhp @@ -78,9 +78,6 @@
    -
    - -
    diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index b9b86b442c..51f9898516 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -756,7 +756,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -1089,7 +1088,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -1151,7 +1149,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index 7c1a1cc398..aeaddc4c24 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -769,7 +769,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -1102,7 +1101,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -1164,7 +1162,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index f73697b008..955d107095 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -457,7 +457,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -790,7 +789,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -852,7 +850,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index 43171c3029..f42fc5bd75 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -455,7 +455,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -788,7 +787,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -850,7 +848,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index d73f28ec89..75541ffa2d 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -690,7 +690,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -1023,7 +1022,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -1085,7 +1083,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index 1aacd92bd5..16aea33e47 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -692,7 +692,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -1025,7 +1024,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -1087,7 +1085,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index 728541e48a..3059b11159 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -535,7 +535,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -868,7 +867,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -930,7 +928,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 5313b2ed13..1ed17d2bbb 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -847,7 +847,6 @@ LINKLINKFILES= \ text$/shared$/02$/09010000.xhp \ text$/shared$/02$/09020000.xhp \ text$/shared$/02$/09030000.xhp \ - text$/shared$/02$/09050000.xhp \ text$/shared$/02$/09060000.xhp \ text$/shared$/02$/09070000.xhp \ text$/shared$/02$/09070100.xhp \ @@ -1180,7 +1179,6 @@ LINKLINKFILES= \ text$/shared$/guide$/hyperlink_edit.xhp \ text$/shared$/guide$/hyperlink_insert.xhp \ text$/shared$/guide$/hyperlink_rel_abs.xhp \ - text$/shared$/guide$/hyperlink_search.xhp \ text$/shared$/guide$/imagemap.xhp \ text$/shared$/guide$/import_ms.xhp \ text$/shared$/guide$/insert_bitmap.xhp \ @@ -1242,7 +1240,6 @@ LINKLINKFILES= \ text$/shared$/main0201.xhp \ text$/shared$/main0204.xhp \ text$/shared$/main0208.xhp \ - text$/shared$/main0209.xhp \ text$/shared$/main0212.xhp \ text$/shared$/main0213.xhp \ text$/shared$/main0214.xhp \ -- cgit v1.2.3