summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-28std::set->o3tl::sorted_vector in filterNoel Grandin1-19/+20
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna5-9/+77
2020-10-28convert some more long -> tools::LongNoel2-3/+3
2020-10-27tdf#137413 EMF import: fix transparency in the PDF fallback caseMiklos Vajna1-1/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara13-13/+13
2020-10-22XmlFilterAdaptor: use the fastparser API when possibleNoel4-25/+239
2020-10-22long->tools::Long in emfio..filterNoel39-291/+295
2020-10-21new tools::Degree10 strong typedefNoel Grandin8-27/+28
2020-10-16msfilter: Fix 0x%d debug printfsDr. David Alan Gilbert1-7/+7
2020-10-16sw reqif-xhtml import, embedded objects: handle non-package Ole10Native streamMiklos Vajna1-8/+33
2020-10-13static_cast after dynamic_castNoel1-9/+9
2020-10-12reindent CGMBitmap::ImplGetBitmapCaolán McNamara1-158/+158
2020-10-12ofz: TimeOut short-circuit with a zero mnScanSizeCaolán McNamara1-3/+8
2020-10-10ofz#21753 avoid unproductive timeoutCaolán McNamara1-0/+7
2020-10-09ofz: Invalid-enum-valueCaolán McNamara2-19/+16
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-1/+8
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-1/+1
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel2-2/+2
2020-10-05tdf#133403: PDF export options dialog:(bookmarks) is replaced with (outlines)Ayhan Yalçınsoy4-6/+6
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski8-35/+40
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-10-02Use the new single-instance="true" attribute in filterStephan Bergmann4-10/+6
2020-10-02Fix typo in codeAndrea Gelmini1-1/+1
2020-10-02loplugin:reducevarscope in filterNoel13-59/+66