summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2020-12-24custom literal for Degree10Noel Grandin4-9/+9
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock5-5/+5
2020-12-23add utility NbcRotate methodNoel Grandin2-16/+4
2020-12-23fix ppt gradient importNoel Grandin1-1/+2
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara7-2209/+2058
2020-12-23Related tdf#139073: deal with "none" for border-width in odf2uof_spreadsheetJulien Nabet1-15/+50
2020-12-22oss-fuzz: tgafuzzer doesn't pass sanity checkCaolán McNamara1-2/+13
2020-12-22oss-fuzz: psdfuzzer doesn't pass sanity checkCaolán McNamara1-3/+12
2020-12-22oss-fuzz: epsfuzzer doesn't pass sanity checkCaolán McNamara1-172/+183
2020-12-22oss-fuzz: pcxfuzzer doesn't pass sanity checkCaolán McNamara1-1/+11
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann6-10/+22
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19tdf#138818: libtest_filter_tiff: Add unittestXisco Fauli2-0/+20
2020-12-18tdf#126460: libtest_filter_tiff: Add unittestXisco Fauli2-0/+18
2020-12-18tdf#115863: libtest_filter_tiff: Add unittestXisco Fauli2-1/+30
2020-12-18throw exception in SvStream when reading past end of fileNoel5-13/+37
2020-12-17tdf#138818 Import full TIFF fileGeorgy Litvinov1-1/+1
2020-12-16tdf#95662 Convert , to . for the min-width in the Lists onlygerrit1-2/+2
2020-12-15impress: <count> variable not substituted in presentation on slideshowMarco Cecchetti2-0/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-10/+12
2020-12-08Avoid calculating checksums if we can.Michael Meeks1-3/+4
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu1-1/+1
2020-12-02tdf#128501: DOC export: fix lost bitmap fill for OOXML custom shapesXisco Fauli1-8/+29
2020-12-02ofz#27839 TimeoutCaolán McNamara1-7/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-27/+27
2020-11-26tdf#131269 - fix importing PPT with different notes/presentations ordernd1011-2/+26
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-21tdf#123936 Formatting files in module filter with clang-formatPhilipp Hofer4-27/+23
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann1-35/+36
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann1-6/+7
2020-11-19nChain should presumably be sal_uInt32 hereStephan Bergmann1-1/+2
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-5/+2
2020-11-17loplugin:stringviewparam check methods tooNoel2-3/+3
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+2
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara12-0/+47
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen30-32/+8
2020-11-11loplugin:stringviewNoel5-8/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin4-8/+8
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-11-10This converts to/from mm100s, not twipsMike Kaganski1-2/+2
2020-11-10sync filter's paper table with calcs and i18nutilsCaolán McNamara1-8/+34
2020-11-10tdf#136721 XLSX: add missing A6 paper formatSzabolcs Toth1-1/+3
2020-11-09ofz#26973 shave some time off timeoutCaolán McNamara3-97/+38
2020-11-07Fix typoAndrea Gelmini1-1/+1
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin1-4/+4
2020-11-06loplugin:stringbufferNoel1-4/+4
2020-11-03Rearrange mnemonic keys in Export as PDF dialogMing Hua2-9/+9
2020-10-29crashtesting rhbz909647-2Noel Grandin1-11/+27