Home
last modified time | relevance | path

Searched refs:xShape1 (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DChangeOrderDemo.java74 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 DGluePointDemo.java82 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()
/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx144 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 34 milliseconds