Lines Matching refs:propsRule

80         PropertyValue[] propsRule = {new PropertyValue()};  in testNumberingBullet_ARABIC()  local
81 propsRule[0].Name = "NumberingType"; in testNumberingBullet_ARABIC()
82 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC()
84 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC()
143 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBullet_ARABIC_Suffix() local
144 propsRule[0].Name = "NumberingType"; in testNumberingBullet_ARABIC_Suffix()
145 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC_Suffix()
146 propsRule[1].Name = "Suffix"; in testNumberingBullet_ARABIC_Suffix()
147 propsRule[1].Value = ")"; in testNumberingBullet_ARABIC_Suffix()
149 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC_Suffix()
212 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBullet_ARABIC_Preffix_Suffix() local
213 propsRule[0].Name = "NumberingType"; in testNumberingBullet_ARABIC_Preffix_Suffix()
214 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC_Preffix_Suffix()
215 propsRule[1].Name = "Suffix"; in testNumberingBullet_ARABIC_Preffix_Suffix()
216 propsRule[1].Value = ")"; in testNumberingBullet_ARABIC_Preffix_Suffix()
217 propsRule[2].Name = "Prefix"; in testNumberingBullet_ARABIC_Preffix_Suffix()
218 propsRule[2].Value = "("; in testNumberingBullet_ARABIC_Preffix_Suffix()
220 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC_Preffix_Suffix()
287 PropertyValue[] propsRule = {new PropertyValue()}; in testNumberingBullet_ROMAN_LOWER() local
288 propsRule[0].Name = "NumberingType"; in testNumberingBullet_ROMAN_LOWER()
289 propsRule[0].Value = NumberingType.ROMAN_LOWER; in testNumberingBullet_ROMAN_LOWER()
291 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ROMAN_LOWER()
350 PropertyValue[] propsRule = {new PropertyValue()}; in testNumberingBullet_ROMAN_UPPER() local
351 propsRule[0].Name = "NumberingType"; in testNumberingBullet_ROMAN_UPPER()
352 propsRule[0].Value = NumberingType.ROMAN_UPPER; in testNumberingBullet_ROMAN_UPPER()
354 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ROMAN_UPPER()
413 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBullet_CHARS_UPPER_LETTER() local
414 propsRule[0].Name = "NumberingType"; in testNumberingBullet_CHARS_UPPER_LETTER()
415 propsRule[0].Value = NumberingType.CHARS_UPPER_LETTER; in testNumberingBullet_CHARS_UPPER_LETTER()
416 propsRule[1].Name = "Suffix"; in testNumberingBullet_CHARS_UPPER_LETTER()
417 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_UPPER_LETTER()
419 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_UPPER_LETTER()
482 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix() local
483 propsRule[0].Name = "NumberingType"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
484 propsRule[0].Value = NumberingType.CHARS_LOWER_LETTER; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
485 propsRule[1].Name = "Suffix"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
486 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
488 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix()
551 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix() local
552 propsRule[0].Name = "NumberingType"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
553 propsRule[0].Value = NumberingType.CHARS_LOWER_LETTER; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
554 propsRule[1].Name = "Suffix"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
555 propsRule[1].Value = ")"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
556 propsRule[2].Name = "Prefix"; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
557 propsRule[2].Value = "("; in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
559 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()