Home
last modified time | relevance | path

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

/trunk/main/oox/source/export/
H A Dshapes.cxx869 static NameToConvertMapType shape_converters; in lcl_GetConverters() local
872 return shape_converters; in lcl_GetConverters()
880shape_converters[ "com.sun.star.drawing.LineShape" ] = &ShapeExport::WriteLineShape; 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()
[all …]

Completed in 24 milliseconds