summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
AgeCommit message (Expand)AuthorFilesLines
2013-07-22n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat1-39/+63
2013-07-22fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna3-12/+24
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
2013-07-08n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
2013-07-08n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+26
2013-07-04bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna1-1/+1
2013-06-23fdo#43641 writerfilter: tokenize lc:lockedCanvasMiklos Vajna1-0/+1
2013-06-18n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-06valgrind: uninit variableCaolán McNamara1-2/+3
2013-06-06Related: #i119607#, text font spacing in comments doesn't expand/condense...Jian Fang Zhang3-4/+19
2013-06-06Related #i120832#, the style and color set on table text by user...Jian Fang Zhang1-6/+0
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna1-2/+3
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna5-5/+24
2013-06-04fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-8/+11
2013-05-30bnc#817956 DOCX import of page border shadowMiklos Vajna7-6/+40
2013-05-30bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-27bnc#817956 DOCX import of document background colorMiklos Vajna3-0/+9
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna3-0/+29
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang1-0/+2
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang4-3/+56
2013-05-16bnc#779630 DOCX import: improve w:sdt size guessingMiklos Vajna1-1/+6
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-12cppcheck: fix redundantAssignInSwitchJulien Nabet1-4/+4
2013-05-11Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...Jürgen Schmidt1-0/+2
2013-05-07fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna1-1/+3
2013-05-02handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák4-2/+23
2013-05-02Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna5-67/+242
2013-04-30bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna4-0/+101
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat1-11/+1
2013-04-24check for NS_ooxml::LN_CT_Style_type being processed firstLuboš Luňák1-3/+12
2013-04-22avoid crash when no table grid is givenLuboš Luňák1-0/+4
2013-04-22n#382137: Do run out of bounds (& consequently crash) when we have 0 spans.Jan Holesovsky1-4/+1
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna1-4/+4
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna1-3/+7
2013-04-11Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma1-1/+18
2013-04-10coverity#1000707: out of bounds accessMarkus Mohrhard1-1/+1
2013-04-07Fix variables not initializedJulien Nabet1-0/+5
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+4
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05Resolves: #i119621# Outline level in sample file lostJürgen Schmidt3-6/+16
2013-04-04DOCX import of w:numPicBulletMiklos Vajna7-9/+160
2013-04-04Resolves: #i119544# sequence number is not displayed in docxJürgen Schmidt1-1/+27
2013-04-03writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl1-2/+2
2013-04-03writerfilter: -Werror=sign-compareMichael Stahl1-1/+1
2013-04-03ooxmlimport: conditional table styles fixedSJacobi5-68/+110
2013-04-02fdo#59273 DOCX import: fix table width when w:tblW is missingMiklos Vajna2-0/+17
2013-03-28WaE: -Wsign-compareMiklos Vajna1-2/+2