summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* protect against empty m_aTableManagers stackCaolán McNamara2016-08-023-10/+19
* Resolves: tdf#100770 crash on loading specific docxCaolán McNamara2016-08-021-2/+9
* tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}Miklos Vajna2016-08-021-2/+2
* tdf#77349 RTF import: automatically generate names for images if neededMiklos Vajna2016-08-025-5/+51
* tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna2016-07-061-0/+63
* tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna2016-07-061-0/+1
* tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna2016-07-062-2/+13
* rtf: m_aStates can be empty in the inner conditionCaolán McNamara2016-07-061-3/+7
* tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna2016-07-063-3/+25
* tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2016-07-062-0/+32
* tdf#93640 Fix import of linked left page header/footerLuke Deller2016-07-063-54/+144
* Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara2016-07-061-4/+14
* tdf#98806 RTF import: handle bookmarks in table textMiklos Vajna2016-05-211-4/+10
* tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna2016-05-213-25/+69
* Fix tdf#97035 - Import: RTF wrong cell widthGuillaume Smaha2016-05-213-2/+24
* tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna2016-05-214-1/+28
* tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna2016-05-211-0/+1
* tdf#98882 DOCX import: set default para properties on the Standard para styleMiklos Vajna2016-05-211-27/+45
* tdf#96326 RTF import: handle checkbox form field undefined resultMiklos Vajna2016-05-211-1/+2
* tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna2016-05-218-10/+77
* tdf#87034 RTF import: fix multiple superscripts after footnote ...Miklos Vajna2016-05-212-6/+1
* tdf#97371 DOCX import: fix text covered by shapeMiklos Vajna2016-02-181-1/+6
* tdf#95376 DOCX import: fix incorrectly indented tab stopsMiklos Vajna2016-02-181-0/+8
* tdf#85523 DOCX import: fix unexpected extra char at comment endMiklos Vajna2016-02-111-1/+2
* writerfilter: tdf#97417: don't insert numbering on end-of-sectionMichael Stahl2016-02-021-2/+11
* oox, writerfilter: incorrect a14 namespaceMichael Stahl2016-01-291-1/+1
* tdf#96308 RTF import: fix tab stop inheritance inside table cellsMiklos Vajna2016-01-272-1/+13
* RTF import, fix landscape flag & implement lndscpsxnGuillaume Smaha2016-01-141-1/+8
* tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna2016-01-126-9/+10
* move saveInteropProperties from writerfilter to ooxMichael Stahl2016-01-122-44/+5
* tdf#92045 DOCX import: <w:effect w:val="none"/> doesn't mean blinkingMiklos Vajna2016-01-111-1/+1
* tdf#69640: Treat errors opening OLE stream gracefullyMike Kaganski2016-01-051-1/+8
* writerfilter: set a BaseURL on embedded math objectsMichael Stahl2015-12-155-9/+20
* tdf#94043 RTF filter: implement column separator handlingMiklos Vajna2015-12-031-0/+3
* Related: tdf#94043 DOCX import: fix column separator handlingMiklos Vajna2015-12-031-3/+9
* crashtesting: failure on File_1404.docxCaolán McNamara2015-11-261-0/+2
* Indentation fixesMiklos Vajna2015-11-251-1/+1
* loplugin:unusedfields in writerfilter/Noel Grandin2015-11-2410-130/+74
* tdf#60351: Use Wrap Polygon also for PROP_SIZE_PIXELMike Kaganski2015-11-233-11/+52
* use comphelper::containerToSequenceNoel Grandin2015-11-194-36/+7
* Simplify writerfilter::dmapper::DomainMapper_Impl::appendGrabBag()Miklos Vajna2015-11-191-7/+1
* Use comphelper::containerToSequenceMiklos Vajna2015-11-181-6/+2
* Assume that this code wants to append a number, not a characterStephan Bergmann2015-11-171-1/+1
* tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by defaultMiklos Vajna2015-11-161-1/+0
* Use comphelper::containerToSequenceMiklos Vajna2015-11-161-4/+4
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-168/+77
* tdf#95188: enable import of shapes in footnotes in .docxOliver Specht2015-11-131-0/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-2/+2
* tdf#95071: fix spacing calculations for border with page offsetMike Kaganski2015-11-101-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-056-37/+31