Lines Matching refs:xShapeProps
145 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useWriter() local
148 xShapeProps.setPropertyValue("TextContourFrame", new Boolean(true)); in useWriter()
255 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc() local
258 xShapeProps.setPropertyValue("TextContourFrame", new Boolean(true)); in useCalc()
301 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useDraw() local
305 xShapeProps.setPropertyValue("TextContourFrame", new Boolean(true)); in useDraw()
412 … XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShape); in manipulateShape() local
413 xShapeProps.setPropertyValue("FillColor", new Integer(0x99CCFF)); in manipulateShape()
414 xShapeProps.setPropertyValue("LineColor", new Integer(0x000099)); in manipulateShape()
415 xShapeProps.setPropertyValue("RotateAngle", new Integer(3000)); in manipulateShape()
417 xShapeProps.setPropertyValue("TextLeftDistance", new Integer(0)); in manipulateShape()
418 xShapeProps.setPropertyValue("TextRightDistance", new Integer(0)); in manipulateShape()
419 xShapeProps.setPropertyValue("TextUpperDistance", new Integer(0)); in manipulateShape()
420 xShapeProps.setPropertyValue("TextLowerDistance", new Integer(0)); in manipulateShape()