Lines Matching refs:Value

81 		propsRule[1].Value = NumberingType.ARABIC;  in testNumberingBulletAlign_Right()
83 propsRule[0].Value = HoriOrientation.RIGHT; in testNumberingBulletAlign_Right()
94 aStoreProperties_odt[0].Value = true; in testNumberingBulletAlign_Right()
96 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletAlign_Right()
104 aStoreProperties_doc[0].Value = true; in testNumberingBulletAlign_Right()
106 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletAlign_Right()
118 assertEquals("assert numbering and bullet",HoriOrientation.RIGHT,propsRule_assert_odt[0].Value); in testNumberingBulletAlign_Right()
120 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletAlign_Right()
129 assertEquals("assert numbering and bullet",HoriOrientation.RIGHT,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Right()
131 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Right()
150 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Left()
152 propsRule[0].Value = HoriOrientation.LEFT; in testNumberingBulletAlign_Left()
163 aStoreProperties_odt[0].Value = true; in testNumberingBulletAlign_Left()
165 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletAlign_Left()
173 aStoreProperties_doc[0].Value = true; in testNumberingBulletAlign_Left()
175 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletAlign_Left()
187 assertEquals("assert numbering and bullet",HoriOrientation.LEFT,propsRule_assert_odt[0].Value); in testNumberingBulletAlign_Left()
189 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletAlign_Left()
198 assertEquals("assert numbering and bullet",HoriOrientation.LEFT,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Left()
200 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Left()
219 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Center()
221 propsRule[0].Value = HoriOrientation.CENTER; in testNumberingBulletAlign_Center()
232 aStoreProperties_odt[0].Value = true; in testNumberingBulletAlign_Center()
234 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletAlign_Center()
242 aStoreProperties_doc[0].Value = true; in testNumberingBulletAlign_Center()
244 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletAlign_Center()
256 assertEquals("assert numbering and bullet",HoriOrientation.CENTER,propsRule_assert_odt[0].Value); in testNumberingBulletAlign_Center()
258 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletAlign_Center()
267 assertEquals("assert numbering and bullet",HoriOrientation.CENTER,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Center()
269 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Center()