Searched refs:xShape1 (Results 1 – 3 of 3) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ChangeOrderDemo.java | 74 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main() local 82 xShapes.add( xShape1 ); in main() 83 ShapeHelper.addPortion( xShape1, " this shape was inserted first", false ); in main() 84 ShapeHelper.addPortion( xShape1, "by changing the ZOrder it lie now on top", true ); in main() 88 UnoRuntime.queryInterface( XPropertySet.class, xShape1 ); in main()
|
H A D | GluePointDemo.java | 82 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main() local 96 xShapes.add( xShape1 ); in main() 113 xConnectorPropSet.setPropertyValue( "StartShape", xShape1 ); in main() 135 UnoRuntime.queryInterface( XGluePointsSupplier.class, xShape1 ); in main() 161 xConnector2PropSet.setPropertyValue( "StartShape", xShape1 ); in main()
|
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 144 bool doesOverlap( const Reference< drawing::XShape >& xShape1 in doesOverlap() argument 148 if( !xShape1.is() || !xShape2.is() ) in doesOverlap() 151 …angle aRect1( BaseGFXHelper::makeRectangle(xShape1->getPosition(),ShapeFactory::getSizeAfterRotati… in doesOverlap()
|
Completed in 36 milliseconds