summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-15loplugin:sequenceloop in swNoel Grandin52-134/+140
2019-08-15tdf#53847 - Styles focused toolbarHeiko Tietze1-10/+10
2019-08-15tdf#125041 fix hyperlinks to IDN websitesTünde Tóth1-19/+2
2019-08-15Removed duplicated includeAndrea Gelmini1-1/+0
2019-08-15replace ".get->" with "->"Noel Grandin4-5/+5
2019-08-15sw btlr writing mode: RTF filter of Writer textframesMiklos Vajna3-0/+16
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl4-1/+165
2019-08-14sw: fix assert on export of ooo39250-1.rtf to DOCXMichael Stahl3-19/+75
2019-08-14Set "Resolved Comments" view option on by defaultScott Clarke1-0/+1
2019-08-14Change some handling for resolved commentsScott Clarke3-7/+18
2019-08-14Resolves tdf#126257 - Writer styles hierarchical organizationHeiko Tietze1-2/+4
2019-08-13Writer: Saving a damaged file as DOCX crashesTamás Zolnai1-8/+11
2019-08-13tdf#123583 use TaskStopwatch for Writer Idle loopJan-Marek Glogowski3-51/+36
2019-08-13sw doc model xml dump: improve OLE node handlingMiklos Vajna3-3/+31
2019-08-13sw undo/redo derived style storing during creation by exampleVasily Melenchuk1-8/+37
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara7-4/+52
2019-08-13tdf#125100 After insert of calc document as OLE object, content is shownIlhan Yesil1-0/+7
2019-08-13remove unused constantNoel Grandin1-2/+0
2019-08-13tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxxGabor Kelemen76-117/+68
2019-08-13RTF filter: add redline insert/delete testcaseMiklos Vajna2-0/+44
2019-08-13Fix typosAndrea Gelmini3-3/+3
2019-08-13tdf#114854 writerfilter: EditEng URLs import different from SW URLsJustin Luth1-3/+11
2019-08-13sw: avoid dangling references to style in undo/redoVasily Melenchuk2-0/+29
2019-08-13sw: clean-up SwTabCols header a bit, no chnageTomaž Vajngerl1-17/+17
2019-08-12sw: Immediately construct a shared_ptr instead of raw pointerTomaž Vajngerl1-3/+5
2019-08-12sw: properly initialize the instance variablesTomaž Vajngerl1-6/+18
2019-08-12sw: factor out changing of mouse pointer on mouse moveTomaž Vajngerl2-63/+74