summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2022-01-30ofz#44207 Integer-overflowCaolán McNamara1-1/+9
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-1/+2
2022-01-28v2 tdf#134951 docxexport GUI: don't lose postponed commentJustin Luth1-0/+2
2022-01-28sw: remove unused include in rtfexportMiklos Vajna1-3/+0
2022-01-27v2 tdf#134951 docxexport: don't lose postponed commentJustin Luth2-24/+18
2022-01-27add some more TypeWhichId annotationsNoel Grandin2-8/+8
2022-01-24Add a reference to respective documentationMike Kaganski1-0/+2
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski2-5/+3
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+9
2022-01-20tdf#106899 - Import concordance file using appropriate charsetAndreas Heinisch1-0/+17
2022-01-19sw_fieldmarkhide: disable layout cache if there are fieldmarksMichael Stahl1-1/+4
2022-01-19ofz#43803 Null-dereference READCaolán McNamara1-25/+29
2022-01-18tdf#146515 export "Use printer metrics for document formatting" to docxCaolán McNamara1-0/+3
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann2-5/+5
2022-01-14Restore tdf#134951 docxexport: stop duplicating stuff in postponed textMichael Stahl2-3/+10
2022-01-13tdf#143039 tdf#143106 sw: DOCX export: don't export duplicate flysMichael Stahl2-11/+5
2022-01-09Try a different approach to fix ofz#39303Jan-Marek Glogowski1-11/+11
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin6-33/+34
2022-01-07sw: remove debug code that doesn't build anymore in ww::SortedArrayMiklos Vajna1-41/+0
2022-01-06tdf146491 Revert "tdf121374 ooxmlexport: export H/F to def...Justin Luth1-5/+2
2022-01-03tdf#129448: Auto first-line indent should not be effected by line spaceKevin Suo1-0/+6
2022-01-02ofz#43052 crash in WW8TabDesc::MergeCellsCaolán McNamara1-0/+45
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2021-12-30lok: don't limit line length in HTMLWriterSzymon Kłos2-8/+16
2021-12-26use comphelper::WeakComponentImplHelper in SvXMLEmbeddedObjectHelperNoel Grandin2-0/+2
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen1-0/+1
2021-12-23tdf#92161 add GB18030 encoding to iodetectdtm1-0/+4
2021-12-20Fix typosAndrea Gelmini1-1/+1
2021-12-20tdf#104823: support for sdt plain text fieldsVasily Melenchuk4-10/+221
2021-12-17Fix typosAndrea Gelmini2-2/+2
2021-12-16Fix typosAndrea Gelmini3-4/+4
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin19-43/+43
2021-12-13Fix typoAndrea Gelmini1-1/+1
2021-12-13ofz#42330 Use-of-unintialized-valueCaolán McNamara3-39/+77
2021-12-13wwExtraneousParas doesn't have to inherit from anythingCaolán McNamara1-1/+1
2021-12-08tdf#107292: ODT import: fix order of deletions at same positionLászló Németh1-0/+21
2021-12-07loplugin:unusedmethodsNoel Grandin1-8/+0
2021-12-04cid#1494598 Uninitialized pointer fieldCaolán McNamara1-0/+1
2021-12-03tdf#145720 DOCX export: fix loss of tracked movingLászló Németh9-28/+104
2021-12-03sw: remove useless debug code in SwWW8ImplReaderMiklos Vajna1-9/+0
2021-12-02sw: support for other sdt attributes roundtrip in datepickerVasily Melenchuk2-24/+41
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin1-3/+2
2021-11-29ofz#41460 ubsan Bad-castCaolán McNamara2-6/+10
2021-11-29docx export: preserve spaces in field instructionsVasily Melenchuk1-1/+1
2021-11-29sw: refactoring for docx sdt blocks outputVasily Melenchuk2-476/+352
2021-11-29tdf#137466: docx: support w:placeholder & w15:color in w:sdtPrVasily Melenchuk3-10/+88
2021-11-29tdf#54465 tdf#139336 sw: add compat. flag for footnote in columnAttila Szűcs1-0/+2
2021-11-26ofz#41398 drop a para scheduled for deletion if something else deletes itCaolán McNamara3-14/+59
2021-11-24ofz#41274 use FrameDeleteWatch to update if SwFlyFrameFormat is deletedCaolán McNamara3-30/+48
2021-11-24ofz#41250 use more SwUnoCursorsCaolán McNamara3-10/+10