summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-13fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna1-1/+4
2012-08-13drop unnecessary RTFDocumentImpl::isEmptyMiklos Vajna3-9/+3
2012-08-10fdo#48446 implement RTF_CPGMiklos Vajna1-0/+3
2012-08-09Related: fdo#51112 import RTF_CLSHDNGMiklos Vajna1-0/+40
2012-08-08try somewhat harder to read w:position (bnc#773061)Luboš Luňák1-15/+33
2012-08-08support for deferred property processing in writerfilterLuboš Luňák4-0/+61
2012-08-07Remove commented out codeThomas Arnhold1-1/+0
2012-08-02RTFDocumentImpl::popState: drop unnecessary state copiesMiklos Vajna1-40/+19
2012-08-02fdo#51034 fix docx import of HYPERLINK field, l paramMiklos Vajna1-1/+1
2012-08-02no need to invoke dmapper hereMiklos Vajna1-8/+2
2012-08-02fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna3-0/+23
2012-08-02fdo#49892 implement RTF import of dhgt shape propertyMiklos Vajna1-0/+10
2012-07-31n#772094: writerfilter, pictures anchored in header/footer won't be opaqueCédric Bosdonnat5-2/+19
2012-07-31various rtf regression testsCaolán McNamara3-0/+0
2012-07-30Related: fdo#36089 improve import of EQ field in writerfilterMiklos Vajna4-20/+38
2012-07-28writerfilter: drop pointless rtl:: prefix usageMiklos Vajna11-44/+42
2012-07-27fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna1-1/+7
2012-07-27sd, sfx2, writerfilter, xmloff: fix some warningsMichael Stahl1-0/+12
2012-07-27RTFDocumentImpl::text: don't try to read beyond the end of stringMiklos Vajna1-1/+1
2012-07-27SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna1-7/+0
2012-07-27fix import of nested RTF_MF groupsMiklos Vajna1-13/+18