summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* writerfilter: OOXML theme saved in InteropGrabBagAndres Gomez2013-09-204-1/+94
* fdo#40594 Fix for chart missing issue in Writer (for docx)Vinaya Mandke2013-09-205-1/+61
* DOCX styles: Another fix in <w:next> style handling.Jan Holesovsky2013-09-191-1/+1
* Improve readability.Jan Holesovsky2013-09-191-6/+5
* DOCX styles: Fix the reading of <w:next> style.Jan Holesovsky2013-09-191-2/+2
* Make the comments readable in the code.Jan Holesovsky2013-09-181-9/+15
* DOCX import: fix default section break type inside multiple columnsMiklos Vajna2013-09-111-1/+3
* writerfilter: remove old unit testsJelle van der Waa2013-09-108-1267/+0
* remove old unit testsJelle van der Waa2013-09-102-7552/+0
* Mark as const / staticTakeshi Abe2013-09-101-1/+1
* fdo#68291 RTF paste: don't set PageDescName during pasteMiklos Vajna2013-09-091-1/+1
* CharBrd 9.3: RTF filtersZolnai Tamás2013-09-082-1/+19
* CharBrd 9.2: DOCX filtersZolnai Tamás2013-09-083-1/+44
* update pchThomas Arnhold2013-09-051-0/+7
* fdo#68787 DOCX import: handle when w:separator is missing for footnotesMiklos Vajna2013-09-049-4/+47
* fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frameMiklos Vajna2013-09-033-1/+22
* bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna2013-09-025-1/+33
* writerfilter: mark these as staticMiklos Vajna2013-08-311-2/+2
* fdo#41068: writerfilter: fix image wrap polygon importMichael Stahl2013-08-302-3/+5
* bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna2013-08-291-0/+38
* bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna2013-08-281-0/+9
* bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacingMiklos Vajna2013-08-281-2/+4
* bnc#816593 DOCX import: fix auto para spacing without compat optionMiklos Vajna2013-08-281-4/+3
* WaE: OUString::valueOf in higher debug levelsCaolán McNamara2013-08-261-1/+1
* Introduce msfilter::util::findQuotedText()Miklos Vajna2013-08-261-24/+4
* DOCX import of picture shadow transparencyMiklos Vajna2013-08-231-1/+3
* fdo#44689: fix for DOCX import+export of page number start valuePiao Jing Nan2013-08-221-0/+13
* fdo#68076 RTF import: default font had priority over the specified oneMiklos Vajna2013-08-221-2/+3
* DOCX import: fix handling of textframes having shape text ending with a tableMiklos Vajna2013-08-212-0/+14
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2110-26/+26
* fdo#44715 RTF import: reset styles in tables on RTF_PARDMiklos Vajna2013-08-171-9/+5
* fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl2013-08-161-2/+11
* RTF import/export of paragraph drop shadowMiklos Vajna2013-08-151-0/+3
* DOCX import: handle custom left cell margin for float table positionMiklos Vajna2013-08-154-21/+24
* DOCX import: handle w:leftFromText and w:rightFromText for floating tablesMiklos Vajna2013-08-153-11/+18
* DOCX import: handle w:topFromText and w:bottomFromText for floating tablesMiklos Vajna2013-08-153-4/+16
* Reduce scopeJulien Nabet2013-08-141-2/+1
* DOCX import: fixed horizontal position of floating tablesMiklos Vajna2013-08-144-11/+37
* DOCX import: fix table auto width for multiple tablesMiklos Vajna2013-08-141-0/+2
* w:spacing in a paragraph should also apply to as-char objects (bnc#780044)Luboš Luňák2013-08-141-0/+9
* DOCX import of paragraph border drop shadowMiklos Vajna2013-08-135-8/+24
* RTF import: handle rotation on groupshapesMiklos Vajna2013-08-135-7/+32
* fdo#63428 writerfilter: fix paste of commented text rangesMiklos Vajna2013-08-121-4/+9
* OSL_FAIL -> SAL_WARNMiklos Vajna2013-08-121-2/+2
* fdo#53556 RTF import: fix handling of default shapeTypeMiklos Vajna2013-08-091-0/+7
* fdo#53556 RTF import of fFilled shape property for drwainglayer shapesMiklos Vajna2013-08-092-11/+20
* compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák2013-08-063-0/+5
* fdo#47440 import RTF_SHPBX/YPAGE for Writer pictures, tooMiklos Vajna2013-08-062-9/+18
* fdo#67498 RTF import: fix missing margins vs continuous section breaksMiklos Vajna2013-08-052-19/+30
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-07-291-1/+1