summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:subtlezeroinit: filterStephan Bergmann2017-02-211-2/+2
* remove unused enumerators from SdrObjKindNoel Grandin2017-02-201-2/+0
* tdf#105639: create valid id values in svg exportChr. Rossmanith2017-02-172-7/+6
* tdf#100726 Improved readability of OUString concatenationsFakabbir Amin2017-02-162-18/+13
* assume max compression of 255 for rasCaolán McNamara2017-02-151-5/+10
* check data needed to fulfil ras claims before allocatingCaolán McNamara2017-02-141-2/+10
* this is already checked forCaolán McNamara2017-02-141-7/+0
* check valid mnDstBitsPerPix before progressingCaolán McNamara2017-02-141-0/+7
* check ras seeksCaolán McNamara2017-02-141-2/+15
* move allocation of bmp to after reading paletteCaolán McNamara2017-02-141-11/+18
* reduce scope of maBmpCaolán McNamara2017-02-141-4/+3
* reduce scope of bPaletteCaolán McNamara2017-02-141-4/+4
* ofz: move size check before bitmap allocationCaolán McNamara2017-02-131-16/+10
* Fix typosAndrea Gelmini2017-02-131-1/+1
* coverity#736181 Out-of-bounds readCaolán McNamara2017-02-101-3/+2
* ofz#579 wrong variable tested for 0Caolán McNamara2017-02-101-1/+1
* convert PDFVersion to scoped enumNoel Grandin2017-02-091-4/+4
* convert BmpConversion to scoped enumNoel Grandin2017-02-093-14/+14
* tdf#90436 - better wording for selection in case of PDF export from CalcCor Nouws2017-02-073-3/+28
* Add missing #includesStephan Bergmann2017-02-065-0/+5
* Resolves: ofz#547 Floating-point-exceptionCaolán McNamara2017-02-061-5/+5
* TyposJulien Nabet2017-02-031-2/+2
* Typo about "property"Julien Nabet2017-02-031-1/+1
* new loplugin:unusedenumconstantsNoel Grandin2017-02-033-5/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-023-22/+22
* convert BmpCombine to scoped enum and drop unusedNoel Grandin2017-02-021-1/+1
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-6/+4
* ofz#506 check len before allocCaolán McNamara2017-02-011-3/+3
* upload libmwaw 0.3.10David Tardon2017-01-312-2/+2
* we don't actually need width amount of data in advance to fill the widthCaolán McNamara2017-01-311-7/+7
* ofz: we're going to need at last a len field and a CounterByte on each rowCaolán McNamara2017-01-301-6/+2
* ofz: div by zeroCaolán McNamara2017-01-301-1/+1
* ofz: defer bitmap initialization until size checks are completedCaolán McNamara2017-01-301-30/+58
* we don't need read access, only writeCaolán McNamara2017-01-291-7/+0
* ofz: cluster of unused variables -> div by zeroCaolán McNamara2017-01-281-10/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* tdf#51358 Support for SnakeWipe transition animation in SVG supportRohan Kumar2017-01-281-1/+281
* ofz: tidy up eps preview importCaolán McNamara2017-01-271-5/+9
* move deref inside (laughable) nSecurityCount checkCaolán McNamara2017-01-271-6/+5
* make this a little more readableCaolán McNamara2017-01-271-11/+11
* ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara2017-01-271-13/+11
* use . as decimal separator in exported number formatGian Domenico Ceccarini2017-01-271-2/+3
* ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara2017-01-261-4/+11
* ofz: check eps seeks are sane and succeededCaolán McNamara2017-01-261-5/+11
* Remove dynamic exception specificationsStephan Bergmann2017-01-2666-799/+360
* ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem2017-01-252-2/+14
* loplugin: unnecessary destructor cppcanvas..filterNoel Grandin2017-01-2412-47/+0
* Remove aTransitionSubtypeOutMap and aTransitionTypeOutMapRohan Kumar2017-01-231-20/+20
* tdf#51358 Support for BoxWipe transition in SVG ExportRohan Kumar2017-01-231-2/+131
* cppcheck: useInitializationListJochen Nitschke2017-01-221-2/+0