summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-4/+0
2018-12-04tdf#121664 DOCX import: fix lack of line numbering reset on page breakMiklos Vajna1-1/+1
2018-12-01tdf#58944: comment DOCX table header row limit betterLászló Németh1-10/+10
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-28loplugin:unusedfieldsNoel Grandin2-3/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-4/+3
2018-11-24remove unused PropertyIds valuesNoel Grandin2-12/+2
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+1
2018-11-21connectivity Writer driver: make ProviderRequest members privateMiklos Vajna1-2/+1
2018-11-20tdf#120551 DOCX import: fix position of group shape with absolute positionMiklos Vajna1-2/+25
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-18Use std::to_string (OOXMLParserState)Julien Nabet1-5/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-2/+6
2018-11-16tdf79435 doc/docx: round-trip legacy input formfieldsJustin Luth3-3/+80
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-13tdf#121203 DOCX import: fix loss of free-form text in date controlMiklos Vajna3-6/+41
2018-11-12tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2-3/+3
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-29/+12
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski3-15/+15
2018-11-08loplugin:unusedfieldsNoel Grandin3-3/+0
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin5-31/+16
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap1-1/+1
2018-11-06tdf#118166 writerfilter: no design mode if ole controls existJustin Luth3-2/+12
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski1-2/+2
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin2-3/+3
2018-10-31writerfilter: implement formprotJustin Luth5-3/+45
2018-10-30tdf#116989: disable conversion of tables in footers to floating for nowMike Kaganski3-11/+19
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+2
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