Lines Matching refs:xShape

149 …> XMLShapeExport::checkForCustomShapeReplacement( const uno::Reference< drawing::XShape >& xShape )  in checkForCustomShapeReplacement()  argument
155 String aType( (OUString)xShape->getShapeType() ); in checkForCustomShapeReplacement()
158 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in checkForCustomShapeReplacement()
177 aPropValues[ 0 ].Value <<= xShape; in checkForCustomShapeReplacement()
198 void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShape >& xShape ) in collectShapeAutoStyles() argument
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles()
220 …uno::Reference< drawing::XShape > xCustomShapeReplacement = checkForCustomShapeReplacement( xShape in collectShapeAutoStyles()
227 ImpCalcShapeType(xShape, aShapeInfo.meShapeType); in collectShapeAutoStyles()
251 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
260 uno::Reference< text::XText > xText(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
336 uno::Reference< drawing::XControlShape > xControl(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
452 mxAnimationsExporter->prepare( xShape, mrExport ); in collectShapeAutoStyles()
498 ? aShapeInfo.xCustomShapeReplacement : xShape; in collectShapeAutoStyles()
532 void XMLShapeExport::exportShape(const uno::Reference< drawing::XShape >& xShape, in exportShape() argument
543 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in exportShape()
598 uno::Reference< container::XChild > xChild( xShape, uno::UNO_QUERY ); in exportShape()
610 ImpCalcShapeType(xShape, eShapeType); in exportShape()
620 mxAnimationsExporter->collect( xShape, mrExport ); in exportShape()
640 uno::Reference< container::XNamed > xNamed( xShape, uno::UNO_QUERY ); in exportShape()
674 uno::Reference< uno::XInterface > xRef( xShape, uno::UNO_QUERY ); in exportShape()
688 uno::Reference< drawing::XShapes > xShapes( xShape, uno::UNO_QUERY ); in exportShape()
693 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); in exportShape()
746 onExport( xShape ); in exportShape()
755 ImpExportRectangleShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
760 ImpExportEllipseShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
765 ImpExportLineShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
773 ImpExportPolygonShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
787 ImpExportTextBoxShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
794 ImpExportGraphicObjectShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
801 ImpExportChartShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint, pAttrList ); in exportShape()
807 ImpExportControlShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
813 ImpExportConnectorShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
819 ImpExportMeasureShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
828 ImpExportOLE2Shape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
835 ImpExportTableShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
843 ImpExportPageShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
849 ImpExportCaptionShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
858 ImpExport3DShape(xShape, aShapeInfo.meShapeType); in exportShape()
864 ImpExport3DSceneShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
871 ImpExportGroupShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
877 ImpExportFrameShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
883 ImpExportAppletShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
889 ImpExportPluginShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
898 ImpExportCustomShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
905 ImpExportMediaShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
940 uno::Reference< drawing::XShape > xShape; in collectShapesAutoStyles() local
944 xShapes->getByIndex(nShapeId) >>= xShape; in collectShapesAutoStyles()
945 DBG_ASSERT( xShape.is(), "Shape without a XShape?" ); in collectShapesAutoStyles()
946 if(!xShape.is()) in collectShapesAutoStyles()
949 collectShapeAutoStyles( xShape ); in collectShapesAutoStyles()
963 uno::Reference< drawing::XShape > xShape; in exportShapes() local
967 xShapes->getByIndex(nShapeId) >>= xShape; in exportShapes()
968 DBG_ASSERT( xShape.is(), "Shape without a XShape?" ); in exportShapes()
969 if(!xShape.is()) in exportShapes()
972 exportShape( xShape, nFeatures, pRefPoint ); in exportShapes()
1055 void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& xShape, in ImpCalcShapeType() argument
1061 uno::Reference< drawing::XShapeDescriptor > xShapeDescriptor(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
1105 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
1160 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
1201 void XMLShapeExport::ImpExportGluePoints( const uno::Reference< drawing::XShape >& xShape ) in ImpExportGluePoints() argument
1203 uno::Reference< drawing::XGluePointsSupplier > xSupplier( xShape, uno::UNO_QUERY ); in ImpExportGluePoints()