Lines Matching refs:props
89 PropertyValue[] props = new PropertyValue[1]; in setUpDocument() local
90 props[0] = new PropertyValue(); in setUpDocument()
91 props[0].Name = "NumberingType"; in setUpDocument()
92 props[0].Value = new Short(NumberingType.CHAR_SPECIAL ); in setUpDocument()
95 m_xReplace.replaceByIndex(0, props); in setUpDocument()
139 PropertyValue[] props = new PropertyValue[1]; in testBulletColor() local
140 props[0] = new PropertyValue(); in testBulletColor()
141 props[0].Name = "BulletColor"; in testBulletColor()
142 props[0].Value = new Integer(255); in testBulletColor()
144 m_xReplace.replaceByIndex(0, props); in testBulletColor()
159 PropertyValue[] props = new PropertyValue[1]; in testBulletSize() local
160 props[0] = new PropertyValue(); in testBulletSize()
161 props[0].Name = "BulletRelSize"; in testBulletSize()
162 props[0].Value = new Short((short)200); in testBulletSize()
164 m_xReplace.replaceByIndex(0, props); in testBulletSize()