Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/export/
H A Dvmlexport.cxx111 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
115 EndShape( nShapeElement ); in CloseContainer()
772 sal_Int32 nShapeElement = -1; in StartShape() local
776 case ESCHER_ShpInst_NotPrimitive: nShapeElement = XML_shape; break; in StartShape()
777 case ESCHER_ShpInst_Rectangle: nShapeElement = XML_rect; break; in StartShape()
778 case ESCHER_ShpInst_RoundRectangle: nShapeElement = XML_roundrect; break; in StartShape()
779 case ESCHER_ShpInst_Ellipse: nShapeElement = XML_oval; break; in StartShape()
780 case ESCHER_ShpInst_Arc: nShapeElement = XML_arc; break; in StartShape()
781 case ESCHER_ShpInst_Line: nShapeElement = XML_line; break; in StartShape()
785 nShapeElement = XML_shape; in StartShape()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx109 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
110 EndShape( nShapeElement ); in CloseContainer()
564 void RtfSdrExport::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
568 if ( nShapeElement >= 0 ) in EndShape()
H A Drtfsdrexport.hxx84 virtual void EndShape( sal_Int32 nShapeElement );
/AOO41X/main/oox/inc/oox/export/
H A Dvmlexport.hxx84 virtual void EndShape( sal_Int32 nShapeElement );