Lines Matching refs:xShape

417 	virtual void onExport( const uno::Reference < drawing::XShape >& xShape );
424 void ScXMLShapeExport::onExport( const uno::Reference < drawing::XShape >& xShape ) in onExport() argument
426 uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY ); in onExport()
664 … uno::Reference<drawing::XShape> xShape(xShapesIndex->getByIndex(nShape), uno::UNO_QUERY); in CollectSharedData() local
665 if (xShape.is()) in CollectSharedData()
667 uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY ); in CollectSharedData()
674 CollectInternalShape( xShape ); in CollectSharedData()
678 SvxShape* pShapeImp(SvxShape::getImplementation(xShape)); in CollectSharedData()
689 awt::Point aPoint(xShape->getPosition()); in CollectSharedData()
690 awt::Size aSize(xShape->getSize()); in CollectSharedData()
691 rtl::OUString sType(xShape->getShapeType()); in CollectSharedData()
706 aMyShape.xShape = xShape; in CollectSharedData()
713 pSharedData->AddTableShape(nTable, xShape); in CollectSharedData()
783 GetShapeExport()->collectShapeAutoStyles(aShapeItr->xShape); in CollectShapesAutoStyles()
805 GetShapeExport()->collectShapeAutoStyles(aNoteShapeItr->xShape); in CollectShapesAutoStyles()
2668 void ScXMLExport::CollectInternalShape( uno::Reference< drawing::XShape > xShape ) in CollectInternalShape() argument
2671 if( SvxShape* pShapeImp = SvxShape::getImplementation( xShape ) ) in CollectInternalShape()
2678 pSharedData->AddNoteObj( xShape, pCaptData->maStart ); in CollectInternalShape()
3055 void ScXMLExport::ExportShape(const uno::Reference < drawing::XShape >& xShape, awt::Point* pPoint) in ExportShape() argument
3057 uno::Reference < beans::XPropertySet > xShapeProps ( xShape, uno::UNO_QUERY ); in ExportShape()
3108 …GetShapeExport()->exportShape( xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList ); in ExportShape()
3142 … GetShapeExport()->exportShape(xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList); in ExportShape()
3204 GetShapeExport()->exportShape(xShape, SEF_DEFAULT, pPoint); in ExportShape()
3225 if (aItr->xShape.is()) in WriteShapes()
3228 … aPoint.X = 2 * aItr->xShape->getPosition().X + aItr->xShape->getSize().Width - aPoint.X; in WriteShapes()
3229 if ( !aItr->xShape->getShapeType().equals(sCaptionShape) ) in WriteShapes()
3242 awt::Point aStartPoint(aItr->xShape->getPosition()); in WriteShapes()
3243 awt::Size aSize(aItr->xShape->getSize()); in WriteShapes()
3256 ExportShape(aItr->xShape, &aPoint); in WriteShapes()
3320 void ScXMLExport::exportAnnotationMeta( const uno::Reference < drawing::XShape >& xShape) in exportAnnotationMeta() argument
3322 …if (pCurrentCell && pCurrentCell->xNoteShape.is() && pCurrentCell->xNoteShape.get() == xShape.get(… in exportAnnotationMeta()