summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth2019-01-151-8/+10
* Avoid getToken index for single callMatteo Casalin2019-01-131-8/+3
* tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai2019-01-121-1/+1
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-5/+5
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* writerfilter: import section margins and writingModeJustin Luth2019-01-112-0/+36
* sw: DOCX: recognize TOC title during importSerge Krot2019-01-092-26/+138
* writerfilter: avoid exception - IsProtect not page style property.Justin Luth2019-01-081-1/+3
* tdf#122224 DOCX import: fix formula field syntaxLászló Németh2019-01-081-0/+9
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-084-10/+10
* related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens2019-01-074-36/+57
* tdf#122424 RTF import: ignore table row text outside the cellsLászló Németh2019-01-043-3/+32
* Related: tdf#121664 RTF filter: fix line numbering start value handlingMiklos Vajna2019-01-031-2/+6
* tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh2018-12-304-3/+23
* tdf#120511 writerfilter: track inserted frame per sectionJustin Luth2018-12-292-0/+4
* sw ooxmlimport: landscape <-> portrait ? not a continuous sectionJustin Luth2018-12-251-0/+20
* sw: DOCX: allow editing of unprotected areas in protected docSerge Krot2018-12-201-1/+0
* tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh2018-12-193-0/+24
* crashtesting: clamp languagetype param valueCaolán McNamara2018-12-161-1/+1
* sw: support for saving into .dotx fileVasily Melenchuk2018-12-141-2/+8
* Related: tdf#121664 DOCX filter: fix line numbering start value handlingMiklos Vajna2018-12-111-1/+4
* tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap2018-12-103-0/+7
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-101-0/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-087-15/+15
* HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann2018-12-071-4/+0
* tdf#121664 DOCX import: fix lack of line numbering reset on page breakMiklos Vajna2018-12-041-1/+1
* tdf#58944: comment DOCX table header row limit betterLászló Németh2018-12-011-10/+10
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+1
* loplugin:unusedfieldsNoel Grandin2018-11-282-3/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-252-4/+3
* remove unused PropertyIds valuesNoel Grandin2018-11-242-12/+2
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-2/+1
* connectivity Writer driver: make ProviderRequest members privateMiklos Vajna2018-11-211-2/+1
* tdf#120551 DOCX import: fix position of group shape with absolute positionMiklos Vajna2018-11-201-2/+25
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* Use std::to_string (OOXMLParserState)Julien Nabet2018-11-181-5/+1
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-2/+6
* tdf79435 doc/docx: round-trip legacy input formfieldsJustin Luth2018-11-163-3/+80
* loplugin:staticmethods improvementNoel Grandin2018-11-161-1/+1
* tdf#121203 DOCX import: fix loss of free-form text in date controlMiklos Vajna2018-11-133-6/+41
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-121-1/+1
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-102-3/+3
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-103-29/+12
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-103-15/+15
* 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