summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-02-01writerfilter: tdf#97417: don't insert numbering on end-of-sectionMichael Stahl1-2/+11
2016-01-31boost::tuple -> std::tupleCaolán McNamara6-128/+126
2016-01-30Remove unused includesMiklos Vajna2-2/+0
2016-01-29writerfilter: uno::Sequence -> std::vector for table rangesMiklos Vajna3-27/+18
2016-01-28tdf#97371 DOCX import: fix text covered by shapeMiklos Vajna1-1/+6
2016-01-28writerfilter: uno::Sequence -> std::vector for table row rangesMiklos Vajna3-15/+7
2016-01-27writerfilter: uno::Sequence -> std::vector for table cell rangesMiklos Vajna2-9/+11
2016-01-26tdf#95376 DOCX import: fix incorrectly indented tab stopsMiklos Vajna1-0/+8
2016-01-21oox: import Math objects from PPTX filesMichael Stahl1-0/+1
2016-01-21oox, writerfilter: incorrect a14 namespaceMichael Stahl1-1/+1
2016-01-21writerfilter: can use a plain instance for the cell sequence hereMiklos Vajna2-8/+6
2016-01-20writerfilter: can use a plain instance for the row sequence hereMiklos Vajna2-5/+4
2016-01-20writerfilter: fix VS2015 buildThorsten Behrens1-0/+1
2016-01-19tdf#85523 DOCX import: fix unexpected extra char at comment endMiklos Vajna1-1/+2
2016-01-18cppcheck: useInitializationListCaolán McNamara1-2/+1
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin8-49/+15
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-15writerfilter: coverity#1348470 missing breakMichael Stahl1-1/+1
2016-01-15Fix tdf#97035 - FILEOPEN: RTF wrong cell widthGuillaume Smaha3-2/+24
2016-01-13loplugin:unusedmethods unused return value in writerfilter/Noel Grandin2-8/+6
2016-01-12RTF import, fix landscape flag & implement lndscpsxnGuillaume Smaha1-1/+8
2016-01-10Fix typosAndrea Gelmini7-11/+11
2016-01-08tdf#93640 Fix import of linked left page header/footerLuke Deller3-54/+144
2016-01-08tdf#96308 RTF import: fix tab stop inheritance inside table cellsMiklos Vajna1-0/+2
2016-01-08Related: tdf#96308 RTF import: fix RTF_DEFTAB handlingMiklos Vajna2-1/+11
2016-01-07tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna6-9/+10
2016-01-06tdf#92045 DOCX import: <w:effect w:val="none"/> doesn't mean blinkingMiklos Vajna1-1/+1
2016-01-06Missing includeStephan Bergmann1-1/+1
2016-01-06writefilter: removed superfluous #includesAndrea Gelmini7-23/+8
2016-01-05loplugin:sallogareasStephan Bergmann1-1/+1
2016-01-05tdf#69640: Treat errors opening OLE stream gracefullyMike Kaganski1-1/+8
2016-01-04DOC(X) filter: BAF -> BAILS in the smart tag mappingMiklos Vajna1-9/+9
2015-12-22writerfilter: can use a plain instance for the table sequence hereMiklos Vajna2-16/+12
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin7-27/+10
2015-12-20move saveInteropProperties from writerfilter to ooxMichael Stahl2-44/+5
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl5-9/+20
2015-12-09tdf#95755: Don't discard table properties in endOfRowAction()Mike Kaganski1-14/+12
2015-12-08writerfilter: loplugin:stringconstantMiklos Vajna1-2/+2
2015-12-08tdf#54584: adjust skip-slash condition, allow unterminated quoteMike Kaganski2-9/+29
2015-12-07tdf#54584: allow backslash before field type in RTF and DOCXMike Kaganski1-0/+7
2015-12-07loplugin:overrideNoel Grandin1-6/+6
2015-12-07loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin4-86/+51
2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin9-382/+320
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian1-59/+7
2015-12-03Use comphelper::containerToSequence()Miklos Vajna2-10/+4
2015-12-02DOCX import: handle <w:smartTag>Miklos Vajna4-4/+77
2015-12-02tdf#94043 RTF filter: implement column separator handlingMiklos Vajna1-0/+3
2015-12-01DOCX import: initialize RDF metadata before importing document propertiesMiklos Vajna1-0/+18