Home
last modified time | relevance | path

Searched refs:shapeProps (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java90 final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, shape ); in verifySingleModificationDocumentState() local
91 …assertEquals( "wrong circle tpye", CIRCLE_TYPE.getValue(), ((CircleKind)shapeProps.getPropertyValu… in verifySingleModificationDocumentState()
130 …final XPropertySet shapeProps = getDocument().createInstance( "com.sun.star.drawing.EllipseShape",… in impl_createCircleShape() local
131 shapeProps.setPropertyValue( "CircleKind", CIRCLE_TYPE ); in impl_createCircleShape()
132 shapeProps.setPropertyValue( "FillColor", i_color ); in impl_createCircleShape()
134 final XShape shape = UnoRuntime.queryInterface( XShape.class, shapeProps ); in impl_createCircleShape()
H A DChartDocumentTest.java71 …final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, factory.createInsta… in ChartDocumentTest() local
72 shapeProps.setPropertyValue("CLSID", "12dcae26-281f-416f-a234-c3086127382e"); in ChartDocumentTest()
74 final XShape shape = UnoRuntime.queryInterface( XShape.class, shapeProps ); in ChartDocumentTest()
77 … final XTextContent chartTextContent = UnoRuntime.queryInterface( XTextContent.class, shapeProps ); in ChartDocumentTest()
90 …XChartDocument chartDoc = UnoRuntime.queryInterface( XChartDocument.class, shapeProps.getPropertyV… in ChartDocumentTest()
95 shapeProps.getPropertyValue( "EmbeddedObject" ) ); in ChartDocumentTest()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java163 XPropertySet shapeProps = UnoRuntime.queryInterface( in checkInfluenceOfSpreadsheetChange() local
166 String[] previous = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange()
171 String[] RL_TB = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange()
176 String[] LR_TB = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DAccessiblePresentationShape.java102 XPropertySet shapeProps = (XPropertySet) in createTestEnvironment() local
106 shapeProps.setPropertyValue( in createTestEnvironment()
H A DSvxShapePolyPolygonBezier.java229 XPropertySet shapeProps = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment() local
232 shapeProps.setPropertyValue("PolyPolygonBezier",coords); in createTestEnvironment()
H A DSvxGraphCtrlAccessibleContext.java96 XPropertySet shapeProps = (XPropertySet) in createTestEnvironment() local
104 shapeProps.setPropertyValue("GraphicURL", url); in createTestEnvironment()

Completed in 37 milliseconds