Searched refs:xShape2 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | GluePointDemo.java | 86 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main() local 97 xShapes.add( xShape2 ); in main() 117 xConnectorPropSet.setPropertyValue( "EndShape", xShape2 ); in main() 144 UnoRuntime.queryInterface( XGluePointsSupplier.class, xShape2 ); in main() 165 xConnector2PropSet.setPropertyValue( "EndShape", xShape2 ); in main()
|
H A D | ChangeOrderDemo.java | 78 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main() local 85 xShapes.add( xShape2 ); in main() 90 UnoRuntime.queryInterface( XPropertySet.class, xShape2 ); in main()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 205 Reference< XShape > xShape2( xFact->createInstance( sGraphicShape ), UNO_QUERY_THROW ); in ImpConvertOLE() local 206 xShapes->add( xShape2 ); in ImpConvertOLE() 207 xShape2->setPosition( xShape->getPosition() ); in ImpConvertOLE() 208 xShape2->setSize( xShape->getSize() ); in ImpConvertOLE() 209 Reference< XPropertySet > xPropSet2( xShape2, UNO_QUERY_THROW ); in ImpConvertOLE()
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | ReportDrawPage.cxx | 97 uno::Reference < drawing::XEnhancedCustomShapeDefaulter > xShape2 = pShape; in _CreateShape() local 98 xShape.set(xShape2,uno::UNO_QUERY); in _CreateShape()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfexporter.cxx | 819 Reference< XShape > xShape2; in ActionSummer() local 823 xShapes->getByIndex( nShape ) >>= xShape2; in ActionSummer() 825 shapecount += ActionSummer(xShape2); in ActionSummer()
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 145 , const Reference< drawing::XShape >& xShape2 in doesOverlap() 148 if( !xShape1.is() || !xShape2.is() ) in doesOverlap() 152 …angle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::getSizeAfterRotati… in doesOverlap()
|
Completed in 39 milliseconds