summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-05-31fdo#64671 Some special RTF characters were not skipped correctlyUrmas1-1/+1
2013-05-31docx import, fixed croppingSJacobi1-0/+8
2013-05-23fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-23map docx line alignment properly to writer's line-of-text align (bnc#820792)Luboš Luňák3-11/+35
2013-05-23bnc#819882 DOCX import: backport table-related fixes from libreoffice-4-1Miklos Vajna6-15/+47
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna5-0/+35
2013-05-16bnc#779630 DOCX import: improve w:sdt size guessingMiklos Vajna1-1/+6
2013-05-07Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-05-07fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna1-4/+4
2013-05-06fdo#63023 incorrect RTF background color in headerMiklos Vajna1-3/+8
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna7-67/+249
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna5-0/+103
2013-05-02bnc#779630 tokenize w:listItem and w:dropDownListMiklos Vajna1-0/+7
2013-05-01Merge tag 'libreoffice-4.0.3.2' into suse-4.0Petr Mladek10-67/+138
2013-04-29n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat3-15/+7
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna1-3/+7
2013-04-04fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna2-5/+19
2013-04-02n#779627: forgot to remove a debug fprintfCédric Bosdonnat1-1/+0
2013-04-02n779627: docx import of table styles, why not copy the ids?Cédric Bosdonnat1-1/+3
2013-03-29fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna1-2/+2
2013-03-28fdo#37716 implement import of RTF_NOWRAPMiklos Vajna2-1/+12
2013-03-28solve fdo#62805Maxime de Roucy2-44/+44
2013-03-26fdo#59273 import w:tblLayout of DOCX tablesMiklos Vajna4-11/+33
2013-03-25fdo#60922 ignore DOCX import of w:position w:val="0"Miklos Vajna1-1/+3
2013-03-22fdo#62288 fix RTF import of table paragraph marginsMiklos Vajna1-0/+9
2013-03-18fdo#61909 fix import of RTF_HIGHLIGHT and of default font without RTF_PLAINMiklos Vajna1-1/+6
2013-03-12Resolves: #i119658#, some Chinese numbering formats not supportedJian Fang Zhang1-0/+4
2013-03-08fdo#61343 fix DOCX import of OLE object after groupshapeMiklos Vajna1-1/+14
2013-03-07fdo#60722 RTF filter: shape import fixesMiklos Vajna4-12/+23
2013-03-07fdo#59638 import of DOCX w:lvlOverride / RTF_LFOLEVELMiklos Vajna3-2/+33
2013-02-28fdo#61000: writerfilter: filter out unsupported list tab stopsMichael Stahl1-1/+7
2013-02-28fdo#61507 import/export RTF_UPR and RTF_UDMiklos Vajna2-5/+21
2013-02-28fdo#53985 DOCX import: don't try to set empty PageDescNameMiklos Vajna1-1/+14
2013-02-25fdo#53594 RTF IMPORT : considere OLE objects as picturesMaxime de Roucy2-4/+41
2013-02-25n#779642: table positions need to be stacked to handle nested tableCédric Bosdonnat3-7/+27
2013-02-25n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat6-56/+143
2013-02-25n#779642: ignore framePr inside table or the table import won't workCédric Bosdonnat3-3/+18
2013-02-21fdo#60789: writerfilter: do not insert a character at field startMichael Stahl1-6/+0
2013-02-21fdo#60789: writerfilter: continue the import if comment insertion failsMichael Stahl1-14/+31
2013-02-11fdo#59953 RTF import: fix unreadable graphic and nested cell contentsMiklos Vajna2-3/+6
2013-02-06RTF import: fix import of \line symbolMichael Stahl1-2/+6
2013-02-05previous commit used OUString::number, use valueOf insteadMichael Stahl1-2/+2
2013-02-05fdo#58076 import RTF_SHPLEFT/TOP of ESCHER_ShpInst_PictureFrameMiklos Vajna1-0/+15
2013-02-05fdo#59393 fdo#44053 fix this again and this time add a testcase as wellMiklos Vajna3-33/+3
2013-02-05fdo#48440 fix import of RTF_PAGE between text framesMiklos Vajna1-0/+1
2013-02-05fdo#58646 fix import of RTF_PAGE in cont section when having titlepgMiklos Vajna1-1/+3
2013-02-04fdo#59419 fix RTF import of hex form of \r and \nMiklos Vajna1-0/+8
2013-01-22n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna1-17/+25
2013-01-15fdo#59338 fix RTF paste into footnoteMiklos Vajna1-2/+5
2013-01-10fdo#58327: writerfilter: RemoveLastParagraph is tricky:Michael Stahl1-1/+7