summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-09-25n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna6-1/+57
2012-09-24warning C4482: nonstandard extension used: enum used in qualified nameStephan Bergmann1-1/+1
2012-09-24fdo#49655 fix RTF import of text in the middle of table definitionMiklos Vajna1-0/+8
2012-09-24fdo#49655 dmapper: fix default page style layoutMiklos Vajna1-0/+2
2012-09-22let's do this the other way around...David Tardon1-0/+4
2012-09-22fix typo causing missing dependencyMatúš Kukan1-4/+0
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks9-15/+20
2012-09-21n#780563: Fixed table import in shapes table handler was missingCédric Bosdonnat1-0/+1
2012-09-21n#779627: fixed writerfilter import of grid when there are nested tablesCédric Bosdonnat2-12/+14
2012-09-21fdo#55187 fix DOCX import of unicode 0xNN0d when it's a separate runMiklos Vajna1-2/+1
2012-09-21fdo#52389 fix RTF import of paragraph without RTF_PAR at the end of the docMiklos Vajna1-0/+2
2012-09-20docx import: position table using tblInd OR tblCellMarPierre-Eric Pelloux-Prayer5-9/+29
2012-09-20n#779627: added quite some compat options from the ww8 filter on writerfilterCédric Bosdonnat1-0/+14
2012-09-19writerfilter: try to make clang tinderbox happyMiklos Vajna1-1/+2
2012-09-19Import RTF shape wrap property.Eilidh McAdam3-2/+23
2012-09-19Correctly import multiple-point curves from RTF document.Eilidh McAdam1-2/+11
2012-09-19n#778828 fix docx import of continous section break on title pageMiklos Vajna1-2/+3
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud10-10/+8
2012-09-17targetted make reversion.Bjoern Michaelsen5-179/+213
2012-09-17fix typoMiklos Vajna1-2/+2
2012-09-17n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat optionMiklos Vajna3-6/+22
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann10-275/+165
2012-09-14n#778140 fix import of w:fldSimple character propertiesMiklos Vajna2-1/+8
2012-09-14n#778140 as the comment says, it's 100 twipsMiklos Vajna1-3/+3
2012-09-14n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna2-4/+1
2012-09-13n#778836 fix DOCX import of right margin vs numbering and paragraph stylesMiklos Vajna3-7/+84
2012-09-12Resolves: rhbz#831755 crash with 0 dyaLinePitch in .docxCaolán McNamara1-4/+10
2012-09-12n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-0/+1
2012-09-10Related: rhbz#855541 ensure PropertyNameSupplier singleton ctor is threadsafeCaolán McNamara1-2/+8
2012-09-10-Werror,-Wunused-private-fieldStephan Bergmann2-3/+0
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-3/+3
2012-09-06read support for docx w:embedTrueTypeFonts/w:embedSystemFontsLuboš Luňák5-3/+32
2012-09-06basic .docx read support for embedded fonts (w:embedRegular etc.)Luboš Luňák8-4/+197
2012-09-06temporarily set a substream as the document streamLuboš Luňák1-0/+4
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-3/+0
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-0/+1
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-6/+4
2012-08-30n#777337 fix DOCX import of title page top/bottom margin with headers/footersMiklos Vajna1-0/+4
2012-08-28Move group handling from RTFDocumentImpl to RTFTokenizerMiklos Vajna4-22/+36
2012-08-28fdo#52052 fix RTF import of page breaks on landscape pagesMiklos Vajna2-6/+48
2012-08-27n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna4-2/+19
2012-08-27n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna1-0/+2
2012-08-23refactor duplicated code to DomainMapper_Impl::getCurrentNumberingPropertyMiklos Vajna3-60/+37
2012-08-23n#775906 dmapper: fix inherited first/left margin vs w:ind/w:rightMiklos Vajna1-0/+42
2012-08-23fix math export/import in docx/rtfLuboš Luňák3-4/+15
2012-08-23n#775899 sw: add FloattableNomargins compat flagMiklos Vajna1-0/+2
2012-08-21n#775899 initial docx import of w:vertAnchor inside w:tblpPrMiklos Vajna7-1/+191
2012-08-20fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat1-0/+3
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
2012-08-14RTF shape filter: handle custom segment typesMiklos Vajna1-2/+3