Lines Matching refs:Value

82 		propsRule[0].Value = NumberingType.ARABIC;  in testNumberingBullet_ARABIC()
93 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ARABIC()
95 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ARABIC()
103 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ARABIC()
105 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ARABIC()
117 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBullet_ARABIC()
126 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBullet_ARABIC()
145 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC_Suffix()
147 propsRule[1].Value = ")"; in testNumberingBullet_ARABIC_Suffix()
158 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ARABIC_Suffix()
160 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ARABIC_Suffix()
168 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ARABIC_Suffix()
170 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ARABIC_Suffix()
182 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBullet_ARABIC_Suffix()
184 assertEquals("assert numbering and bullet",")",propsRule_assert_odt[3].Value); in testNumberingBullet_ARABIC_Suffix()
193 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBullet_ARABIC_Suffix()
195 assertEquals("assert numbering and bullet",")",propsRule_assert_doc[3].Value); in testNumberingBullet_ARABIC_Suffix()
214 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC_Preffix_Suffix()
216 propsRule[1].Value = ")"; in testNumberingBullet_ARABIC_Preffix_Suffix()
218 propsRule[2].Value = "("; in testNumberingBullet_ARABIC_Preffix_Suffix()
229 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ARABIC_Preffix_Suffix()
231 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ARABIC_Preffix_Suffix()
239 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ARABIC_Preffix_Suffix()
241 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ARABIC_Preffix_Suffix()
253 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
255 assertEquals("assert numbering and bullet",")",propsRule_assert_odt[3].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
257 assertEquals("assert numbering and bullet","(",propsRule_assert_odt[2].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
266 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
268 assertEquals("assert numbering and bullet",")",propsRule_assert_doc[3].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
270 assertEquals("assert numbering and bullet","(",propsRule_assert_odt[2].Value); in testNumberingBullet_ARABIC_Preffix_Suffix()
289 propsRule[0].Value = NumberingType.ROMAN_LOWER; in testNumberingBullet_ROMAN_LOWER()
300 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ROMAN_LOWER()
302 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ROMAN_LOWER()
310 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ROMAN_LOWER()
312 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ROMAN_LOWER()
324 …sertEquals("assert numbering and bullet",NumberingType.ROMAN_LOWER,propsRule_assert_odt[11].Value); in testNumberingBullet_ROMAN_LOWER()
333 …sertEquals("assert numbering and bullet",NumberingType.ROMAN_LOWER,propsRule_assert_doc[11].Value); in testNumberingBullet_ROMAN_LOWER()
352 propsRule[0].Value = NumberingType.ROMAN_UPPER; in testNumberingBullet_ROMAN_UPPER()
363 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ROMAN_UPPER()
365 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ROMAN_UPPER()
373 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ROMAN_UPPER()
375 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ROMAN_UPPER()
387 …sertEquals("assert numbering and bullet",NumberingType.ROMAN_UPPER,propsRule_assert_odt[11].Value); in testNumberingBullet_ROMAN_UPPER()
396 …sertEquals("assert numbering and bullet",NumberingType.ROMAN_UPPER,propsRule_assert_doc[11].Value); in testNumberingBullet_ROMAN_UPPER()
415 propsRule[0].Value = NumberingType.CHARS_UPPER_LETTER; in testNumberingBullet_CHARS_UPPER_LETTER()
417 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_UPPER_LETTER()
428 aStoreProperties_odt[0].Value = true; in testNumberingBullet_CHARS_UPPER_LETTER()
430 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_CHARS_UPPER_LETTER()
438 aStoreProperties_doc[0].Value = true; in testNumberingBullet_CHARS_UPPER_LETTER()
440 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_CHARS_UPPER_LETTER()
452 …als("assert numbering and bullet",NumberingType.CHARS_UPPER_LETTER,propsRule_assert_odt[11].Value); in testNumberingBullet_CHARS_UPPER_LETTER()
454 assertEquals("assert numbering and bullet",")",propsRule_assert_odt[3].Value); in testNumberingBullet_CHARS_UPPER_LETTER()
463 …als("assert numbering and bullet",NumberingType.CHARS_UPPER_LETTER,propsRule_assert_doc[11].Value); in testNumberingBullet_CHARS_UPPER_LETTER()
465 assertEquals("assert numbering and bullet",")",propsRule_assert_doc[3].Value); in testNumberingBullet_CHARS_UPPER_LETTER()
484 propsRule[0].Value = NumberingType.CHARS_LOWER_LETTER; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
486 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
497 aStoreProperties_odt[0].Value = true; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
499 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
507 aStoreProperties_doc[0].Value = true; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
509 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
521 …als("assert numbering and bullet",NumberingType.CHARS_LOWER_LETTER,propsRule_assert_odt[11].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
523 assertEquals("assert numbering and bullet",")",propsRule_assert_odt[3].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
532 …als("assert numbering and bullet",NumberingType.CHARS_LOWER_LETTER,propsRule_assert_doc[11].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
534 assertEquals("assert numbering and bullet",")",propsRule_assert_doc[3].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
553 propsRule[0].Value = NumberingType.CHARS_LOWER_LETTER; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
555 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
557 propsRule[2].Value = "("; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
568 aStoreProperties_odt[0].Value = true; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
570 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
578 aStoreProperties_doc[0].Value = true; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
580 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
592 …als("assert numbering and bullet",NumberingType.CHARS_LOWER_LETTER,propsRule_assert_odt[11].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
594 assertEquals("assert numbering and bullet",")",propsRule_assert_odt[3].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
596 assertEquals("assert numbering and bullet","(",propsRule_assert_odt[2].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
605 …als("assert numbering and bullet",NumberingType.CHARS_LOWER_LETTER,propsRule_assert_doc[11].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
607 assertEquals("assert numbering and bullet",")",propsRule_assert_doc[3].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
609 assertEquals("assert numbering and bullet","(",propsRule_assert_doc[2].Value); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()