summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-09-10unique_ptr->optional for GraphicNoel Grandin6-39/+41
2022-09-09sw: avoid divide by zero in SwDoc::AdjustCellWidthXisco Fauli1-1/+2
2022-09-09tdf#150876 sw: track new rows inserted after a tracked row insertionLászló Németh4-17/+53
2022-09-09tdf#148214 RTF import: avoid fake paragraph for \page when possibleMiklos Vajna2-4/+4
2022-09-09tdf#150604 related: Label Navigator context menu delete entryJim Raykowski2-39/+190
2022-09-08Fix CppunitTest_sw_core_layout on non-default DPIMike Kaganski1-0/+10
2022-09-08Fix CppunitTest_sw_ooxmlexport15 on non-default DPIMike Kaganski1-1/+2
2022-09-08DOCX import: avoid duplicated bookmarks in copied header/footer textMiklos Vajna8-12/+53
2022-09-08loplugin:unusedmethodsNoel Grandin2-6/+0
2022-09-08CppunitTest_sw_uiwriter8: use more SwParaPortion::dumpAsXml()Miklos Vajna1-27/+36
2022-09-08sw: add an initial uitest for SwContentControlDlgMiklos Vajna3-0/+68
2022-09-08sw: fix crash in SwViewShellImp::AddPendingLOKInvalidation()Miklos Vajna1-1/+1
2022-09-08Fix typoAndrea Gelmini1-1/+1
2022-09-08tdf#149292 docx: pre-emptive unit testJustin Luth1-0/+3
2022-09-07cid#1509283 silence Dereference after null checkCaolán McNamara1-0/+4
2022-09-07cid#1513730 Useless callCaolán McNamara1-4/+0
2022-09-07cid#1500419 rearrange to silence Use after freeCaolán McNamara1-5/+1
2022-09-07tdf#149547 fix "tdf#75297 sw uno: override default num char style"Justin Luth2-1/+4
2022-09-07add truncate-multiline for consistency with vcl and all the othersCaolán McNamara1-0/+2
2022-09-07use o3tl::span in SvXMLItemMapEntriesNoel Grandin3-40/+23
2022-09-07tdf#150666 sw: allow to delete tracked table row insertionsLászló Németh2-2/+77
2022-09-07sw: clean up DocxAttributeOutput::EndContentControl()Miklos Vajna1-1/+1
2022-09-07SvXMLItemMapEntries does not need an implNoel Grandin2-29/+8
2022-09-07tdf#150604 Writer Navigator: Make delete shortcut key delete IndexesJim Raykowski1-1/+1
2022-09-07CppunitTest_sw_ooxmlencryption: remove not needed mustTestImportOf()Miklos Vajna1-6/+0
2022-09-07tdf#147646 Auto numbering is wrong when the row has split/merged cells.Satya2-0/+17
2022-09-06sw HTML import: fix height of OLE objs when it is missing and width is relativeMiklos Vajna5-2/+1066
2022-09-06cid#1500607 silence bogus Use after freeCaolán McNamara1-0/+1
2022-09-06use more SwPosition::AssignNoel Grandin1-25/+26
2022-09-06crashtesting: fix DOCX export of forum-mso-en-11199.docxMiklos Vajna2-0/+7
2022-09-06use more SwPosition::AssignNoel Grandin1-11/+4
2022-09-06use more SwPosition::AssignNoel Grandin2-23/+19
2022-09-06sw: document SwSelPaintRectsMiklos Vajna1-0/+5
2022-09-05Resolves: tdf#150797 page preview scrolling not updating positionCaolán McNamara2-9/+4
2022-09-05sw XHTML import: fix lost empty paragraphsMiklos Vajna5-2/+136
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas1-1/+1
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas1-1/+1
2022-09-05Simplify by using replaceAll instead of replaceAt in 2 loops in swJulien Nabet1-12/+2
2022-09-05use more SwPosition::AssignNoel Grandin1-9/+9
2022-09-05use more SwPosition::AssignNoel Grandin1-15/+15
2022-09-05add InsertText and EraseText overloads that take SwPositionNoel Grandin7-12/+28
2022-09-05use more SwPosition::AssignNoel Grandin1-10/+7
2022-09-05cid#1513509 Dereference after null checkCaolán McNamara1-1/+1
2022-09-05sw: prefix members of SwChangeDBDlg, SwEditRegionDlg, SwLabFormatPage ...Miklos Vajna8-129/+129
2022-09-05use more SwPosition::AssignNoel Grandin2-10/+8
2022-09-05use more SwPosition::AssignNoel Grandin5-15/+15
2022-09-04the mode parameter to MergeTable is unusedNoel Grandin5-19/+11
2022-09-04tdf#117994 doc: Revert "tdf#99474 close direct char fmt at end of para"Justin Luth2-6/+9
2022-09-03Simplify by using replaceAll in a loop (sw/access/acccell)Julien Nabet1-23/+6
2022-09-03cid#1513476 Useless callCaolán McNamara1-1/+1