summaryrefslogtreecommitdiffstats
path: root/emfio
Commit message (Expand)AuthorAgeFilesLines
* cid#1473321 Division or modulo by float zeroCaolán McNamara2021-02-271-2/+8
* ofz#31370 Divide-by-zeroCaolán McNamara2021-02-261-1/+1
* Fix typosAndrea Gelmini2021-02-241-3/+3
* tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)2021-02-234-3/+239
* update pchesCaolán McNamara2021-02-191-1/+2
* tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)2021-02-171-1/+19
* Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2021-02-141-2/+3
* fix test for tdf#137413Luboš Luňák2021-02-121-13/+6
* ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2021-01-201-1/+1
* vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl2021-01-191-1/+1
* make the Color constructors explicitly specify transparencyNoel2021-01-161-1/+1
* ofz#29443 uncaught exceptionCaolán McNamara2021-01-091-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-18/+23
* custom literal for Degree10Noel Grandin2020-12-241-1/+1
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-242-2/+2
* throw exception in SvStream when reading past end of fileNoel2020-12-181-1/+1
* update pchesCaolán McNamara2020-12-151-2/+2
* vcl: improve EMF+ -> WMF conversionMiklos Vajna2020-12-093-0/+24
* emfio: allow disabling EMF+ via a bootstrap variableMiklos Vajna2020-12-081-1/+4
* ofz#28271 divide-by-zeroCaolán McNamara2020-12-041-10/+40
* EMF: tdf#138467 Fix MapMode translationBartosz Kosiorek2020-12-034-14/+50
* Instead of labs, use overloaded absStephan Bergmann2020-11-162-4/+7
* tdf#35986 EMF import: Add support for PS_COSMETIC line style in CREATEPENBartosz Kosiorek2020-11-143-11/+71
* tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek2020-11-143-24/+92
* tdf#123936 Formatting files in module emfio with clang-formatPhilipp Hofer2020-11-131-2/+2
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-122-2/+2
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-113-9/+9
* disable O(U)String::concat for internal codeNoel Grandin2020-11-111-1/+1
* tdf#137413 EMF import: fix transparency in the PDF fallback caseMiklos Vajna2020-10-274-3/+29
* long->tools::Long in emfio..filterNoel2020-10-223-9/+9
* new tools::Degree10 strong typedefNoel Grandin2020-10-211-4/+3
* loplugin:reducevarscope in desktop..emfioNoel2020-10-022-10/+6
* update pchesCaolán McNamara2020-09-211-1/+4
* emfio: fix emf/wmf test cppunit name vs makefile nameMiklos Vajna2020-09-213-2/+2
* [API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna2020-09-186-17/+76
* Fix typoAndrea Gelmini2020-09-171-1/+1
* tdf#136836 emfio: speed up import of EMF import when the orig PDF is availableMiklos Vajna2020-09-172-8/+82
* remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl2020-08-151-1/+1
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-2/+1
* Silence loplugin:staticmethods when the definition involves preprocessingStephan Bergmann2020-08-051-4/+4
* move Primitive2dXmlDump from drawinglayer::tools to drawinglayer NSTomaž Vajngerl2020-07-131-5/+5
* update pchesCaolán McNamara2020-07-121-5/+1
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* emfio: create instances with uno constructorsNoel Grandin2020-07-065-125/+14
* Upcoming improved loplugin:staticanonymous -> redundantstatic: emfioStephan Bergmann2020-07-012-2/+2
* tdf#133448 tdf#133435 ignore broken rectangles so can we load dodgy EMF/WMFNoel Grandin2020-05-302-4/+2
* loplugin:simplifybool in dbaccess..frameworkNoel Grandin2020-05-291-1/+1
* compact namespace in editeng..extensionsNoel Grandin2020-05-081-4/+4
* fix memory leak of xmlDoc objectsNoel Grandin2020-05-072-13/+13
* Extract getting default locale for filters into separate unotools functionMike Kaganski2020-04-271-17/+2