summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2022-08-01tdf#120972 DOCX: fix import of decimal tabulatorsTünde Tóth1-3/+1
2022-07-31clang-tidy modernize-pass-by-value in writer*Noel Grandin30-98/+116
2022-07-28these classes can be finalNoel Grandin1-17/+17
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin4-10/+10
2022-07-25sw content controls, plain text: add DOCX importMiklos Vajna6-1/+59
2022-07-22elide some makeStringAndClear() callsNoel Grandin2-19/+26
2022-07-15tdf#139759 writerfilter: avoid exception importing w:shd in commentsJustin Luth1-0/+4
2022-07-13tdf#139759 writerfilter: import comment highlightJustin Luth1-2/+4
2022-07-12tdf#149313: DOCX import: improved conditions for removeparagraphVasily Melenchuk1-2/+12
2022-07-11tdf#114734 writerfilter: avoid PostIt exceptionJustin Luth1-3/+3
2022-07-11tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-9/+18
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-6/+6
2022-07-08tdf#149711 sw_redlinenum DOCX: import moveTo paragraph markLászló Németh2-11/+12
2022-07-07tdf#149089 fallback GridMode.Mark Hung1-3/+10
2022-07-01tdf#126395 writerfilter: don't guess table directionJustin Luth1-0/+4
2022-06-28Typo: "getGridBefore" instead of "getGridAfter"Julien Nabet1-1/+1
2022-06-28crashtesting: assert on loading forum-mso-en-8971.docxCaolán McNamara1-2/+10
2022-06-28crashtesting: fix assert seen with forum-mso-en-8349.docxCaolán McNamara1-1/+1
2022-06-28tdf#149654 sw content controls: fix missing string before inline SDT from DOCXMiklos Vajna3-0/+31
2022-06-23crashtesting: assert on loading forum-mso-en-11942.docxCaolán McNamara1-11/+18
2022-06-21remove oox::OptValue::setNoel Grandin1-12/+12
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-06-14Remove some unused includesMiklos Vajna1-1/+3
2022-06-13crashtesting: assert seen on loading forum-mso-de-79405.docxCaolán McNamara1-2/+11
2022-06-10new loplugin:moveitNoel Grandin5-31/+31
2022-06-09loplugin:unusedmethodsNoel Grandin2-43/+0
2022-06-08RTF filter: allow measuring page borders from the edge of the pageMiklos Vajna3-0/+50
2022-06-08DOC import: allow negative page border distancesMiklos Vajna1-1/+1
2022-06-07tdf#149421 DOCX: import/export hyphenation zoneLászló Németh4-3/+7
2022-06-07sw layout: allow negative page border distancesMiklos Vajna4-1/+61
2022-06-03No need to static_cast these const Id (aka sal_uInt32) valuesStephan Bergmann3-12/+9
2022-05-30these can be stack allocatedNoel Grandin1-2/+2
2022-05-30sw content controls, date: add DOCX importMiklos Vajna4-7/+106
2022-05-26tdf#146955 DOCX import: fix SAX exception with footnotesLászló Németh1-7/+5
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-2/+2
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)1-1/+1
2022-05-23sw: copy grab bags in mail mergeMichael Stahl1-0/+2
2022-05-20sw content controls, picture: add DOCX filterMiklos Vajna5-0/+50
2022-05-19tdf#148132: Revert "n#758883 dmapper: paragraph-level..."Vasily Melenchuk5-84/+17
2022-05-18tdf#148455 docx import/export: improvements to lvlOverrideVasily Melenchuk1-2/+8
2022-05-11sw content controls, drop-down: add DOCX importMiklos Vajna6-6/+94
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-3/+3
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-2/+2
2022-05-04tdf#146346 DOCX import: fix table margins in footnotesLászló Németh1-1/+18
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin1-4/+4
2022-05-02Just use Any ctor instead of makeAny in writerfilterStephan Bergmann27-810/+804
2022-05-01use more string_view in variousNoel Grandin2-16/+18
2022-04-29tdf#126636 writerfilter: import USERNAME field as fixedJustin Luth1-2/+4
2022-04-29sw content controls, checkbox: add DOCX importMiklos Vajna10-13/+172