summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-4/+4
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22loplugin:staticvar in variousNoel Grandin4-6/+6
2018-10-20when calling std::lower_boundNoel Grandin1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin4-11/+11
2018-10-18Turn BorderHandler::BorderPosition into scoped enumStephan Bergmann2-45/+43
2018-10-17sw, writerfilter: avoid some unnecessary value parametersMiklos Vajna2-2/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-4/+4
2018-10-17loplugin:singlevalfieldsNoel Grandin3-9/+3
2018-10-16tdf#119885: a typo fixMike Kaganski1-1/+1
2018-10-16tdf#119885: OOXML import: try to get cell paddings as Word doesMike Kaganski1-13/+49
2018-10-16clang-tidy readability-simplify-subscript-exprNoel Grandin1-1/+1
2018-10-15Avoid useless copy of vectorsMike Kaganski1-3/+2
2018-10-15loplugin:staticconstfield improvementsNoel Grandin5-26/+0
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin2-6/+1
2018-10-12tdf120224 writerfilter: consume excess bookmark from fieldsJustin Luth1-0/+15
2018-10-08tdf#58944 DOCX import: workaround for hidden table headersLászló Németh1-2/+20
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-04related tdf#76683 writerfilter: hanging implemented as SignedJustin Luth1-1/+1
2018-10-03writerfilter: pass these by value and use std::move()Miklos Vajna2-7/+7
2018-10-03loplugin:unusedmethodsNoel Grandin1-11/+0
2018-10-03tdf#76683 writerfilter: TwipMeasure must be positiveJustin Luth5-12/+48
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-8/+8
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov9-182/+112
2018-09-28loplugin:unusedmethodsNoel Grandin1-11/+0
2018-09-28tdf#119760 writerfilter: cell border priority over tblBorderJustin Luth1-8/+19
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin5-46/+0
2018-09-27tdf#119037 rtf (im/ex)port: new borderlinesJustin Luth3-5/+10
2018-09-25tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna3-31/+47
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-22tdf#105444 DOCX import: don't put extra paragraphs in commentsLászló Németh1-1/+3
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh1-1/+1
2018-09-18tdf#118691 DOCX import: fix table loss caused by <w:cr>László Németh1-2/+2
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-3/+6
2018-09-17New loplugin:externalStephan Bergmann8-18/+18
2018-09-13loplugin:constfields in writerfilterNoel Grandin26-67/+67
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin5-6/+3
2018-09-12~revert tdf#103961: delay merge of default props until exportJustin Luth1-0/+3
2018-09-11ofz#10228 Integer-overflowCaolán McNamara1-2/+2
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-06ofz#10228 Integer-overflowCaolán McNamara1-1/+2
2018-09-06WaE: -Wmaybe-uninitializedCaolán McNamara1-1/+1
2018-09-05tdf#90906 writerfilter: Allow COL_AUTO to override non-autoJustin Luth2-3/+10
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+1
2018-09-03tdf#82177 ooxmlimport: ignore direct insideV/H cell bordersJustin Luth1-0/+4
2018-09-03tdf#104354 writerfilter: not FirstParaInSection if InFootOrEndnoteJustin Luth2-5/+6
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth6-112/+82
2018-09-02tdf#119188 DOCX import: fix zero margins of numbered lines in cellsLászló Németh1-3/+4
2018-09-01remove single-value variable: nCellJustin Luth3-16/+15