Lines Matching refs:props
119 PropertyValue[] props = new PropertyValue[3]; in testGraphicBulletFromFile() local
120 props[0] = new PropertyValue(); in testGraphicBulletFromFile()
121 props[0].Name = "NumberingType"; in testGraphicBulletFromFile()
122 props[0].Value = new Short(NumberingType.BITMAP ); in testGraphicBulletFromFile()
124 props[1] = new PropertyValue(); in testGraphicBulletFromFile()
125 props[1].Name = "GraphicURL"; in testGraphicBulletFromFile()
126 props[1].Value = "vnd.sun.star.GraphicObject:"+getUniqueIDOfGraphicFile(app, m_GraphicPath); in testGraphicBulletFromFile()
128 props[2] = new PropertyValue(); in testGraphicBulletFromFile()
129 props[2].Name = "GraphicSize"; in testGraphicBulletFromFile()
130 props[2].Value = new Size(1000,1000); in testGraphicBulletFromFile()
132 xReplace.replaceByIndex(0, props); in testGraphicBulletFromFile()