Searched refs:shapeProps (Results  1 – 6 of 6) sorted by relevance
| /trunk/main/sfx2/qa/complex/sfx2/undo/ | 
| H A D | DrawingOrPresentationDocumentTest.java | 90         final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, shape );  in verifySingleModificationDocumentState()  local 91 …assertEquals( "wrong circle type", 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 D | ChartDocumentTest.java | 71 …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 D | CalcRTL.java | 143         XPropertySet shapeProps = UnoRuntime.queryInterface(  in checkInfluenceOfSpreadsheetChange()  local 146         String[] previous = getShapeProps(shapeProps, oShape);  in checkInfluenceOfSpreadsheetChange() 151         String[] RL_TB = getShapeProps(shapeProps, oShape);  in checkInfluenceOfSpreadsheetChange() 156         String[] LR_TB = getShapeProps(shapeProps, oShape);  in checkInfluenceOfSpreadsheetChange()
  | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/ | 
| H A D | AccessiblePresentationShape.java | 102         XPropertySet shapeProps = (XPropertySet)  in createTestEnvironment()  local 106             shapeProps.setPropertyValue(  in createTestEnvironment()
  | 
| H A D | SvxShapePolyPolygonBezier.java | 229             XPropertySet shapeProps = (XPropertySet) UnoRuntime.queryInterface  in createTestEnvironment()  local 232             shapeProps.setPropertyValue("PolyPolygonBezier",coords);  in createTestEnvironment()
  | 
| H A D | SvxGraphCtrlAccessibleContext.java | 96         XPropertySet shapeProps = (XPropertySet)  in createTestEnvironment()  local 104             shapeProps.setPropertyValue("GraphicURL", url);  in createTestEnvironment()
  | 
        Completed in 187 milliseconds