summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* convert SetPixel->SetPixelOnDataNoel Grandin2018-02-066-25/+28
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-051-2/+2
* Fix code typos odf2uof_spreadsheetJulien Nabet2018-02-011-4/+3
* No apparent need to restrict intermediate values to sal_uInt16Stephan Bergmann2018-01-311-3/+3
* ofz: speed up bitmap image fuzzingCaolán McNamara2018-01-314-69/+88
* ofz: optimize ras filter a titchCaolán McNamara2018-01-291-5/+9
* ofz#2977 speed up tiff importCaolán McNamara2018-01-291-32/+35
* Fix typosAndrea Gelmini2018-01-271-1/+1
* Resolves: tdf#114221 generate both std97 and cryptoapi keys from password..Caolán McNamara2018-01-261-6/+19
* Fix typosAndrea Gelmini2018-01-262-2/+2
* clamp normal page sizes as well as notepagesCaolán McNamara2018-01-251-4/+6
* drop GetPageSize no-op functionCaolán McNamara2018-01-251-5/+0
* Fix typosAndrea Gelmini2018-01-252-2/+2
* EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna2018-01-231-1/+1
* gbuild: always compile as C++17 with MSVC 2017Michael Stahl2018-01-221-0/+7
* boost: upgrade to release 1.66.0Michael Stahl2018-01-221-0/+1
* ofz#5539 stricter on strings in dxfCaolán McNamara2018-01-211-1/+4
* loplugin:unused-returns in filter,tools,xmloffNoel Grandin2018-01-203-15/+9
* new loplugin:emptyifNoel Grandin2018-01-191-20/+0
* Fix typosAndrea Gelmini2018-01-181-1/+1
* Fix typosAndrea Gelmini2018-01-171-1/+1
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-174-5/+5
* Fix typosAndrea Gelmini2018-01-161-1/+1
* Fix typosAndrea Gelmini2018-01-162-3/+3
* Fix typosAndrea Gelmini2018-01-167-9/+9
* ofz#5336 TimeoutCaolán McNamara2018-01-162-2/+11
* Fix typoAndrea Gelmini2018-01-152-2/+2
* More loplugin:cstylecast: filterStephan Bergmann2018-01-1512-82/+81
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-152-5/+5
* ofz#5276 oomCaolán McNamara2018-01-143-22/+38
* More loplugin:cstylecast: filterStephan Bergmann2018-01-1248-763/+763
* filter: fix 32bit buildMiklos Vajna2018-01-121-1/+1
* Fix OSL_ENSURE condition in msvbahelper.cxxJulien Nabet2018-01-121-1/+1
* ofz#5248 Integer-overflowCaolán McNamara2018-01-111-3/+10
* Replace macro with functionStephan Bergmann2018-01-112-2/+7
* loplugin:redundantcast: filterStephan Bergmann2018-01-111-1/+1
* Replace some C-style casts in ugly macros with static_castStephan Bergmann2018-01-111-2/+2
* tdf#114939 filter: don't use StarOffice SHA1 in MS Office filtersMichael Stahl2018-01-111-4/+10
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* ofz#5154 limit depth to max legal depthCaolán McNamara2018-01-091-3/+5
* i <= 5 is nonsense hereCaolán McNamara2018-01-091-12/+6
* ofz: fail earlyCaolán McNamara2018-01-071-0/+2
* ofz#4983 Divide-by-zeroCaolán McNamara2018-01-061-1/+5
* Fix typosAndrea Gelmini2018-01-051-6/+6
* long->sal_Int32 in BigIntNoel Grandin2018-01-051-2/+3
* migrate to std::unique_ptrCaolán McNamara2018-01-041-20/+14
* ofz#4943 Direct-leakCaolán McNamara2018-01-041-13/+11
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-293-3/+3
* Fix typosAndrea Gelmini2017-12-292-7/+7
* Fix typosAndrea Gelmini2017-12-293-8/+8