summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-1/+1
2017-07-03writerfilter: fix indentationMiklos Vajna1-2/+2
2017-07-02loplugin:casttovoid: writerfilterStephan Bergmann14-56/+14
2017-06-30revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth1-12/+23
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin4-9/+3
2017-06-29related tdf#82173 writerfilter: ensure Xnote para-style round-trippingJustin Luth1-1/+2
2017-06-29Revert "revert related tdf#82173 writerfilter: ignore case when mapping styles"Stephan Bergmann1-22/+12
2017-06-29revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth1-12/+22
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin5-23/+19
2017-06-28tdf#108714 follow-up: handle deferred break in character groupMike Kaganski1-4/+4
2017-06-27OOXMLFastContextHandler: remove unused stuffMike Kaganski2-19/+0
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski6-1/+54
2017-06-27tdf#100075 DOCX frame height rule updatedVasily Melenchuk1-6/+32
2017-06-27tdf#108806: convert CRLF into space in OOXML textMike Kaganski1-2/+7
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-23writerfilter: remove redundant virtual keywords in the RTF importMiklos Vajna11-170/+116
2017-06-23writerfilter: map endnote text to EndnoteJustin Luth1-0/+1
2017-06-22tdf#108682 DOCX import: fix <w:spacing w:line=...> for negative valuesMiklos Vajna1-3/+13
2017-06-21tdf#82173 writerfilter: copy Xnote Characters -> Xnote anchorJustin Luth1-0/+14
2017-06-20writerfilter: change map to unorded_mapJochen Nitschke1-2/+2
2017-06-20tdf#108416 RTF import: fix unexpected bold list numberingMiklos Vajna1-1/+3
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin18-132/+17
2017-06-19writerfilter: make local helpers staticJochen Nitschke1-13/+13
2017-06-19writerfilter: SET_FULL_NAME is never setJochen Nitschke1-6/+0
2017-06-19fix lost read of m_bFormField fieldNoel Grandin1-49/+52
2017-06-19Watermark: auto size in the RTFSzymon Kłos1-0/+2
2017-06-19writerfilter: use list-initialization for constant mapsJochen Nitschke1-106/+72
2017-06-19writerfilter: don't copy constant mapsJochen Nitschke1-4/+4
2017-06-19writerfilter: remove unused static varJochen Nitschke1-1/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16tdf#85161 implement ooxml SYMBOL field instructionMark Hung1-2/+42
2017-06-16tdf#85161 fix the case for ooxml fields without any seperator.Mark Hung1-0/+3
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2-0/+5
2017-06-15Watermark: RTF font import and exportSzymon Kłos1-2/+39
2017-06-15writerfilter: remove unused WriterFilterDetectorMiklos Vajna3-139/+0
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin2-2/+2
2017-06-12tdf#108055 RTF: Header and Footer are added multiple times.Thomas Beck6-26/+80
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-30/+24
2017-06-09Avoid UBSan warning about negative double -> sal_uInt32 conversionStephan Bergmann2-7/+7
2017-06-09tdf#108408: support unit specifications for ST_HpsMeasureMike Kaganski6-21/+70
2017-06-09tdf#82173 writerfilter: apply char properties to footnoteJustin Luth1-1/+1
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna6-88/+30
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA preservationMiklos Vajna1-1/+0
2017-06-07Watermark: RTF import / exportSzymon Kłos1-0/+12
2017-06-07tdf#108123 RTF paste: fix asymmetric shape <-> table manager stackMiklos Vajna1-3/+6
2017-06-06tdf#104450: Use Calibri; let LO to fallback to CarlitoMike Kaganski1-4/+4
2017-06-06tdf#108350: Use Carlito for DOCX import by defaultMike Kaganski1-0/+18
2017-06-06tdf#82173 writerfilter: charStyle XnoteReference->Xnote CharactersJustin Luth1-2/+2
2017-06-04tdf#73873 Fix missing embeddings in word/embeddings directoryBartosz Kosiorek2-1/+1
2017-06-02Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna5-0/+86