summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
AgeCommit message (Expand)AuthorFilesLines
40 hourstdf#160253: fix list identifier export decision codeMike Kaganski1-1/+1
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-5/+5
2023-11-08loplugin:fieldcast in SwWW8ImplReaderNoel Grandin1-1/+1
2023-11-07use more TypedWhichIdNoel Grandin1-0/+5
2023-11-01WW8TabBandDesc::bCantSplit90 is unusedNoel Grandin1-1/+0
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-1/+1
2023-08-10sw: improve naming of ApoTestResults membersMiklos Vajna1-7/+8
2023-05-20loplugin:unusedmethodsNoel Grandin1-2/+0
2023-04-20sw floattable: remove no longer needed DOC import heuristicsMiklos Vajna1-2/+1
2023-04-17sw: improve naming of WW8_TablePos membersMiklos Vajna1-6/+6
2023-03-07no need to allocate these separatelyNoel Grandin1-1/+1
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-3/+8
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-1/+1
2022-10-11use more string_view in swNoel Grandin1-3/+3
2022-09-10unique_ptr->optional for GraphicNoel Grandin1-1/+2
2022-08-29ref-count SdrObjectNoel Grandin1-14/+14
2022-08-24use SwNode instead of SwNodeIndex in WillHavePageDescHere methodNoel Grandin1-1/+1
2022-08-12Remove duplicated includeAndrea Gelmini1-1/+0
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-7/+8
2022-08-11unique_ptr->optional in SwWW8ImplReaderNoel Grandin1-1/+1
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin1-1/+1
2022-08-07return by const&Noel Grandin1-1/+1
2022-05-30sw: prefix members of CompareDrawObjs, SwBasicEscherEx, ...Miklos Vajna1-9/+9
2022-05-23sw: prefix members of SwWW8Shade, WW8Glossary, WW8ListManager and ...Miklos Vajna1-7/+7
2022-05-16sw: prefix members of SwMSDffManager, SwWW8FltControlStack, ...Miklos Vajna1-20/+20
2022-05-09sw: prefix members of RTFSurround, SwMSConvertControls, ww8::WW8Sttb and ...Miklos Vajna1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+2
2022-03-17sw clearing breaks: add DOC importMiklos Vajna1-0/+4
2022-03-10Recheck sw headers with IWYUGabor Kelemen1-0/+1
2022-02-09related tdf#79186 filter: value is more than just LayoutInCellJustin Luth1-1/+1
2021-12-13ofz#42330 Use-of-unintialized-valueCaolán McNamara1-13/+29
2021-12-13wwExtraneousParas doesn't have to inherit from anythingCaolán McNamara1-1/+1
2021-12-07loplugin:unusedmethodsNoel Grandin1-8/+0
2021-11-29ofz#41460 ubsan Bad-castCaolán McNamara1-1/+6
2021-11-26ofz#41398 drop a para scheduled for deletion if something else deletes itCaolán McNamara1-12/+20
2021-11-14cid#1421164 Uncaught exceptionCaolán McNamara1-0/+2
2021-11-11remove an ugly coverity warning suppressionCaolán McNamara1-3/+2
2021-11-05tdf#144668: docx export: simpler way to create lvlText in numberingsVasily Melenchuk1-1/+1
2021-09-25ofz#39252 use safer SwUnoCursor for the pos to move back toCaolán McNamara1-2/+2
2021-09-02ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-17Resolves: tdf#142003 tracked changes in footnotes offset in .doc importCaolán McNamara1-2/+1
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-1/+1
2021-07-01ofz#34749 don't remove trailing paragraph if something got anchored to itCaolán McNamara1-0/+8
2021-06-27ofz#30647 skip boring slow path for fuzzingCaolán McNamara1-1/+2
2021-06-14tdf#108518 revert OOo hack: Fix issue #i119405: Numbering text styleJustin Luth1-13/+0
2021-05-30std::unique_ptr->std::optionalNoel Grandin1-1/+1
2021-05-13inline some typedefsNoel Grandin1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-2/+2
2021-04-23tdf#106541 doc import numbering: default nListLevel to MAXLEVELJustin Luth1-1/+1