summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-02-02writerfilter: tdf#97417: don't insert numbering on end-of-sectionMichael Stahl1-2/+11
2016-01-29oox, writerfilter: incorrect a14 namespaceMichael Stahl1-1/+1
2016-01-27tdf#96308 RTF import: fix tab stop inheritance inside table cellsMiklos Vajna2-1/+13
2016-01-14RTF import, fix landscape flag & implement lndscpsxnGuillaume Smaha1-1/+8
2016-01-12tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna6-9/+10
2016-01-12move saveInteropProperties from writerfilter to ooxMichael Stahl2-44/+5
2016-01-11tdf#92045 DOCX import: <w:effect w:val="none"/> doesn't mean blinkingMiklos Vajna1-1/+1
2016-01-05tdf#69640: Treat errors opening OLE stream gracefullyMike Kaganski1-1/+8
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl5-9/+20
2015-12-03tdf#94043 RTF filter: implement column separator handlingMiklos Vajna1-0/+3
2015-12-03Related: tdf#94043 DOCX import: fix column separator handlingMiklos Vajna1-3/+9
2015-11-26crashtesting: failure on File_1404.docxCaolán McNamara1-0/+2
2015-11-25Indentation fixesMiklos Vajna1-1/+1
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin10-130/+74
2015-11-23tdf#60351: Use Wrap Polygon also for PROP_SIZE_PIXELMike Kaganski3-11/+52
2015-11-19use comphelper::containerToSequenceNoel Grandin4-36/+7
2015-11-19Simplify writerfilter::dmapper::DomainMapper_Impl::appendGrabBag()Miklos Vajna1-7/+1
2015-11-18Use comphelper::containerToSequenceMiklos Vajna1-6/+2
2015-11-17Assume that this code wants to append a number, not a characterStephan Bergmann1-1/+1
2015-11-16tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by defaultMiklos Vajna1-1/+0
2015-11-16Use comphelper::containerToSequenceMiklos Vajna1-4/+4
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-168/+77
2015-11-13tdf#95188: enable import of shapes in footnotes in .docxOliver Specht1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-2/+2
2015-11-10tdf#95071: fix spacing calculations for border with page offsetMike Kaganski1-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin6-37/+31
2015-10-29tdf#94835: crash while loading RTF with \dppolygon token fixedOliver Specht1-0/+4
2015-10-26tdf#59454 RTF import: handle section break right before a tableMiklos Vajna1-0/+18
2015-10-22writerfilter: it's enough if dmapper gives the media descriptor to its implMiklos Vajna3-9/+6
2015-10-21more removal of com::sun::star typedefsNoel Grandin3-4/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-18/+18
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna6-13/+5
2015-10-19tdf#94374 DOCX import: allow insert -> object -> documentMiklos Vajna1-1/+2
2015-10-19tdf#36117 .docx preserve page vertical alignment after RTJustin Luth3-0/+27
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann49-426/+426
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-4/+4
2015-10-08tdf#94049 RTF import: add missing check for empty shape when popping stateMiklos Vajna1-3/+6
2015-10-07tdf#90810: skip breaks outside of the requested footnoteOliver Specht1-2/+5
2015-10-07Revert "tdf#90810: skip all elements outside of the requested footnote"Stephan Bergmann1-2/+1
2015-10-06tdf#90810: skip all elements outside of the requested footnoteOliver Specht1-1/+2
2015-10-06tdf#91417: import hyperlink with history flag correctlyOliver Specht1-1/+1
2015-10-05tdf#94435 RTF import: \ltrpar should not override \qcMiklos Vajna1-2/+2
2015-10-02loplugin:unusedmethodsNoel Grandin4-34/+0
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-29Fix typosAndrea Gelmini4-5/+5
2015-09-28bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna1-0/+5
2015-09-28tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indentsMiklos Vajna1-3/+3
2015-09-28tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna1-2/+6
2015-09-23tdf#92124 DOCX import: don't add a dummy Suffix for an empty LabelFollowedByMiklos Vajna1-1/+12