summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
AgeCommit message (Expand)Author
2017-02-28new loplugin unoanyNoel Grandin
2017-02-09tdf#105852: don't merge cells if there were no merge continuationMike Kaganski
2017-01-04tdf#99616 writerfilter: hideMark shouldn't force min sizeJustin Luth
2016-12-19tdf#104162 DOCX import: fix crash on <w:hideMark/> in a comment tableMiklos Vajna
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-11-10writerfilter: remove never read m_xTableRangeMiklos Vajna
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna
2016-08-30tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-04-08tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-29writerfilter: uno::Sequence -> std::vector for table rangesMiklos Vajna
2016-01-28writerfilter: uno::Sequence -> std::vector for table row rangesMiklos Vajna
2016-01-27writerfilter: uno::Sequence -> std::vector for table cell rangesMiklos Vajna
2016-01-21writerfilter: can use a plain instance for the cell sequence hereMiklos Vajna
2016-01-20writerfilter: can use a plain instance for the row sequence hereMiklos Vajna
2015-12-22writerfilter: can use a plain instance for the table sequence hereMiklos Vajna
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-23tdf#87460 DOCX import: fix missing endnote in floattableMiklos Vajna
2015-06-16writerfilter: fix comment in DomainMapperTableHandler::endTable()Miklos Vajna
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-01tdf#79639 DOCX import: don't delay text frame conversion of in-header tablesMiklos Vajna
2015-05-19TagLogger can be staticNoel Grandin
2015-04-28Booleans are logged via sal_uInt32 hereStephan Bergmann
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-12-07writerfilter: util.hxx is used only inside dmapperMiklos Vajna
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna
2014-10-13Avoid manual realloc, use comphelper::SequenceAsVector insteadMiklos Vajna
2014-10-07-Werror=sign-compareMiklos Vajna
2014-10-03DOCX import: improve table style handling wrt. cell bordersMiklos Vajna
2014-09-28Resolves: fdo#73608 bail out on loop in style sheet hierarchyCaolán McNamara
2014-09-28Related: fdo#73608 don't crash on missing table stylesCaolán McNamara
2014-09-28Use constants for ST_TextDirection valuesMiklos Vajna
2014-08-20empty ReferenceCaolán McNamara
2014-08-14bnc#865381 DOCX import: handle <w:hideMark> table cell propertyMiklos Vajna
2014-08-04DOCX import: handle all attributes of CT_TblLookMiklos Vajna
2014-08-01writerfilter: fix dbglevel=2 buildMiklos Vajna
2014-07-31fdo#75757: Remove inheritance from std::map.Matthew Pottage
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl
2014-07-18fdo#80800 : DOCX: Preservation of Direct Formatting for non first Table CellsPallavi Jadhav
2014-07-02bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna