[Libreoffice-commits] core.git: Changes to 'private/quwex/tdf59323'
Sarper Akdemir (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 9 05:41:22 UTC 2021
New branch 'private/quwex/tdf59323' available with the following commits:
commit e0369451e5f28f90a0c097b6f8da959408182479
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Wed Jun 9 08:24:12 2021 +0300
pptx export: slide footers roundtrip unit test
Change-Id: I9c4b819092ac6699617d71538c35b066d6e6f974
commit 455ff8b9991f0f982e88f033e0156a678e903ac2
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Wed Jun 9 08:21:27 2021 +0300
pptx export: add support for slide footers
Change-Id: I8bfde520b0aec66405523c719844e69c6fc15b79
commit 62473a30cbb27732f613eb772195ed70fcca3ab0
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Wed Jun 9 07:58:44 2021 +0300
pptx export: add initial support for lstStyles in textboxes
Change-Id: Ie0cfc9b9f221093db3a1111ca29140a6dfb5e8ad
commit d5bc1b4a03be995bcd0b55c17a4f9b7382305b60
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Wed Jun 9 07:54:04 2021 +0300
pptx export: add placeholder index to master footer placeholders
Change-Id: If788f235d00b6d1cde7194d9e4a0789e019432c3
commit bc3a047bba329916db583f45a9cfc79eca321899
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Wed Jun 9 07:34:32 2021 +0300
pptx export: add datetime field type helpers
Change-Id: Ibbfefa18d0422eddb6c37539294ed23e77fe5f22
commit bfdd0c9741aae30a570daca95a3e7c14469be6d7
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun Apr 25 15:59:39 2021 +0300
tdf#59323: pptx import: import footer fields as properties
Makes footer, slidenum and datetime placeholders that are inserted to
the slides themselves on pptx files imported as slide properties if it
is possible to do so without losing information (style, position etc.)
Also since the default way of displaying slide footers in LO use the
respective text fields on master slides, information in master/layout
slide datetime and footer placeholders respectively get replaced with
<date/time> text fields and <footer> text fields.
Change-Id: Ib2f7d18103b62c0c9a8453e01cfd2fd1aa1d39af
commit d1a8a9d4117780a43d22cbae7cf40162cf56639a
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:56:41 2021 +0300
tdf#59323: ooxml import: hasListStyleOnImport
Change-Id: Iccb8cfb20e4402e7cadb8e2f2b9a1f6fa178ade4
commit 2f73f9d1911a7bfb00425a09b776ea3bceaa5417
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:55:17 2021 +0300
tdf#59323: ooxml import: hasNoninheritedBodyProperties
Change-Id: Id108f692005455376537e515f41528cc66a8c25c
commit a8242b85347a064d8ae8361a5bf74506972128de
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:47:35 2021 +0300
tdf#59323: ooxml import: hasParagraphProperties
Change-Id: I3c6815e8405b0087f64520ee4e0e39297b3b4548
commit 77ef00192f21cb593ca950306fea34ddcdf5b0de
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:17:20 2021 +0300
tdf#59323: ooxml import: hasVisualRunProperties
Change-Id: Ie1e8e22d2757dc8594e7c6c3b8fc1dd7973c92af
commit d3e83c82821267978477c0e8457631ed4471e9d5
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:08:47 2021 +0300
tdf#59323: ooxml import: hasNonInheritedShapeProperties
Change-Id: I0529f1def8d2c32d5bf06172ce44facdde92893c
commit 1d0969b552f853e558c47beeb259089d0e833180
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 20:00:21 2021 +0300
tdf#59323: ooxml import: hasShapeStyleRefs
Change-Id: I57b244b4af5b9e3abba90f0e4e25a35da27e3409
commit 625215fd1e3cb1ce72468ee099307ed76014494f
Author: Sarper Akdemir <sarper.akdemir at collabora.com>
Date: Sun May 9 19:46:21 2021 +0300
tdf#59323: ooxml import: add OOXML to LO datetime helper
Added static helper functions getLOTimeFormat and getLODateFormat to
TextField class for mapping datetime field types to SvxDateFomat and
SvxTimeFormat.
Fixed some wrong mappings and improved fallbacks for datetime types that
do not have an exact representation in LO. Listed below.
<OOXML example> was <LO mapping before> now is <LO mapping now>
corrected:
Thursday, May 6, 2020 was 5/6/2021 now is Thursday, May 6, 2020
May 6, 2021 was 5/6/2021 now is May 6, 2021
improved fallback:
6 May 2021 was Thursday, May 6, 2020 now is May 6, 2021
6-May-21 was 5/9/21 now is May 6, 2021
May 21 was 5/6/21 now is May 6, 2021
May-21 was 5/6/21 now is May 6, 2021
Change-Id: I9c1553cc89d47855dc7af06a8ea995de01692ded
More information about the Libreoffice-commits
mailing list