summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-30fdo#81384: writerfilter: turn the horrible btLr cell text dir hackMichael Stahl1-3/+0
2014-07-06bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna1-0/+7
2014-03-13bnc#865381 DOCX import: table cell btLr text direction fixesMiklos Vajna1-4/+11
2014-01-21fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás1-15/+8
2013-12-28fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna1-0/+8
2013-08-28bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna1-0/+9
2013-08-14DOCX import: fix table auto width for multiple tablesMiklos Vajna1-0/+2
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-07-26fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna1-4/+11
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna1-12/+12
2013-07-03Drop unused DomainMapperTableManager::CopyTextProperties()Miklos Vajna1-37/+0
2013-06-28DOCX import fix for table with auto sizeAdam Co1-2/+42
2013-05-31n#816593: docx consecutive tables with different tblpPr needs to be splitCédric Bosdonnat1-4/+57
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-03ooxmlimport: conditional table styles fixedSJacobi1-13/+8
2013-04-02fdo#59273 DOCX import: fix table width when w:tblW is missingMiklos Vajna1-0/+10
2013-03-28WaE: -Wsign-compareMiklos Vajna1-2/+2
2013-03-28fixed table width, supporting rel table width, fixed grid handlingSJacobi1-13/+26
2013-03-26fdo#59273 import w:tblLayout of DOCX tablesMiklos Vajna1-3/+7
2013-03-18fix other problems found by WundefLuboš Luňák1-1/+1
2013-02-22DOCX import: improve btLr table cell supportMiklos Vajna1-0/+10
2013-02-21n#779642: table positions need to be stacked to handle nested tableCédric Bosdonnat1-4/+22
2013-02-20n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat1-7/+2
2013-02-19writerfilter: get rid of these hardcoded valuesMiklos Vajna1-6/+5
2013-02-08fdo#59953 RTF import: fix unreadable graphic and nested cell contentsMiklos Vajna1-1/+4
2013-01-14fdo#44053 fix this again and this time add a testcase as wellMiklos Vajna1-30/+1
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna1-1/+67
2012-11-08round() is not portableTor Lillqvist1-1/+1
2012-11-06docx import: round float value to int when computing cells widthPierre-Eric Pelloux-Prayer1-1/+1
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridBeforeMiklos Vajna1-3/+7
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridAfterMiklos Vajna1-1/+7
2012-10-30writerfilter: clean up PropertyMap::insert mess:Michael Stahl1-3/+3
2012-09-21n#779627: fixed writerfilter import of grid when there are nested tablesCédric Bosdonnat1-11/+13
2012-08-21n#775899 initial docx import of w:vertAnchor inside w:tblpPrMiklos Vajna1-0/+18
2012-07-21dmapper: rtl::OUString -> OUStringMiklos Vajna1-1/+1
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-12Resolves: fdo#49178 CRASH when FILEOPEN particular RTFJulien Nabet1-1/+2
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara1-1/+1
2012-02-06n#228839 an empty table grid can't have implicit mergesMiklos Vajna1-1/+1
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-06fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna1-5/+33
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat1-2/+2
2011-06-20gnumake4: switching gbuildizationBjoern Michaelsen1-16/+16
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-50/+61
2011-06-17imported patch debugcleanup [hg:b63fc5ed86aa]Henning Brinkmann1-14/+14
2011-06-17imported patch cppcheck [hg:d55fc25e48ab]Henning Brinkmann1-2/+2
2011-06-12Some cppcheck cleaningJulien Nabet1-2/+2
2011-02-22Remove dead codeBálint Dózsa1-2/+0
2011-02-13Remove bogus commentsGuillaume Poussel1-14/+7