summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-23fdo#74357 DOCX import: fix nested tables anchored inside tablesMiklos Vajna1-1/+4
2013-12-29fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna1-2/+41
2013-10-09bnc#779620 DOCX import: try harder to convert floating tables to text framesMiklos Vajna1-14/+11
2013-09-06fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frameMiklos Vajna1-1/+14
2013-09-06bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna1-0/+38
2013-09-06bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna1-7/+23
2013-09-03n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat1-3/+17
2013-04-03writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl1-2/+2
2013-04-03ooxmlimport: conditional table styles fixedSJacobi1-25/+77
2013-03-28fixed table width, supporting rel table width, fixed grid handlingSJacobi1-2/+13
2013-02-21n#779642: table positions need to be stacked to handle nested tableCédric Bosdonnat1-1/+1
2013-02-20n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat1-40/+6
2013-01-11docx import: fix incorrect nested table marginsPierre-Eric Pelloux-Prayer1-1/+3
2012-10-30writerfilter: clean up PropertyMap::insert mess:Michael Stahl1-7/+7
2012-10-13writerfilter: fix new clang warningsMiklos Vajna1-11/+11
2012-10-02Make Clang happyMiklos Vajna1-2/+2
2012-10-02docx import: properly import table positionPierre-Eric Pelloux-Prayer1-16/+11
2012-10-02docx import: set table above/bottom spacing to 0Pierre-Eric Pelloux-Prayer1-0/+5
2012-09-20docx import: position table using tblInd OR tblCellMarPierre-Eric Pelloux-Prayer1-2/+22
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-08-21n#775899 initial docx import of w:vertAnchor inside w:tblpPrMiklos Vajna1-1/+64
2012-07-21dmapper: rtl::OUString -> OUStringMiklos Vajna1-9/+9
2012-07-01Remove unused definesThomas Arnhold1-1/+0
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara1-0/+2
2012-02-27clarify ambiguitiesCaolán McNamara1-1/+1
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-09catch exception by constant referenceTakeshi Abe1-2/+2
2011-12-24dmapper: clog -> SAL_WARNMiklos Vajna1-7/+2
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat1-4/+2
2011-11-08sw, writerfilter: fixed debug builds and output dmapper table messagesCédric Bosdonnat1-1/+3
2011-10-07WaE: unreferenced local variableTor Lillqvist1-0/+2
2011-08-04dmapper: m_xText may be nullMiklos Vajna1-5/+9
2011-07-27 #if -> #ifdef for conditional compilationLuboš Luňák1-2/+2
2011-07-27avoid iterator retreating before the start of an empty listLuboš Luňák1-1/+1
2011-06-20gnumake4: switching gbuildizationBjoern Michaelsen1-63/+3
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-113/+99
2011-06-17debug table structure, remove lcl_printProperties [hg:08e908d8968c]Henning Brinkmann1-0/+58
2011-06-17removed output to stderr [hg:9467e7f6cd60]Henning Brinkmann1-3/+3
2011-06-17imported patch cppcheck [hg:d55fc25e48ab]Henning Brinkmann1-0/+2
2011-06-12Some cppcheck cleaningJulien Nabet1-2/+2
2011-05-19Revert "fix for fod#37367 ( docx import of hyperlinks )"Noel Power1-31/+0
2011-05-19fix for fod#37367 ( docx import of hyperlinks )Noel Power1-0/+31
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-38/+29
2011-02-22Remove dead codeBálint Dózsa1-3/+0
2011-02-13Remove bogus commentsGuillaume Poussel1-2/+1
2011-01-18supress bad iterator move past-end error in debug modeNoel Power1-0/+7
2011-01-15use css::table::BorderLine2David Tardon1-69/+44
2011-01-05DomainMapper_Impl::finishParagraph: check if pParaContext is validHenning Brinkmann1-2/+2
2010-12-08Using libxml2 instead of homemade stuffs for the debug outputCédric Bosdonnat1-31/+31