summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-09Recheck include/ with IWYUGabor Kelemen58-0/+58
2021-04-09sw: prefix members of SwDoCapitalCursorOfst, SwDoDrawCapital, ...Miklos Vajna1-53/+62
2021-04-08Fix typosAndrea Gelmini1-2/+2
2021-04-07tdf#126735 sw Next Change: cycle through tracked changesLászló Németh1-0/+18
2021-04-07rtl::Static -> function local staticNoel Grandin21-134/+58
2021-04-01Fix typosAndrea Gelmini1-2/+2
2021-04-01tdf#140343 sw page rtl gutter margin: add UIMiklos Vajna1-0/+1
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)4-11/+158
2021-03-31tdf#140343 sw page rtl gutter margin: add layoutMiklos Vajna1-2/+6
2021-03-30tdf#140343 sw page rtl gutter margin: add UNO APIMiklos Vajna1-0/+1
2021-03-30related tdf#131801: remove completed TODO commentJustin Luth1-2/+0
2021-03-30Simplify SwFormat::SetPageFormatToDefaultMike Kaganski1-9/+2
2021-03-30Use o3tl::convert instead of GetMetricValMike Kaganski4-69/+28
2021-03-29tdf#98749 Move initialization of page defaults to writer corePanos2-10/+16