summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* tdf#105641: no javascript in svg export for selection of objectsChr. Rossmanith2017-03-271-1/+1
* ofz#668: more complete fixCaolán McNamara2017-03-271-1/+4
* Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara2017-03-271-5/+15
* ofz#942 fix leakCaolán McNamara2017-03-251-3/+4
* loplugin:redundantcastStephan Bergmann2017-03-251-1/+1
* Fix typosAndrea Gelmini2017-03-256-10/+10
* Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32Stephan Bergmann2017-03-232-4/+4
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-232-2/+0
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-239-23/+22
* Use rtl::isAscii* instead of ctype.h is*Stephan Bergmann2017-03-221-2/+2
* tdf#106693 vcl PDF export: initial UseReferenceXObject optionMiklos Vajna2017-03-221-0/+3
* ofz#923 don't crash on missing shell storageCaolán McNamara2017-03-211-6/+10
* ofz#922 support avoiding configCaolán McNamara2017-03-211-1/+2
* Fix ooo::vba::parseKeyEventStephan Bergmann2017-03-211-8/+7
* ofz#912 support avoiding configCaolán McNamara2017-03-201-37/+41
* remove unused defines from HRC files in misc(2)Noel Grandin2017-03-202-12/+0
* TyposJulien Nabet2017-03-193-4/+4
* ofz#907 divide by zeroCaolán McNamara2017-03-191-1/+1
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* fix typo: amd --> anddennisroczek2017-03-181-1/+1
* utl::TempFile can give a stream directly without bringing ucb into itCaolán McNamara2017-03-171-4/+8
* cleanup double includes and declarationsJochen Nitschke2017-03-171-1/+0
* ofz#875 limit depth to max legal depthCaolán McNamara2017-03-161-10/+18
* ofz#876 avoid accessing empty rowsCaolán McNamara2017-03-161-0/+4
* return earlyCaolán McNamara2017-03-161-126/+132
* fix typo: chenged --> changeddennisroczek2017-03-161-1/+1
* ofz: truncate polygon on failureCaolán McNamara2017-03-151-0/+7
* Fixed my mistake: fix flipOnYAxis for SVGPathElementRohan Kumar2017-03-151-3/+13
* convert SvxFrameDirection to scoped enumNoel Grandin2017-03-152-5/+5
* ofz#837 divide by zero in metCaolán McNamara2017-03-131-5/+6
* this is a swapCaolán McNamara2017-03-131-3/+4
* improve scopingCaolán McNamara2017-03-131-5/+4
* convert GraphicDrawMode to scoped enumNoel Grandin2017-03-132-13/+13
* ofz: pct oom, avoid allocation bitmap until after size checks are doneCaolán McNamara2017-03-121-8/+7
* Fix typosAndrea Gelmini2017-03-113-3/+3
* Resolves: ofz#488 check remaining size while parsingCaolán McNamara2017-03-091-31/+57
* convert SvxCaseMap to scoped enumNoel Grandin2017-03-081-1/+1
* convert SvxAdjust to scoped enumNoel Grandin2017-03-081-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-03-078-25/+16
* ofz: fix ppt import leakCaolán McNamara2017-03-071-31/+25
* improve scoping and zero some thingsCaolán McNamara2017-03-071-22/+19
* tdf#51358 Support for BarnDoorWipe transition animation in SVG supportRohan Kumar2017-03-071-6/+83
* tdf#95416 Removed ../ in filter/source/svg/test filesJeevan2017-03-075-9/+9
* Fix flip issue in Snake animation subtypeRohan Kumar2017-03-061-29/+16
* tdf#51358 Importing ClockWipe in SVG engineRohan Kumar2017-03-061-0/+14
* tdf#51358 Support for VeeWipe transition in SVG SupportRohan Kumar2017-03-061-2/+72
* reserve the known amount we'll appendCaolán McNamara2017-03-061-0/+1
* ofz: avoid out of memoryCaolán McNamara2017-03-061-12/+19
* input data can be any kind of muck at this pointCaolán McNamara2017-03-061-3/+6
* remove some unnecessary use of OUString constructorNoel Grandin2017-03-063-3/+3