summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin3-15/+18
2019-10-23sw: add test for RTF/DOCX roundtrip of nested fieldsMichael Stahl1-1/+1
2019-10-23writerfilter: add config to import all fields as generic, incl. commandsMichael Stahl3-3/+11
2019-10-23writerfilter: adapt the "real" fieldmark path in CloseFieldCommand()Michael Stahl1-32/+47
2019-10-23writerfilter: StartOrEndBookmark(): don't hardcode end of documentMichael Stahl1-1/+5
2019-10-23tdf#120224 writerfilter: don't suppress all bookmarks inside fieldsMichael Stahl2-3/+2
2019-10-23writerfilter: import nested generic fields from RTFMichael Stahl1-6/+29
2019-10-22sw: what is that exception aboutMichael Stahl1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-3/+5
2019-10-17loplugin:virtualdead unused param in BinaryObj::dataNoel Grandin6-12/+6
2019-10-17loplugin:virtualdead unused param in OOXMLDocument::setXNoteTypeNoel Grandin3-15/+5
2019-10-17writerfilter: fix commentJustin Luth1-1/+1
2019-10-17loplugin:virtualdead unused param in LoggedStream::lcl_infoNoel Grandin8-18/+2
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin16-18/+18
2019-10-17writerfilter: clean up now redundant PROP_LAYOUT_IN_CELLMiklos Vajna3-7/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-17tdf#108350 writerfilter: restore TimesNewRoman as default fontJustin Luth1-0/+8
2019-10-16tdf#106843 DOCX: export/import change tracking protectionLászló Németh1-10/+25
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-1/+1
2019-10-16tdf#128156 DOCX import: fix losing redline at page breakLászló Németh1-1/+2
2019-10-16writerfilter: sync layout-in-cell vs wrap-though behavior with ww8 importMiklos Vajna1-1/+1
2019-10-12tdf#127741 DOCX import: format hyperlink with Default character styleTünde Tóth2-15/+12
2019-10-12tdf#106843 DOCX: forbid disabling protected Record ChangesLászló Németh1-1/+16
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-10writerfilter: remove pointless if in appendTextPortion()Michael Stahl1-18/+10
2019-10-10tdf#127814 DOCX: fix default paragraph margin in table cellsLászló Németh1-0/+5
2019-10-09tdf#120336 DOCX import: fix page break after tracked deletionLászló Németh3-6/+22
2019-10-09NFC writerfilter: preparation for adding CharProps to GetAnyPropertyJustin Luth5-51/+69
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin2-3/+2
2019-10-08tdf#127825 DOCX import: fix handling for tbrl, auto-height and rel size shapesMiklos Vajna1-1/+19
2019-10-07cid#1130173 Logically dead codeCaolán McNamara1-1/+1
2019-10-07related tdf#99602 writerfilter TODO: subscript - use ParaStyle fontsizeJustin Luth1-42/+10
2019-10-04ofz#17992 null derefCaolán McNamara1-4/+7
2019-10-04related tdf#99602 writerfilter: deferredCharProps unhandled in StylesJustin Luth1-1/+2
2019-10-03loplugin:unusedmethodsNoel Grandin1-1/+0
2019-10-03tdf#81100 DOCX import: repeat header according to table styleLászló Németh3-13/+26
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin3-16/+10
2019-10-02tdf#79007: PPTX: reset Contrast and Brightness when we map...Xisco Fauli1-9/+0
2019-10-01tdf#81100 DOCX: keep "repeat table header" table style settingLászló Németh2-1/+12
2019-09-28loplugin:constmethod in writerfilterNoel Grandin32-124/+124
2019-09-26writerfilter: fix crash on import of tdf113230-1.docxMichael Stahl1-3/+7
2019-09-25better data structures for some static const varsNoel Grandin1-2/+2
2019-09-25Revert "tdf#117988 writerfilter: IgnoreTabsAndBlanksForLineCalculation"Justin Luth1-1/+1
2019-09-24Use initializer list instead of iterating an array to construct the mapMike Kaganski1-162/+146
2019-09-24tdf#104167 DOCX import: don't map Heading1 to Heading 1 para styleMiklos Vajna1-9/+0
2019-09-23writerfilter: fix assert importing fdo77404-1.docxMichael Stahl3-10/+38
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-20Related: tdf#124600 sw anchored object allow overlap: add DOCX filterMiklos Vajna1-3/+6
2019-09-18writerfilter: use '= default' to define a trivial destructorMiklos Vajna1-3/+1
2019-09-17Related: tdf#124600 DOCX import: ignore left wrap on left-aligned shapesMiklos Vajna1-1/+10