summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-11-11loplugin:stringviewNoel20-25/+25
2020-11-11convert more long -> tools::LongNoel20-66/+67
2020-11-11DOCX: fix memory leak of cell formula exportLászló Németh1-1/+1
2020-11-11Fix typosAndrea Gelmini1-2/+2
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin37-115/+117
2020-11-11disable O(U)String::concat for internal codeNoel Grandin2-2/+2
2020-11-10set resize-toplevel true for GtkExpandersCaolán McNamara1-0/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-3/+1
2020-11-10tdf#83958: sw: enable Track Changes toolbar automaticallyLászló Németh1-0/+12
2020-11-10sw user field type: fix failing string to double conversionkirchhoffb3-7/+48
2020-11-09tdf#137881 sw: fix text box size regressionDaniel Arato (NISZ)4-14/+33
2020-11-09tdf#83419 sw change tracking: clean-up autocorrectLászló Németh5-40/+53
2020-11-09sw: prefix members of StackHack, SwActualSection, SwFrameHolder and ...Miklos Vajna5-74/+78
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko2-0/+14
2020-11-08Drop outline content visibility window Ctrl+click actionJim Raykowski1-1/+1
2020-11-07std::set->o3tl::sorted_vector in SwSoftPageBreakListNoel3-4/+5
2020-11-06tdf#130546 sw autocorrect: don't replace redliningLászló Németh3-4/+92
2020-11-06DOCX import: fix assertion failure when redline ends right before a ToCMiklos Vajna5-0/+134
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara14-33/+32
2020-11-06disentangle writer's SID_FM_CONTROL_IDENTIFIER handlingCaolán McNamara5-18/+25
2020-11-06tdf#136952 ww8export: always check for breakAfter on last splitJustin Luth4-0/+37
2020-11-06tdf#137908: uitest: Add asserts to check there is at least 1 elementXisco Fauli1-6/+14
2020-11-06Adjust tooltip for Outline Content VisibilitySeth Chaiklin2-4/+4
2020-11-05StartElement->startFastElement in swNoel1-34/+26
2020-11-05std::set->o3tl::sorted_set in AssertFlyPagesNoel1-1/+2
2020-11-05tdf#109266 sw change tracking: track transliterationLászló Németh3-3/+102
2020-11-05retire most of SwModifyBjoern Michaelsen51-114/+113
2020-11-05tdf#137968 Added check for the headings orderIvan Stefanenko2-0/+44
2020-11-05clean up some temp files after running testsAndras Timar1-0/+1
2020-11-05loplugin:unusedenumconstantsNoel1-30/+0
2020-11-05tdf#83419 sw change tracking: fix bad autocorrectLászló Németh3-0/+119
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen4-30/+19
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen13-22/+31
2020-11-05tdf#137532: do not reset attributes deleting selectionXisco Fauli2-9/+65
2020-11-04tdf#79717: sw_uiwriter: Add unittestXisco Fauli1-0/+32
2020-11-04remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen2-10/+0
2020-11-04SwModify: remove the LockClientList madnessBjoern Michaelsen2-24/+2
2020-11-04use only NotebookbarToolBox, and not SidebarToolBox, in the notebookbarCaolán McNamara4-23/+23
2020-11-04don't select entry 0 if there are no entriesCaolán McNamara1-4/+3
2020-11-04tdf#137982 m_xFrame is already disposedCaolán McNamara2-11/+46
2020-11-04negative returnsCaolán McNamara1-1/+1
2020-11-04tdf#105967 sw: add unit test for redlining of break symbolsLászló Németh2-0/+132
2020-11-04tdf#136952 writerfilter: PageBreakBefore - don't always overwriteJustin Luth2-0/+14
2020-11-03Avoid UBSan pointer-overflowStephan Bergmann1-1/+2
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze1-2/+0
2020-11-03ofz#26943 detect if FormatOfJustInsertedApo was deletedCaolán McNamara7-44/+59
2020-11-03tdf#137886 condition for asian and ctl property seems wrongTomoyuki Kubota1-14/+22
2020-11-03loplugin:unnecessaryvirtualNoel1-1/+1
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann1-0/+5
2020-11-03Related: rhbz#1893846 GetActiveWrtShell can return nullCaolán McNamara2-10/+9