summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.cxx
AgeCommit message (Expand)Author
2021-01-26loplugin:passstuffbyrefNoel
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth
2020-07-11NFC writerfilter: cleanup gridAfter dead codeJustin Luth
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth
2020-07-02tdf#133735 DOCX: fix paragraph settings of nested tablesLászló Németh
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh
2020-04-07tdf#131819 DOCX import: fix fixed size nested tableLászló Németh
2020-03-15cid#1460667 rework to avoid Assign instead of compareCaolán McNamara
2020-03-15!pCellWidths->empty() check means pCellWidths->size() > 0 is always trueCaolán McNamara
2020-03-11tdf#59274 DOCX import: fix tables with incomplete gridLászló Németh
2020-02-25tdf#123757 DOCX import: separate different style tablesLászló Németh
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna
2020-02-04tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-15tdf#94801 DOCX import: fix table width loss by roundingLászló Németh
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-27tdf#76586 fix table width of auto-width nested tablesLászló Németh
2019-11-09tdf124367 DOCX import: fix rounding error in table cell widthsBakos Attila
2019-11-04tdf#120315 DOCX import: fix cells merged verticallyBakos Attila
2019-10-03tdf#81100 DOCX import: repeat header according to table styleLászló Németh
2019-08-27Fix typosAndrea Gelmini
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist
2019-03-12tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna
2019-03-09loplugin:singlevalfieldsNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-01tdf#58944: comment DOCX table header row limit betterLászló Németh
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-08tdf#58944 DOCX import: workaround for hidden table headersLászló Németh
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh
2018-09-11ofz#10228 Integer-overflowCaolán McNamara
2018-09-06ofz#10228 Integer-overflowCaolán McNamara