summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2019-01-04tdf#122424 RTF import: ignore table row text outside the cellsLászló Németh3-3/+32
2019-01-03Related: tdf#121664 RTF filter: fix line numbering start value handlingMiklos Vajna1-2/+6
2018-12-30tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh4-3/+23
2018-12-29tdf#120511 writerfilter: track inserted frame per sectionJustin Luth2-0/+4
2018-12-25sw ooxmlimport: landscape <-> portrait ? not a continuous sectionJustin Luth1-0/+20
2018-12-20sw: DOCX: allow editing of unprotected areas in protected docSerge Krot1-1/+0
2018-12-19tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh3-0/+24
2018-12-16crashtesting: clamp languagetype param valueCaolán McNamara1-1/+1
2018-12-14sw: support for saving into .dotx fileVasily Melenchuk1-2/+8
2018-12-11Related: tdf#121664 DOCX filter: fix line numbering start value handlingMiklos Vajna1-1/+4
2018-12-10tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap3-0/+7
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann7-15/+15
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