summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-07-03fdo#77129 DOCX:Only Six pages were loaded out of 60 pages.sushil_shinde2-15/+28
2014-07-03fdo#80555: Set position of GraphicObjectShape objects correctlyJacobo Aragunde Pérez1-1/+3
2014-07-02bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna4-0/+26
2014-07-02fdo#76260 - don't allocate and free std::strings on each element.Michael Meeks2-4/+5
2014-07-01writerfilter: characters() may be called multiple times for a single tokenMiklos Vajna2-4/+12
2014-07-01writerfilter/source: change directory dependencies to .../ooxml/.dirDouglas Mencken1-3/+3
2014-06-30Use comphelper::SequenceAsVectorMiklos Vajna1-19/+21
2014-06-30fdo#80514 LO crashes on opening; tries to remove a para with NumPicBulletVinaya Mandke3-0/+14
2014-06-30writerfilter: use XFastAttributes more efficiently.Michael Meeks4-61/+59
2014-06-29Use comphelper::SequenceAsVectorMiklos Vajna1-9/+6
2014-06-29writerfilter: unused SprmIdToStringMiklos Vajna1-23/+0
2014-06-29writerfilter: convert factory_values to PythonMiklos Vajna3-89/+63
2014-06-28writerfilter: sync writerfilter_WORK with writerfilter_SRCMiklos Vajna3-14/+14
2014-06-27error: 'xFieldProperites' was not declared in this scopeMiklos Vajna1-1/+1
2014-06-27fdo#74745: (DOCX) Number formatting for custom document properties.Charu Tyagi2-4/+27
2014-06-26fdo#79940 LO crashes on opening; tries to remove a para with bookmarksVinaya Mandke3-0/+13
2014-06-25writerfilter: convert resourceids to PythonMiklos Vajna3-97/+64
2014-06-24Use comphelper::SequenceAsHashMapMiklos Vajna1-44/+25
2014-06-24Related: fdo#76260 writerfilter: move SavedAlternateStates to OOXMLParserStateMiklos Vajna3-18/+19
2014-06-23Use comphelper::SequenceAsHashMapMiklos Vajna1-111/+37
2014-06-23fdo#76260 - Switch from vector to std::stack.Michael Meeks2-4/+4
2014-06-22Use comphelper::SequenceAsVectorMiklos Vajna1-20/+11
2014-06-22error: enumeral and non-enumeral type in conditional expressionMiklos Vajna1-1/+1
2014-06-22writerfilter: convert factoryinc to PythonMiklos Vajna4-103/+53
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