summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-03-25ofz#942 fix leakCaolán McNamara1-3/+4
2017-03-25loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini6-10/+10
2017-03-23Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32Stephan Bergmann2-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-2/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin9-23/+22
2017-03-22Use rtl::isAscii* instead of ctype.h is*Stephan Bergmann1-2/+2
2017-03-22tdf#106693 vcl PDF export: initial UseReferenceXObject optionMiklos Vajna1-0/+3
2017-03-21ofz#923 don't crash on missing shell storageCaolán McNamara1-6/+10
2017-03-21ofz#922 support avoiding configCaolán McNamara1-1/+2
2017-03-21Fix ooo::vba::parseKeyEventStephan Bergmann1-8/+7
2017-03-20ofz#912 support avoiding configCaolán McNamara1-37/+41
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin2-12/+0
2017-03-19TyposJulien Nabet3-4/+4
2017-03-19ofz#907 divide by zeroCaolán McNamara1-1/+1
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-18fix typo: amd --> anddennisroczek1-1/+1
2017-03-17utl::TempFile can give a stream directly without bringing ucb into itCaolán McNamara1-4/+8
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-16ofz#875 limit depth to max legal depthCaolán McNamara1-10/+18
2017-03-16ofz#876 avoid accessing empty rowsCaolán McNamara1-0/+4
2017-03-16return earlyCaolán McNamara1-126/+132
2017-03-16fix typo: chenged --> changeddennisroczek1-1/+1
2017-03-15ofz: truncate polygon on failureCaolán McNamara1-0/+7
2017-03-15Fixed my mistake: fix flipOnYAxis for SVGPathElementRohan Kumar1-3/+13
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin2-5/+5
2017-03-13ofz#837 divide by zero in metCaolán McNamara1-5/+6
2017-03-13this is a swapCaolán McNamara1-3/+4
2017-03-13improve scopingCaolán McNamara1-5/+4
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin2-13/+13
2017-03-12ofz: pct oom, avoid allocation bitmap until after size checks are doneCaolán McNamara1-8/+7
2017-03-11Fix typosAndrea Gelmini3-3/+3
2017-03-09Resolves: ofz#488 check remaining size while parsingCaolán McNamara1-31/+57
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann8-25/+16
2017-03-07ofz: fix ppt import leakCaolán McNamara1-31/+25
2017-03-07improve scoping and zero some thingsCaolán McNamara1-22/+19
2017-03-07tdf#51358 Support for BarnDoorWipe transition animation in SVG supportRohan Kumar1-6/+83
2017-03-07tdf#95416 Removed ../ in filter/source/svg/test filesJeevan5-9/+9
2017-03-06Fix flip issue in Snake animation subtypeRohan Kumar1-29/+16
2017-03-06tdf#51358 Importing ClockWipe in SVG engineRohan Kumar1-0/+14
2017-03-06tdf#51358 Support for VeeWipe transition in SVG SupportRohan Kumar1-2/+72
2017-03-06reserve the known amount we'll appendCaolán McNamara1-0/+1
2017-03-06ofz: avoid out of memoryCaolán McNamara1-12/+19
2017-03-06input data can be any kind of muck at this pointCaolán McNamara1-3/+6
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin3-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-03-03ofz: timeout in infinite loopCaolán McNamara1-2/+2
2017-03-03Fix typosAndrea Gelmini6-10/+10