summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ofz#23523 Timeout processing huge SEPX full of non-SEP propertiesCaolán McNamara2-2/+37
2020-10-11DelFlys is never passed nullptrsCaolán McNamara1-11/+12
2020-10-11dynamic_cast followed by static_castCaolán McNamara1-2/+1
2020-10-11split out check to functionCaolán McNamara1-2/+14
2020-10-10we are cloning the contents of a temporary std::unique_ptrCaolán McNamara1-1/+1
2020-10-10we throw away the original of the cloneCaolán McNamara1-3/+1
2020-10-10cid#1467976 Dereference after null checkCaolán McNamara1-1/+1
2020-10-10tdf#129935 improve accelerator key choices for Edit Fields dialogSeth Chaiklin4-12/+12
2020-10-10tdf#132289 missing styles when inserting file with listSerge Krot5-47/+46
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer2-1/+25
2020-10-09Removed executable bits on odt fileAndrea Gelmini1-0/+0
2020-10-09CppunitTest_sw_layoutwriter: split this into twoMiklos Vajna3-2322/+2391
2020-10-09tdf#136955 DOCX import: fix shape paragraph marginsLászló Németh1-0/+11
2020-10-09Revert "tdf#136728 : sw_uiwriter: Add unittest"Stephan Bergmann2-48/+0
2020-10-09tdf#130314 fix incorrect logic in last commitMark Hung1-1/+1
2020-10-09cid#1467972 silence Unchecked return valueCaolán McNamara1-1/+1
2020-10-09tdf#99810 DOCX export: fix lost arrow shapeRegényi Balázs2-0/+10
2020-10-08tdf#136964 Writer Navigator: Use same Headings expanded statesJim Raykowski1-6/+12
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin2-4/+4
2020-10-08tdf#137274: sw: Add UItestXisco Fauli1-0/+70
2020-10-08tdf#137295: sw_ooxmlexport15: Add unittestXisco Fauli2-0/+10
2020-10-08tdf#130314 space counting for input field.Mark Hung1-4/+4
2020-10-08Replace UI submenu by dialogHeiko Tietze2-2/+2
2020-10-07tdf#137295 missing frames on roundtrip through docxCaolán McNamara1-1/+15
2020-10-07Resolves: tdf#137274 comment node not expandable when there are commentsCaolán McNamara1-4/+5
2020-10-07dynamic_cast followed by static_castCaolán McNamara2-12/+7
2020-10-07RTF import: copy direct para formatting for first para in insert modeMiklos Vajna3-0/+58
2020-10-07ui files: fix some capitalisation issuesNoel8-11/+11
2020-10-07Revert "lint-ui: check that we only have one has_default==True"Noel Grandin2-0/+2
2020-10-06SwGrammarContext: ::Modify no moreBjoern Michaelsen1-11/+7
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir1-3/+10
2020-10-06loplugin:const* make some params and methods constNoel28-33/+34
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara3-7/+6
2020-10-06reparent to nothing to break gtk ownership cycleCaolán McNamara1-2/+12
2020-10-06tdf#97128 DOCX import: fix frame directionDaniel Arato (NISZ)1-0/+17
2020-10-06tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs3-2/+36
2020-10-06tdf#107893 sw: fix broken "Add Text Box" after UndoAttila Bakos (NISZ)3-2/+34
2020-10-05unconflicting commits stomped on eachotherCaolán McNamara1-2/+2
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara9-136/+136
2020-10-05SwEditShell::SignParagraph always dereferences GetDoc()Caolán McNamara1-4/+5
2020-10-05lcl_ValidateParagraphSignatures always dereferences its SwDoc* argCaolán McNamara1-21/+21
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara23-114/+114
2020-10-05SwUndoMove ctor is never passed a null SwDoc*Caolán McNamara4-6/+6
2020-10-05SwUndoTableMerge::MoveBoxContent always dereferences its SwDoc* argCaolán McNamara4-7/+7
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl3-0/+307
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara20-193/+186
2020-10-05lint-ui: check that we only have one has_default==TrueNoel2-2/+0
2020-10-05sw: SwTable::GCLines(): don't throw away row backgroundMichael Stahl1-0/+15
2020-10-05sw: improve comments, dump rowspan to nodes.xmlMichael Stahl3-3/+11
2020-10-05SwDateTimeField::GetDateTime always dereferences its SwDoc*Caolán McNamara5-22/+22