summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2018-11-083-3/+0
* loplugin:collapseif in tools..xmloffNoel Grandin2018-11-085-31/+16
* tdf#115094 part I: do not move graphic nodesPatrick Jaap2018-11-061-1/+1
* tdf#118166 writerfilter: no design mode if ole controls existJustin Luth2018-11-063-2/+12
* tdf#120703 PVS: V547 Expression is always falseMike Kaganski2018-11-031-2/+2
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-022-3/+3
* writerfilter: implement formprotJustin Luth2018-10-315-3/+45
* tdf#116989: disable conversion of tables in footers to floating for nowMike Kaganski2018-10-303-11/+19
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-4/+4
* clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2018-10-241-1/+1
* loplugin:staticvar in variousNoel Grandin2018-10-224-6/+6
* when calling std::lower_boundNoel Grandin2018-10-201-2/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-194-11/+11
* Turn BorderHandler::BorderPosition into scoped enumStephan Bergmann2018-10-182-45/+43
* sw, writerfilter: avoid some unnecessary value parametersMiklos Vajna2018-10-172-2/+3
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-173-4/+4
* loplugin:singlevalfieldsNoel Grandin2018-10-173-9/+3
* tdf#119885: a typo fixMike Kaganski2018-10-161-1/+1
* tdf#119885: OOXML import: try to get cell paddings as Word doesMike Kaganski2018-10-161-13/+49
* clang-tidy readability-simplify-subscript-exprNoel Grandin2018-10-161-1/+1
* Avoid useless copy of vectorsMike Kaganski2018-10-151-3/+2
* loplugin:staticconstfield improvementsNoel Grandin2018-10-155-26/+0
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-10-152-6/+1
* tdf120224 writerfilter: consume excess bookmark from fieldsJustin Luth2018-10-121-0/+15
* tdf#58944 DOCX import: workaround for hidden table headersLászló Németh2018-10-081-2/+20
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* related tdf#76683 writerfilter: hanging implemented as SignedJustin Luth2018-10-041-1/+1
* writerfilter: pass these by value and use std::move()Miklos Vajna2018-10-032-7/+7
* loplugin:unusedmethodsNoel Grandin2018-10-031-11/+0
* tdf#76683 writerfilter: TwipMeasure must be positiveJustin Luth2018-10-035-12/+48
* Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann2018-10-021-8/+8
* Simplify containers iterations in w*Arkadiy Illarionov2018-09-299-182/+112
* loplugin:unusedmethodsNoel Grandin2018-09-281-11/+0
* tdf#119760 writerfilter: cell border priority over tblBorderJustin Luth2018-09-281-8/+19
* Fix typosAndrea Gelmini2018-09-271-1/+1
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-275-46/+0
* tdf#119037 rtf (im/ex)port: new borderlinesJustin Luth2018-09-273-5/+10
* tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna2018-09-253-31/+47
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* tdf#105444 DOCX import: don't put extra paragraphs in commentsLászló Németh2018-09-221-1/+3
* tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh2018-09-201-1/+1
* tdf#118691 DOCX import: fix table loss caused by <w:cr>László Németh2018-09-181-2/+2
* loplugin:staticconstfield improvementsNoel Grandin2018-09-171-3/+6
* New loplugin:externalStephan Bergmann2018-09-178-18/+18
* loplugin:constfields in writerfilterNoel Grandin2018-09-1326-67/+67
* loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin2018-09-135-6/+3
* ~revert tdf#103961: delay merge of default props until exportJustin Luth2018-09-121-0/+3
* ofz#10228 Integer-overflowCaolán McNamara2018-09-111-2/+2
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-1/+1