Lines Matching refs:ShapeExport

347 ShapeExport::ShapeExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB…  in ShapeExport()  function in oox::drawingml::ShapeExport
358 sal_Int32 ShapeExport::GetXmlNamespace() const in GetXmlNamespace()
363 ShapeExport& ShapeExport::SetXmlNamespace( sal_Int32 nXmlNamespace ) in SetXmlNamespace()
369 awt::Size ShapeExport::MapSize( const awt::Size& rSize ) const in MapSize()
380 sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape ) in NonEmptyText()
387 ShapeExport& ShapeExport::WriteBezierShape( Reference< XShape > xShape, sal_Bool bClosed ) in WriteBezierShape()
431 ShapeExport& ShapeExport::WriteClosedBezierShape( Reference< XShape > xShape ) in WriteClosedBezierShape()
436 ShapeExport& ShapeExport::WriteOpenBezierShape( Reference< XShape > xShape ) in WriteOpenBezierShape()
441 ShapeExport& ShapeExport::WriteCustomShape( Reference< XShape > xShape ) in WriteCustomShape()
514 ShapeExport& ShapeExport::WriteEllipseShape( Reference< XShape > xShape ) in WriteEllipseShape()
554 ShapeExport& ShapeExport::WriteFill( Reference< XPropertySet > xPropSet ) in WriteFill()
587 ShapeExport& ShapeExport::WriteGraphicObjectShape( Reference< XShape > xShape ) in WriteGraphicObjectShape()
658 ShapeExport& ShapeExport::WriteConnectorShape( Reference< XShape > xShape ) in WriteConnectorShape()
749 ShapeExport& ShapeExport::WriteLineShape( Reference< XShape > xShape ) in WriteLineShape()
796 ShapeExport& ShapeExport::WriteNonVisualDrawingProperties( Reference< XShape > xShape, const char* … in WriteNonVisualDrawingProperties()
806 ShapeExport& ShapeExport::WriteNonVisualProperties( Reference< XShape > ) in WriteNonVisualProperties()
812 ShapeExport& ShapeExport::WriteRectangleShape( Reference< XShape > xShape ) in WriteRectangleShape()
863 typedef ShapeExport& (ShapeExport::*ShapeConverter)( Reference< XShape > );
875 …shape_converters[ "com.sun.star.drawing.ClosedBezierShape" ] = &ShapeExport::WriteClosedBez… in lcl_GetConverters()
876 …shape_converters[ "com.sun.star.drawing.ConnectorShape" ] = &ShapeExport::WriteConnector… in lcl_GetConverters()
877 …shape_converters[ "com.sun.star.drawing.CustomShape" ] = &ShapeExport::WriteCustomSha… in lcl_GetConverters()
878 …shape_converters[ "com.sun.star.drawing.EllipseShape" ] = &ShapeExport::WriteEllipseSh… in lcl_GetConverters()
879 …shape_converters[ "com.sun.star.drawing.GraphicObjectShape" ] = &ShapeExport::WriteGraphicOb… in lcl_GetConverters()
880 …shape_converters[ "com.sun.star.drawing.LineShape" ] = &ShapeExport::WriteLineShape; in lcl_GetConverters()
881 …shape_converters[ "com.sun.star.drawing.OpenBezierShape" ] = &ShapeExport::WriteOpenBezie… in lcl_GetConverters()
882 …shape_converters[ "com.sun.star.drawing.RectangleShape" ] = &ShapeExport::WriteRectangle… in lcl_GetConverters()
883 …shape_converters[ "com.sun.star.drawing.TextShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
884 …shape_converters[ "com.sun.star.presentation.DateTimeShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
885 …shape_converters[ "com.sun.star.presentation.FooterShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
886 …shape_converters[ "com.sun.star.presentation.HeaderShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
887 …shape_converters[ "com.sun.star.presentation.NotesShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
888 …shape_converters[ "com.sun.star.presentation.OutlinerShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
889 …shape_converters[ "com.sun.star.presentation.SlideNumberShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
890 …shape_converters[ "com.sun.star.presentation.TitleTextShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
896 ShapeExport& ShapeExport::WriteShape( Reference< XShape > xShape ) in WriteShape()
911 ShapeExport& ShapeExport::WriteTextBox( Reference< XShape > xShape ) in WriteTextBox()
925 ShapeExport& ShapeExport::WriteTextShape( Reference< XShape > xShape ) in WriteTextShape()
952 ShapeExport& ShapeExport::WriteUnknownShape( Reference< XShape > ) in WriteUnknownShape()
958 size_t ShapeExport::ShapeHash::operator()( const ::com::sun::star::uno::Reference < ::com::sun::sta… in operator ()()
963 sal_Int32 ShapeExport::GetNewShapeID( const Reference< XShape > rXShape ) in GetNewShapeID()
972 sal_Int32 ShapeExport::GetShapeID( const Reference< XShape > rXShape ) in GetShapeID()