summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna23-224/+224
2017-03-30ofz#967 optimize tiff import if line is the same as previous lineCaolán McNamara4-24/+53
2017-03-30ofz#969 endless loop in ppt loadingCaolán McNamara1-2/+2
2017-03-30convert GradientType to scoped enumNoel Grandin1-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke2-6/+6
2017-03-30tdf#39468 Translate German commentsJens Carl16-32/+29
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-2/+2
2017-03-29vcl PDF export, norefxobj: add UI for thisMiklos Vajna5-4/+28
2017-03-29expand vis to visible; fix typosdennisroczek1-1/+1
2017-03-28valgrind: use of uninitialized valuesCaolán McNamara1-24/+24
2017-03-27tdf#105641: no javascript in svg export for selection of objectsChr. Rossmanith1-1/+1
2017-03-27ofz#668: more complete fixCaolán McNamara1-1/+4
2017-03-27Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara1-5/+15
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