summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2023-11-23fix a regression crash from commit 5082d50Jaume Pujantell4-17/+16
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (writerfilter)Julien Nabet1-3/+1
2023-11-19Extended loplugin:ostr: writerfilterStephan Bergmann1-3/+5
2023-11-16writerfilter: fix utext()'s dumb sal_uInt8* parameterMichael Stahl14-41/+36
2023-11-16writerfilter: remove DomainMapper::text() handling of paragraph breakMichael Stahl1-11/+5
2023-11-16tdf#153194 writerfilter: RTF import: testContSectionPageBreak last paraMichael Stahl2-0/+5
2023-11-16writerfilter: DomainMapper: fix undetected merge conflictMichael Stahl2-59/+71
2023-11-16tdf#153194 writerfilter: RTF import: \spltpgparMichael Stahl4-16/+36
2023-11-15Import Wordprocessing Canvas, wpc:wpc elementRegina Henschel3-9/+66
2023-11-15writerfilter: avoid double map lookup in RTFDocumentImplMiklos Vajna1-4/+6
2023-11-10tdf#158044 handling of paragraph attributes in RTF importOliver Specht3-3/+96
2023-11-10tdf#153178 writerfilter: do not create text frame spuriouslyMichael Stahl2-3/+23
2023-10-30Enable STYLEREF flag export/import with OOXMLSkyler Grey3-0/+20
2023-10-29tdf#157663 SW: Tracked change improve moveAttila Szűcs2-1/+48
2023-10-27sw floattable: fix nullptr deref in TableManager::endLevel()Miklos Vajna1-1/+4
2023-10-25tdf#155682 sw floattable: fix DOCX with big pictures causes endless loopMiklos Vajna3-1/+26
2023-10-24tdf#155040 sw floattable, RTF: fix table is overlapped by subsequent inline oneMiklos Vajna5-4/+75
2023-10-21Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: writerfilterStephan Bergmann6-19/+19
2023-10-20sw floattable: remove now unused FloattableNomargins compat flagMiklos Vajna1-1/+0
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey2-10/+50
2023-10-17tdf#130088 tdf#119908 smart justify: fix DOCX line count + compat opt.László Németh1-0/+5
2023-10-16sw floattable, wrap on all pages: add DOCX filterMiklos Vajna5-1/+44
2023-10-12writerfilter: clean-up PushPageHeaderFooter method impl.Tomaž Vajngerl2-54/+32
2023-10-12change PageType (first, left, right) enum to enum classTomaž Vajngerl4-34/+29
2023-10-11writerfilter: use content controls for text in block SDTsJaume Pujantell5-26/+156
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann4-11/+11
2023-10-05tdf#157574 Revert "tdf#153613 tdf#146984 split para after anchors"Justin Luth3-20/+1
2023-10-04related tdf#157572 writerfilter framePr: no vAlign if vAnchor=textJustin Luth1-2/+5
2023-10-04related tdf#157572 writerfilter framePr: no vAlign if w:y definedJustin Luth1-5/+9
2023-10-04tdf#157572 tdf#112287 tdf#154129 writerfilter framePr: fix vAnchor defaultJustin Luth1-7/+9
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen1-4/+0
2023-09-25change bool header or footer parameter to use enum type insteadTomaž Vajngerl2-10/+17
2023-09-20writerfilter: get rid of not needed RowPointer_t indirectionMiklos Vajna1-6/+5
2023-09-19m_nLastTableCellParagraphDepth is write-onlyNoel Grandin3-5/+0
2023-09-18tdf#55160 sw floattable, nested DOCX imp: fix inner tables at cell startMiklos Vajna3-1/+24
2023-09-15Related: tdf#55160 sw floattable, nested DOCX imp: fix inner tbl at cell startMiklos Vajna9-48/+179
2023-09-13sw floattable, nesting: add DOCX importMiklos Vajna3-6/+29
2023-09-07tdf#157136: apply top context properties to the text input fieldMike Kaganski1-1/+4
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin3-5/+15
2023-08-24tdf#77760 sw floattable: add support for footnotes, DOCX importMiklos Vajna3-16/+2
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin3-15/+5
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl4-7/+7
2023-08-15sw floattable: handle AllowOverlap==false in the RTF filterMiklos Vajna3-0/+43
2023-08-09sw floattable: import <w:tblOverlap w:val="never"> from DOCXMiklos Vajna6-0/+63
2023-07-22tdf#149498 sw: fix Undo crash at bookmark over cellsLászló Németh1-2/+3
2023-07-21Fix typoAndrea Gelmini1-1/+1
2023-07-17tdf#156030: sw: better import of IF field for RTF and DOCXVasily Melenchuk1-1/+29
2023-07-13Fix typoAndrea Gelmini1-1/+1
2023-07-13sw floattable: fix lost floating table right before a hidden para from DOCXMiklos Vajna3-0/+37
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski4-1/+8