summaryrefslogtreecommitdiff
path: root/emfio/source/reader/mtftools.cxx
AgeCommit message (Expand)Author
2024-11-14Improve loplugin:dyncastvisibility to check for non-inline key functionsStephan Bergmann
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin
2024-09-18tdf#119785 Implement the EMF TA_RTLREADING alignment flagJonathan Clark
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-07loplugin:ostr in emfioNoel Grandin
2024-05-04ofz#68612 Integer-overflowCaolán McNamara
2024-04-23ofz#68234 emf XForm isnan membersCaolán McNamara
2024-04-20ofz#68172 Integer-overflowCaolán McNamara
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-22Use emplace_back instead of push_back (emfio)Julien Nabet
2023-11-20Extended loplugin:ostr: emfioStephan Bergmann
2023-07-21loplugin:redundantcast small improvementNoel Grandin
2023-05-12EMF Fix text aligning for EMR_SETTEXTALIGN for wrong values.Bartosz Kosiorek
2023-05-10tdf#142249 EMF Implement EMR_POLYDRAW recordBartosz Kosiorek
2023-02-11tdf#142018 Properly create Pen width if style is COSMETICBartosz Kosiorek
2022-12-13tdf#152435 Revert "Make EMR_SAVEDC not UpdateClipRegion"Paris Oplopoios
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-11-11Revert useless std::move of const objectStephan Bergmann
2022-11-08Make EMR_SAVEDC not UpdateClipRegionParis Oplopoios
2022-08-18loplugin:moveitNoel Grandin
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-25loplugin:moveitNoel Grandin
2022-07-14loplugin:moveitNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-04-06tdf#148359 Fix emfio regression: missing emf imageHossein
2022-04-06Fix type, calculation of FamilyFont PitchAndFamilyHossein
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek
2022-03-15tdf#145614 Convert #define to enum and constexprHossein
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-11-15Use basegfx::rad2deg() instead of *57.29577951308Hossein
2021-11-10Simplify MtfTools::ImplMapMike Kaganski
2021-11-01ofz#40575 Integer-overflowCaolán McNamara
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-03no need to allocate BSaveStruct separatelyNoel Grandin
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-06-11WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC recordBartosz Kosiorek
2021-05-31tdf#53004 tdf#142495 WMF EMF Always display Text rectangleBartosz Kosiorek
2021-05-28tdf#53004 tdf#142495 WMF EMF Fix displaying Text with OPAQUE and CLIPPEDBartosz Kosiorek