Home
last modified time | relevance | path

Searched refs:createShape (Results 1 – 25 of 84) sorted by relevance

1234

/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape()
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape()
147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient()
183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor()
206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch()
238 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle()
271 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor()
294 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapePositionSize()
310 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeRotation()
/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart()
117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart()
140 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBarChart()
162 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertConeChart()
196 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertLineChart()
220 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertPieChart()
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DGluePointDemo.java82 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main()
86 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main()
91 XShape xConnector = ShapeHelper.createShape( xDrawDoc, in main()
152 XShape xConnector2 = ShapeHelper.createShape( xDrawDoc, in main()
H A DDrawingDemo.java263 XShape xPolyPolygonBezier = ShapeHelper.createShape( xDrawDoc, in Demo_PolyPolygonBezier()
355 XShape xGroup = ShapeHelper.createShape( xDrawDoc, in Demo_Group1()
377 XShape xRect1 = ShapeHelper.createShape( xDrawDoc, in Demo_Group1()
381 XShape xRect2 = ShapeHelper.createShape( xDrawDoc, in Demo_Group1()
H A DChangeOrderDemo.java74 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main()
78 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main()
/aoo4110/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeConnector.java155 oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse"); in createTestEnvironment()
160 SOF.createShape(xDrawDoc, in createTestEnvironment()
189 XShape oShape1 = SOF.createShape(xDrawDoc,1000,2000,1500,1000,"Line"); in createTestEnvironment()
190 XShape oShape2 = SOF.createShape(xDrawDoc,1000,2000,4000,3000,"Line"); in createTestEnvironment()
H A DSvxShapeGroup.java134 XShape Shape1 = SOF.createShape(xDrawDoc, in createTestEnvironment()
136 oShapes.add(SOF.createShape(xDrawDoc, in createTestEnvironment()
139 XShape Shape2 = SOF.createShape(xDrawDoc, in createTestEnvironment()
183 Shape2 = SOF.createShape(xDrawDoc, in createTestEnvironment()
H A DSvxShapeDimensioning.java114 oShape = SOF.createShape(xDrawDoc,4000,4000,3000,3000,"Measure"); in createTestEnvironment()
120 SOF.createShape(xDrawDoc, in createTestEnvironment()
127 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment()
/aoo4110/main/oox/source/vml/
H A Dvmlshapecontext.cxx250 return new GroupShapeContext( rParent, rShapes.createShape< GroupShape >(), rAttribs ); in createShapeContext()
252 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext()
255 return new ShapeContext( rParent, rShapes.createShape< RectangleShape >(), rAttribs ); in createShapeContext()
257 return new ShapeContext( rParent, rShapes.createShape< EllipseShape >(), rAttribs ); in createShapeContext()
259 return new ShapeContext( rParent, rShapes.createShape< PolyLineShape >(), rAttribs ); in createShapeContext()
267 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext()
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox()
112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient()
152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor()
180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch()
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx224 ScVbaShapes::createShape( rtl::OUString service ) throw (css::uno::RuntimeException) in createShape() function in ScVbaShapes
240 … uno::Reference< drawing::XShape > xShape( createShape( sCreateShapeName ), uno::UNO_QUERY_THROW ); in AddRectangle()
272 … uno::Reference< drawing::XShape > xShape( createShape( sCreateShapeName ), uno::UNO_QUERY_THROW ); in AddEllipse()
319 …uno::Reference< drawing::XShape > xShape( createShape( rtl::OUString::createFromAscii("com.sun.sta… in AddLine()
377 … uno::Reference< drawing::XShape > xShape( createShape( sCreateShapeName ), uno::UNO_QUERY_THROW ); in AddTextboxInWriter()
422 uno::Reference< drawing::XShape > xShape( createShape( sService ), uno::UNO_QUERY_THROW ); in AddShape()
/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwXDrawPage.java144 oShapes.add(SOF.createShape(xTextDoc,2000,1500,1000,1000,"Line")); in createTestEnvironment()
145 oShapes.add(SOF.createShape(xTextDoc,3000,4500,15000,1000,"Ellipse")); in createTestEnvironment()
146 oShapes.add(SOF.createShape(xTextDoc,5000,3500,7500,5000,"Rectangle")); in createTestEnvironment()
/aoo4110/main/odk/examples/java/Drawing/
H A DSDraw.java104 xShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line",0)); in main()
105 xShapes.add(createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse",16711680)); in main()
106 xShapes.add(createShape(xDrawDoc,5000,3500,7500,5000,"Rectangle",6710932)); in main()
144 public static com.sun.star.drawing.XShape createShape( in createShape() method in SDraw
/aoo4110/main/qadevOOo/tests/java/mod/_sd/
H A DSdGenericDrawPage.java163 oShapes.add(SOF.createShape in createTestEnvironment()
165 oShapes.add(SOF.createShape in createTestEnvironment()
167 oShapes.add(SOF.createShape in createTestEnvironment()
H A DSdMasterPage.java170 oShapes.add(SOF.createShape(xDrawDoc, 2000, 1500, 1000, 1000, "Line")); in createTestEnvironment()
171 oShapes.add(SOF.createShape in createTestEnvironment()
173 oShapes.add(SOF.createShape in createTestEnvironment()
H A DSdDrawPage.java181 oShapes.add(SOF.createShape in createTestEnvironment()
183 oShapes.add(SOF.createShape in createTestEnvironment()
185 oShapes.add(SOF.createShape in createTestEnvironment()
H A DSdXShape.java156 XInterface oObj = SOF.createShape in createTestEnvironment()
160 SOF.createShape(xDrawDoc, in createTestEnvironment()
163 XShape oShape = SOF.createShape in createTestEnvironment()
H A DSdUnoDrawView.java196 XShape shape1 = SOF.createShape( in createTestEnvironment()
198 XShape shape2 = SOF.createShape( in createTestEnvironment()
200 XShape shape3 = SOF.createShape( in createTestEnvironment()
H A DDrawController_DrawView.java182 XShape shape1 = SOF.createShape( in createTestEnvironment()
184 XShape shape2 = SOF.createShape( in createTestEnvironment()
186 XShape shape3 = SOF.createShape( in createTestEnvironment()
H A DDrawController_HandoutView.java201 XShape shape1 = SOF.createShape( in createTestEnvironment()
203 XShape shape2 = SOF.createShape( in createTestEnvironment()
205 XShape shape3 = SOF.createShape( in createTestEnvironment()
H A DDrawController_NotesView.java198 XShape shape1 = SOF.createShape( in createTestEnvironment()
200 XShape shape2 = SOF.createShape( in createTestEnvironment()
202 XShape shape3 = SOF.createShape( in createTestEnvironment()
H A DDrawController_OutlineView.java198 XShape shape1 = SOF.createShape( in createTestEnvironment()
200 XShape shape2 = SOF.createShape( in createTestEnvironment()
202 XShape shape3 = SOF.createShape( in createTestEnvironment()
H A DDrawController_PresentationView.java198 XShape shape1 = SOF.createShape( in createTestEnvironment()
200 XShape shape2 = SOF.createShape( in createTestEnvironment()
202 XShape shape3 = SOF.createShape( in createTestEnvironment()
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java86 XShape xRectangle1 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
94 XShape xRectangle2 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
102 XShape xRectangle3 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
/aoo4110/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx66 ShapeT& createShape();
114 ShapeT& ShapeContainer::createShape() in createShape() function in oox::vml::ShapeContainer

Completed in 87 milliseconds

1234