summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
AgeCommit message (Expand)AuthorFilesLines
2013-02-25n#779642: table positions need to be stacked to handle nested tableCédric Bosdonnat3-7/+27
2013-02-25n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat5-54/+136
2013-02-25n#779642: ignore framePr inside table or the table import won't workCédric Bosdonnat2-3/+4
2013-02-21fdo#60789: writerfilter: do not insert a character at field startMichael Stahl1-6/+0
2013-02-21fdo#60789: writerfilter: continue the import if comment insertion failsMichael Stahl1-14/+31
2013-02-11fdo#59953 RTF import: fix unreadable graphic and nested cell contentsMiklos Vajna1-1/+4
2013-02-05fdo#59393 fdo#44053 fix this again and this time add a testcase as wellMiklos Vajna3-33/+3
2013-01-15fdo#59338 fix RTF paste into footnoteMiklos Vajna1-2/+5
2013-01-10fdo#58327: writerfilter: RemoveLastParagraph is tricky:Michael Stahl1-1/+7
2013-01-04n#793262 DOCX: import w:tcMar inside w:tcMiklos Vajna2-1/+25
2013-01-04n#793262 fix DOCX import of last empty header/footer para char propsMiklos Vajna1-2/+15
2012-11-30dmapper: couple of null pointer checks for the unit testMiklos Vajna1-5/+9
2012-11-29DomainMapper_Impl::finishParagraph: also handle insert of multi-para framesMiklos Vajna1-1/+3
2012-11-29DomainMapper_Impl::finishParagraph: fix frame conversion vs insert posMiklos Vajna1-4/+5
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna3-19/+67
2012-11-28writerfilter: remove copy&pasteMiklos Vajna1-2/+1
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna2-1/+72
2012-11-17use LanguageTagEike Rathke1-5/+3
2012-11-08round() is not portableTor Lillqvist1-1/+1
2012-11-06docx import: round float value to int when computing cells widthPierre-Eric Pelloux-Prayer1-1/+1
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridBeforeMiklos Vajna2-3/+8
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridAfterMiklos Vajna2-1/+8
2012-10-30writerfilter: remove PropertyMap::InsertPropsNoOverwrite again:Michael Stahl2-11/+0
2012-10-30writerfilter: clean up PropertyMap::insert mess:Michael Stahl9-32/+41
2012-10-29docx import: handle start/end attribute in tcBordersPierre-Eric Pelloux-Prayer1-0/+2
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna1-0/+1
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-3/+3
2012-10-22DomainMapper::lcl_attribute: typo fixesMiklos Vajna1-3/+3
2012-10-19writerfilter: remove unused ctorMiklos Vajna1-1/+0
2012-10-18fix import of RTF default page left/right marginMiklos Vajna1-1/+3
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna4-7/+23
2012-10-15fdo#52208 DOCX import: don't always ignore cont sect break at the doc endMiklos Vajna2-2/+11
2012-10-13Remove consecutive break and a break which follows a returnJulien Nabet1-1/+0
2012-10-13writerfilter: fix new clang warningsMiklos Vajna5-20/+12
2012-10-11n#783638 DOCX import of wp:inline's distT/B/L/R attributesMiklos Vajna1-9/+19
2012-10-10writerfilter: these can be static in ConversionHelperMiklos Vajna1-0/+2
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl1-65/+4
2012-10-03probably a rather ugly hack for inline text frame in a table (bnc#780851)Luboš Luňák2-3/+17
2012-10-03fdo#44278: fix leaked image when import docxCédric Bosdonnat1-0/+4
2012-10-02Make Clang happyMiklos Vajna1-2/+2
2012-10-02docx import: properly import table positionPierre-Eric Pelloux-Prayer1-16/+11
2012-10-02docx import: set table above/bottom spacing to 0Pierre-Eric Pelloux-Prayer1-0/+5
2012-10-01n#782345 import DOCX w:splitPgBreakAndParaMark compat optionMiklos Vajna3-0/+21
2012-09-30writerfilter: unused includes in DomainMapperMiklos Vajna1-3/+0
2012-09-28n#782061 DOCX import: w:position should respect w:sz in w:rPrDefaultMiklos Vajna3-1/+20
2012-09-27writerfilter: unused includes in DomainMapper_ImplMiklos Vajna1-20/+0
2012-09-27n#781825 fix DOCX import of bottom para margin autospacingMiklos Vajna1-1/+1
2012-09-26Apply shadow effect to graphics when importing from docx.Eilidh McAdam3-0/+48
2012-09-26n#780843 fix docx import of cont section's header/footer on title pageMiklos Vajna1-0/+29
2012-09-25n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna3-1/+26