summaryrefslogtreecommitdiff
path: root/emfio/source
AgeCommit message (Expand)AuthorFilesLines
2021-03-25WMF/EMF Convert all index type of Objects to unsignedBartosz Kosiorek2-11/+23
2021-03-22WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issuesBartosz Kosiorek2-89/+198
2021-03-19tdf#35986 tdf#140271 EMF Fix line width of CREATEPEN recordBartosz Kosiorek1-11/+6
2021-02-27cid#1473321 Division or modulo by float zeroCaolán McNamara1-2/+8
2021-02-26ofz#31370 Divide-by-zeroCaolán McNamara1-1/+1
2021-02-24Fix typosAndrea Gelmini1-3/+3
2021-02-23tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)3-3/+215
2021-02-17tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)1-1/+19
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-2/+3
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara1-1/+1
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-09ofz#29443 uncaught exceptionCaolán McNamara1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-18throw exception in SvStream when reading past end of fileNoel1-1/+1
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna2-0/+22
2020-12-08emfio: allow disabling EMF+ via a bootstrap variableMiklos Vajna1-1/+4
2020-12-04ofz#28271 divide-by-zeroCaolán McNamara1-10/+40
2020-12-03EMF: tdf#138467 Fix MapMode translationBartosz Kosiorek1-14/+14
2020-11-16Instead of labs, use overloaded absStephan Bergmann2-4/+7
2020-11-14tdf#35986 EMF import: Add support for PS_COSMETIC line style in CREATEPENBartosz Kosiorek1-11/+18
2020-11-14tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek1-8/+27
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-9/+9
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-10-27tdf#137413 EMF import: fix transparency in the PDF fallback caseMiklos Vajna2-2/+10
2020-10-22long->tools::Long in emfio..filterNoel2-7/+7
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-4/+3
2020-10-02loplugin:reducevarscope in desktop..emfioNoel2-10/+6
2020-09-18[API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna2-2/+17
2020-09-17tdf#136836 emfio: speed up import of EMF import when the orig PDF is availableMiklos Vajna1-8/+78
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+1
2020-08-05Silence loplugin:staticmethods when the definition involves preprocessingStephan Bergmann1-4/+4
2020-07-06emfio: create instances with uno constructorsNoel Grandin3-122/+11
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: emfioStephan Bergmann2-2/+2
2020-05-30tdf#133448 tdf#133435 ignore broken rectangles so can we load dodgy EMF/WMFNoel Grandin2-4/+2
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-1/+1
2020-05-08compact namespace in editeng..extensionsNoel Grandin1-4/+4
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski1-17/+2
2020-04-27Don't convert OUString to char*Mike Kaganski1-1/+1
2020-04-16fixes for code creating reversed RectanglesNoel Grandin2-0/+12
2020-04-14loplugin:flatten in embeddedobj,emfioNoel Grandin3-259/+259
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-15/+6
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-4/+5
2020-01-20fix constants according to [MS-EMF] 2.1.10Andras Timar1-2/+2
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin1-4/+4
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-20tdf#42949 Fix IWYU warnings in emfio/Gabor Kelemen4-19/+0