summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-08-02writerfilter: RTF import: ignore content of \upr, except for \udMichael Stahl1-6/+9
2014-08-01fdo#81893: writerfilter: RTF import: \qc before \page was lostMichael Stahl1-0/+4
2014-08-01fdo#81892: writerfilter: RTF import: add support for table row alignmentMichael Stahl1-0/+21
2014-07-30fdo#78904 : LO hangs while saving the document.Umesh Kadam1-6/+17
2014-07-30fdo#81384: writerfilter: turn the horrible btLr cell text dir hackMichael Stahl2-4/+4
2014-07-29(related: fdo#81033) writerfilter: default tab fill character is spaceMichael Stahl1-2/+7
2014-07-29fdo#81033: writerfilter: RTF import: fix tab stop inheritance from styleMichael Stahl1-1/+4
2014-07-29fdo#80486 writerfilter: RTF import: ignore \par inside \ftnsepMichael Stahl1-7/+3
2014-07-29fdo#77996: writerfilter: RTF import: re-work destination text bufferingMichael Stahl2-45/+104
2014-07-29fix floating table over section with several columns (part of bnc#875383)Luboš Luňák2-1/+4
2014-07-29fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl1-3/+8
2014-07-25(related: fdo#79319): writerfilter: RTF import: don't lose shapes in headerMichael Stahl1-0/+2
2014-07-25fdo#79319: writerfilter: RTF import: support horizontal ruleMichael Stahl1-0/+48
2014-07-25(related: fdo#79319) writerfilter: RTF import: fix crash on "fake" pictMichael Stahl3-52/+101
2014-07-21(related: fdo#78502) writerfilter: RTF import: fix invalid string copyMichael Stahl1-1/+1
2014-07-16fdo#80924: writerfilter: RTF import: fix shapeType PictureFrame importMichael Stahl3-12/+22
2014-07-16abi#2720 RTF import: handle non-graphic object after a graphic oneMiklos Vajna1-3/+5
2014-07-11bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna3-4/+12
2014-07-10bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna4-0/+26
2014-07-10Fix ignoring large twips values like MSO does (cp#1000087)Matúš Kukan1-5/+5
2014-07-07fdo#78939 [DOCX] Hang while opening due to incorrect modification of StyleVinaya Mandke1-7/+1
2014-07-07fdo#73241 RTF import: ignore page break in tablesMiklos Vajna1-0/+4
2014-07-05fdo#76803: writerfilter: fix image wrap polygon import againMichael Stahl1-2/+4
2014-07-05fdo#80555: Set position of GraphicObjectShape objects correctlyJacobo Aragunde Pérez1-1/+3
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-3/+1
2014-06-27writerfilter: RTF import: fix handling of associated char propertiesMichael Stahl1-14/+27
2014-06-24fdo#76260 - Switch from vector to std::stack.Michael Meeks2-4/+4
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-16DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna3-1/+8
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-4/+5
2014-06-03writerfilter: fix log areaMichael Stahl1-1/+1
2014-06-03(related: bnc#823675) RTF import: get rid of hacks for \f in LISTLEVELMichael Stahl1-6/+3
2014-06-03RTF import: fix handling of \loch \hich \dbch \ltrch \rtlchMichael Stahl2-5/+20
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl1-7/+7
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl2-5/+31
2014-06-03oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez3-1/+415
2014-06-02fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-1/+6
2014-05-30fdo#78883: Writer getting Hang while opening documentTushar Bende4-3/+30
2014-05-29handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák3-0/+5
2014-05-27fdo#78348 DOCX import: end progressbar after parsing is doneMiklos Vajna1-0/+3
2014-05-26fdo#78900 RTF import: allow \dpxsize inside \dptxbxtextMiklos Vajna1-0/+11
2014-05-24discard more header/footer stuff when discarding headers/footers (bnc#875718)Luboš Luňák1-4/+10
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-4/+4
2014-05-19writerfilter: remove using namespace from headersThomas Arnhold9-73/+76
2014-05-19DOCX import: tokenize v:background (VML description of page background)Miklos Vajna2-2/+24
2014-05-18writerfilter: drop last 'using' statement from headersMiklos Vajna11-136/+122