summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2019-11-13tdf#95374 DOCX import: reset left indentation at disabled numberingLászló Németh1-0/+5
2019-11-13tdf#127925 DOCX export: fix visited hyperlink styleTünde Tóth1-1/+1
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-11-11tdf#128428 RTF: fix for different product versionsLászló Németh1-2/+2
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh8-4/+43
2019-11-11tdf#128460 import SwInputField from DOCX FILLINJan-Marek Glogowski1-11/+12
2019-11-11tdf#124986: docx: remove trailing quotation marks and spaces from set fieldsbrinzing1-2/+6
2019-11-09tdf124367 DOCX import: fix rounding error in table cell widthsBakos Attila1-2/+2
2019-11-08tdf#128504 save DOCX as ODT: don't color not highlighted hyperlinksTünde Tóth1-1/+6
2019-11-07loplugin:unusedmethodsNoel Grandin3-11/+0
2019-11-06crashtesting: null deref on import of lp482242-3.rtfCaolán McNamara1-2/+5
2019-11-06tdf#99602 writerfilter: import subscript into character styleJustin Luth1-3/+22
2019-11-06tdf#121661 Roundtrip w:hyphenationZone via InteropGrabBagSamuel Mehrbrodt3-0/+11
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-5/+4
2019-11-04tdf#120315 DOCX import: fix cells merged verticallyBakos Attila1-4/+3
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-11-02New loplugin:conditionalstringStephan Bergmann2-5/+7
2019-10-31tdf#125038 DOCX import: better support for linebreaks in IF fieldsMiklos Vajna2-0/+34
2019-10-31Fix typosAndrea Gelmini1-1/+1
2019-10-31Resolves: rhbz#1766990 starmath might not be availableCaolán McNamara1-14/+19
2019-10-31tdf#125038 DOCX import: fix lost MERGEFIELD result inside an IF fieldMiklos Vajna1-0/+82
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-30Related: tdf#125038 DOCX import: fix unexpected linebreak inside IF conditionMiklos Vajna1-0/+15
2019-10-30writerfilter: rtftok: filter control charactersMichael Stahl1-0/+25
2019-10-29writerfilter: assert that start position is before end positionMichael Stahl1-0/+8
2019-10-29writerfilter: need to always import form-fields with their ffDataMichael Stahl1-2/+6
2019-10-29writerfilter: fix handling of checkbox/dropdown fieldmarksMichael Stahl1-11/+36
2019-10-29writerfilter: use insert position in PushFieldContext()Michael Stahl1-1/+4
2019-10-28Related: tdf#125038 DOCX import: fix unexpected MERGEFIELD result inside IFMiklos Vajna2-15/+32
2019-10-28related tdf#99602 writerfilter TODO: subscript - use CharStyle fontsizeJustin Luth2-5/+30
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski6-17/+144
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
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