/aoo4110/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 107 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 D | ChartTypes.java | 93 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 D | GluePointDemo.java | 82 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 D | DrawingDemo.java | 263 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 D | ChangeOrderDemo.java | 74 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main() 78 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main()
|
/aoo4110/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapeConnector.java | 155 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 D | SvxShapeGroup.java | 134 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 D | SvxShapeDimensioning.java | 114 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 D | vmlshapecontext.cxx | 250 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 D | FillProperties.java | 94 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 D | vbashapes.cxx | 224 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 D | SwXDrawPage.java | 144 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 D | SDraw.java | 104 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 D | SdGenericDrawPage.java | 163 oShapes.add(SOF.createShape in createTestEnvironment() 165 oShapes.add(SOF.createShape in createTestEnvironment() 167 oShapes.add(SOF.createShape in createTestEnvironment()
|
H A D | SdMasterPage.java | 170 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 D | SdDrawPage.java | 181 oShapes.add(SOF.createShape in createTestEnvironment() 183 oShapes.add(SOF.createShape in createTestEnvironment() 185 oShapes.add(SOF.createShape in createTestEnvironment()
|
H A D | SdXShape.java | 156 XInterface oObj = SOF.createShape in createTestEnvironment() 160 SOF.createShape(xDrawDoc, in createTestEnvironment() 163 XShape oShape = SOF.createShape in createTestEnvironment()
|
H A D | SdUnoDrawView.java | 196 XShape shape1 = SOF.createShape( in createTestEnvironment() 198 XShape shape2 = SOF.createShape( in createTestEnvironment() 200 XShape shape3 = SOF.createShape( in createTestEnvironment()
|
H A D | DrawController_DrawView.java | 182 XShape shape1 = SOF.createShape( in createTestEnvironment() 184 XShape shape2 = SOF.createShape( in createTestEnvironment() 186 XShape shape3 = SOF.createShape( in createTestEnvironment()
|
H A D | DrawController_HandoutView.java | 201 XShape shape1 = SOF.createShape( in createTestEnvironment() 203 XShape shape2 = SOF.createShape( in createTestEnvironment() 205 XShape shape3 = SOF.createShape( in createTestEnvironment()
|
H A D | DrawController_NotesView.java | 198 XShape shape1 = SOF.createShape( in createTestEnvironment() 200 XShape shape2 = SOF.createShape( in createTestEnvironment() 202 XShape shape3 = SOF.createShape( in createTestEnvironment()
|
H A D | DrawController_OutlineView.java | 198 XShape shape1 = SOF.createShape( in createTestEnvironment() 200 XShape shape2 = SOF.createShape( in createTestEnvironment() 202 XShape shape3 = SOF.createShape( in createTestEnvironment()
|
H A D | DrawController_PresentationView.java | 198 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 D | SlideShow.java | 86 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 D | vmlshapecontainer.hxx | 66 ShapeT& createShape(); 114 ShapeT& ShapeContainer::createShape() in createShape() function in oox::vml::ShapeContainer
|