Lines Matching refs:shape_converters

869     static NameToConvertMapType shape_converters;  in lcl_GetConverters()  local
872 return shape_converters; in lcl_GetConverters()
875shape_converters[ "com.sun.star.drawing.ClosedBezierShape" ] = &ShapeExport::WriteClosedBez… in lcl_GetConverters()
876shape_converters[ "com.sun.star.drawing.ConnectorShape" ] = &ShapeExport::WriteConnector… in lcl_GetConverters()
877shape_converters[ "com.sun.star.drawing.CustomShape" ] = &ShapeExport::WriteCustomSha… in lcl_GetConverters()
878shape_converters[ "com.sun.star.drawing.EllipseShape" ] = &ShapeExport::WriteEllipseSh… in lcl_GetConverters()
879shape_converters[ "com.sun.star.drawing.GraphicObjectShape" ] = &ShapeExport::WriteGraphicOb… in lcl_GetConverters()
880shape_converters[ "com.sun.star.drawing.LineShape" ] = &ShapeExport::WriteLineShape; in lcl_GetConverters()
881shape_converters[ "com.sun.star.drawing.OpenBezierShape" ] = &ShapeExport::WriteOpenBezie… in lcl_GetConverters()
882shape_converters[ "com.sun.star.drawing.RectangleShape" ] = &ShapeExport::WriteRectangle… in lcl_GetConverters()
883shape_converters[ "com.sun.star.drawing.TextShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
884shape_converters[ "com.sun.star.presentation.DateTimeShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
885shape_converters[ "com.sun.star.presentation.FooterShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
886shape_converters[ "com.sun.star.presentation.HeaderShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
887shape_converters[ "com.sun.star.presentation.NotesShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
888shape_converters[ "com.sun.star.presentation.OutlinerShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
889shape_converters[ "com.sun.star.presentation.SlideNumberShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
890shape_converters[ "com.sun.star.presentation.TitleTextShape" ] = &ShapeExport::WriteTextShape; in lcl_GetConverters()
893 return shape_converters; in lcl_GetConverters()