summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-12-05DomainMapper_Impl ctor: we should not be in a footnote property by defaultMiklos Vajna1-1/+1
2013-12-04writerfilter: drop ww8resource annotation in doctokMiklos Vajna7-1373/+0
2013-12-04writerfilter: remove unused WW8LineProps in doctokMiklos Vajna1-15/+0
2013-12-04writerfilter: remove unused WW8BRC in doctokMiklos Vajna1-78/+0
2013-12-04writerfilter: remove unused WW8FFDATA in doctokMiklos Vajna3-138/+0
2013-12-04fdo#64232: Save font theme attributes in rPrDefaultJacobo Aragunde Pérez1-7/+6
2013-12-04fdo#64232: Fix and preserve eastAsiaTheme attributeJacobo Aragunde Pérez3-1/+10
2013-12-04fdo#64232: Add font theme info to CharInteropGrabBagJacobo Aragunde Pérez3-2/+26
2013-12-04sw: Add support for different grab bags at PropertyMap.Jacobo Aragunde Pérez3-29/+58
2013-12-04writerfilter: support nested mc:AlternateContentMiklos Vajna2-1/+30
2013-12-04DOCX drawingML shape import: always set OpaqueMiklos Vajna1-2/+1
2013-12-04DOCX import: parse drawingML group shapes in oox onlyMiklos Vajna1-0/+2
2013-12-03DOCX drawingML groupshape import: fix relative positionMiklos Vajna1-2/+9
2013-12-03DOCX import: declare wps as a supported featureMiklos Vajna1-4/+0
2013-11-29writerfilter: remove unused WW8Annotation in doctokMiklos Vajna3-35/+0
2013-11-29writerfilter: remove unused DffImpl in doctokMiklos Vajna2-265/+0
2013-11-28abi#2128 RTF import: fix memory leakMiklos Vajna2-1/+13
2013-11-27DOCX drawingML shape import: fix position of group shapesMiklos Vajna1-0/+5
2013-11-27writerfilter: tokenize wpg:wgpMiklos Vajna2-0/+24
2013-11-27Need to link against sax nowStephan Bergmann1-0/+1
2013-11-27Fix windows compile.Michael Meeks1-1/+1
2013-11-27SAL_CALL mismatchStephan Bergmann1-1/+1
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks2-12/+18
2013-11-26DOCX drawingML shape import: handle wp:align for wps:txbx positioningMiklos Vajna1-21/+21
2013-11-26DOCX drawingML shape import: initial wps:txbx positioningMiklos Vajna1-0/+12
2013-11-26Moved 'DateTimeToOString' from 'filter' package to 'tools' packageAdam Co1-1/+2
2013-11-26DOCX import: default para style has priority over table stylesMiklos Vajna3-7/+33
2013-11-25writerfilter: std::map::erase(const_iterator) is C++11 onlyMichael Stahl1-1/+1
2013-11-25Fix different typos for "unknown"Julien Nabet1-2/+2
2013-11-25writerfilter: remove unused WW8Table in doctokMiklos Vajna3-165/+0
2013-11-25DOCX import: tblHeader implies firstRowMiklos Vajna4-0/+17
2013-11-25DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCapsMiklos Vajna1-2/+3
2013-11-24unused WW8sprmTCellShdMiklos Vajna2-17/+0
2013-11-24Remove unused writerfilter::doctok::WW8sprmTCellShadowMiklos Vajna2-20/+0
2013-11-23Remove unused writerfilter::doctok::WW8sprmPChgTabsPapxMiklos Vajna3-76/+0
2013-11-22Remove unused writerfilter::doctok::WW8SEDMiklos Vajna2-29/+0
2013-11-22init nRotation [-Werror=maybe-uninitialized]Eike Rathke1-1/+1
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna1-1/+1
2013-11-22DOCX drawingML shape filter: import wps:txbx inside the shapeMiklos Vajna1-0/+6
2013-11-21DOCX drawingML shape import: initial wps:txbx handlingMiklos Vajna1-4/+8
2013-11-21DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna4-1/+11
2013-11-20Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky1-0/+14
2013-11-19DOCX drawingML shape import: wp:anchor's behindDoc attributeMiklos Vajna1-1/+5
2013-11-19DOCX drawingML shape import: handle wrap typeMiklos Vajna1-0/+1
2013-11-19DOCX drawingML shape import: handle marginsMiklos Vajna1-0/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-2/+2
2013-11-18DOCX drawingML shape import: handle positionMiklos Vajna1-1/+1
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde5-25/+59
2013-11-15Fixed for spacing between lines in table is getting preserve.PriyankaGaikwad1-0/+3
2013-11-15Resolved: Preservation of para before and after auto spacing.Nikhil Walvekar4-10/+28