summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky1-0/+14
2013-11-05fdo#69384 fix impress -> writer copy&pasteMiklos Vajna1-2/+9
2013-11-05fdo#68076 RTF import: default font had priority over the specified oneMiklos Vajna1-2/+3
2013-11-05fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl1-2/+11
2013-11-05fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-2/+5
2013-11-05rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl2-2/+24
2013-11-05fix rtf import on big endianDavid Tardon1-27/+15
2013-11-05fdo#64656 RTF import: handle levelnumbers without leveltextMiklos Vajna2-0/+11
2013-11-05fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-8/+11
2013-11-05fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna1-1/+4
2013-10-16fdo#69548 do not remove last space from hyperlink targetAndras Timar1-7/+3
2013-10-04bnc#779620 DOCX import: try harder to convert floating tables to text framesMiklos Vajna3-14/+44
2013-09-03fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frameMiklos Vajna3-1/+22
2013-09-03bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna5-1/+34
2013-09-03bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna1-0/+38
2013-09-03bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna5-11/+48
2013-09-03bnc#816593 docx import: fix incorrect nested table marginsPierre-Eric Pelloux-Prayer1-1/+3
2013-09-03bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacingMiklos Vajna1-2/+4
2013-09-03bnc#816593 DOCX import: fix auto para spacing without compat optionMiklos Vajna1-4/+3
2013-08-26bnc#834035 Introduce msfilter::util::findQuotedText()Miklos Vajna1-23/+3
2013-08-14w:spacing in a paragraph should also apply to as-char objects (bnc#780044)Luboš Luňák1-0/+9
2013-08-09n#816593: docx consecutive tables with different tblpPr needs to be splitCédric Bosdonnat7-9/+107
2013-08-07avoid crash when no table grid is givenLuboš Luňák1-0/+4
2013-08-07fdo#67498 RTF import: fix missing margins vs continuous section breaksMiklos Vajna2-19/+30
2013-08-07compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák3-0/+5
2013-08-05fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna1-4/+11
2013-08-01DOCX import fix for table with auto sizeAdam Co2-2/+43
2013-07-18n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat1-39/+63
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
2013-07-04n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
2013-07-04n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+16
2013-07-03n#825976: writerfilter initial support of SEQ fieldsCédric Bosdonnat1-4/+33
2013-07-03n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat4-8/+67
2013-06-26bnc#823675 RTF import: fix import of numbering bullet associated fontMiklos Vajna2-4/+14
2013-06-24bnc#823655 fix RTF import of freeform shape coordinatesMiklos Vajna1-7/+7
2013-06-24bnc#823655 RTF import: ignore styles without a typeMiklos Vajna1-0/+3
2013-06-19n#820800: docx import of wrap polyon was based on dest size of pictureCédric Bosdonnat3-7/+6
2013-06-19bnc#825305 RTF import of fFilled shape propertyMiklos Vajna1-0/+5
2013-06-18n#820836: dmapper, fixed typos in first page style creationCédric Bosdonnat1-2/+2
2013-06-17n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-13n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat1-3/+17
2013-06-12bnc#820819 docx import: don't apply complex font size to non-complex fontPierre-Eric Pelloux-Prayer1-2/+0
2013-06-06add some checks against NULL derefsCaolán McNamara2-0/+6
2013-06-06valgrind: uninit variableCaolán McNamara1-2/+3
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna1-2/+3
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna5-5/+24
2013-05-30fdo#64671 Some special RTF characters were not skipped correctlyUrmas1-1/+1
2013-05-30bnc#817956 DOCX import of page border shadowMiklos Vajna7-6/+40
2013-05-30bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-30bnc#817956 DOCX import of document background colorMiklos Vajna4-1/+10