summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
AgeCommit message (Expand)Author
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
2015-09-17boost->stdCaolán McNamara
2015-09-10loplugin:staticmethodsStephan Bergmann
2015-09-10split out useful code as standalone makeItemSetFromFormatAnchorCaolán McNamara
2015-09-10GetCurFrameFormat->GetSelectedFrameFormatCaolán McNamara
2015-08-21loplugin:defaultparamsNoel Grandin
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-02-04coverity#1266467 Dereference null return valueCaolán McNamara
2015-02-04coverity#1266469 Dereference null return valueCaolán McNamara
2015-02-04coverity#1266472 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266469 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266467 Dereference null return valueCaolán McNamara
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin