summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2013-09-20writerfilter: OOXML theme saved in InteropGrabBagAndres Gomez
2013-09-20fdo#40594 Fix for chart missing issue in Writer (for docx)Vinaya Mandke
2013-09-19DOCX styles: Another fix in <w:next> style handling.Jan Holesovsky
2013-09-19Improve readability.Jan Holesovsky
2013-09-19DOCX styles: Fix the reading of <w:next> style.Jan Holesovsky
2013-09-18Make the comments readable in the code.Jan Holesovsky
2013-09-11DOCX import: fix default section break type inside multiple columnsMiklos Vajna
2013-09-10writerfilter: remove old unit testsJelle van der Waa
2013-09-10remove old unit testsJelle van der Waa
2013-09-10Mark as const / staticTakeshi Abe
2013-09-09fdo#68291 RTF paste: don't set PageDescName during pasteMiklos Vajna
2013-09-08CharBrd 9.3: RTF filtersZolnai Tamás
2013-09-08CharBrd 9.2: DOCX filtersZolnai Tamás
2013-09-05update pchThomas Arnhold
2013-09-04fdo#68787 DOCX import: handle when w:separator is missing for footnotesMiklos Vajna
2013-09-03fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frameMiklos Vajna
2013-09-02bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna
2013-08-31writerfilter: mark these as staticMiklos Vajna
2013-08-30fdo#41068: writerfilter: fix image wrap polygon importMichael Stahl
2013-08-29bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna
2013-08-28bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna
2013-08-28bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacingMiklos Vajna
2013-08-28bnc#816593 DOCX import: fix auto para spacing without compat optionMiklos Vajna
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
2013-08-26Introduce msfilter::util::findQuotedText()Miklos Vajna
2013-08-23DOCX import of picture shadow transparencyMiklos Vajna
2013-08-22fdo#44689: fix for DOCX import+export of page number start valuePiao Jing Nan
2013-08-22fdo#68076 RTF import: default font had priority over the specified oneMiklos Vajna
2013-08-21DOCX import: fix handling of textframes having shape text ending with a tableMiklos Vajna
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-17fdo#44715 RTF import: reset styles in tables on RTF_PARDMiklos Vajna
2013-08-16fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl
2013-08-15RTF import/export of paragraph drop shadowMiklos Vajna
2013-08-15DOCX import: handle custom left cell margin for float table positionMiklos Vajna
2013-08-15DOCX import: handle w:leftFromText and w:rightFromText for floating tablesMiklos Vajna
2013-08-15DOCX import: handle w:topFromText and w:bottomFromText for floating tablesMiklos Vajna
2013-08-14Reduce scopeJulien Nabet
2013-08-14DOCX import: fixed horizontal position of floating tablesMiklos Vajna
2013-08-14DOCX import: fix table auto width for multiple tablesMiklos Vajna
2013-08-14w:spacing in a paragraph should also apply to as-char objects (bnc#780044)Luboš Luňák
2013-08-13DOCX import of paragraph border drop shadowMiklos Vajna
2013-08-13RTF import: handle rotation on groupshapesMiklos Vajna
2013-08-12fdo#63428 writerfilter: fix paste of commented text rangesMiklos Vajna
2013-08-12OSL_FAIL -> SAL_WARNMiklos Vajna
2013-08-09fdo#53556 RTF import: fix handling of default shapeTypeMiklos Vajna
2013-08-09fdo#53556 RTF import of fFilled shape property for drwainglayer shapesMiklos Vajna
2013-08-06compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák
2013-08-06fdo#47440 import RTF_SHPBX/YPAGE for Writer pictures, tooMiklos Vajna
2013-08-05fdo#67498 RTF import: fix missing margins vs continuous section breaksMiklos Vajna
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet