summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2022-07-18tdf#149313: DOCX import: improved conditions for removeparagraphVasily Melenchuk1-2/+12
2022-07-13tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-9/+18
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-06-28tdf#149654 sw content controls: fix missing string before inline SDT from DOCXMiklos Vajna3-0/+31
2022-06-27crashtesting: fix assert seen with forum-mso-en-8349.docxCaolán McNamara1-1/+1
2022-06-24crashtesting: assert on loading forum-mso-en-11942.docxCaolán McNamara1-11/+18
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
2022-04-28tdf#100680 sw DOCX compatibility: fix wrap of as_char flysAttila Bakos (NISZ)1-0/+1
2022-04-27tdf#148380 sw ms: import select fldLock'd fields as FIXEDJustin Luth3-0/+14
2022-04-27tdf#148515: RTF filter: do not use char prop defaults for tablesVasily Melenchuk1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin1-1/+1
2022-04-26rtf filter: reduce memory allocations countVasily Melenchuk2-76/+89
2022-04-26tdf#132475 sw ms: import/export DI_CHANGE as fieldJustin Luth1-5/+6
2022-04-25tdf#132475 writerfilter: use proper date-field defaultsJustin Luth2-21/+44
2022-04-22tdf#132475 writerfilter: connect PRINTDATE with DocInfo.PrintDateTimeJustin Luth2-0/+3
2022-04-22cleanup writerfilter lcl_ParseFormatJustin Luth1-4/+3
2022-04-20sw content controls: add initial DOCX importMiklos Vajna11-2/+204
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-20/+21
2022-04-14use more string_view in filterNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin5-21/+21
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-12/+16
2022-04-11tdf#148380 writerfilter: Import AUTHOR as FIXEDFLDJustin Luth1-2/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin3-9/+9