Home
last modified time | relevance | path

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

/trunk/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()
785 nShapeElement = XML_shape; in StartShape()
801 nShapeElement = XML_rect; in StartShape()
810 if ( nShapeElement >= 0 ) in StartShape()
823 return nShapeElement; in StartShape()
826 void VMLExport::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
828 if ( nShapeElement >= 0 ) in EndShape()
[all …]
/trunk/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 );
/trunk/main/oox/inc/oox/export/
H A Dvmlexport.hxx84 virtual void EndShape( sal_Int32 nShapeElement );

Completed in 73 milliseconds