Home
last modified time | relevance | path

Searched refs:xRectangle (Results 1 – 7 of 7) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java79 XShape xRectangle; in main() local
87 xRectangle = ShapeHelper.createShape( xDrawDoc, in main()
91 xShapes.add( xRectangle ); in main()
93 UnoRuntime.queryInterface( XPropertySet.class, xRectangle ); in main()
97 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion1", false ); in main()
106 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion3", true ); in main()
115 xRectangle = ShapeHelper.createShape( xDrawDoc, in main()
119 xShapes.add( xRectangle ); in main()
121 UnoRuntime.queryInterface( XPropertySet.class, xRectangle ); in main()
128 xTextPropSet = ShapeHelper.addPortion( xRectangle, in main()
[all …]
H A DFillAndLineStyleDemo.java73 XShape xRectangle = ShapeHelper.createShape( xDrawDoc, in main() local
80 xShapes.add( xRectangle ); in main()
83 UnoRuntime.queryInterface( XPropertySet.class, xRectangle ); in main()
/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx265 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon() local
266 if (xRectangle.is()) in CreatePolygon()
267 xRectangle->setClosed(0, sal_True); in CreatePolygon()
269 return xRectangle; in CreatePolygon()
290 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon() local
291 if (xRectangle.is()) in CreatePolygon()
292 xRectangle->setClosed(0, sal_True); in CreatePolygon()
294 return xRectangle; in CreatePolygon()
322 if (xRectangle.is()) in CreatePolygon()
324 xRectangle->setClosed(nIndex, sal_True); in CreatePolygon()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java92 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in testParagraphPropertyShape() local
93 xShapes.add(xRectangle); in testParagraphPropertyShape()
95 …ropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangle); in testParagraphPropertyShape()
103 XPropertySet xTextPropSet = addPortion(xRectangle, "using TextFitToSize", false); in testParagraphPropertyShape()
104 xTextPropSet = addPortion(xRectangle, "and a Border distance of 2,5 cm", true); in testParagraphPropertyShape()
106 xRectangle = saveAndLoadShape(1,0); in testParagraphPropertyShape()
H A DParagraphStyle.java94 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in ParaStyle() local
95 xShapes.add(xRectangle); in ParaStyle()
96 …ropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangle); in ParaStyle()
100 XPropertySet xTextPropSet1 = addPortion(xRectangle, "New text paragraph", true); in ParaStyle()
113 XPropertySet xTextPropSet2 = addPortion(xRectangle, "And another text paragraph", true); in ParaStyle()
116 xRectangle = saveAndLoadShape(1, 0); in ParaStyle()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java101 XShape xRectangle = ShapeUtil.createShape(impressDocument, po, in testTextAnimation() local
103 xShapes.add(xRectangle); in testTextAnimation()
105 XPropertySet xTextPropSet = addPortion(xRectangle, "Text Animation", in testTextAnimation()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx185 uno::Reference<drawing::XShape> xRectangle; in CreateDrawPageShape() local
187 xRectangle = uno::Reference<drawing::XShape>(xFactory->createInstance ( in CreateDrawPageShape()
192 if (xRectangle.is()) in CreateDrawPageShape()
206 xRectangle->setPosition (aPosition); in CreateDrawPageShape()
214 xRectangle->setSize (aSize); in CreateDrawPageShape()

Completed in 27 milliseconds