summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-2/+5
2013-07-10rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl2-2/+24
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
2013-07-08n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
2013-07-08n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+16
2013-07-08n#825976: writerfilter initial support of SEQ fieldsCédric Bosdonnat1-4/+33
2013-07-04n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat4-8/+67
2013-06-28n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-19fix rtf import on big endianDavid Tardon1-27/+15
2013-06-14fdo#64656 RTF import: handle levelnumbers without leveltextMiklos Vajna2-0/+11
2013-06-11Related fdo#33895 add some checks against NULL derefsJulien Nabet1-1/+6
2013-06-06add some checks against NULL derefsCaolán McNamara2-0/+6
2013-06-04fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-8/+11
2013-05-27fdo#64671 Some special RTF characters were not skipped correctlyUrmas1-1/+1
2013-05-16fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna1-1/+4
2013-05-15fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-02Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna1-4/+4
2013-04-18fdo#63023 incorrect RTF background color in headerMiklos Vajna1-3/+8
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-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