summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2018-09-20ofz#10526 check with dynamic_cast its really a EMFPStringFormatCaolán McNamara1-2/+2
2018-09-17New loplugin:externalStephan Bergmann4-23/+25
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-5/+3
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin7-19/+3
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-6/+10
2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin1-13/+4
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand2-17/+31
2018-08-29-Werror=redundant-move (GCC 9), take twoStephan Bergmann1-0/+10
2018-08-28Revert "-Werror=redundant-move"Stephan Bergmann1-2/+2
2018-08-28-Werror=redundant-moveStephan Bergmann1-2/+2
2018-08-17tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand1-39/+3
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann6-17/+23
2018-08-13ofz: Null-deferenceCaolán McNamara1-2/+11
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski4-7/+7
2018-08-03loplugin:useuniqueptr in VclMetafileProcessor2DNoel Grandin2-35/+33
2018-08-02loplugin:expressionalwayszeroStephan Bergmann1-78/+0
2018-08-02coverity#1438196 deliberate 'Constant' variable guards dead codeCaolán McNamara1-2/+2
2018-08-02coverity#1438197 deliberate 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen14-1/+14
2018-07-31crashtesting: stack exhaustion exporting moz1253590-2.svg to odgCaolán McNamara2-479/+557
2018-07-31crashtesting: stack exhaustion exporting moz943243-4.svg to odgCaolán McNamara2-1188/+1288
2018-07-29loplugin:stringloop in variousNoel Grandin1-4/+5
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin2-7/+7
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-18Removed duplicated includeAndrea Gelmini1-1/+0
2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin2-2/+2
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin3-9/+11
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-2/+2
2018-06-26forcepoint#47 bail when we detect the emf is brokenCaolán McNamara1-0/+9
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin1-1/+1
2018-06-20Removed executable permission on source filesAndrea Gelmini1-0/+0
2018-06-13Replace SVGFilter using SVGIOArmin Le Grand3-0/+42
2018-06-12forcepoint#41 assertCaolán McNamara1-1/+2
2018-06-12forcepoint#45 object may not be a EMFPPenCaolán McNamara1-1/+1
2018-06-07tdf#117949 Use small overlap for SVG gradient representationArmin Le Grand1-2/+9
2018-06-07tdf#118029 crashtesting ooo24656-1.doc with --convert-to pdfNoel Grandin1-18/+82
2018-06-02coverity#1435911 Arguments in wrong orderCaolán McNamara1-1/+1
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-30dont use GetMask in GeoTexSvxBitmapExNoel Grandin1-82/+18
2018-05-29forcepoint#41 null derefCaolán McNamara1-4/+7
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin1-3/+2
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+5
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin2-3/+5
2018-04-29loplugin:useuniqueptr in ExecutorNoel Grandin1-7/+7
2018-04-17tdf#117015 EMF+ Fix for displaying EMF+ files where GetDC is usedBartosz Kosiorek2-1/+10
2018-04-17Fix typosAndrea Gelmini1-1/+1
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand1-35/+25
2018-04-16tdf#113624 EMF+ Add support for different units conversionBartosz Kosiorek4-5/+51
2018-04-16tdf#55058 Properly close shapes with close shape method.Bartosz Kosiorek2-10/+7
2018-04-13tdf#106084 EMF+ Implement String aligment and Leading/Trailing Margin.Bartosz Kosiorek3-11/+46