summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* cppcheck: funcArgOrderDifferentJochen Nitschke2017-01-212-11/+8
* coverity#1399043 Resource leakCaolán McNamara2017-01-211-29/+29
* don't need an intermediate ImageCaolán McNamara2017-01-201-2/+2
* New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann2017-01-1916-26/+93
* make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin2017-01-191-2/+0
* loplugin:loopvartoosmallStephan Bergmann2017-01-171-2/+2
* ofz: fix other similar patternCaolán McNamara2017-01-171-1/+6
* ofz#415 crash in DXFVector::DXFVectorCaolán McNamara2017-01-171-1/+2
* ofz#414 crash in DXFHatchEntity::EvaluateGroupCaolán McNamara2017-01-173-1/+9
* defaults are good enoughCaolán McNamara2017-01-171-4/+2
* drop now unnecessary dtorsCaolán McNamara2017-01-172-26/+5
* ofz#413 leak in DXFBoundaryPathData::EvaluateGroupCaolán McNamara2017-01-172-7/+4
* get rid of crazyCaolán McNamara2017-01-171-7/+0
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-1/+1