Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dvmlexport.cxx118 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
122 EndShape( nShapeElement ); in CloseContainer()
1165 sal_Int32 nShapeElement = -1; in StartShape() local
1180 nShapeElement = XML_shape; in StartShape()
1201 nShapeElement = XML_shape; in StartShape()
1234 nShapeElement = XML_shape; in StartShape()
1251 nShapeElement = XML_rect; in StartShape()
1381 return nShapeElement; in StartShape()
1384 void VMLExport::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
1386 if ( nShapeElement >= 0 ) in EndShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx119 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
123 EndShape( nShapeElement ); in CloseContainer()
1263 sal_Int32 nShapeElement = -1; in StartShape() local
1276 nShapeElement = XML_shape; in StartShape()
1287 nShapeElement = XML_shape; in StartShape()
1298 nShapeElement = XML_shape; in StartShape()
1315 nShapeElement = XML_rect; in StartShape()
1454 return nShapeElement; in StartShape()
1457 void VMLExport::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
1459 if ( nShapeElement < 0 ) in EndShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Drtfsdrexport.hxx86 void EndShape(sal_Int32 nShapeElement);
H A Drtfsdrexport.cxx83 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
84 EndShape(nShapeElement); in CloseContainer()
724 void RtfSdrExport::EndShape(sal_Int32 nShapeElement) in EndShape() argument
726 if (nShapeElement >= 0) in EndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Drtfsdrexport.hxx86 void EndShape(sal_Int32 nShapeElement);
H A Drtfsdrexport.cxx83 sal_Int32 nShapeElement = StartShape(); in CloseContainer() local
84 EndShape(nShapeElement); in CloseContainer()
742 void RtfSdrExport::EndShape(sal_Int32 nShapeElement) in EndShape() argument
744 if (nShapeElement >= 0) in EndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dvmlexport.hxx170 virtual void EndShape( sal_Int32 nShapeElement );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dvmlexport.hxx181 virtual void EndShape( sal_Int32 nShapeElement );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx650 virtual void EndShape( sal_Int32 nShapeElement ) override;
725 void VmlCommentExporter::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
750 VMLExport::EndShape( nShapeElement ); in EndShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx644 virtual void EndShape( sal_Int32 nShapeElement ) override;
721 void VmlCommentExporter::EndShape( sal_Int32 nShapeElement ) in EndShape() argument
746 VMLExport::EndShape( nShapeElement ); in EndShape()