summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski29-78/+87
2021-10-13sw: remove unused documentXisco Fauli1-0/+0
2021-10-13sw: remove another unused documentXisco Fauli1-0/+0
2021-10-13tdf#124937: sw_ww8export3: Add unittestXisco Fauli3-0/+9
2021-10-13sw: fix corrupted proxy object for SwGrfNode via the view cursor UNO APIMiklos Vajna3-1/+28
2021-10-13tdf#92586: restore unittestXisco Fauli1-0/+8
2021-10-13CppunitTest_sw_ooxmlexport11: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()Miklos Vajna1-43/+86
2021-10-12ofz#39850 remove content anchored to para being removedCaolán McNamara2-1/+1
2021-10-12ofz#39837 avoid timeoutCaolán McNamara1-2/+5
2021-10-12pass 2nd arg of lcl_MinMaxNode by referenceCaolán McNamara1-17/+17
2021-10-12Try to fix Ubsan TBJulien Nabet1-1/+1
2021-10-12tdf#145066 sw change tracking: fix bad deletion at Move Up/DownLászló Németh2-2/+36
2021-10-12sw layout xml dump: show type even for multi-portionsMiklos Vajna4-130/+140
2021-10-11sw XHTML export: fix missing <li> around nested <ul>/<ol>Miklos Vajna2-1/+51
2021-10-11loplugin:moveparam in swNoel Grandin29-65/+65
2021-10-11valgrind: use after free on applying "default character" character styleCaolán McNamara1-4/+7
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann3-10/+12
2021-10-11tdf#142407 fix incorrect number of lines in vertical writing.Mark Hung2-0/+8
2021-10-11tdf#141957 include the size of header and footer.Mark Hung1-0/+19
2021-10-11cid#1492337 Unintended sign extensionCaolán McNamara1-1/+1
2021-10-11sw: prefix members of SwDLL, SwFieldDlgWrapper, SwImplShellAction and ...Miklos Vajna7-25/+25
2021-10-11Expand some defines and simplify loopsMike Kaganski1-38/+12
2021-10-10loplugin:moveparam in svxNoel Grandin2-3/+3
2021-10-10cid#1492337 Unintended sign extensionCaolán McNamara1-2/+2
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet2-2/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin132-743/+563
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet21-20/+20
2021-10-09What's the interest to gain 1 letter? bDelBookmrk->bDelBookmarkJulien Nabet1-6/+6
2021-10-09tdf#143148 - Use pragma once instead of include guardsJulien Nabet1-4/+1
2021-10-09Declare and initialize variable only when really needed (sw/unocrsrhelper)Julien Nabet1-1/+1
2021-10-09tdf#142344 SwNavigator: Keep heading selected after navigating toJim Raykowski2-4/+19
2021-10-08tdf#45525: sw_uiwriter2: Add unittestXisco Fauli2-0/+33
2021-10-08tdf#143142 Solve the button cannot be used when table column is 6Verne-Lai2-5/+3
2021-10-08remove unintended blank lineJim Raykowski1-1/+0
2021-10-08loplugin:moveparam in svxNoel Grandin1-1/+1
2021-10-08sw: handle mbIsLabelDoc when replacing compat optionsMiklos Vajna1-1/+1
2021-10-07SwNavigator: Fix crash on image selectJim Raykowski1-29/+32
2021-10-07ofz: Timeout, detect infinite loopCaolán McNamara1-3/+14
2021-10-07tdf#144317: sw_uiwriter2: Add unittestXisco Fauli2-0/+30
2021-10-07tdf#144317 sw table minimize: fix signed->unsigned table growthJustin Luth1-4/+7
2021-10-07sw: size() -> !empty() in textboxhelperMiklos Vajna1-6/+6
2021-10-07tdf#143982 doc/x export: save automatic table as 100% relativeJustin Luth4-1/+29
2021-10-07tdf#140781 Update extended tip for ASCII dialog importOlivier Hallot1-0/+5
2021-10-06Fix typoAndrea Gelmini1-1/+1
2021-10-06(related) tdf#144483 Add Range frame above range selector spinboxesGabor Kelemen1-80/+108
2021-10-06Bump Glade version for asciifilterdialog.uiOlivier Hallot1-80/+77
2021-10-06tdf#144122 Use signed type to avoid stealthy underflowAron Budea26-134/+134
2021-10-06tdf#144907: sw ui: allow closing of "Fields" dialogVasily Melenchuk1-1/+8
2021-10-06lok: IME: directly copy formatting for inserted textSzymon Kłos1-6/+5
2021-10-06lok: IME: preserve formatting when inserting at the end of paragraphSzymon Kłos2-1/+121