Home
last modified time | relevance | path

Searched refs:propsRule (Results 1 – 11 of 11) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java79 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletCharacterStyle_Rubies() local
80 propsRule[0].Name = "NumberingType"; in testNumberingBulletCharacterStyle_Rubies()
81 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBulletCharacterStyle_Rubies()
82 propsRule[1].Name = "CharStyleName"; in testNumberingBulletCharacterStyle_Rubies()
83 propsRule[1].Value = "Rubies"; in testNumberingBulletCharacterStyle_Rubies()
85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_Rubies()
148 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletCharacterStyle_Emphasis() local
149 propsRule[0].Name = "NumberingType"; in testNumberingBulletCharacterStyle_Emphasis()
150 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBulletCharacterStyle_Emphasis()
151 propsRule[1].Name = "CharStyleName"; in testNumberingBulletCharacterStyle_Emphasis()
[all …]
H A DParagraphNumberingAndBullet_Graphic_Alignment.java80 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBullet_Graphic_Align_BottomofBaseline() local
81 propsRule[0].Name = "NumberingType"; in testNumberingBullet_Graphic_Align_BottomofBaseline()
82 propsRule[0].Value = NumberingType.BITMAP; in testNumberingBullet_Graphic_Align_BottomofBaseline()
83 propsRule[1].Name = "GraphicURL"; in testNumberingBullet_Graphic_Align_BottomofBaseline()
84 propsRule[1].Value = FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")); in testNumberingBullet_Graphic_Align_BottomofBaseline()
85 propsRule[2].Name = "VertOrient"; in testNumberingBullet_Graphic_Align_BottomofBaseline()
86 propsRule[2].Value = VertOrientation.BOTTOM; in testNumberingBullet_Graphic_Align_BottomofBaseline()
88 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_BottomofBaseline()
155 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBullet_Graphic_Align_CenterofBaseline() local
156 propsRule[0].Name = "NumberingType"; in testNumberingBullet_Graphic_Align_CenterofBaseline()
[all …]
H A DParagraphNumberingAndBullet_Numbering.java80 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()
[all …]
H A DParagraphNumberingAndBulletAlignment.java79 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletAlign_Right() local
80 propsRule[1].Name = "NumberingType"; in testNumberingBulletAlign_Right()
81 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Right()
82 propsRule[0].Name = "Adjust"; in testNumberingBulletAlign_Right()
83 propsRule[0].Value = HoriOrientation.RIGHT; in testNumberingBulletAlign_Right()
85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Right()
148 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletAlign_Left() local
149 propsRule[1].Name = "NumberingType"; in testNumberingBulletAlign_Left()
150 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Left()
151 propsRule[0].Name = "Adjust"; in testNumberingBulletAlign_Left()
[all …]
H A DParagraphNumberingAndBullet_CharacterBullet.java80 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingAndBullet_CharacterBullet1() local
81 propsRule[0].Name = "NumberingType"; in testNumberingAndBullet_CharacterBullet1()
82 propsRule[0].Value = NumberingType.CHAR_SPECIAL; in testNumberingAndBullet_CharacterBullet1()
83 propsRule[1].Name = "BulletId"; in testNumberingAndBullet_CharacterBullet1()
84 propsRule[1].Value = (short)8226; in testNumberingAndBullet_CharacterBullet1()
86 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingAndBullet_CharacterBullet1()
149 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingAndBullet_CharacterBullet2() local
150 propsRule[0].Name = "NumberingType"; in testNumberingAndBullet_CharacterBullet2()
151 propsRule[0].Value = NumberingType.CHAR_SPECIAL; in testNumberingAndBullet_CharacterBullet2()
152 propsRule[1].Name = "BulletId"; in testNumberingAndBullet_CharacterBullet2()
[all …]
H A DParagraphNumberingAndBulletIndentAtAndAlignAt.java79 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBulletIndentAtAndAlignAt() local
80 propsRule[0].Name = "NumberingType"; in testNumberingBulletIndentAtAndAlignAt()
81 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBulletIndentAtAndAlignAt()
82 propsRule[1].Name = "IndentAt"; in testNumberingBulletIndentAtAndAlignAt()
83 propsRule[1].Value = 499; in testNumberingBulletIndentAtAndAlignAt()
84 propsRule[2].Name = "FirstLineIndent"; in testNumberingBulletIndentAtAndAlignAt()
85 propsRule[2].Value = 199; in testNumberingBulletIndentAtAndAlignAt()
87 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletIndentAtAndAlignAt()
H A DParagraphNumberingAndBullet_Graphic_WidthAndHeight.java84 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue(),new PropertyValue()}; in testNumberingBullet_Graphic() local
85 propsRule[0].Name = "NumberingType"; in testNumberingBullet_Graphic()
86 propsRule[0].Value = NumberingType.BITMAP; in testNumberingBullet_Graphic()
87 propsRule[1].Name = "GraphicURL"; in testNumberingBullet_Graphic()
88 propsRule[1].Value = FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")); in testNumberingBullet_Graphic()
89 propsRule[2].Name = "GraphicSize"; in testNumberingBullet_Graphic()
90 propsRule[2].Value = size; in testNumberingBullet_Graphic()
92 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic()
H A DParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java78 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletBeforeAndAfterCharacter() local
79 propsRule[1].Name = "Prefix"; in testNumberingBulletBeforeAndAfterCharacter()
80 propsRule[1].Value = "#$%&"; in testNumberingBulletBeforeAndAfterCharacter()
81 propsRule[0].Name = "Suffix"; in testNumberingBulletBeforeAndAfterCharacter()
82 propsRule[0].Value = "abcd"; in testNumberingBulletBeforeAndAfterCharacter()
84 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletBeforeAndAfterCharacter()
H A DParagraphNumberingAndBullet_Graphic.java80 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBullet_Graphic() local
81 propsRule[0].Name = "NumberingType"; in testNumberingBullet_Graphic()
82 propsRule[0].Value = NumberingType.BITMAP; in testNumberingBullet_Graphic()
83 propsRule[1].Name = "GraphicURL"; in testNumberingBullet_Graphic()
84 propsRule[1].Value = FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")); in testNumberingBullet_Graphic()
86 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic()
H A DParagraphNumberingAndBullet_Number_StartWith.java79 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletStartWith() local
80 propsRule[1].Name = "NumberingType"; in testNumberingBulletStartWith()
81 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletStartWith()
82 propsRule[0].Name = "StartWith"; in testNumberingBulletStartWith()
83 propsRule[0].Value = (short)5; in testNumberingBulletStartWith()
85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletStartWith()
H A DParagraphNumberingAndBulletTabStop.java78 PropertyValue[] propsRule = {new PropertyValue()}; in testNumberingBulletTabStop() local
79 propsRule[0].Name = "ListtabStopPosition"; in testNumberingBulletTabStop()
80 propsRule[0].Value = 5001; in testNumberingBulletTabStop()
82 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletTabStop()