summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin9-71/+59
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-6/+6
2021-05-03sw: prefix members of BaseFrameProperties_Impl, SwDocStyleSheetPool, ...Miklos Vajna4-80/+80
2021-05-03tdf#141995 Remove uno:Flash command from Customize dialogGabor Kelemen1-6/+0
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin2-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann49-116/+116
2021-05-02Remove duplicated includeAndrea Gelmini1-1/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin3-14/+10
2021-04-30sw: add some SAL_INFO on DoIdleJob interruptMichael Stahl1-0/+6
2021-04-30sw: speed up DoIdleJobs(WORD_COUNT)Michael Stahl1-0/+8
2021-04-30reinterpret_cast to SwPostItContent when field type is postitJim Raykowski1-12/+34
2021-04-30tdf#78864 sw track changes: cross out deleted imagesLászló Németh3-1/+59
2021-04-30allow dnd into weldeditviewCaolán McNamara1-2/+0
2021-04-30tdf#137741 SW: Add fields content type to NavigatorJim Raykowski5-8/+195
2021-04-30tdf#133548 don't change outline level attrib and list style attribJim Raykowski1-11/+0
2021-04-29sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna3-2/+25
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+2
2021-04-29tdf#141954 Enable l10n in Formatting bar customizationOlivier Hallot2-27/+27
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 Raykowski6-7/+54
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-28tdf#105688: sw_ooxmlexport16: Add unittestXisco Fauli2-0/+7
2021-04-28use string_view in INetURLObject::encodeNoel Grandin9-14/+14
2021-04-28sw bibliography: fix warning when de-selecting a biblio entry fieldMiklos Vajna4-7/+29
2021-04-28sw: layout: let nested table move forwardMichael Stahl3-2/+13
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 Vajna4-0/+95
2021-04-27use string_view in INetURLObject::decodeNoel Grandin17-57/+58
2021-04-27tdf#59463 track changes: record deletion of imagesLászló Németh2-5/+58
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 Vajna4-0/+53
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 Bergmann2-0/+4
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 Vajna5-437/+440
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-22Fix typosAndrea Gelmini1-1/+1