summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
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-27sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna1-0/+6
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-46/+46
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann14-15/+15
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+0
2016-09-05convert GradientStyle to scoped enumNoel Grandin2-4/+4
2016-09-01tdf#101361: Fix cursor key movement in RTL textKhaled Hosny1-0/+7
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Get rid of a pointless indirect function pointer variableTor Lillqvist1-4/+4
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-6/+5
2016-08-24Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2-30/+37
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-21/+21
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-13/+13
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrEventKind to scoped enumNoel Grandin1-2/+2
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-1/+1
2016-08-07can drop the intermediate OUString hereCaolán McNamara1-1/+1
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara2-4/+4
2016-07-15sw: indentation fixesMiklos Vajna1-15/+15
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-07-07sw: prefix members of SwSrcEditWindowMiklos Vajna1-134/+134
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-06-30everything is called Dispose, hard to find anythingCaolán McNamara1-1/+1
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin2-47/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin6-11/+17
2016-06-22Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna1-12/+0
2016-06-18uitest: add wrapper for writer's main edit windowMarkus Mohrhard1-0/+6
2016-06-18uitest: set id for main writer edit windowMarkus Mohrhard1-0/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna4-22/+4
2016-06-16Remove the :: prefix in ::std for swMark Page2-3/+3
2016-06-13sw comments: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna3-4/+16
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-0/+2
2016-05-30tdf#99870 writer: don't delete selection with delete-commentJustin Luth1-0/+1
2016-05-28LOK: ensure KeyInput is handled with the correct MapModeAshod Nakashian1-0/+5
2016-05-28LOK: invalidate annotation window upon showingAshod Nakashian1-0/+6
2016-05-23Convert GradientStyle to scoped enumNoel Grandin2-4/+4
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-1/+2
2016-05-13Resolves: tdf#99692 crash in SwPostItMgr with change trackingCaolán McNamara1-4/+7
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin2-11/+14
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin4-60/+56
2016-05-12Convert RulerType to scoped enumNoel Grandin1-4/+4
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1