summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)AuthorFilesLines
2022-06-15tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek2-0/+24
2022-04-23tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek2-19/+27
2022-04-22tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek2-0/+34
2022-03-11tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek5-3/+74
2022-02-09drop checksum assert that is platform dependentCaolán McNamara1-11/+0
2022-02-04the real font used for 'Roman' is arbitraryCaolán McNamara5-10/+6
2021-12-06ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-11-30tdf#145873 Fix FILEOPEN: EMF file not displayed #2Hossein1-1/+6
2021-11-30tdf#145873 Fix FILEOPEN: EMF file not displayedHossein1-2/+3
2021-11-22Convert #define to enumHossein1-80/+83
2021-11-15Use basegfx::rad2deg() instead of *57.29577951308Hossein1-1/+1
2021-11-10Simplify MtfTools::ImplMapMike Kaganski2-72/+30
2021-11-09Simplify conditions for EMR_STRETCHDIBITS (EMF)Hossein1-4/+4
2021-11-08Make usage of ETO_PDY flag more visible (EMF)Hossein1-1/+15
2021-11-02ofz#40625 avoid Integer-overflowCaolán McNamara1-1/+1
2021-11-01ofz#40575 Integer-overflowCaolán McNamara1-1/+1
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin4-8/+8
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin4-27/+30
2021-10-26Update emfio documentationHossein1-2/+16
2021-10-25Replacing std::unique_ptr<char[]>Hossein2-6/+6
2021-10-22Improve emfio module documentationHossein1-11/+18
2021-10-22Remove sax dependency from emfioHossein1-1/+0
2021-10-21Fix typosAndrea Gelmini1-1/+1
2021-10-21Add documentation for the 'emfio' moduleHossein1-4/+105
2021-10-19emfio: remove unused fileXisco Fauli1-0/+0
2021-10-15CppunitTest_emfio_emf: add some tolerance in TestPdfInEmfIlmari Lauhakangas1-1/+2
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet1-2/+0
2021-10-03ofz#39528 Integer-overflowCaolán McNamara1-9/+9
2021-09-28vcl: rename OutDevState to StackChris Sherlock4-15/+15
2021-09-27tdf#88163 Fix font size for placeable wmf filesHossein4-50/+101
2021-09-26Removing unneeded checkHossein1-1/+1
2021-09-16ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-12ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-08ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2-5/+7
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-06ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+8
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-05Simplify a bit nOldROP management (emfio/wmfreader)Julien Nabet1-2/+1
2021-09-04ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-4/+3
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+17
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+3
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+4
2021-09-03tdf#88163 Fix WMF font sizeHossein4-19/+61
2021-09-03no need to allocate BSaveStruct separatelyNoel Grandin4-13/+13
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara3-73/+78