summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe6-36/+14
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 Vajna1-2/+6
2016-09-29Resolves: tdf#102334 Some hidden text not imported as hidden correctlyCaolán McNamara1-2/+4
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łos13-1073/+465
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 McNamara1-4/+4
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 Stahl1-21/+9
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
2016-09-28sw: fix sorting in MarkManager::correctMarksAbsolute()Michael Stahl1-0/+2
2016-09-27sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna1-0/+6
2016-09-27tdf#87914 sw: add an initial .uno:SmallCaps commandMiklos Vajna1-0/+37
2016-09-27sw: Drop unused forward declarationsTakeshi Abe14-20/+0
2016-09-26cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2016-09-26remove unused ICoreParagraphStyleNoel Grandin4-150/+0
2016-09-26CppunitTest_sw_rtfimport: fix ASan/UBSan build failureMiklos Vajna1-12/+15
2016-09-26sw lok: fix cursor position after inserting a commentMiklos Vajna1-1/+9
2016-09-26sw: prefix members of SwXMLExportMiklos Vajna5-64/+64
2016-09-26convert eNBOType constants to scoped enumNoel Grandin2-6/+6
2016-09-25avoid coverity#1371166 Missing move assignment operatorCaolán McNamara1-18/+24
2016-09-24this is a (dubious?) compareToIgnoreAsciiCase not compare, so restoreCaolán McNamara3-5/+13
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara3-13/+5
2016-09-23MM don't crash on canceled SHELL documentsJan-Marek Glogowski1-6/+7
2016-09-23tdf#94987 Create directories for temp filenamesJan-Marek Glogowski1-13/+16
2016-09-23MM account next record fields for progress dialogJan-Marek Glogowski3-10/+63
2016-09-23MM just increment after a successful next recordJan-Marek Glogowski1-3/+3
2016-09-23tdf#102384 sw: avoid moving cursors of other windows in SwTextNode::Update()Miklos Vajna1-0/+23
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke21-117/+98
2016-09-23coverity#1373351 make SetTabRows the same as SetTabColsCaolán McNamara1-4/+10
2016-09-23Replace SWRECTFN macro with a classMike Kaganski42-1501/+1506
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin7-61/+0
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin1-3/+1
2016-09-22sw: Clean up forward declarationsTakeshi Abe3-6/+1
2016-09-22sw: move LOK_CALLBACK_VIEW_CURSOR_VISIBLE to SwCursorShellMiklos Vajna2-4/+7
2016-09-21lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna2-9/+45
2016-09-21tdf#102233: avoid infinite loop recursion in IsProtect node methodJulien Nabet1-2/+6
2016-09-21Related: tdf#102308 sw: ignore seconds when combining redlinesMiklos Vajna1-0/+18
2016-09-21Related: tdf#102073 survive table in footnotes edgecasesCaolán McNamara1-19/+36