summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-02-20remove unused enumerators from SdrObjKindNoel Grandin1-2/+0
2017-02-17tdf#105639: create valid id values in svg exportChr. Rossmanith2-7/+6
2017-02-16tdf#100726 Improved readability of OUString concatenationsFakabbir Amin2-18/+13
2017-02-15assume max compression of 255 for rasCaolán McNamara1-5/+10
2017-02-14check data needed to fulfil ras claims before allocatingCaolán McNamara1-2/+10
2017-02-14this is already checked forCaolán McNamara1-7/+0
2017-02-14check valid mnDstBitsPerPix before progressingCaolán McNamara1-0/+7
2017-02-14check ras seeksCaolán McNamara1-2/+15
2017-02-14move allocation of bmp to after reading paletteCaolán McNamara1-11/+18
2017-02-14reduce scope of maBmpCaolán McNamara1-4/+3
2017-02-14reduce scope of bPaletteCaolán McNamara1-4/+4
2017-02-13ofz: move size check before bitmap allocationCaolán McNamara1-16/+10
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-10coverity#736181 Out-of-bounds readCaolán McNamara1-3/+2
2017-02-10ofz#579 wrong variable tested for 0Caolán McNamara1-1/+1
2017-02-09convert PDFVersion to scoped enumNoel Grandin1-4/+4
2017-02-09convert BmpConversion to scoped enumNoel Grandin3-14/+14
2017-02-07tdf#90436 - better wording for selection in case of PDF export from CalcCor Nouws3-3/+28
2017-02-06Add missing #includesStephan Bergmann5-0/+5
2017-02-06Resolves: ofz#547 Floating-point-exceptionCaolán McNamara1-5/+5
2017-02-03TyposJulien Nabet1-2/+2
2017-02-03Typo about "property"Julien Nabet1-1/+1
2017-02-03new loplugin:unusedenumconstantsNoel Grandin3-5/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin3-22/+22
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-6/+4
2017-02-01ofz#506 check len before allocCaolán McNamara1-3/+3
2017-01-31upload libmwaw 0.3.10David Tardon2-2/+2
2017-01-31we don't actually need width amount of data in advance to fill the widthCaolán McNamara1-7/+7
2017-01-30ofz: we're going to need at last a len field and a CounterByte on each rowCaolán McNamara1-6/+2
2017-01-30ofz: div by zeroCaolán McNamara1-1/+1
2017-01-30ofz: defer bitmap initialization until size checks are completedCaolán McNamara1-30/+58
2017-01-29we don't need read access, only writeCaolán McNamara1-7/+0
2017-01-28ofz: cluster of unused variables -> div by zeroCaolán McNamara1-10/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-28tdf#51358 Support for SnakeWipe transition animation in SVG supportRohan Kumar1-1/+281
2017-01-27ofz: tidy up eps preview importCaolán McNamara1-5/+9
2017-01-27move deref inside (laughable) nSecurityCount checkCaolán McNamara1-6/+5
2017-01-27make this a little more readableCaolán McNamara1-11/+11
2017-01-27ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara1-13/+11
2017-01-27use . as decimal separator in exported number formatGian Domenico Ceccarini1-2/+3
2017-01-26ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara1-4/+11
2017-01-26ofz: check eps seeks are sane and succeededCaolán McNamara1-5/+11
2017-01-26Remove dynamic exception specificationsStephan Bergmann66-799/+360
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem2-2/+14
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin12-47/+0
2017-01-23Remove aTransitionSubtypeOutMap and aTransitionTypeOutMapRohan Kumar1-20/+20
2017-01-23tdf#51358 Support for BoxWipe transition in SVG ExportRohan Kumar1-2/+131
2017-01-22cppcheck: useInitializationListJochen Nitschke1-2/+0
2017-01-21cppcheck: funcArgOrderDifferentJochen Nitschke2-11/+8