summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
AgeCommit message (Expand)Author
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2017-02-13convert ShellModes to scoped enumNoel Grandin
2017-01-30tdf#102132 Add contextual edit region uno command.Gulsah Kose
2016-11-29sw ui: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro
2016-11-03remove pParentFrame from SfxFrameNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-08loplugin:constantparam in swNoel Grandin
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-10sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna
2016-08-09sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna
2016-07-28tdf#101168 sw: fix missing repaint on undo with multiple windowsMiklos Vajna
2016-07-28sw: rename generic rSh in SwBaseShell::ExecUndo()Miklos Vajna
2016-07-27Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-27sw: these all look like intended fall-throughsMichael Stahl
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-09loplugin:constantparam in swNoel Grandin
2016-02-22sw classification: add initial UNO commandMiklos Vajna
2016-02-22loplugin:commaoperator in sw/Noel Grandin
2016-02-21tdf#84938 replace FRMMGR_TYPE_ with enumackepenek
2016-01-28sw: add AnchorType parameter to .uno:PasteMiklos Vajna
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-14coverity#1326119 Constant expression resultCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18convert Link<> to typedNoel Grandin