Read xlsx drawing dimensions from the xdr:ext element if available.
ClosedPublic

Authored by denexter on Oct 29 2019, 6:24 AM.

Details

Summary

Read the size of a single cell anchored drawing from the xdr:ext element. The only real difference from the a:ext element is the namespace but that means the existing read_ext function fails reading xdr:ext and a new one can't be added without clashing so the logic is included inline instead of utilizing the usual macros.

Diff Detail

Repository
R8 Calligra
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
denexter created this revision.Oct 29 2019, 6:24 AM
Restricted Application added a project: Calligra: 3.0. · View Herald TranscriptOct 29 2019, 6:24 AM
Restricted Application added a subscriber: Calligra-Devel-list. · View Herald Transcript
denexter requested review of this revision.Oct 29 2019, 6:24 AM

Seems sensical for what I can tell. I'll do some test round and (likely) approve later if no objections pop up.

pvuorela accepted this revision.Nov 11 2019, 9:15 AM
This revision is now accepted and ready to land.Nov 11 2019, 9:15 AM
This revision was automatically updated to reflect the committed changes.