Re: Why is PolyPolygonShape excluded from DML export?

2021-08-25 Thread Miklos Vajna
Hi Regina, On Tue, Aug 24, 2021 at 03:05:30PM +0200, Regina Henschel wrote: > Excluding polygon shapes from DML export (done as fix for tdf#75254) is no > longer needed. But I'm still unsure whether to remove this restriction. > > Pro: > Polygon shapes are already exported as DML in Impress

Re: Why is PolyPolygonShape excluded from DML export?

2021-08-24 Thread Regina Henschel
Hi Miklos, hi all, Excluding polygon shapes from DML export (done as fix for tdf#75254) is no longer needed. But I'm still unsure whether to remove this restriction. Pro: Polygon shapes are already exported as DML in Impress and Calc. So the behavior would become consistent. Polygon shapes

Re: Why is PolyPolygonShape excluded from DML export?

2021-08-16 Thread Regina Henschel
Hi Miklos, hi all, I have attached a file to tdf#75254 which was produced by LO7.3 with DML enabled. It shows well in LO 7.3 and in Word 365. Miklos, I think you have got a Word 2010. Could you please try, whether this new file shows well in Word 2010 too? Or someone else has got Word 2010

Re: Why is PolyPolygonShape excluded from DML export?

2021-07-21 Thread Regina Henschel
Hi Miklos, thank you for pointing me to that bug report. Miklos Vajna schrieb am 21.07.2021 um 08:46: Hi Regina, On Tue, Jul 20, 2021 at 12:08:30AM +0200, Regina Henschel wrote: Is it possible, that the exclusion was only forgotten to remove, or is there a valid reason? This was added in

Re: Why is PolyPolygonShape excluded from DML export?

2021-07-21 Thread Miklos Vajna
Hi Regina, On Tue, Jul 20, 2021 at 12:08:30AM +0200, Regina Henschel wrote: > Is it possible, that the exclusion was only forgotten to remove, or is there > a valid reason? This was added in 3c0a7cf4f67720f2cca2c4eb543f838d5b644e7f for https://bugs.documentfoundation.org/show_bug.cgi?id=75254.

Why is PolyPolygonShape excluded from DML export?

2021-07-19 Thread Regina Henschel
Hi all, this is about export ODF shape -> OOXML. bool DocxSdrExport::Impl::isSupportedDMLShape(const uno::Reference& xShape) { uno::Reference xServiceInfo(xShape, uno::UNO_QUERY_THROW); if (xServiceInfo->supportsService("com.sun.star.drawing.PolyPolygonShape") ||