summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-06-21writerfilter: convert modelpreprocess to PythonMiklos Vajna4-296/+187
2014-06-20RTF import: handle column break at the very start of the documentMiklos Vajna1-0/+1
2014-06-20writerfilter: Minor cleanup in OOXMLParserState.Jan Holesovsky1-10/+6
2014-06-20fdo#78904 : LO hangs while saving the document.Umesh Kadam1-6/+17
2014-06-19whitespaceMiklos Vajna1-1/+1
2014-06-19fdo#79599: use \highlightN instead of \chcbpatN in RTF import and exportnrbrtx@gmail.com2-1/+3
2014-06-19abi#2720 RTF import: handle non-graphic object after a graphic oneMiklos Vajna1-3/+5
2014-06-19writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER.Jan Holesovsky14-11/+88
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh1-1/+9
2014-06-19indentation fixesMiklos Vajna7-41/+55
2014-06-18writerfilter: Fold all the various DEBUG_* macros into DEBUG_DOMAINMAPPER.Jan Holesovsky24-145/+129
2014-06-18writerfilter: Consistent naming of dmapper_logger.Jan Holesovsky2-8/+8
2014-06-18writerfilter: RTF import: fix handling of associated char propertiesMichael Stahl1-14/+27
2014-06-17writerfilter: try to make tinderbox happy againMichael Stahl1-1/+1
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl5-16/+93
2014-06-17fdo#70578: writerfilter RTF import: by default style is para style 0Michael Stahl1-0/+24
2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna1-1/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin26-133/+27
2014-06-17writerfilter: Kill unused XPathLogger.Jan Holesovsky6-155/+0
2014-06-15writerfilter: unused xmlify()Miklos Vajna2-32/+0
2014-06-15fix debug=2 buildCaolán McNamara1-3/+0
2014-06-14writerfilter: avoid unnecessary non-ascii characters in model.xmlMiklos Vajna1-4/+4
2014-06-14sw, writerfilter: identation fixesMiklos Vajna7-28/+40
2014-06-13DOCX import: implement linking for shapes having textboxesMiklos Vajna1-4/+30
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-13fdo#76633: writerfilter: RTF import: do not leak the XShape of imageMichael Stahl3-9/+27
2014-06-13fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl3-6/+15
2014-06-12related: fdo#77979: writerfilter RTF import: read encoded font nameMichael Stahl1-3/+5
2014-06-12writerfilter: remove unused analyzemodel.xslMiklos Vajna2-127/+0
2014-06-11-Werror,-Wunused-parameterStephan Bergmann1-2/+2
2014-06-11writerfilter: Kill debug_logger.Jan Holesovsky11-706/+4
2014-06-11DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna3-1/+8
2014-06-11fdo#78885 : File crashed while opening in LOsushil_shinde1-1/+1
2014-06-11writerfilter: convert gperffasttokenhandler to PythonMiklos Vajna3-86/+53
2014-06-10coverity#1209547 Unchecked dynamic_castCaolán McNamara1-4/+7
2014-06-10fdo#78939 [DOCX] Hang while opening due to incorrect modification of StyleVinaya Mandke1-7/+1
2014-06-10writerfilter: convert fasttokens to PythonMiklos Vajna3-108/+80
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin24-145/+29
2014-06-07writerfilter: document what RTFParserState's LO/HI/DBCH doesMiklos Vajna1-1/+1
2014-06-07writerfilter: RTF_LOCH is not a NOP anymoreMiklos Vajna1-1/+0
2014-06-07writerfilter: remove unused XSL templatesMiklos Vajna2-35/+3
2014-06-06coverity#1209548 Unchecked dynamic_castCaolán McNamara1-0/+2
2014-06-05writerfilter: remove unused factory.xslMiklos Vajna1-73/+0
2014-06-05writerfilter: Kill createAndSetParent and createAndSetParentRef.Jan Holesovsky1-75/+0
2014-06-05writerfilter: Posix sed needs just one parameter.Jan Holesovsky1-2/+2
2014-06-05writerfilter: Kill RefAndPointer, all it does is one dynamic_cast.Jan Holesovsky3-110/+4
2014-06-05writerfilter: Avoid a temporary file, sed can handle this by itself.Jan Holesovsky4-9/+21
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-06-04writerfilter: remove unused nostatus.xslMiklos Vajna1-37/+0
2014-06-04coverity#705337 Missing break in switch, probably not intentionalCaolán McNamara1-0/+1