summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-08-23tdf#127101 Change tracking: fix format reject at paragraph joinLászló Németh4-6/+33
2019-08-23tdf#127101 Change tracking: reject format at paragraph joinLászló Németh2-17/+128
2019-08-23tdf#103345 Import decimalEnclosedCircle correctlySamuel Mehrbrodt2-0/+20
2019-08-23RTF filter: handle tbrl section text directionMiklos Vajna3-12/+36
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov17-71/+32
2019-08-23tdf#126784 sw: only distribute across selected columnsJustin Luth7-23/+50
2019-08-22drop newly unused SwAddressPreviewCaolán McNamara5-309/+11
2019-08-22weld SwMailMergeAddressBlockPageCaolán McNamara6-133/+181
2019-08-22This is an export test.Tamás Zolnai1-1/+1
2019-08-22tdf#127085: FILESAVE: Transparency is lost after RTTamás Zolnai2-0/+7
2019-08-22tdf#127097 Change tracking: change style of whole deletion at paragraph joinLászló Németh2-7/+46
2019-08-22QR Code : ODF import/exportShubham Goyal2-0/+403
2019-08-22we can be less verboseCaolán McNamara9-22/+22
2019-08-21Resolves: tdf#127048 loosen warning from presence to if parsedCaolán McNamara2-2/+6
2019-08-21Avoid extra calls to INetURLObject::decodeStephan Bergmann1-2/+2
2019-08-21Better use DecodeMechanims ToIUri rather than Unambiguous hereStephan Bergmann1-1/+1
2019-08-21IDocumentDeviceAccess::setPrinter has no return valueMichael Weghorn1-3/+0
2019-08-21make info dialog a child of the dropdown dialogCaolán McNamara2-3/+1
2019-08-21tdf#123627 DOCX import: fix tinderboxingTünde Tóth1-8/+6
2019-08-21tdf#127070 DOCX export:fix encoding of hyperlinks with non-ASCII lettersTünde Tóth2-0/+14
2019-08-21Remove mnemonics from labels used in explanatory labelGabor Kelemen1-2/+2
2019-08-21clean up "tdf#125298 DOCX export: fix bookmark name truncation"Tünde Tóth3-12/+0
2019-08-21sw: prefix members of SwUndoDelLayFormatMiklos Vajna2-4/+4
2019-08-20tdf#126792: DOCX legacy drop-downs are only supposed to hold 25 items, DOCXTamás Zolnai3-0/+30
2019-08-20tdf#126792: DOCX legacy drop-downs are only supposed to hold 25 items, GUITamás Zolnai3-0/+15
2019-08-20loplugin:constvars in swNoel Grandin53-69/+70
2019-08-20tdf#126353 merge character borders on layout portions.Mark Hung2-19/+9
2019-08-20Fix typosAndrea Gelmini3-4/+4
2019-08-20Resolves: tdf#127021 not all formatting options shown for set variableCaolán McNamara1-6/+10
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard3-15/+16
2019-08-19uitest: log more eventsAhmed ElShreif3-0/+60
2019-08-19Fix buidling with older boostTomáš Chvátal2-0/+12
2019-08-19sw undo/redo: avoid usage of pointers as a style referencesVasily Melenchuk3-114/+97
2019-08-19Fix typoAndrea Gelmini8-15/+15
2019-08-18Save a couple lines of code by using ::sw::UndoGuardJim Raykowski1-3/+1
2019-08-18Revert "loplugin:unusedmethods"Noel Grandin1-0/+11
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet23-134/+44
2019-08-18Related: tdf#126787: remove some defensive programming partsMike Kaganski1-30/+6
2019-08-17loplugin:unusedmethodsNoel Grandin1-11/+0
2019-08-17move RoadmapWizard to vclCaolán McNamara2-5/+5
2019-08-17tdf#126787: extend/restore item set ranges to hold RES_PARATR_GRABBAGMike Kaganski1-10/+42
2019-08-17Use a nice way of merging rangesMike Kaganski1-9/+4
2019-08-16CppunitTest_sw_uiwriter: fix top/left confusion in testImageCommentMiklos Vajna1-1/+2
2019-08-16move WizardMachine to vclCaolán McNamara13-36/+37
2019-08-16Fix typosAndrea Gelmini1-2/+2
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-16tdf#126819 Can't retrieve the mouse position written in the statusbarNoel Grandin3-7/+1
2019-08-16This was meant to be 'continue', not 'break'Mike Kaganski2-6/+29
2019-08-16CppunitTest_sw_uiwriter: get rid of hardcoded 1418 in testImageCommentMiklos Vajna1-2/+18
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin8-34/+17