summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-0/+1
2021-06-08tdf#142128 sw: set author-color strikethrough for deleted imagesLászló Németh1-0/+3
2021-05-30std::unique_ptr -> std::optionalNoel Grandin1-1/+1
2021-05-29no need to allocate these on the heapNoel Grandin1-1/+1
2021-05-27Introduce SwContentFrameInvFlags to replace magic numbers in ...Miklos Vajna1-1/+18
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin2-3/+3
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh1-1/+1
2021-05-23fix leak in SwUndoFormatCreateNoel Grandin1-1/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna2-2/+2
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna1-1/+1
2021-05-20Introduce SwTabFrameInvFlags to replace magic numbers in ...Miklos Vajna1-1/+17
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-14Outline folding experimental feature rehackJim Raykowski1-0/+4
2021-05-13Introduce SwSectionFrameInvFlags to replace magic numbers in ...Miklos Vajna1-1/+12
2021-05-12tdf#142196 sw: crossing out images anchored to characterLászló Németh1-0/+3
2021-05-11fix leak in SwUndoInsSectionNoel Grandin1-1/+2
2021-05-05Introduce SwPageFrameInvFlags to replace magic numbers in ...Miklos Vajna1-1/+17
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-5/+5
2021-04-28Introduce SwFlyFrameInvFlags to replace magic numbers in ...Miklos Vajna1-1/+19
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+2
2021-04-21Introduce SwFrameInvFlags to replace magic numbers in SwFrame::SwClientNotify()Miklos Vajna1-1/+16
2021-04-20tdf#138785 sw: fix mis-positioned as-char flys when deleting empty pageMichael Stahl1-0/+1
2021-04-19sw: layout: if fly's anchor moves forward, move fly off SwPageFrameMichael Stahl3-1/+3
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1
2021-04-19sw: prefix members of SwDoCapitals, SwDoGetCapitalSize, SwFntObj and ...Miklos Vajna2-3/+3
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-1/+1
2021-04-15sw: avoid rel<->abs URL conversion in SwTOXAuthority::GetSourceURL()Miklos Vajna1-1/+1
2021-04-14IsInput is equal to IsInterrupt, so drop itJan-Marek Glogowski1-3/+2
2021-04-14sw bibliography, refer to a page: also de-duplicate relative URLsMiklos Vajna1-1/+1
2021-04-14tdf#141556 Fix 100% CPU usage in Writer idle loopLuke Deller1-9/+15
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-30Use o3tl::convert instead of GetMetricValMike Kaganski1-42/+0
2021-03-22tdf#120469 Move anchored object if enter is inserted at Para begindipanshu1241-1/+1
2021-03-22Related: tdf#133933 sw: show SwUndoTableCpyTable in doc model xml dumpMiklos Vajna1-0/+1
2021-03-19Related: tdf#133933 sw: fix assertion failure in the SwIndexReg dtorMiklos Vajna1-1/+1
2021-03-18tdf#140980 sw: fix bad strikethrough of annotationsLászló Németh1-0/+6
2021-03-17improve font caching in SwFntObjLuboš Luňák1-15/+8
2021-03-17tdf#140982 sw ChangesInMargin: fix annotation rangesLászló Németh1-1/+1
2021-03-14loplugin:unusedmethodsNoel1-1/+0
2021-03-08(related: tdf#133487) sw: fix ordering of virtual SdrObjects for textboxesMichael Stahl1-1/+1
2021-03-05sw: document the difference between SwDrawVirtObj and SwVirtFlyDrawObjMiklos Vajna1-0/+2
2021-03-04sw: fix unwanted long vertical border around vertically merged Word cellMiklos Vajna1-0/+6
2021-03-02loplugin:refcounting in swNoel1-1/+1
2021-03-02sw bibliography, refer to a page: de-duplicate bibliography table URLsMiklos Vajna1-0/+3
2021-02-26drop intermediate vcl container for these welded floating toplevelsCaolán McNamara3-15/+26
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh1-0/+2
2021-02-23loplugin:unnecessaryvirtualNoel1-1/+1
2021-02-17sw: document SwTOXAuthorityMiklos Vajna1-0/+1
2021-02-11LOK: form field button: split SendLOKMessage() method.Tamás Zolnai1-1/+2