Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DGluePointDemo.java86 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 DChangeOrderDemo.java78 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main() local
85 xShapes.add( xShape2 ); in main()
90 UnoRuntime.queryInterface( XPropertySet.class, xShape2 ); in main()
/aoo41x/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx205 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()
/aoo41x/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx97 uno::Reference < drawing::XEnhancedCustomShapeDefaulter > xShape2 = pShape; in _CreateShape() local
98 xShape.set(xShape2,uno::UNO_QUERY); in _CreateShape()
/aoo41x/main/filter/source/flash/
H A Dswfexporter.cxx765 Reference< XShape > xShape2; in ActionSummer() local
769 xShapes->getByIndex( nShape ) >>= xShape2; in ActionSummer()
771 shapecount += ActionSummer(xShape2); in ActionSummer()
/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx145 , 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 62 milliseconds