summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-10-04can now remove both PopupContainer copiesCaolán McNamara1-2/+0
2016-10-04These are just floating windows, no need for all the special intrastructureCaolán McNamara7-7/+0
2016-10-04remove PopupControl as an intermediate stepCaolán McNamara3-8/+0
2016-10-04sw: fix assert in MarkManager::deleteMarks()Michael Stahl1-1/+9
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna4-9/+44
2016-10-04simplify loopJochen Nitschke1-5/+1
2016-10-04crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara1-0/+0
2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2-0/+6
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin57-114/+112
2016-10-03set translatable attributes in .ui filesAndras Timar2-6/+6
2016-10-03Fix typosAndrea Gelmini20-26/+26
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin31-76/+75
2016-10-03sw: prefix members of WW8FibMiklos Vajna17-1039/+1039
2016-10-03n#780843 revert part of docx testcaseJustin Luth3-18/+34
2016-10-03Fix typosAndrea Gelmini4-4/+4
2016-10-03add more dumpAsXml()Noel Grandin2-0/+4
2016-10-03tdf#100726 Improve readability of OUString concatinationChamal1-4/+1
2016-10-03remove pointer to localJochen Nitschke1-2/+1
2016-10-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorChamal1-4/+2
2016-10-02fix indentationMarkus Mohrhard1-1/+1
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01rearrange SwCalc some moreCaolán McNamara2-19/+45
2016-10-01rearrange SwCalc a littleCaolán McNamara2-22/+21
2016-10-01default copy ctor/assignment are sufficientCaolán McNamara2-15/+0
2016-09-30loplugin:constantparamNoel Grandin3-3/+3
2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe8-38/+30
2016-09-29tdf#102769 Options: Display formatting mark chars next to their labelsAdolfo Jayme Barrientos1-42/+71
2016-09-29enforce some form of consistent indent hereCaolán McNamara1-71/+80
2016-09-29coverity#1373423 Uninitialized scalar fieldCaolán McNamara1-0/+5
2016-09-29sw lok: disable pixel alignment of cursor logic valuesMiklos Vajna2-2/+32
2016-09-29Resolves: tdf#102334 Some hidden text not imported as hidden correctlyCaolán McNamara3-2/+10
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna3-3/+6
2016-09-29sw: remove unnecessary debug code in fetabMiklos Vajna1-9/+0
2016-09-29Page margin popup converted to use outside sidebarSzymon Kłos22-1107/+1002
2016-09-29tdf#90697 unit test for an unused FirstPage headerJustin Luth2-0/+26
2016-09-28tdf#101549: Remove tooltip_markup from glade .ui filesMuhammet Kara5-11/+4
2016-09-28Reintroduce "tdf#90697 unit test for rtf import"Samuel Mehrbrodt2-0/+80
2016-09-28sw lok: fix one view inserting a comment, other view jumping there as wellMiklos Vajna1-0/+10
2016-09-28editeng: invalidate everything only when toggling header-footer editAshod Nakashian1-5/+7
2016-09-28tdf#102073: sw: do not create SwFootnoteNumPortion inside tableMichael Stahl1-0/+2
2016-09-28fftester: cut out middle man in deref null ptr and get addressCaolán McNamara3-7/+9
2016-09-28sw: fix loplugin:staticanonymousMiklos Vajna1-1/+1
2016-09-28GetSvxShape does the same checks, so use it directlyCaolán McNamara1-7/+2
2016-09-28Resolves: tdf#102358 writer cannot save 3d shape inserted from drawCaolán McNamara1-6/+3
2016-09-28sw: presumably rEnd != rStart implies rEnd isn't on index 0Michael Stahl1-2/+3
2016-09-28sw: -Werror=unused-parameterMichael Stahl2-9/+8
2016-09-28sw: remove defensive programming bullshit in lcl_AssureFieldMarksSetMichael Stahl2-22/+10
2016-09-28sw: rStart variable isn't a referenceMichael Stahl1-9/+12
2016-09-28sw: make the debug code in docbm.cxx usableMichael Stahl1-32/+28
2016-09-28sw: assert that IMarks are MarkBaseMichael Stahl1-4/+4