summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2021-04-30tdf#78864 sw track changes: cross out deleted imagesLászló Németh3-1/+59
2021-04-29Replace magic numbers in SwFlyFrame::UpdateAttr_()Miklos Vajna1-12/+19
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-29tdf#137741 Add ability to navigate by fields from Navigate By controlJim Raykowski1-1/+2
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-11/+6
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-2/+2
2021-04-28sw bibliography: fix warning when de-selecting a biblio entry fieldMiklos Vajna2-6/+8
2021-04-28sw: layout: let nested table move forwardMichael Stahl1-2/+1
2021-04-28sw: fix crash in SwFormatAutoFormat::dumpAsXml()Michael Stahl2-2/+8
2021-04-28sw: fix crash in SwAnchoredObject::dumpAsXml()Michael Stahl1-1/+2
2021-04-28Introduce SwFlyFrameInvFlags to replace magic numbers in ...Miklos Vajna2-27/+44
2021-04-27use string_view in INetURLObject::decodeNoel Grandin2-2/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin2-8/+8
2021-04-27tdf#138604 sw textbox copy: fix missing fly frames of as-char draw frameMiklos Vajna2-0/+17
2021-04-27CommandType is "long" type not "short" typeJulien Nabet1-1/+1
2021-04-27tdf#141924: SwFormatAutoFormat::GetStyleHandle may return nullptrMike Kaganski1-3/+5
2021-04-27SW merge layout shortcut into the full layout codeJan-Marek Glogowski1-31/+10
2021-04-27SW layout: convert XCHECKPAGE to lambdaJan-Marek Glogowski1-34/+23
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna2-73/+76
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-7/+7
2021-04-22tdf#138518 sw: layout: avoid moving flys forward prematurelyMichael Stahl3-17/+152
2021-04-22Replace magic numbers in SwFrame::UpdateAttrFrame()Miklos Vajna1-7/+11
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-2/+2
2021-04-21Introduce SwFrameInvFlags to replace magic numbers in SwFrame::SwClientNotify()Miklos Vajna2-20/+36
2021-04-20sw bibliography table, text generator: handle relative URLsMiklos Vajna2-1/+36
2021-04-20tdf#138785 sw: fix mis-positioned as-char flys when deleting empty pageMichael Stahl2-0/+6
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-19sw: layout: if fly's anchor moves forward, move fly off SwPageFrameMichael Stahl7-9/+73
2021-04-19use more string_view in comphelper::stringNoel Grandin2-2/+2
2021-04-19sw: prefix members of SwDoCapitals, SwDoGetCapitalSize, SwFntObj and ...Miklos Vajna6-87/+88
2021-04-19tdf#141550 tdf#141557 tdf#140975 sw: fix textbox crashAttila Bakos (NISZ)2-105/+258
2021-04-19cid#1476278 silence Null pointer dereferencesCaolán McNamara1-1/+3
2021-04-19Fix two string matches to not include the trailing NULsStephan Bergmann1-2/+2
2021-04-16lok: force writer web-view off.Michael Meeks1-1/+6
2021-04-16tdf#141525 Fix "Line with Arrow/Circle" insertion error.Jeff Huang1-0/+8
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin18-160/+160
2021-04-15sw: avoid rel<->abs URL conversion in SwTOXAuthority::GetSourceURL()Miklos Vajna2-19/+18
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin5-31/+31
2021-04-14loplugin:unusedmethodsNoel Grandin1-5/+0
2021-04-14IsInput is equal to IsInterrupt, so drop itJan-Marek Glogowski2-9/+8
2021-04-14sw bibliography, refer to a page: also de-duplicate relative URLsMiklos Vajna2-3/+21
2021-04-14sw: layout dump: sorted_objs of SwPageFrameMichael Stahl1-0/+21
2021-04-14tdf#141556 Fix 100% CPU usage in Writer idle loopLuke Deller3-36/+49
2021-04-13sw bibliography, refer to a page: fix biblio field relative URLsMiklos Vajna1-0/+12
2021-04-13tdf#132393 sw: disable TabOverMargin layout flag inside sectionsMiklos Vajna1-1/+6
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin4-304/+191
2021-04-12svx: prefix members of SdrObjectMiklos Vajna2-43/+43
2021-04-09sw style copy: fix crash when handling a conditional paragraphy styleMiklos Vajna1-0/+9
2021-04-09sw doc model xml dump: show if a text format is conditionalMiklos Vajna1-0/+2
2021-04-09tdf#141549 sw: fix ordering of virtual SdrObjects for textboxesMichael Stahl2-9/+35