summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-12-07docx export: preserve spaces in field instructionsVasily Melenchuk1-1/+1
2021-11-29docx export: preserve spaces in field instructionsVasily Melenchuk1-1/+1
2021-11-17ofz#40593 remove Objects from m_xResizeDrawObjects if deleted during parseCaolán McNamara2-3/+30
2021-11-17ofz#39252 use safer SwUnoCursor for the pos to move back toCaolán McNamara2-4/+5
2021-11-17ofz#38011 save and restore m_pLastAnchorPos via UnoCursorCaolán McNamara2-0/+9
2021-11-17ofz#37322 Bad-castCaolán McNamara2-0/+9
2021-11-17crashtesting: UaF on layout of fdo53985-1.docxCaolán McNamara2-1/+58
2021-11-17Only change SwLayAction::m_bAgain via SetAgainCaolán McNamara4-8/+12
2021-11-17crashtesting: UaF on layout of ooo98566-1.odtCaolán McNamara1-0/+4
2021-11-17ofz#34749 don't remove trailing paragraph if something got anchored to itCaolán McNamara3-0/+11
2021-11-17Try to fix Ubsan TBJulien Nabet1-1/+1
2021-07-26sw: layout: fix red triangle problem with text frame in sectionsMichael Stahl1-1/+1
2021-05-20tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl2-1/+3
2021-03-29xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl1-1/+2
2021-01-25sw: WW8 import: filter control characters in GetFieldResult()Michael Stahl1-1/+30
2021-01-25ofz#18526 sw: WW8 import: don't insert control charactersMichael Stahl4-14/+48
2021-01-25sw: WW8 import: instead of control character insert '?' for footnoteMichael Stahl1-1/+1
2021-01-25sw: UNO API: do not allow inserting control characters into nodesMichael Stahl1-0/+12
2021-01-25ofz#26480 validate WW8PLCFpcd is sorted like WW8PLCF doesCaolán McNamara2-13/+30
2021-01-25Resolves: ofz#18414 drop apo anchor if it will be deletedCaolán McNamara2-1/+10
2021-01-25ofz#13881 Integer OverfloWCaolán McNamara1-1/+5
2021-01-25ofz#12660 remove flys before removing trailing parasCaolán McNamara2-3/+4
2021-01-25ofz#9858 Bad-castCaolán McNamara1-0/+5
2021-01-21XTextDocument::refresh should do a full reformattingSamuel Mehrbrodt1-1/+1
2021-01-21"Update all" should do a full reformattingSamuel Mehrbrodt1-1/+1
2021-01-21Bring uno:RefreshView to CalcSamuel Mehrbrodt6-24/+5
2021-01-18Make uno:RefreshView redo the whole document layoutSamuel Mehrbrodt2-2/+3
2021-01-13tdf#105330 sw: fix lost cursor on undoing nested table insertMiklos Vajna10-16/+70
2020-12-08sw: layout: SwFlyNotify should invalidate a content or tab frameMichael Stahl1-1/+8
2020-09-12tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand3-11/+37
2020-09-03tdf#136423 make SwXDrawPage::group work with a single shapeSamuel Mehrbrodt3-1/+46
2020-07-22tdf#103602 xmloff,sw: ODF 1.3 import: PageStyle with drawing-page styleMichael Stahl3-0/+22
2020-06-27Fixups to build on c++11-only compilersThorsten Behrens2-2/+2
2020-06-18tdf#133982 sw: fix Copy of document that starts with nested tableMichael Stahl1-1/+6
2020-06-04tdf#130804 sw: fix bookmark portions in line containing only as-char flyMichael Stahl1-1/+5
2020-06-04crashtesting: fix abi11870-2.odt assert in SwBookmarkPortion::Unchain()Michael Stahl6-17/+17
2020-06-04crashtesting: null dereference of reexporting abi12570.odt to odtMichael Stahl1-3/+5
2020-06-04tdf#45589 sw: don't paint field shading for bookmarksMichael Stahl1-6/+1
2020-06-04tdf#45589 sw: create and paint text portions for bookmarksMichael Stahl14-27/+265
2020-06-04sw: fix rotation bugs in SwLinePortion::PrePaint()Michael Stahl2-3/+18
2020-06-04sw: reformat bit of SwLinePortion::PrePaint()Michael Stahl1-21/+20
2020-06-04tdf#45589 sw: split text portions at bookmarksMichael Stahl3-0/+17
2020-06-04tdf#45589 sw: add bookmarks to SwScriptInfoMichael Stahl3-10/+236
2020-06-04tdf#45589 sw: invalidate on bookmark insertion/deletionMichael Stahl3-0/+45
2020-04-07Add uno cmd to protect bookmarks in a documentSamuel Mehrbrodt4-3/+35
2020-04-07Add uno cmd to protect fields in a documentSamuel Mehrbrodt4-0/+43
2020-03-26sw: SwEditWin: for CUT of a read-only selection, pop up info dialogMichael Stahl1-1/+3
2020-03-26tdf#119016 Editing a read-only section shall popup a dialogIlhan Yesil1-1/+7
2020-03-26sw: PROTECT_FIELDS should not protect placeholder fieldsMichael Stahl1-1/+3
2020-03-25sw: Optionally disable bookmark manipulation GUIsKatarina Behrens4-17/+27