Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/345_Extend_Text_*_Cell_Properties_Numbers_Format_code_Use_native_characters_****.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/345_Extend_Text_%2A_Cell_Properties_Numbers_Format_code_Use_native_characters_%2A%2A%2A%2A.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/345_Extend_Text_*_Cell_Properties_Numbers_Format_code_Use_native_characters_****.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/345_Extend_Text_*_Cell_Properties_Numbers_Format_code_Use_native_characters_****.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,125 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Format code_Use native characters_****</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-285: (Extend) Text * 
Cell Properties_Numbers_Format code_Use native characters_****&nbsp;<span 
style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ format code. Number Format Codes
+Number format codes can consist of up to three sections separated by a 
+semicolon. 1. In a number format code with two sections, the first 
+section applies to positive values and zero, and the second section 
+applies to negative values. 2. In a number format code with three 
+sections, the first, the second, and the third section applies to 
+positive values, negative values, and the value zero respectively. 3. 
+User can also assign conditions to the three sections, so that the 
+format is only applied if a condition is met. Displays Numbers Using 
+Native Characters
+To display numbers using native number characters, use a (NatNum1), 
+(NatNum2), ..., (NatNum11) modifier at the beginning of a number format 
+codes. The (NatNum1) modifier always uses a one to one character mapping
+ to convert numbers to a string that matches the native number format 
+code of the corresponding locale. The other modifiers produce different 
+results if they are used with different locales. A locale can be the 
+language and the territory for which the format code is defined, or a 
+modifier such as ($-yyy) that follows the native number modifier. In 
+this case, yyy is the hexadecimal MS-LCID that is also used in currency 
+format codes. For example, to display a number using Japanese short 
+Kanji characters in an English US locale, use this format code: 
+(NatNum1)($-411)0.00. 1. Use zero (0) or the number sign (#) as 
+placeholders in number format code to represent numbers. 2. Use question
+ mark (?) to represent the number of digits to include in the numerator 
+and the denominator of a fraction. 3. If a number contains more digits 
+to the right of the decimal delimiter than there are placeholders in the
+ format, the number is rounded off accordingly. If a number contains 
+more digits to the left of the decimal delimiter than there are 
+placeholders in the format, then entire number is displayed. 4. Guide 
+for using placeholders when creating a number format code. Guide
+Placeholders   Purpose Brief
+#      Represents numbers. Only displays significant digits, does not display
+ extra zeros. 0        Represents numbers. Fills the rest digits of number with
+ zeros if fewer digits in the number than in the number format. ? 
+Represents the number of digits to include in the numerator and the 
+denominator of a fraction. Fractions that do not fit the pattern that 
+user defined are displayed as floating point numbers. Examples
+Format Code    Number Format
+####.#;-000.0  3456.78 as 3456.8 and 20.02 as 20
+       -1 as -001.0 and -12345.234 as -12345.2
+#.000  9.9 as 9.900 and 10.2345 as 10.235
+#.0#   3 as 3.0 and 1234.567 as 1234.57
+# ???/??? 5.75 as 5 3/4 and 6.3 as 6 3/10
+#.##;(0.##);0.0        0.5 as .5 and 10.2 as 10.2
+       -.5 as (0.5) and -3 as (3.)
+       0 as 0.0</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Enter a decimal into one cell, 
then select the cell.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Enter 'Format Cells' dialog 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General as default, and Format code field is disabled.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change category.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category is changed, 
default format in format list is selected, and related format code displays in 
Format code field.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Enter your format code 
(display number using native characters), into Format code field.</p>
+<p>** Please refer to description for details.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Customized format code 
is entered, and preview in preview field should update properly.</p>
+<p>1. If the customized one is not duplicated with any pre-defined one, then 
Add button and Edit Comment button will be enabled.</p>
+<p>2. If the customized one is duplicated with any pre-defined one, then 
related pre-defined format is selected.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Make sure the customized 
format code is not duplicated with any pre-defined one, and click Add 
button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New format is added 
into format list of related category.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New format should be 
properly applied.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Repeat steps 2 to 7 several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Enter a decimal into one 
cell, then select the cell.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Apply a customized format via 
dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specific format should 
be properly applied.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Repeat steps 9 and 10 several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly. Customized format codes should not be removed when perform 
undo.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">14</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">15</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/346_Extend_Text_*_Cell_Properties_Numbers_Language.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/346_Extend_Text_%2A_Cell_Properties_Numbers_Language.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/346_Extend_Text_*_Cell_Properties_Numbers_Language.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/346_Extend_Text_*_Cell_Properties_Numbers_Language.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Language</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-286: (Extend) Text * 
Cell Properties_Numbers_Language&nbsp;<span style="font-size: 80%;">[Version  : 
1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ language. 1. Default category is General. 2. All other controls in the 
+dialog are grayed out when category is General.</p></td></tr><tr><td 
colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Input a decimal into one cell, 
then select the cell.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Enter 'Format Cells' dialog 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General by default.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change category.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Language list is 
enabled, and default format is selected.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Select an option from Language 
list.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Language is changed, 
available formats in format list should update, and default format is 
selected.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Select an option from format 
list.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specific format is 
select, and preview in preview field should update properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Repeat steps 5 and 6 several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Repeat steps 4 to 7 several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specific format should 
be applied properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Repeat steps 2 to 9 several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">14</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/347_Extend_Text_*_Cell_Properties_Numbers_Negative_numbers_red.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/347_Extend_Text_%2A_Cell_Properties_Numbers_Negative_numbers_red.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/347_Extend_Text_*_Cell_Properties_Numbers_Negative_numbers_red.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/347_Extend_Text_*_Cell_Properties_Numbers_Negative_numbers_red.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Negative numbers red</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-287: (Extend) Text * 
Cell Properties_Numbers_Negative numbers red&nbsp;<span style="font-size: 
80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ negative numbers red. 1. Negative numbers red is enable when category 
+is one of Number, Percent, and Currency. 2. Negative numbers red is 
+checked by default when category is Currency. 3. Negative numbers will 
+display in red if Negative numbers red is checked on.</p></td></tr><tr><td 
colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Input numbers (including 
positive, negative, whole number, decimal, etc.) into some cells, then select 
the cells.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Enter 'Format Cells' dialog, 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General by default, and Negative numbers red check box should be disabled.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change category several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Negative numbers red 
check box is enabled only when category is Number, Percent or Currency.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Change category to Number, 
Percent or Currency.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category is changed, 
default format in format list is selected, and Negative numbers red check box 
is enabled.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Check on Negative numbers red 
check box.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Check box is checked, 
and preview in preview field should update properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specified number format 
should be applied properly, negative should display in red.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Select some of the cells, and 
check off Negative numbers red check box in dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Selected negative 
should display in default color.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Repeat steps 2 to 8 several 
times, try different categories (Number/Percent/Currency).</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/348_Extend_Text_*_Cell_Properties_Numbers_Percent.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/348_Extend_Text_%2A_Cell_Properties_Numbers_Percent.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/348_Extend_Text_*_Cell_Properties_Numbers_Percent.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/348_Extend_Text_*_Cell_Properties_Numbers_Percent.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,74 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Percent</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-288: (Extend) Text * 
Cell Properties_Numbers_Percent&nbsp;<span style="font-size: 80%;">[Version  : 
1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ percent. 1. Default category is General. 2. All other controls in the 
+dialog are grayed out when category is General.</p></td></tr><tr><td 
colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Input a decimal into one cell, 
then select the cell.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Enter 'Format Cells' dialog 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General as default.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change category to Percent.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category is changed, 
default percent format is selected, and preview in preview field should update 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Default percent format 
should be applied properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Repeat steps 3 to 5 several 
times, select some other options in Format list.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specific percent format 
should be applied properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Input a decimal into another 
cell, then repeat steps 3 to 5.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Select the two cells mentioned 
in steps 2 and 7.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Enter 'Format Cells' dialog 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General, once percent formats of two cells are different.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Change category to Percent, 
and specify a format, then click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specific percent format 
should be applied to selected cells.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">14</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/349_Extend_Text_*_Cell_Properties_Numbers_Text_Enter_numbers_first.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/349_Extend_Text_%2A_Cell_Properties_Numbers_Text_Enter_numbers_first.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/349_Extend_Text_*_Cell_Properties_Numbers_Text_Enter_numbers_first.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/349_Extend_Text_*_Cell_Properties_Numbers_Text_Enter_numbers_first.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,79 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Text_Enter numbers first</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-289: (Extend) Text * 
Cell Properties_Numbers_Text_Enter numbers first&nbsp;<span style="font-size: 
80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ text. 1. When numbers are formatted as text, they cannot be used in 
+calculations or formulas. 2. If you have already entered numbers in 
+cells and, afterwards, changed the format of the cells to Text, the 
+numbers remain numbers and won't be converted. Only numbers entered 
+after you specify that they are text, or numbers which are edited, 
+become text. 3. Any numbers subsequently entered into the formatted 
+range are interpreted as text. The display of these 'numbers' is 
+left-justified, just as with other texts.</p></td></tr><tr><td 
colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Input numbers into a cell 
range, say enter 1, 2, 3 into cell A1, A2, A3 respectively.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Input a formula into another 
cell, refers to cells mentioned in step 2, say input =sum(A1:A3) into A4.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Select one cell mentioned in 
step 2.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Enter 'Format Cells' dialog 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General as default.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Change category to Text.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category is changed.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Number in the selected 
cell remains number, it won't be converted to text. And the formula result 
should not update.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Enter a number into the 
selected cell again, and press Enter.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The entered number is 
formatted as text, it should be left-justified, and the formula result should 
update properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Select the cell again, and 
change the category back to General via 'Format Cells' dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Content in the selected 
cell remains text, it won't be converted to number. And the formula result 
should not update.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Repeat step 8.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Content in the selected 
cell is formatted as number, and the formula result should update properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">14</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/34_Animation-Emphasis-Basic-Change_Font_Size_Effect.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/34_Animation-Emphasis-Basic-Change_Font_Size_Effect.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/34_Animation-Emphasis-Basic-Change_Font_Size_Effect.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/34_Animation-Emphasis-Basic-Change_Font_Size_Effect.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Animation-Emphasis-Basic-Change Font 
Size Effect</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1771: 
Animation-Emphasis-Basic-Change Font Size Effect&nbsp;<span style="font-size: 
80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 22/11/2013 08:47:58</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
PowerPoint) support with feature Change Font Size Basic Emphasis Animation 
Effect in AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSD_Animation_ 20.pptx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_PowerPoint_2007/animation/emphasis)
+ in MS PowerPoint 2007 ,Play it by main menu (or press F5) and See 
+animation effect (see attached screenshot: FFCMS2007FFCSD_Animation_ 
+20.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">4</td><td><p>Play it by main menu(or press F5)</p>
+<p>Check the following Chage Font Size Basic Emphasis Animation Effect in step 
4 is the same with display in step 1</p></td><td><p>It displays same between MS 
PowerPoint and AOO Impress</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2">AOO4.0</td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/350_Extend_Text_*_Cell_Properties_Numbers_Thousands_separator.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/350_Extend_Text_%2A_Cell_Properties_Numbers_Thousands_separator.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/350_Extend_Text_*_Cell_Properties_Numbers_Thousands_separator.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/350_Extend_Text_*_Cell_Properties_Numbers_Thousands_separator.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Extend) Text * Cell 
Properties_Numbers_Thousands separator</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-290: (Extend) Text * 
Cell Properties_Numbers_Thousands separator&nbsp;<span style="font-size: 
80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To verify 
+that text * cell properties can be applied/modified properly - numbers -
+ thousands separator. 1. Thousands separator is enable when category is 
+one of Number, Percent, and Currency. 2. Thousands separator is checked 
+by default when category is Currency. 3. A separator will be inserted  
+between thousands if Thousands separator is checked, and the type of 
+separator depends on the language settings.</p></td></tr><tr><td 
colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected results</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>New spreadsheet is 
created.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Input numbers into some cells, 
then select the cells.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Enter 'Format Cells' dialog, 
and active Numbers tab.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category should be 
General by default, and Thousands separator check box should be disabled.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change category several 
times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Thousands separator 
check box is enabled only when category is Number, Percent or Currency.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Change category to Number, 
Percent or Currency.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Category is changed, 
+default format in format list is selected, and Thousands separator check
+ box is enabled. and Thousands separator check box is enabled or not, it
+ depends on which format is the default.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Check on Thousands separator 
check box.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Check box is checked, 
preview in preview field should update properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Click OK button.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Specified number format 
should be applied properly, proper separator is inserted between thousands.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Select some of the cells, and 
check off Thousands separator check box in dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Separators should not 
be removed.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p>Repeat steps 2 to 8 several 
times, try different categories (Number/Percent/Currency).</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Ditto.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p>Undo several times, then redo 
several times.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Undo and redo should 
perform properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">12</td><td><p>Save and close file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">13</td><td><p>Open the file.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>File should be saved 
properly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/352_FFC252FFCSC_XML_Datarange0235Ignore_blank_-_Date_00026.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/352_FFC252FFCSC_XML_Datarange0235Ignore_blank_-_Date_00026.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/352_FFC252FFCSC_XML_Datarange0235Ignore_blank_-_Date_00026.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/352_FFC252FFCSC_XML_Datarange0235Ignore_blank_-_Date_00026.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: FFC252FFCSC_XML_Datarange0235(Ignore 
blank - Date)_00026</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-397: 
FFC252FFCSC_XML_Datarange0235(Ignore blank - Date)_00026&nbsp;<span 
style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:22:31</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>To check whether 
the data validation (Ignore blank - Date) can work correctly in 
OpenOffice.</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Sample file 
+
+ 1. Launch Microsoft Excel 2003.
+ 2. Open sample file 'FFC252FFCSC_XML_Datarange0235.xls' and 
+'FFC252FFCSC_XML_Datarange0235.xml'.
+ 3. Select any cell of the table,double click it and delete its content to 
+check the application's response.</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected Results:</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>Open application</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Open the sample file 
'FFC252FFCSC_XML_Datarange0235.xml'</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The sample file is 
opened correctly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Select any cell of the table, 
double click it and delete its content to check the application's response.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The content can be 
deleted successfully.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>If the expected result for 
step 3 doesn't occur, then open the sample file 
'FFC252FFCSC_XML_Datarange0235.xls'</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The sample file is 
opened correctly.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Repeat step 3</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Same with step 3</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/353_Fill.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/353_Fill.html?rev=1828075&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/353_Fill.html 
(added)
+++ openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/353_Fill.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Fill</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1773: Fill&nbsp;<span 
style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 22/11/2013 09:28:32</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Excel) support with feature&nbsp;fill in Cell Style, in 
AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document MS2007FFCSC_CellStyle_Fill.xlsx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Excel_2007/cell_style/)
+ in MS Excel 2007 (see attached screenshot: 
+MS2007FFCSC_CellStyle_Fill.jpg)</p></td><td></td></tr><tr><td 
width="5">2</td><td><p>Open it in AOO</p></td><td><p>It can be opened 
successfully</p></td></tr><tr><td width="5">3</td><td><p>Check the&nbsp;fill 
attributes in step 1 and step 2, to see display in step 2 is the same with 
display in step 1</p>
+<p>- fill color</p>
+<p>- fill effect</p>
+<p>- fill patten</p></td><td><p>It displays same between MS Excel and AOO 
Calc</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/354_FilterFilter_result_is_changed_expectly.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/354_FilterFilter_result_is_changed_expectly.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/354_FilterFilter_result_is_changed_expectly.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/354_FilterFilter_result_is_changed_expectly.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,56 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: (Filter)Filter result is changed 
expectly</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-317: (Filter)Filter 
result is changed expectly&nbsp;<span style="font-size: 80%;">[Version  : 
1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 24/10/2012 14:21:16</td></tr>
+<tr><td colspan="3"><span 
class="label">Summary:</span><br><p></p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Sample file : 
</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected Results:</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>Launch application</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Apache OpenOffice will 
be launched successfully.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Open the sample file</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The sample file will be 
opened successfully.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Select column A</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Click menu Data ---) Filter 
---) Auto Filter</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p>Drop down list column A</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The filter result will 
be listed.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Select value '2'</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>The filter result will 
be listed.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p>Change value '2' to 'Box'</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Value changed 
successfully.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p>Drop down list column A</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>'Box' will be listed in 
drop list.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/355_Font_color.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/355_Font_color.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/355_Font_color.html 
(added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/355_Font_color.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font color</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1807: Font 
color&nbsp;<span style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 25/11/2013 16:33:27</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Font color, in AOO</p></td></tr><tr><td 
colspan="3"><span class="label">Preconditions:</span><br><p>Need apache.org 
account to get sample document</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSW_CharacterStyle_Font0000.docx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/character/font_color/)
+ in MS Word 2007 (see attached screenshot: 
+FFCMS2007FFCSW_CharacterStyle_Font0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the following character styles in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>font color</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/356_Font_effect.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/356_Font_effect.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/356_Font_effect.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/356_Font_effect.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font effect</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1808: Font 
effect&nbsp;<span style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 25/11/2013 16:34:00</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Font effect, in AOO</p></td></tr><tr><td 
colspan="3"><span class="label">Preconditions:</span><br><p>Need apache.org 
account to get sample document</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample documents FFCMS2007FFCSW_CharacterStyle_FontEffect0000.docx 
+and FFCMS2007FFCSW_CharacterStyle_FontEffect0010.docx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/character/font_effect/)
+ in MS Word 2007 (see attached screenshots: 
+FFCMS2007FFCSW_CharacterStyle_FontEffect0000.jpg and 
+FFCMS2007FFCSW_CharacterStyle_FontEffect0010.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the following character styles in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>font effect</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/357_Font.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/357_Font.html?rev=1828075&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/357_Font.html 
(added)
+++ openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/357_Font.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1774: Font&nbsp;<span 
style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 22/11/2013 09:35:59</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Excel) support with feature&nbsp;font in Cell Style, in 
AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document MS2007FFCSC_CellStyle_Font.xlsx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Excel_2007/cell_style/)
+ in MS Excel 2007 (see attached screenshot: 
+MS2007FFCSC_CellStyle_Font.jpg)</p></td><td></td></tr><tr><td 
width="5">2</td><td><p>Open it in AOO</p></td><td><p>It can be opened 
successfully</p></td></tr><tr><td width="5">3</td><td><p>Check the&nbsp;font 
attributes in step 1 and step 2, to see display in step 2 is the same with 
display in step 1</p>
+<p>- font</p>
+<p>- font style (bold, italic...)</p>
+<p>- size</p>
+<p>- color</p>
+<p>- underline</p>
+<p>- effects (strike through ...)</p></td><td><p>It displays same between MS 
Excel and AOO Calc</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/358_Font_name.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/358_Font_name.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/358_Font_name.html 
(added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/358_Font_name.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font name</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1809: Font 
name&nbsp;<span style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 25/11/2013 16:34:12</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Font name, in AOO</p></td></tr><tr><td 
colspan="3"><span class="label">Preconditions:</span><br><p>Need apache.org 
account to get sample document</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSW_CharacterStyle_Font0000.docx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/character/font_name/)
+ in MS Word 2007 (see attached screenshot: 
+FFCMS2007FFCSW_CharacterStyle_Font0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the following character styles in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>font name</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/359_Font_size.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/359_Font_size.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/359_Font_size.html 
(added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/359_Font_size.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font size</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1810: Font 
size&nbsp;<span style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 25/11/2013 16:34:37</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Font size, in AOO</p></td></tr><tr><td 
colspan="3"><span class="label">Preconditions:</span><br><p>Need apache.org 
account to get sample document</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSW_CharacterStyle_FontSize0000.docx 
+from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/character/font_size/)
+ in MS Word 2007 (see attached screenshot: 
+FFCMS2007FFCSW_CharacterStyle_FontSize0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the following character styles in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p><br>
+font size</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/35_Animation-Emphasis-Basic-Change_Font_Style_Effect.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/35_Animation-Emphasis-Basic-Change_Font_Style_Effect.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/35_Animation-Emphasis-Basic-Change_Font_Style_Effect.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/35_Animation-Emphasis-Basic-Change_Font_Style_Effect.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Animation-Emphasis-Basic-Change Font 
Style Effect</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1779: 
Animation-Emphasis-Basic-Change Font Style Effect&nbsp;<span style="font-size: 
80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 22/11/2013 10:16:57</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
PowerPoint) support with feature Change Font Style Basic Emphasis Animation 
Effect in AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSD_Animation_ 25.pptx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_PowerPoint_2007/animation/emphasis)
+ in MS PowerPoint 2007 ,Play it by mian menu (or press F5) and See 
+animation effect (see attached screenshot: FFCMS2007FFCSD_Animation_ 
+25.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">4</td><td><p>Play it by main menu(or press F5)</p>
+<p>Check the following Change Font Style Basic Emphasis Animation Effect in 
step 4 is the same with display in step 1</p></td><td><p>It displays same 
between MS PowerPoint and AOO Impress</p></td></tr><tr><td width="20%" 
valign="top"><span class="label">Execution type:</span></td><td 
colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2">AOO4.0</td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/360_font_size_in_Text_and_Cell_dialog_should_same_from_that_was_set_in_Text_dialog.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/360_font_size_in_Text_and_Cell_dialog_should_same_from_that_was_set_in_Text_dialog.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/360_font_size_in_Text_and_Cell_dialog_should_same_from_that_was_set_in_Text_dialog.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/360_font_size_in_Text_and_Cell_dialog_should_same_from_that_was_set_in_Text_dialog.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,49 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: font size in Text and Cell dialog should 
same from that was set in Text dialog.</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-752: font size in Text 
and Cell dialog should same from that was set in Text dialog.&nbsp;<span 
style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 19/11/2012 10:29:18</td></tr>
+<tr><td colspan="3"><span 
class="label">Summary:</span><br><p></p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p></p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Expected Results:</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">2</td><td><p>New a spreadsheet.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">3</td><td><p>Focus on a cell then press 
'F2' to enter edit mode.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">4</td><td><p>Input some texts and select 
all.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">5</td><td><p>Change texts font size, say to 
'32', '40', in Text dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">6</td><td><p> Exit cell edit mode and keep 
focus on the cell.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">7</td><td><p>Check font size in Text and 
Cell dialog.</p>
+<p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p>Font size is '32', 
'40', in Text dialog.</p>
+<p></p>
+<p></p></td></tr><tr><td width="5">8</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">9</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">10</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="5">11</td><td><p></p>
+       <actions><!--[CDATA[</p--></actions></td><td><p></p>
+<p></p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2"></td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/361_Font_style.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/361_Font_style.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/361_Font_style.html 
(added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/361_Font_style.html 
Fri Mar 30 18:38:29 2018
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Font style</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1811: Font 
style&nbsp;<span style="font-size: 80%;">[Version  : 1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 25/11/2013 16:34:54</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Font style, in AOO</p></td></tr><tr><td 
colspan="3"><span class="label">Preconditions:</span><br><p>Need apache.org 
account to get sample document</p></td></tr><tr><td><span 
class="label">#:</span></td><td><span class="label">Step 
actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document FFCMS2007FFCSW_CharacterStyle_FontStyle0000.docx 
+from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/character/font_style/)
+ in MS Word 2007 (see attached screenshot: 
+FFCMS2007FFCSW_CharacterStyle_FontStyle0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the following character styles in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>font style</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/362_Footnotes_Endnotes_chart.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/362_Footnotes_Endnotes_chart.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/362_Footnotes_Endnotes_chart.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/362_Footnotes_Endnotes_chart.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Footnotes&amp;Endnotes (chart)</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1961: 
Footnotes&amp;Endnotes (chart)&nbsp;<span style="font-size: 80%;">[Version  : 
1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 03/12/2013 08:02:29</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Footnotes&amp;Endnotes (chart), in 
AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document MS2007FFCSW_CrossReference_Bookmark0000.docx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/cross_reference/)
+ in MS Word 2007 (see attached screenshot: 
+MS2007FFCSW_CrossReference_Bookmark0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the bookmark as cross reference in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>&nbsp;</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file

Added: 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/363_Footnotes_Endnotes_column.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/363_Footnotes_Endnotes_column.html?rev=1828075&view=auto
==============================================================================
--- 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/363_Footnotes_Endnotes_column.html
 (added)
+++ 
openoffice/ooo-site/trunk/content/qa/testcase/ManualTesting/363_Footnotes_Endnotes_column.html
 Fri Mar 30 18:38:29 2018
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8"><title>Print Test Case: Footnotes&amp;Endnotes (column)</title>
+<link type="text/css" rel="stylesheet" href="tl_documents.css">
+<style type="text/css" media="print">.notprintable { display:none;}</style>
+<style></style></head>
+<body><p>&nbsp;</p><div> <table class="tc" style="margin-left: 0;" 
width="90%"><tbody><tr><th colspan="3">Test Case AOOTest-1962: 
Footnotes&amp;Endnotes (column)&nbsp;<span style="font-size: 80%;">[Version  : 
1]</span></th></tr>
+<tr><td width="20%" valign="top"><span class="label">Author:</span></td><td 
colspan="2">undefined - 03/12/2013 08:06:41</td></tr>
+<tr><td colspan="3"><span class="label">Summary:</span><br><p>Check OOXML(MS 
Word) support with feature Footnotes&amp;Endnotes (column), in 
AOO</p></td></tr><tr><td colspan="3"><span 
class="label">Preconditions:</span><br><p>Need apache.org account to get sample 
document</p></td></tr><tr><td><span class="label">#:</span></td><td><span 
class="label">Step actions:</span></td><td><span class="label">Expected 
Results:</span></td></tr><tr><td width="5">1</td><td><p>Open
+ the sample document MS2007FFCSW_CrossReference_Bookmark0000.docx from 
+svn(https://svn.apache.org/repos/asf/openoffice/test/test-data/ooxml/MS_Word_2007/cross_reference/)
+ in MS Word 2007 (see attached screenshot: 
+MS2007FFCSW_CrossReference_Bookmark0000.jpg)<br>
+&nbsp;</p></td><td></td></tr><tr><td width="5">2</td><td><p>Open it in 
AOO</p></td><td><p>It can be opened successfully</p></td></tr><tr><td 
width="5">3</td><td><p>Check the bookmark as cross reference in step 1 and step 
2, to see display in step 2 is the same with display in step 1</p>
+<p>&nbsp;</p></td><td><p>It displays same between MS Word and AOO 
Writer</p></td></tr><tr><td width="20%" valign="top"><span 
class="label">Execution type:</span></td><td colspan="2">Manual</td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Importance:</span></td><td colspan="2">Medium</td></tr>
+<tr><td colspan="3"></td></tr><tr><td> Test Focus:</td><td 
colspan="2">Usability</td></tr>
+<tr><td> Feature first available at which release:</td><td 
colspan="2"></td></tr>
+<tr><td> Automation script name:</td><td colspan="2"></td></tr>
+<tr><td> Testsuite set:</td><td colspan="2"></td></tr>
+<tr><td width="20%" valign="top"><span 
class="label">Requirements</span></td><td colspan="2">&nbsp;None<br></td></tr>
+<tr><td width="20%" valign="top"><span class="label">Keywords:</span></td><td 
colspan="2">&nbsp;None<br></td></tr>
+</tbody></table>
+</div>
+</body></html>
\ No newline at end of file


Reply via email to