summaryrefslogtreecommitdiffstats
path: root/emfio
Commit message (Expand)AuthorAgeFilesLines
* EMF: tdf#138467 Fix MapMode translationBartosz Kosiorek2020-12-044-14/+80
* tdf#35986 EMF import: Add support for PS_COSMETIC line style in CREATEPENBartosz Kosiorek2020-11-173-11/+70
* tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek2020-11-163-24/+92
* [API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna2020-09-216-17/+76
* tdf#136836 emfio: speed up import of EMF import when the orig PDF is availableMiklos Vajna2020-09-212-6/+80
* tdf#133448 tdf#133435 ignore broken rectangles so can we load dodgy EMF/WMFNoel Grandin2020-05-312-4/+2
* 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
* Don't convert OUString to char*Mike Kaganski2020-04-271-1/+1
* fixes for code creating reversed RectanglesNoel Grandin2020-04-162-0/+12
* loplugin:flatten in embeddedobj,emfioNoel Grandin2020-04-143-259/+259
* make more classes private in mergedlibs modeNoel Grandin2020-03-231-1/+2
* tdf#124424 EMF+ Extend test options of SvgLinearGradientPrimitive2DBartosz Kosiorek2020-03-161-0/+9
* tdf#124424 EMF+ Add tests for LinearGradientBartosz Kosiorek2020-03-152-0/+26
* comparison operators should be constNoel Grandin2020-03-121-2/+2
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-3/+3
* clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara2020-02-161-12/+13
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-4/+2
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-311-15/+6
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-4/+5
* fix constants according to [MS-EMF] 2.1.10Andras Timar2020-01-201-2/+2
* tweak GetBitmap methods in BitmapExNoel Grandin2020-01-151-4/+4
* loplugin:finalclasses in basic..emfioNoel Grandin2020-01-141-3/+3
* use more std::make_sharedNoel Grandin2020-01-101-2/+2
* tdf#42949 Fix IWYU warnings in emfio/Gabor Kelemen2019-12-208-24/+7
* sal_Char->char in editeng..eventattacherNoel Grandin2019-12-191-1/+1
* Fix some new dependencies on boost_headersStephan Bergmann2019-12-061-0/+1
* vcl: fix number of polygons shown in SAL_INFO messageChris Sherlock2019-12-041-1/+1
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-4/+4
* tdf#129106 vcl: add SAL_INFO to show the dxArray intercharacter spacingsChris Sherlock2019-11-301-0/+2
* emfio: extra loggingChris Sherlock2019-11-233-64/+211
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* emfio: add SAL_WARNs for unimplemented EMR_COMMENTsChris Sherlock2019-11-201-1/+3
* make some classes module-privateNoel Grandin2019-11-191-1/+1
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-2/+1
* ofz#17817 avoid OOMCaolán McNamara2019-09-301-0/+6
* loplugin:constmethod in embeddedobj..extensionsNoel Grandin2019-09-261-2/+2
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* Fix typosAndrea Gelmini2019-08-121-2/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): emfioStephan Bergmann2019-07-312-2/+2
* Enable many more unit tests on all archsJan-Marek Glogowski2019-07-051-0/+5
* remove some unneede vcl/bitmap.hxx includesNoel Grandin2019-07-041-1/+0
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-14/+14
* Resolves; ofz#15426 Integer-overflowCaolán McNamara2019-06-221-7/+9
* Avoid truncation of ±1E20 to longStephan Bergmann2019-06-042-2/+4
* regenerate PCH headersLuboš Luňák2019-05-121-2/+2
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-4/+15
* improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin2019-05-081-4/+2
* Avoid manual malloc/freeStephan Bergmann2019-04-261-3/+3