summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-11/+6
2021-04-28tdf#116384 only drag hyperlink if user's not currently setting the selectionCaolán McNamara1-2/+3
2021-04-28use string_view in INetURLObject::encodeNoel Grandin8-10/+10
2021-04-28sw bibliography: fix warning when de-selecting a biblio entry fieldMiklos Vajna3-6/+27
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-28sw bibliography, refer to a page: add insert/delete UIMiklos Vajna1-0/+17
2021-04-27use string_view in INetURLObject::decodeNoel Grandin13-48/+49
2021-04-27tdf#59463 track changes: record deletion of imagesLászló Németh1-5/+31
2021-04-27sw bibliography, refer to a page: save edited page numberMiklos Vajna1-1/+33
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin19-188/+149
2021-04-27Related: tdf#130326 drop ScContentTree::ObjectFreshCaolán McNamara1-2/+2
2021-04-27use more string_view in tools/streamNoel Grandin12-95/+95
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 Nabet2-2/+2
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+2
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-26tdf#141887 SW don't crash on missing SwWrtShellJan-Marek Glogowski1-3/+3
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna3-424/+427
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara2-3/+0
2021-04-23tdf#141824 init navigator to possibly floating in base ctorCaolán McNamara1-6/+8
2021-04-23tdf#106541 doc import numbering: default nListLevel to MAXLEVELJustin Luth4-8/+18
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin8-15/+15
2021-04-22tdf#138518 sw: layout: avoid moving flys forward prematurelyMichael Stahl3-17/+152
2021-04-22tdf#109120 tdf#117212 count letters starting with 1László Németh1-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-4/+4
2021-04-22tdf#141538 default to returning contents of first text columnCaolán McNamara1-5/+1
2021-04-22Replace magic numbers in SwFrame::UpdateAttrFrame()Miklos Vajna1-7/+11
2021-04-21sw bibliography, refer to a page: add dedicate widget to show the page numberMiklos Vajna1-7/+69
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin8-14/+13
2021-04-21sw bibliography, refer to a page: edit the page number of individual entriesMiklos Vajna1-0/+33
2021-04-21tdf#94326 doc import: allow direct numbering to cancel outlineStyleJustin Luth3-7/+11
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 Grandin5-5/+5
2021-04-20tdf#129836 - Alphabetize styles in the footnotes/endnotes dialogAndreas Heinisch1-2/+1
2021-04-20ofz#33433 Heap-Buffer-overflowCaolán McNamara1-2/+1
2021-04-20lok: Pass object ord num in the uno commandmerttumer2-4/+6
2021-04-20Fix Line and Connectors enable interactive drawingmerttumer1-0/+3
2021-04-19convert some #define to OUStringLiteralNoel Grandin1-1/+1
2021-04-19sw: layout: if fly's anchor moves forward, move fly off SwPageFrameMichael Stahl7-9/+73
2021-04-19sw bibliography, relative URLs: switch to absolute URLs in the doc modelMiklos Vajna1-36/+2
2021-04-19use more string_view in comphelper::stringNoel Grandin3-3/+3
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