summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* filter: speedup nested importers by not notifying constantlyThorsten Behrens2018-02-191-0/+11
* ofz: check bounds on readCaolán McNamara2017-04-043-19/+31
* valgrind: use of uninitialized valuesCaolán McNamara2017-03-281-24/+24
* ofz#875 limit depth to max legal depthCaolán McNamara2017-03-211-10/+18
* ofz#829 ensure palette can fulfil largest index usedCaolán McNamara2017-03-211-25/+40
* ofz#876 avoid accessing empty rowsCaolán McNamara2017-03-211-0/+4
* ofz: use after freeCaolán McNamara2017-03-211-1/+12
* ofz: init varsCaolán McNamara2017-03-031-7/+7
* ofz#668: check nTargetBits sizeCaolán McNamara2017-03-021-1/+4
* ofz: don't read data that isn't thereCaolán McNamara2017-02-231-5/+11
* Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara2017-02-231-5/+15
* ofz: don't read data that isn't thereCaolán McNamara2017-02-231-0/+4
* Resolves: ofz#488 check remaining size while parsingCaolán McNamara2017-02-011-28/+54
* ofz: tidy up eps preview importCaolán McNamara2017-02-011-37/+51
* ofz#414 crash in DXFHatchEntity::EvaluateGroupCaolán McNamara2017-01-183-3/+17
* ofz: ensure nOldSize is > 0Caolán McNamara2017-01-171-2/+2
* guard against self-recursive GetBoundingBoxCaolán McNamara2017-01-163-1/+13982
* avoid infinite loops in dxf renderingCaolán McNamara2017-01-133-14/+17337
* tdf#104144: Missing dashed border, "break" should be "fallthrough" after allStephan Bergmann2016-11-281-2/+1
* tdf#103552: Decrease SpreadsheetML import time to prevent "General input/outp...Шиповський Роман2016-11-011-2/+2
* implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2016-10-261-56/+144
* two elements at the same packing positionCaolán McNamara2016-10-201-3/+3
* Resolves: tdf#99273 can't save specific docxCaolán McNamara2016-09-201-2/+11
* filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl2016-06-071-2/+9
* filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl2016-06-071-0/+1
* Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2016-05-302-42/+53
* filter: generate that with the python script, not BOOST_PPMichael Stahl2016-05-252-6/+8
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-2/+1
* Convert Disposal to scoped enumNoel Grandin2016-05-252-4/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-2/+2
* convert tnode to scoped enumNoel Grandin2016-05-232-57/+57
* coverity#1362017 Uninitialized scalar fieldCaolán McNamara2016-05-211-0/+1
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-205-19/+19
* Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2016-05-192-31/+0
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-192-3/+5
* tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2016-05-192-0/+31
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-189-158/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-2/+2
* tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht2016-05-166-8/+43
* Fix typosAndrea Gelmini2016-05-161-1/+1
* coverity#1361575 Logically dead codeCaolán McNamara2016-05-151-1/+1
* filter: convert boost::bindMichael Stahl2016-05-131-9/+8
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-131-151/+158
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-123-7/+5
* Include cppumaker-generated .hpp, not .hdlStephan Bergmann2016-05-111-1/+1
* Fix typosAndrea Gelmini2016-05-101-9/+9
* Presumably missing break in switchStephan Bergmann2016-05-101-0/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-103-0/+37
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-17/+17