summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna1-17/+0
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-26/+26
2019-02-05tdf#122878: enable wrap for flys in footerPatrick Jaap1-2/+1
2018-10-30tdf#116989: disable conversion of tables in footers to floating for nowMike Kaganski1-1/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-16tdf#119885: a typo fixMike Kaganski1-1/+1
2018-10-16tdf#119885: OOXML import: try to get cell paddings as Word doesMike Kaganski1-13/+49
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-10/+7
2018-09-28tdf#119760 writerfilter: cell border priority over tblBorderJustin Luth1-8/+19
2018-09-17New loplugin:externalStephan Bergmann1-7/+7
2018-09-03tdf#82177 ooxmlimport: ignore direct insideV/H cell bordersJustin Luth1-0/+4
2018-08-24ofz#10045 Null derefCaolán McNamara1-2/+5
2018-07-31writerfilter: create StyleSheetEntry::GetMergedInheritedPropertiesJustin Luth1-31/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-13/+13
2018-05-08tdf#117403 RTF import: fix lost cell border of merged cellMiklos Vajna1-4/+31
2018-03-12forcepoint #23 Null dereferenceCaolán McNamara1-1/+1
2018-02-14tdf#115719 DOCX import: increase paragraph spacing for anchored objectsMiklos Vajna1-29/+1
2018-02-07tdf#114217: Consider relative width when importing floating tableMike Kaganski1-1/+3
2018-01-15More loplugin:cstylecast: writerfilterStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann1-1/+1
2017-11-06loplugin:constparams in various(2)Noel Grandin1-2/+2
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-7/+7
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-2/+2
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-1/+1
2017-07-28tdf#109524: use 100% table width when there's no explicit width availableMike Kaganski1-3/+10
2017-07-02loplugin:casttovoid: writerfilterStephan Bergmann1-21/+0
2017-05-16tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna1-0/+3
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin1-2/+1
2017-04-20Related: tdf#106690 DOCX import: don't reduce auto-space accross cellsMiklos Vajna1-0/+5
2017-04-17tdf#106742: OOXML import/export: treat "tblInd" properly.Vitaliy Anderson1-3/+36
2017-03-31use actual UNO enums in writerfilterNoel Grandin1-1/+1
2017-03-30writerfilter: DOCX import: fix handling of w:hideMark vs. w:vMergeMichael Stahl1-1/+5
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-16/+16
2017-02-09tdf#105852: don't merge cells if there were no merge continuationMike Kaganski1-5/+9
2017-01-04tdf#99616 writerfilter: hideMark shouldn't force min sizeJustin Luth1-3/+1
2016-12-19tdf#104162 DOCX import: fix crash on <w:hideMark/> in a comment tableMiklos Vajna1-0/+8
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-11-10writerfilter: remove never read m_xTableRangeMiklos Vajna1-2/+0
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-2/+5
2016-08-30tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth1-0/+13
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-15/+14
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-7/+7
2016-04-08tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna1-6/+7
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-29writerfilter: uno::Sequence -> std::vector for table rangesMiklos Vajna1-20/+15