summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-21return early on non-main condition, no logic changeCaolán McNamara1-16/+17
2016-09-21implement IsTableRightToLeft the same as IsTableVerticalCaolán McNamara1-3/+3
2016-09-21return early on non-main condition, no logic changeCaolán McNamara1-41/+40
2016-09-21remove #defines for HtmlContextFlags masksJochen Nitschke3-17/+8
2016-09-21tdf#101359 handle less bookmarks then expectedJan-Marek Glogowski1-0/+4
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin2-11/+11
2016-09-21sw: use range-based for loop in textboxhelperMiklos Vajna1-4/+3
2016-09-20loplugin:defaultparamsTor Lillqvist1-1/+1
2016-09-20tdf#101536 sw: do load Insert Index dialog's document ReadOnlyMichael Stahl1-1/+3
2016-09-20tdf#101359 Really walk the document mark listJan-Marek Glogowski1-5/+9
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann4-5/+5
2016-09-20tdf#102308 sw: improve redline timestamp precisionMiklos Vajna1-1/+0
2016-09-20tdf#101164 sw: Insert Database Columns dialog: expect selectionMichael Stahl1-6/+29
2016-09-20tdf#101164 sw: Insert Database Columns dialog: ensure one of ...Michael Stahl1-0/+4
2016-09-20loplugin:unusedfieldsNoel Grandin1-1/+0
2016-09-19sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-6/+19
2016-09-19fftester: only decrement if there's a valid position before itCaolán McNamara1-1/+2
2016-09-19convert CopyOrNewType to scoped enumNoel Grandin2-5/+5
2016-09-19convert UndoOrRedo_t to scoped enumNoel Grandin2-6/+6
2016-09-19sw: prefix members of SwAccessiblePortionDataMiklos Vajna2-151/+151
2016-09-18tdf#54860 make indention handles on the ruler movable inside the table.Mark Hung1-11/+0
2016-09-18tdf#80724 try to reuse calculated underline font as much as possible.Mark Hung3-5/+12
2016-09-16tdf#101359 Just advance list box for BOOKMARKsJan-Marek Glogowski1-1/+1
2016-09-16Revert "convert ReaderWriterEnum to scoped enum"Noel Grandin2-22/+18
2016-09-16convert ReaderWriterEnum to scoped enumNoel Grandin2-18/+22
2016-09-16tdf#56907 extend dot leader character list in ToC for typographyLászló Németh1-0/+3
2016-09-16fix buildCaolán McNamara1-1/+1
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-9/+0
2016-09-16tdf#102074 Allow to choose page direction on printing brochureTakeshi Abe1-5/+5
2016-09-15sw: remove some can-never-happen checks that are now assert()Michael Stahl1-29/+26
2016-09-15tdf#43157 clean up OSL_ASSERT in /core/sw/source/core/undo/docundo.cxxSophie Su1-7/+8
2016-09-15use std::unique_ptr and remove custom dtor for coverity#1371321Caolán McNamara3-17/+11
2016-09-15sw: allow select of redline by indexMiklos Vajna1-2/+14
2016-09-15disable generation of ole previews in ODF format until after loadCaolán McNamara2-8/+18
2016-09-15sw: clean up useless dbglevel=2 code in swbaslnkMiklos Vajna1-10/+0
2016-09-15untangle this a bit, not immediately clear what it didCaolán McNamara1-4/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl12-48/+48
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin14-40/+20