summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-05-24no need for an image-position if the button only has an imageCaolán McNamara1-1/+0
2021-05-24Mail Merge: Remove the missing data source warning on load.Gülşah Köse3-41/+0
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin13-115/+114
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh10-21/+205
2021-05-23fix leak in SwUndoFormatCreateNoel Grandin2-3/+4
2021-05-22tdf#60382 sw track changes: add test for Undo of IsNotTrackedLászló Németh1-1/+40
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna186-638/+641
2021-05-21tdf#142294 drop placeholder on-demand node on directly populating nodeCaolán McNamara1-0/+2
2021-05-21fix SwDoc leaks in CppunitTest_sw_macros_testNoel Grandin1-3/+4
2021-05-21fix leak in SwHTMLPosFlyFrameNoel Grandin1-1/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara91-267/+268
2021-05-21sw: layout: fix footnote UAF on tdf132248-3.odt (also, tdf134127-1.odt)Michael Stahl1-1/+9
2021-05-21move wrap icons outside radiobuttonsCaolán McNamara3-102/+252
2021-05-21resave in latest gladeCaolán McNamara1-173/+173
2021-05-21Removed executable bits on source fileAndrea Gelmini1-0/+0
2021-05-21sw: eliminate recently added static_cast<SwTwips>() callsMiklos Vajna11-26/+26
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara8-61/+77
2021-05-21tdf#137469 Add option to disable hidden text in text filterOleg Shchelykalnov2-1/+21
2021-05-21tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga3-0/+68
2021-05-21Replace magic numbers in SwTabFrame::UpdateAttr_()Miklos Vajna1-7/+7
2021-05-21tdf#104254 sw DOCX import: fix text wrapping in headersDaniel Arato (NISZ)3-3/+23
2021-05-21tdf#142157: sw_uiwriter: Add unittestXisco Fauli2-0/+19
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna22-89/+137
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-6/+6
2021-05-20HeaderHdl only does something for the m_xCbTableHeadon caseCaolán McNamara2-12/+6
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara4-14/+25
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-21/+21
2021-05-20split handlers into button click and radiobutton toggleCaolán McNamara2-23/+24
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-9/+9
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin1-48/+19
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-5/+3
2021-05-20Introduce SwTabFrameInvFlags to replace magic numbers in ...Miklos Vajna2-20/+36
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh11-16/+191
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara2-4/+3
2021-05-19Fix typosAndrea Gelmini1-1/+1
2021-05-19fix leak when removing PageDescNoel Grandin1-0/+1
2021-05-19tdf#142367 Writer crashes when opening docxNoel Grandin3-6/+13
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara1-1/+1
2021-05-19tdf#118637: sw_xhtmlexport: Add unittestXisco Fauli2-0/+16
2021-05-19sw: fix not needed invalidation of custom field on each keypressMiklos Vajna2-4/+14
2021-05-19fix leak in SwWW8ImplReader::Read_GrafLayerNoel Grandin1-1/+1
2021-05-19fix leak in SwCommentRuler::NotifyKitNoel Grandin1-1/+3
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara10-62/+66
2021-05-19tdf#137741 tdf#142258 Improve naming of Sw Navigator Field entriesJim Raykowski1-15/+48
2021-05-19tdf#137741 Tooltip enhancement for Navigate By next prev 'Field by type'Jim Raykowski2-6/+19
2021-05-18loplugin:unusedfieldsNoel Grandin3-7/+4
2021-05-18tdf#118883: sw: Add UItestXisco Fauli1-0/+40
2021-05-18loplugin:unusedmethodsNoel Grandin5-20/+0
2021-05-18sw: fix not needed invalidation of title field on each keypressMiklos Vajna3-1/+111
2021-05-18tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inheritedJustin Luth1-11/+20