summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper
Commit message (Expand)AuthorAgeFilesLines
* fdo#81993: Revert "Resolves: #i119464# Update default alignment ...Michael Stahl2014-08-051-17/+1
* fdo#80986: disable highlight DOCX importZolnai Tamás2014-08-041-1/+1
* fdo#81944: writerfilter: RTF import: don't drop fonts in stylesheetMichael Stahl2014-08-031-2/+4
* fdo#78904 : LO hangs while saving the document.Umesh Kadam2014-07-301-6/+17
* fdo#81384: writerfilter: turn the horrible btLr cell text dir hackMichael Stahl2014-07-302-4/+4
* (related: fdo#81033) writerfilter: default tab fill character is spaceMichael Stahl2014-07-291-2/+7
* fdo#81033: writerfilter: RTF import: fix tab stop inheritance from styleMichael Stahl2014-07-291-1/+4
* fix floating table over section with several columns (part of bnc#875383)Luboš Luňák2014-07-292-1/+4
* bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna2014-07-113-4/+12
* bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna2014-07-104-0/+26
* Fix ignoring large twips values like MSO does (cp#1000087)Matúš Kukan2014-07-101-5/+5
* fdo#78939 [DOCX] Hang while opening due to incorrect modification of StyleVinaya Mandke2014-07-071-7/+1
* fdo#80555: Set position of GraphicObjectShape objects correctlyJacobo Aragunde Pérez2014-07-051-1/+3
* fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna2014-07-041-3/+1
* DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna2014-06-163-1/+8
* oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez2014-06-031-1/+2
* fdo#78883: Writer getting Hang while opening documentTushar Bende2014-05-304-3/+30
* handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák2014-05-293-0/+5
* discard more header/footer stuff when discarding headers/footers (bnc#875718)Luboš Luňák2014-05-241-4/+10
* writerfilter: remove using namespace from headersThomas Arnhold2014-05-196-50/+52
* DOCX import: tokenize v:background (VML description of page background)Miklos Vajna2014-05-191-0/+10
* writerfilter: drop last 'using' statement from headersMiklos Vajna2014-05-182-9/+5
* writerfilter: drop remaining 'using' statements from headers in dmapperMiklos Vajna2014-05-182-11/+9
* writerfilter: drop global 'using css' from WrapPolygonHandler.hxxMiklos Vajna2014-05-183-8/+6
* writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna2014-05-1820-112/+117
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-2/+2
* DOCX import: make sure inline shapes are not in the backgroundMiklos Vajna2014-05-161-0/+4
* ooxml: Preserve effects on picturesJacobo Aragunde Pérez2014-05-161-1/+12
* DOCX import: fix chart size when it's inside a TextFrameMiklos Vajna2014-05-151-0/+4
* DomainMapper_Impl::AddDummyParaForTableInSection: shapes can't have sectionsMiklos Vajna2014-05-141-0/+3
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-147-15/+15
* writerfilter: DomainMapper_Impl::SetSymbolData() should take an intMiklos Vajna2014-05-142-2/+2
* fdo#78384: Fix for corruption if file contains symbols.Rohit Deshmukh2014-05-143-1/+25
* fdo#78657 writerfilter: tokenize a:hlinkClickMiklos Vajna2014-05-131-0/+1
* writerfilter: write out table::BorderLineStyle::NONEMiklos Vajna2014-05-121-2/+1
* writerfilter: unused 'using' in dmapperMiklos Vajna2014-05-122-3/+0
* DomainMapperTableManager::endOfRowAction(): valgrind warningsMichael Stahl2014-05-061-2/+2
* ooxml: fix cell theme color and shade preservationJacobo Aragunde Pérez2014-05-062-1/+14
* writerfilter: try to fix 32-bit buildsMichael Stahl2014-05-061-6/+6
* fdo#77887 : Floating Table positions are not preserved when doing ExportRavindra Vidhate2014-05-064-11/+105
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-062-2/+2
* fdo#77727 PAGEBREAK In first paragraph was not rendered and exported.sushil_shinde2014-05-053-2/+26
* writerfilter: sal_Bool->boolNoel Grandin2014-05-027-12/+12
* actually read brightness/contrast when reading docx (bnc#875713)Luboš Luňák2014-04-301-0/+4
* coverity#1210401 Non-virtual destructorCaolán McNamara2014-04-291-1/+1
* Typo: becase -> becauseJulien Nabet2014-04-281-1/+1
* fix "transparency" of floating tables in docx import (fdo#77723)Luboš Luňák2014-04-271-1/+3
* writerfilter: unused appendToInteropGrabBag() versionMiklos Vajna2014-04-262-9/+0
* Blind fix: writerfilter::TableManager used without template parametersTor Lillqvist2014-04-241-1/+1
* fdo#39056 fdo#75431 Section Properties if section starts with tableVinaya Mandke2014-04-245-3/+108