Home
last modified time | relevance | path

Searched refs:oShapeProps (Results 1 – 15 of 15) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphicObject.java176 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
181 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
188 oShapeProps = (XPropertySet) in createTestEnvironment()
192 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
201 oShapeProps = (XPropertySet) in createTestEnvironment()
205 oShapeProps.setPropertyValue( in createTestEnvironment()
208 new Type(XBitmap.class),oShapeProps.getPropertyValue in createTestEnvironment()
220 oShapeProps.setPropertyValue( in createTestEnvironment()
223 new Type(XBitmap.class),oShapeProps.getPropertyValue in createTestEnvironment()
H A DSvxShapeControl.java131 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
136 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
139 oShapeProps = (XPropertySet) in createTestEnvironment()
143 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShapeDimensioning.java140 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
145 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
148 oShapeProps = (XPropertySet) in createTestEnvironment()
152 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShape.java191 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
196 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
203 oShapeProps = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
207 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShapeConnector.java165 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
170 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
174 oShapeProps = (XPropertySet) in createTestEnvironment()
178 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShapeCircle.java210 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
216 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
223 oShapeProps = (XPropertySet) in createTestEnvironment()
227 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShapePolyPolygon.java235 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
240 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
243 oShapeProps = (XPropertySet) in createTestEnvironment()
247 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DAccessiblePresentationOLEShape.java101 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
104 oShapeProps.setPropertyValue("IsEmptyPresentationObject", new Boolean(false)); in createTestEnvironment()
114 oShapeProps.setPropertyValue( in createTestEnvironment()
116 oShapeProps.setPropertyValue("IsEmptyPresentationObject", new Boolean(false)); in createTestEnvironment()
H A DSvxShapeGroup.java144 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
149 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
151 oShapeProps = (XPropertySet) in createTestEnvironment()
156 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DSvxShapePolyPolygonBezier.java248 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
253 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
256 oShapeProps = (XPropertySet) in createTestEnvironment()
260 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
H A DAccessiblePresentationGraphicShape.java101 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
104 oShapeProps.setPropertyValue( in createTestEnvironment()
106 oShapeProps.setPropertyValue("IsEmptyPresentationObject", new Boolean(false)); in createTestEnvironment()
H A DGraphicExporter.java149 XPropertySet oShapeProps = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment() local
154 oShapeProps.setPropertyValue("GraphicURL", in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXShape.java172 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment() local
177 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
178 oShapeProps.setPropertyValue("ZOrder", new Integer(1)); in createTestEnvironment()
194 oShapeProps = (XPropertySet) in createTestEnvironment()
198 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java156 XPropertySet oShapeProps = UnoRuntime.queryInterface(XPropertySet.class, oShape); in checkContextMenuInterceptor() local
163 oShapeProps.setPropertyValue("GraphicURL", sFile); in checkContextMenuInterceptor()
164 Object oProp = oShapeProps.getPropertyValue("GraphicObjectFillBitmap"); in checkContextMenuInterceptor()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java856 XPropertySet oShapeProps = (XPropertySet) in fillDrawDocWithContent() local
861 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in fillDrawDocWithContent()
862 oShapeProps.setPropertyValue("ZOrder", new Integer(1)); in fillDrawDocWithContent()

Completed in 58 milliseconds