summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-1810-10/+8
* targetted make reversion.Bjoern Michaelsen2012-09-175-179/+213
* fix typoMiklos Vajna2012-09-171-2/+2
* n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat optionMiklos Vajna2012-09-173-6/+22
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-1410-275/+165
* n#778140 fix import of w:fldSimple character propertiesMiklos Vajna2012-09-142-1/+8
* n#778140 as the comment says, it's 100 twipsMiklos Vajna2012-09-141-3/+3
* n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna2012-09-142-4/+1
* n#778836 fix DOCX import of right margin vs numbering and paragraph stylesMiklos Vajna2012-09-133-7/+84
* Resolves: rhbz#831755 crash with 0 dyaLinePitch in .docxCaolán McNamara2012-09-121-4/+10
* n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna2012-09-121-0/+1
* Related: rhbz#855541 ensure PropertyNameSupplier singleton ctor is threadsafeCaolán McNamara2012-09-101-2/+8
* -Werror,-Wunused-private-fieldStephan Bergmann2012-09-102-3/+0
* move the code for adding temporary fonts to a separate classLuboš Luňák2012-09-071-3/+3
* read support for docx w:embedTrueTypeFonts/w:embedSystemFontsLuboš Luňák2012-09-065-3/+32
* basic .docx read support for embedded fonts (w:embedRegular etc.)Luboš Luňák2012-09-068-4/+197
* temporarily set a substream as the document streamLuboš Luňák2012-09-061-0/+4
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-061-3/+0
* n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat2012-09-041-0/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-313-6/+4
* n#777337 fix DOCX import of title page top/bottom margin with headers/footersMiklos Vajna2012-08-301-0/+4
* Move group handling from RTFDocumentImpl to RTFTokenizerMiklos Vajna2012-08-284-22/+36
* fdo#52052 fix RTF import of page breaks on landscape pagesMiklos Vajna2012-08-282-6/+48
* n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna2012-08-274-2/+19
* n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna2012-08-271-0/+2
* refactor duplicated code to DomainMapper_Impl::getCurrentNumberingPropertyMiklos Vajna2012-08-233-60/+37
* n#775906 dmapper: fix inherited first/left margin vs w:ind/w:rightMiklos Vajna2012-08-231-0/+42
* fix math export/import in docx/rtfLuboš Luňák2012-08-233-4/+15
* n#775899 sw: add FloattableNomargins compat flagMiklos Vajna2012-08-231-0/+2
* n#775899 initial docx import of w:vertAnchor inside w:tblpPrMiklos Vajna2012-08-217-1/+191
* fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat2012-08-201-0/+3
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
* RTF shape filter: handle custom segment typesMiklos Vajna2012-08-141-2/+3
* fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna2012-08-131-1/+4
* drop unnecessary RTFDocumentImpl::isEmptyMiklos Vajna2012-08-133-9/+3
* fdo#48446 implement RTF_CPGMiklos Vajna2012-08-101-0/+3
* Related: fdo#51112 import RTF_CLSHDNGMiklos Vajna2012-08-091-0/+40
* try somewhat harder to read w:position (bnc#773061)Luboš Luňák2012-08-081-15/+33
* support for deferred property processing in writerfilterLuboš Luňák2012-08-084-0/+61
* Remove commented out codeThomas Arnhold2012-08-071-1/+0
* RTFDocumentImpl::popState: drop unnecessary state copiesMiklos Vajna2012-08-021-40/+19
* fdo#51034 fix docx import of HYPERLINK field, l paramMiklos Vajna2012-08-021-1/+1
* no need to invoke dmapper hereMiklos Vajna2012-08-021-8/+2
* fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna2012-08-023-0/+23
* fdo#49892 implement RTF import of dhgt shape propertyMiklos Vajna2012-08-021-0/+10
* n#772094: writerfilter, pictures anchored in header/footer won't be opaqueCédric Bosdonnat2012-07-315-2/+19
* various rtf regression testsCaolán McNamara2012-07-313-0/+0
* Related: fdo#36089 improve import of EQ field in writerfilterMiklos Vajna2012-07-304-20/+38
* writerfilter: drop pointless rtl:: prefix usageMiklos Vajna2012-07-2811-44/+42
* fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna2012-07-271-1/+7