summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-8/+1
2018-09-07tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea1-2/+12
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+4
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-4/+4
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara1-31/+35
2018-08-02loplugin:returnconstant in filterNoel Grandin1-4/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-4/+4
2018-06-08tdf#118037 PPT import: fix lost crop of graphicMiklos Vajna1-0/+3
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-30sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna1-4/+10
2018-05-29filter: fix build of embedded ole stream dumperMiklos Vajna1-1/+1
2018-04-20DOC import: lazy-read imagesMiklos Vajna1-1/+8
2018-04-20use a map to avoid looping on every obj deleteCaolán McNamara1-7/+14
2018-04-20forcepoint#38 notify that obj in group was deletedCaolán McNamara1-1/+36
2018-04-20OBJ_TEXTEXT is deadNoel Grandin1-1/+0
2018-04-17ofz#7671 Undefined-shiftCaolán McNamara1-1/+1
2018-04-16Fix typosAndrea Gelmini1-1/+1
2018-04-14ofz#7671 Undefined-shiftCaolán McNamara1-4/+4
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-32/+54
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-54/+32
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-32/+54
2018-03-17OperationSmiley: Secured quite some places using CustomShapeArmin Le Grand1-1/+1
2018-03-16move some mask code from SvxMSDffManager::ImportGraphic inside BitmapExNoel Grandin1-6/+3
2018-03-15change EscherBlipCache to cache Graphic and not GObject uniqueIDTomaž Vajngerl1-17/+13
2018-03-07use more Color in editeng..formsNoel Grandin1-1/+1
2018-03-05loplugin:useuniqueptr in SvxMSDffManagerNoel Grandin1-4/+1
2018-03-04ofz#6723 Bad-castCaolán McNamara1-2/+7
2018-03-03ofz#6702 Integer-overflowCaolán McNamara1-2/+2
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin1-2/+2
2018-02-28ofz#6617 Integer-overflowCaolán McNamara1-2/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-4/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-26loplugin:useuniqueptr in SvxMSDffSolverContainerNoel Grandin1-7/+3
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-2/+1
2018-02-21ColorData->Color in filterNoel Grandin1-1/+1
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin1-8/+8
2018-02-16Related: ofz#6390, similar patternCaolán McNamara1-0/+2
2018-02-16ofz#6390 LeakCaolán McNamara1-0/+2
2018-02-15ofz#6365 Integer-overflowCaolán McNamara1-1/+1
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin1-28/+28
2018-02-14ofz: AbrtCaolán McNamara1-1/+2
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl1-0/+4
2018-02-13use RawBitmap and BitmapEx in DffPropertyReaderNoel Grandin1-132/+127
2018-02-07use scanline when reading pixel dataNoel Grandin1-2/+3
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-2/+2
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara1-3/+5