Lines Matching refs:propsRule_assert_doc

126 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c…  in testNumberingBulletAlign_Right()  local
128 assertEquals("assert numbering and bullet","Adjust",propsRule_assert_doc[0].Name); in testNumberingBulletAlign_Right()
129 assertEquals("assert numbering and bullet",HoriOrientation.RIGHT,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Right()
130 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_doc[11].Name); in testNumberingBulletAlign_Right()
131 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Right()
195 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletAlign_Left() local
197 assertEquals("assert numbering and bullet","Adjust",propsRule_assert_doc[0].Name); in testNumberingBulletAlign_Left()
198 assertEquals("assert numbering and bullet",HoriOrientation.LEFT,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Left()
199 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_doc[11].Name); in testNumberingBulletAlign_Left()
200 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Left()
264 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletAlign_Center() local
266 assertEquals("assert numbering and bullet","Adjust",propsRule_assert_doc[0].Name); in testNumberingBulletAlign_Center()
267 assertEquals("assert numbering and bullet",HoriOrientation.CENTER,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Center()
268 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_doc[11].Name); in testNumberingBulletAlign_Center()
269 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Center()