summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
AgeCommit message (Expand)AuthorFilesLines
2013-06-18-Werror=maybe-uninitializedStephan Bergmann1-2/+1
2013-06-18n#820836: dmapper, fixed typos in first page style creationCédric Bosdonnat1-2/+2
2013-06-18n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-16docx: fdo#43093 fdo#44029 fix the alignment when the paragraph are RTLFaisal M. Al-Otaibi1-4/+19
2013-06-13fdo#65655 : fix for Different_Odd_And_Even_Pages flag ignoredAdam Co1-2/+8
2013-06-12Fix typoPavel Janík2-2/+2
2013-06-11hack for reading properly textencoding for opensymbol from old LOLuboš Luňák1-0/+8
2013-06-06valgrind: uninit variableCaolán McNamara1-2/+3
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-06-03Related: #i119607#, text font spacing in comments doesn't expand/condense...Jian Fang Zhang3-4/+19
2013-05-31Resolves: #i119558# set default page mode value to false for docxJian Fang Zhang3-13/+15
2013-05-31n#816593: docx consecutive tables with different tblpPr needs to be splitCédric Bosdonnat4-5/+72
2013-05-30bnc#817956 DOCX import of page border shadowMiklos Vajna7-6/+40
2013-05-29bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-28n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat1-3/+17
2013-05-27bnc#817956 DOCX import of document background colorMiklos Vajna3-0/+9
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist3-4/+4
2013-05-23map docx line alignment properly to writer's line-of-text align (bnc#820792)Luboš Luňák3-11/+35
2013-05-23Related #i120832#, the style and color set on table text by user...Jian Fang Zhang1-6/+0
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