summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-12-16tdf#138892 writerfilter: cancel style list if bNoNumberingJustin Luth4-0/+58
2020-12-15Fix typoAndrea Gelmini1-1/+1
2020-12-15update pchesCaolán McNamara3-6/+5
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-15use views to parse rather than allocating OUStringNoel1-8/+7
2020-12-15tdf#118711 writerfilter: don't hardcode default page descriptionJustin Luth1-0/+4
2020-12-15tdf#138600 sw: fix too small print area for btlr text in nested tableMiklos Vajna3-2/+29
2020-12-15tdf#122045: sw: Add UItestXisco Fauli1-0/+43
2020-12-14tdf#122045 using 'Apply' doesn't keep document modified on later 'Cancel'Caolán McNamara1-3/+12
2020-12-14use more direct parsing on FastAttributeListNoel1-25/+22
2020-12-14tdf#82802 sw page-style UI: remove pointless makeConditional CBJustin Luth3-97/+48
2020-12-14sw: prefix members of SwXMLBlockListContext, SwXMLTextBlockBodyContext, ...Miklos Vajna3-22/+19
2020-12-14SwContentFrame: Modify no moreBjoern Michaelsen3-35/+38
2020-12-13sectfrm: Modify no moreBjoern Michaelsen2-40/+39
2020-12-13tabfrm:Modify no moreBjoern Michaelsen2-31/+35
2020-12-13pagechg: Modify no moreBjoern Michaelsen2-51/+46
2020-12-12tdf#138605 sw change tracking: fix crash with UndoLászló Németh2-3/+33
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann15-24/+36
2020-12-11sw: add missing nullptr checkXisco Fauli1-2/+8
2020-12-11cid#1470587 Dereference after null checkCaolán McNamara1-1/+1
2020-12-11cid#1470585 Dereference null return valueCaolán McNamara1-4/+6
2020-12-11cid#1470586 Dereference after null checkCaolán McNamara1-1/+1
2020-12-11tdf#136929 docx export: keep frame with paragraphJustin Luth4-7/+29
2020-12-10tdf#131990: sw_uiwriter: Add unittestXisco Fauli1-0/+11
2020-12-10tdf#81226: sw_uiwriter: Add unittestXisco Fauli1-0/+17
2020-12-10Add comments wondering what some magic numbers might meanTor Lillqvist1-0/+5
2020-12-10Don't leave an empty area at the bottom if we can move the text downCaolán McNamara1-1/+9
2020-12-10One more OUString::fromUtf(u8"...") simplificationStephan Bergmann1-12/+11
2020-12-10Drop pointless forward declarationTor Lillqvist1-1/+0
2020-12-10Drop obviously unnecessary forward declarationTor Lillqvist1-1/+0
2020-12-10fix printing of 'margins in comment'Caolán McNamara1-5/+6
2020-12-10tdf#138621 put icons back in File>Template submenuSeth Chaiklin1-3/+3
2020-12-10tdf#134626 sw: fix UBSan warning about deleted SwTextFormatCollMichael Stahl2-1/+4
2020-12-10sw: avoid crashing in SwFrame::dumpAsXmlAttributes()Michael Stahl1-1/+1
2020-12-10tdf#129083: sw: Add UItestXisco Fauli2-2/+34
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs8-0/+71
2020-12-10tdf#138688 tdf#124646 sw: fix crash at pasting Calc dataLászló Németh3-3/+87
2020-12-10Online: "Copy hyperlink location" feature improvement.gokaysatir1-7/+1
2020-12-10flyincnt: Modify no moreBjoern Michaelsen2-36/+39
2020-12-10flylay: Modify no moreBjoern Michaelsen2-63/+56
2020-12-09Some OUString::fromUtf(u8"...") simplificationsStephan Bergmann2-2/+2
2020-12-09cid#1470573 Unchecked dynamic_castCaolán McNamara1-1/+1
2020-12-09uninit_memberCaolán McNamara1-1/+3
2020-12-09tdf#89709 Make statusbar page number/bookmarks control tooltip showJim Raykowski9-68/+43
2020-12-09Resolves tdf#99646 - Make default type of anchoring optionalHeiko Tietze9-220/+369
2020-12-08just call GetTextView onceCaolán McNamara1-6/+5
2020-12-08Very early work-in-progress commit for the "DevTools" dockable toolbarTor Lillqvist3-0/+17
2020-12-08Simplify attribute set definitions a littleMike Kaganski10-39/+21
2020-12-08remove now unused XML_TOK_ constantsNoel1-32/+0
2020-12-08Simplify attribute set definition a littleMike Kaganski1-19/+14