summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-18move writerfilter inside swNoel Grandin1-864/+0
2023-08-09sw floattable: import <w:tblOverlap w:val="never"> from DOCXMiklos Vajna1-0/+6
2023-06-06sw floattable, DOCX import: clean up not needed dmapper-level anchor insertMiklos Vajna1-3/+0
2023-05-02sw floattable, crashtesting: fix PDF export of forum-mso-en3-26783.docxMiklos Vajna1-0/+3
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen1-5/+4
2023-01-05tdf#131203 DOCX import: fix lost table when w:tblGrid is missingLászló Németh1-8/+9
2022-09-09writerfilter: avoid divide by zeroXisco Fauli1-3/+3
2022-05-02Just use Any ctor instead of makeAny in writerfilterStephan Bergmann1-17/+17
2022-03-23forcepoint#82 back() called on empty vectorCaolán McNamara1-0/+2
2022-03-02fail more gracefully if m_aTmpPosition is emptyCaolán McNamara1-0/+2
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-4/+0
2021-08-18tdf#134569 writerfilter: move tableParaProps on table endLevelJustin Luth1-0/+6
2021-08-16related tdf#134569 writerfilter: negative means table endJustin Luth1-1/+1
2021-07-23tdf#143510 DOCX import: fix tracked table drag & dropLászló Németh1-0/+17
2021-03-01tdf#140137 Don't throw exception when w:gridCol is missing "w" attrAron Budea1-5/+13
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth1-3/+1
2020-07-11NFC writerfilter: cleanup gridAfter dead codeJustin Luth1-3/+3
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth1-32/+10
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth1-19/+7
2020-07-02tdf#133735 DOCX: fix paragraph settings of nested tablesLászló Németh1-0/+3
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-3/+3
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh1-0/+17
2020-04-07tdf#131819 DOCX import: fix fixed size nested tableLászló Németh1-0/+6
2020-03-15cid#1460667 rework to avoid Assign instead of compareCaolán McNamara1-5/+13
2020-03-15!pCellWidths->empty() check means pCellWidths->size() > 0 is always trueCaolán McNamara1-1/+1
2020-03-11tdf#59274 DOCX import: fix tables with incomplete gridLászló Németh1-1/+36
2020-02-25tdf#123757 DOCX import: separate different style tablesLászló Németh1-5/+19
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-7/+1
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna1-5/+5
2020-02-04tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh1-5/+5
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+2
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-3/+3
2020-01-15tdf#94801 DOCX import: fix table width loss by roundingLászló Németh1-2/+6
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh1-19/+9
2019-12-13loplugin:expandablemethodsNoel Grandin1-7/+2
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh1-9/+19
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh1-10/+27
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-27tdf#76586 fix table width of auto-width nested tablesLászló Németh1-2/+10
2019-11-09tdf124367 DOCX import: fix rounding error in table cell widthsBakos Attila1-2/+2
2019-11-04tdf#120315 DOCX import: fix cells merged verticallyBakos Attila1-4/+3
2019-10-03tdf#81100 DOCX import: repeat header according to table styleLászló Németh1-0/+9
2019-08-27Fix typosAndrea Gelmini1-1/+1
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin1-2/+2
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna1-7/+0
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-14/+14
2019-03-12tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna1-1/+2