summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-11-29Resolves: fdo#86449 CVE-2014-9093 backport rtf fixesCaolán McNamara3-34/+177
2014-10-03shared_ptr is too smart to accept NULLChristian Lohmaier1-1/+1
2014-10-03Resolves: fdo#79130 Crash in DomainMapper_Impl::CloseFieldCommandCaolán McNamara1-1/+1
2014-10-03Related: fdo#73608 don't crash on missing table stylesCaolán McNamara1-1/+15
2014-09-25add missing breakLuboš Luňák1-0/+1
2014-09-24Blind fix: writerfilter::TableManager used without template parameterscp-4.2-15Tor Lillqvist1-1/+1
2014-09-23handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák3-0/+9
2014-09-11Resolves: fdo#82114 RTF import: fix handling of first page in non-first sectionMiklos Vajna1-4/+9
2014-09-11Related: fdo#82114 Copy first-header-footer test from ww8 to ooxmlLuke Deller2-41/+15
2014-09-11Related: fdo#82114 Kill copy'n'paste.Jan Holesovsky2-60/+25
2014-09-11Related fdo#38054 fdo#82114: Don't crash when opening this document.Jan Holesovsky1-5/+5
2014-09-09fdo#77129 DOCX:Only Six pages were loaded out of 60 pages.sushil_shinde2-11/+24
2014-09-08fdo#81944 fdo#82107: writerfilter: RTF import: don't drop fonts in stylesheetMichael Stahl3-36/+24
2014-09-08fdo#79959 RTF import: trim whitespace around style namesMiklos Vajna1-2/+2
2014-09-08fdo#74229 import RTF_TRGAPHMiklos Vajna1-0/+11
2014-08-26fdo#39056 fdo#75431 Section Properties if section starts with tableVinaya Mandke5-3/+108
2014-08-21fix build, coverity#1209547 Unchecked dynamic_castCaolán McNamara1-4/+7
2014-08-21check for empty m_aStatesCaolán McNamara2-0/+4
2014-08-21fdo#81993: Revert "Resolves: #i119464# Update default alignment ...Michael Stahl1-17/+1
2014-08-21fdo#80986: disable highlight DOCX importZolnai Tamás1-1/+1
2014-08-21fdo#78904 : LO hangs while saving the document.Umesh Kadam1-6/+17
2014-08-21fdo#81384: writerfilter: turn the horrible btLr cell text dir hackMichael Stahl2-4/+4
2014-08-21fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl1-1/+6
2014-08-21coverity#1194911 Unchecked dynamic_castMiklos Vajna1-1/+1
2014-07-22(related: fdo#78502) writerfilter: RTF import: fix invalid string copyMichael Stahl1-1/+1
2014-07-22fdo#81173 abi#3623 RTF import: missing null pointer checkMiklos Vajna2-1/+8
2014-07-22Fix ignoring large twips values like MSO does (cp#1000087)Matúš Kukan1-5/+5
2014-07-06fdo#73241 RTF import: ignore page break in tablesMiklos Vajna1-0/+4
2014-07-06fdo#76803: writerfilter: fix image wrap polygon import againMichael Stahl1-2/+4
2014-07-04bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna3-4/+12
2014-07-04fdo#69649 RTF import: don't crash on empty TOC resultMiklos Vajna2-1/+9
2014-07-03bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna4-0/+26
2014-06-18fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl3-6/+15
2014-06-18related: fdo#77979: writerfilter RTF import: read encoded font nameMichael Stahl1-4/+5
2014-06-16DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna3-1/+8
2014-06-10RTF import: fix handling of \loch \hich \dbch \ltrch \rtlchMichael Stahl2-5/+20
2014-06-10fdo#79384: replace the work-around with a different oneMichael Stahl1-7/+7
2014-06-10fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl2-5/+31
2014-06-10fdo#79547 fdo#69649 Fix for pre-rendered Table Of ContentsVinaya Mandke3-17/+84
2014-06-10fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-1/+6
2014-06-02discard more header/footer stuff when discarding headers/footers (bnc#875718)Luboš Luňák1-4/+10
2014-06-02fdo#78900 RTF import: allow \dpxsize inside \dptxbxtextMiklos Vajna1-0/+11
2014-05-29handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák3-0/+5
2014-05-18fdo#78313 RTF import: retain font colorsMiklos Vajna3-1/+21
2014-05-18writerfilter: DomainMapper_Impl::SetSymbolData() should take an intMiklos Vajna2-2/+2
2014-05-18fdo#78384: Fix for corruption if file contains symbols.Rohit Deshmukh3-1/+25
2014-05-01actually read brightness/contrast when reading docx (bnc#875713)Luboš Luňák1-0/+4
2014-04-30fdo#70853 writerfilter: refactor to avoid redundant Papx class in doctokMiklos Vajna3-26/+40
2014-04-30Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara2-13/+40
2014-04-29123792: complete annotations on text ranges featureOliver-Rainer Wittmann3-31/+48