Searched refs:nShapeElement (Results 1 – 4 of 4) sorted by relevance
111 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local115 EndShape( nShapeElement ); in CloseContainer()772 sal_Int32 nShapeElement = -1; in StartShape() local776 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() argument828 if ( nShapeElement >= 0 ) in EndShape()[all …]
109 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local110 EndShape( nShapeElement ); in CloseContainer()564 void RtfSdrExport::EndShape( sal_Int32 nShapeElement ) in EndShape() argument568 if ( nShapeElement >= 0 ) in EndShape()
84 virtual void EndShape( sal_Int32 nShapeElement );
Completed in 20 milliseconds