summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2018-02-13use RawBitmap in RASReaderNoel Grandin1-29/+16
2018-02-13use RawBitmap in PBMReaderNoel Grandin1-37/+18
2018-02-13use RawBitmap and BitmapEx in DffPropertyReaderNoel Grandin2-133/+128
2018-02-12EPUB export, fixed layout: fix validation error with imagesMiklos Vajna1-0/+2
2018-02-12for ~perfect compression link fuzzer input limit to an output limitCaolán McNamara1-0/+12
2018-02-12ofz#6228 sal_uInt8 makes more senseCaolán McNamara1-2/+1
2018-02-10use RawBitmap and BitmapEx in icgm filterNoel Grandin3-196/+145
2018-02-07use scanline when reading pixel dataNoel Grandin7-20/+38
2018-02-06simplify ImpXPolygonNoel Grandin1-3/+3
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin6-25/+28
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-2/+2
2018-02-01Fix code typos odf2uof_spreadsheetJulien Nabet1-4/+3
2018-01-31No apparent need to restrict intermediate values to sal_uInt16Stephan Bergmann1-3/+3
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara4-69/+88
2018-01-29ofz: optimize ras filter a titchCaolán McNamara1-5/+9
2018-01-29ofz#2977 speed up tiff importCaolán McNamara1-32/+35
2018-01-27Fix typosAndrea Gelmini1-1/+1
2018-01-26Resolves: tdf#114221 generate both std97 and cryptoapi keys from password..Caolán McNamara1-6/+19
2018-01-26Fix typosAndrea Gelmini2-2/+2
2018-01-25clamp normal page sizes as well as notepagesCaolán McNamara1-4/+6
2018-01-25drop GetPageSize no-op functionCaolán McNamara1-5/+0
2018-01-25Fix typosAndrea Gelmini2-2/+2
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna1-1/+1
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl1-0/+7
2018-01-22boost: upgrade to release 1.66.0Michael Stahl1-0/+1
2018-01-21ofz#5539 stricter on strings in dxfCaolán McNamara1-1/+4
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin3-15/+9
2018-01-19new loplugin:emptyifNoel Grandin1-20/+0
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin4-5/+5
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini2-3/+3
2018-01-16Fix typosAndrea Gelmini7-9/+9
2018-01-16ofz#5336 TimeoutCaolán McNamara2-2/+11
2018-01-15Fix typoAndrea Gelmini2-2/+2
2018-01-15More loplugin:cstylecast: filterStephan Bergmann12-82/+81
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-5/+5
2018-01-14ofz#5276 oomCaolán McNamara3-22/+38
2018-01-12More loplugin:cstylecast: filterStephan Bergmann48-763/+763
2018-01-12filter: fix 32bit buildMiklos Vajna1-1/+1
2018-01-12Fix OSL_ENSURE condition in msvbahelper.cxxJulien Nabet1-1/+1
2018-01-11ofz#5248 Integer-overflowCaolán McNamara1-3/+10
2018-01-11Replace macro with functionStephan Bergmann2-2/+7
2018-01-11loplugin:redundantcast: filterStephan Bergmann1-1/+1
2018-01-11Replace some C-style casts in ugly macros with static_castStephan Bergmann1-2/+2
2018-01-11tdf#114939 filter: don't use StarOffice SHA1 in MS Office filtersMichael Stahl1-4/+10
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-09ofz#5154 limit depth to max legal depthCaolán McNamara1-3/+5
2018-01-09i <= 5 is nonsense hereCaolán McNamara1-12/+6