Home
last modified time | relevance | path

Searched refs:oShape (Results 26 – 41 of 41) sorted by relevance

12

/aoo41x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxUnoTextContentEnum.java109 XShape oShape = SOF.createShape in createTestEnvironment() local
111 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment()
114 (XSimpleText.class, oShape) ; in createTestEnvironment()
H A DAccessibleControlShape.java85 final XShape oShape = FormTools.insertControlShape in createTestEnvironment() local
108 Size size = oShape.getSize(); in createTestEnvironment()
110 oShape.setSize(size); in createTestEnvironment()
H A DSvxUnoTextContent.java109 XShape oShape = SOF.createShape(xDrawDoc, in createTestEnvironment() local
111 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment()
114 (XSimpleText.class, oShape) ; in createTestEnvironment()
H A DSvxUnoTextRangeEnumeration.java109 XShape oShape = SOF.createShape in createTestEnvironment() local
111 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment()
114 (XSimpleText.class, oShape) ; in createTestEnvironment()
H A DSvxUnoTextRange.java109 XShape oShape = SOF.createShape in createTestEnvironment() local
111 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment()
114 (XSimpleText.class, oShape) ; in createTestEnvironment()
H A DSvxDrawPage.java146 XShape oShape = null; in createTestEnvironment() local
171 oShape = SOF.createShape(xComp, 5000, 3500, 7500, 5000, in createTestEnvironment()
173 DrawTools.getShapes((XDrawPage) oObj).add(oShape); in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_sd/
H A DSdPageLinkTargets.java116 XShape oShape = in createTestEnvironment() local
118 oShapes.add(oShape); in createTestEnvironment()
121 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
H A DSdXShape.java163 XShape oShape = SOF.createShape in createTestEnvironment() local
166 oShapes.add((XShape) oShape); in createTestEnvironment()
195 UnoRuntime.queryInterface(XPropertySet.class, oShape); in createTestEnvironment()
H A DAccessibleDrawDocumentView.java103 XShape oShape = SOF.createShape(xDrawDoc, 5000, 3500, 7500, 5000, "Rectangle"); in createTestEnvironment() local
104 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment()
/aoo41x/main/embeddedobj/qa/embedding/
H A DTest01.java106 Object oShape = xDrFactory.createInstance( "com.sun.star.drawing.OLE2Shape" ); in test() local
107 XShape xShape = ( XShape ) UnoRuntime.queryInterface( XShape.class, oShape ); in test()
114 …PropertySet xShapeProps = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oShape ); in test()
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScDrawPageObj.java102 XShape oShape = null ; in createTestEnvironment() local
123 oShape = SOF.createShape(xComp,5000,3500,7500,5000,"Rectangle"); in createTestEnvironment()
124 DrawTools.getShapes((XDrawPage) oObj).add(oShape); in createTestEnvironment()
/aoo41x/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java141 XShape oShape = SOF.createShape(xDrawDoc, 5000, 5000, 1500, 1000, "GraphicObject"); in checkContextMenuInterceptor() local
142 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc, 0)).add(oShape); in checkContextMenuInterceptor()
156 XPropertySet oShapeProps = UnoRuntime.queryInterface(XPropertySet.class, oShape); in checkContextMenuInterceptor()
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXShape.java117 XInterface oShape = SOF.createShape(xTextDoc, in createTestEnvironment() local
119 oShapes.add((XShape) oShape); in createTestEnvironment()
/aoo41x/main/qadevOOo/runner/util/
H A DDrawTools.java134 XShape oShape = (XShape)instCreate.getInstance(); in createShape() local
136 return oShape; in createShape()
H A DSOfficeFactory.java426 XShape oShape = (XShape) instCreate.getInstance(); in createShape() local
428 return oShape; in createShape()
/aoo41x/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java850 XShape oShape = SOF.createShape in fillDrawDocWithContent() local
853 oShapes.add((XShape) oShape); in fillDrawDocWithContent()

Completed in 50 milliseconds

12