summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2023-05-17tdf#144494 sw: fix layout loopMichael Stahl1-1/+1
2023-05-16tdf#155349 std::move of a std::optional leave behind a set std::optionalCaolán McNamara1-1/+1
2023-05-15tdf#154877 sw: generalise ExtendedSelectAll()Michael Stahl5-70/+333
2023-05-15tdf#155232: drop m_aFlatParaList from SwXFlatParagraphIteratorMike Kaganski2-9/+0
2023-05-12tdf#155238: Reimplement how ListAutoFormat is stored to ODFMike Kaganski3-65/+26
2023-05-11Resolves: tdf#154535 create the OXFormsDescriptor on-demandCaolán McNamara1-2/+2
2023-05-10Resolves: tdf#138512 don't crash on removing already Disposed a11y contextCaolán McNamara3-2/+11
2023-05-05Resolves: tdf#155076 set annotation cursor to Text on mouse enterCaolán McNamara2-0/+8
2023-05-04tdf#147526 a macro case which results in a null Lower() resultCaolán McNamara1-1/+3
2023-05-03tdf#154855 DOCX export: fix <wp:anchor layoutInCell="1"> with <wp:wrapNone>Miklos Vajna1-0/+9
2023-05-03tdf#152246 Fix RTL content control field positionHossein1-3/+11
2023-05-02tdf#155028 Crash in: `anonymous namespace'::lcl_PasteFlyOrDrawFormatNoel Grandin3-22/+22
2023-04-26tdf#155011: Fix assert/checkMike Kaganski1-2/+2
2023-04-26tdf#154113: do not forget to split the outermost section frameMike Kaganski4-79/+68
2023-04-25tdf#154859 sw: fix deletion of tracked row insertionLászló Németh2-11/+13
2023-04-24sw: fix crash in OutHTML_SwFormatField()Miklos Vajna1-1/+1
2023-04-21put floating frames under managed links controlCaolán McNamara1-9/+80
2023-04-21tdf#153016 sw DOC: don't export automatic redline commentsLászló Németh1-1/+4
2023-04-21tdf#154827 and tdf#154428 graphics anchored in Writer as character..Noel Grandin1-19/+9
2023-04-21bApres -> bAfterMike Kaganski3-9/+9
2023-04-21tdf#154817 sw UI: no hatch/gradient name if not selectedJustin Luth1-2/+8
2023-04-19backport writer sidebar "check SfxViewFrame::Current()"Caolán McNamara1-23/+19
2023-04-19sw: fix divide by 0 in SwFlyFrame::CalcRelXisco Fauli1-2/+2
2023-04-19sw: fix divide by 0Xisco Fauli1-2/+7
2023-04-18ofz#57592 Null-dereference READCaolán McNamara1-7/+10
2023-04-18tdf#154469 DOCX export: fix hyperlink in group shapeTünde Tóth1-0/+6
2023-04-17tdf#154761: each dl needs a dd to actually indentMike Kaganski3-18/+4
2023-04-17fix SwHTMLParser::InsertCommentTextNoel Grandin1-1/+1
2023-04-17sal_uInt16 is not a good choice to store SwTwipsMike Kaganski1-1/+1
2023-04-17tdf#137542 don't crash at leastCaolán McNamara1-2/+2
2023-04-17tdf#138124: do not reset IsFootnoteDone status in line layoutMike Kaganski1-0/+2
2023-04-17tdf#150149 sw: fix table header in multi-column sectionsLászló Németh1-2/+9
2023-04-16tdf#154703 docx export framePr: export xAlign/yAlignJustin Luth1-3/+12
2023-04-14Resolves: tdf#152619 crash inspecting uninserted XFieldMasterCaolán McNamara1-0/+2
2023-04-12tdf#154771 sw: fix drag & drop moving of table columnsLászló Németh1-20/+44
2023-04-11tdf#153923: In ReqIF case, avoid fake dl/dd used to emulate indentationMike Kaganski1-1/+2
2023-04-11Related: tdf#154218 Use proper locale in SwUserFieldType::PutValue()Eike Rathke1-1/+1
2023-04-08tdf#154599 sw: fix crash at drag & drop table columnsLászló Németh1-1/+7
2023-04-07tdf#154629 inspector sidebar panel use-after-free on switch to print previewCaolán McNamara2-1/+22
2023-04-05Resolves: tdf#154218 Use proper locale for user field and set variableEike Rathke4-8/+28
2023-04-05tdf#154486: Use known name when inserting the table into the documentMike Kaganski3-19/+26
2023-04-05tdf#154486: use importer-local map to deduplicate table namesMike Kaganski3-2/+22
2023-04-03tdf#152257 popup already launched, don't relaunchCaolán McNamara1-0/+2
2023-04-03sw reqif-xhtml export: fix export of transparent TIFMike Kaganski1-12/+19
2023-04-03tdf#154545 sw Navigator: select & track nested bookmarksLászló Németh2-4/+27
2023-04-03Always update fields when loading documentSamuel Mehrbrodt1-1/+1
2023-04-02tdf#154521 sw Navigator: fix selection change event of bookmarkLászló Németh1-0/+2
2023-03-28tdf#153628 sw: fix locked spell checking in spelling dialogLászló Németh1-2/+4
2023-03-26cid#1524497 Uninitialized pointer fieldCaolán McNamara1-0/+3
2023-03-26Related: tdf#154205 avoid use of destroyed ViewShellCaolán McNamara1-1/+3