summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fefly1.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-7/+7
2016-03-15loplugin:constantparamNoel Grandin1-26/+20
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-10/+8
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-223/+223
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-62/+62
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+2
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-17/+35
2015-10-06-Werror,-Wnull-conversionStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-11/+11
2015-09-10loplugin:staticmethodsStephan Bergmann1-1/+1
2015-09-10split out useful code as standalone makeItemSetFromFormatAnchorCaolán McNamara1-0/+10
2015-09-10GetCurFrameFormat->GetSelectedFrameFormatCaolán McNamara1-1/+1
2015-09-10GetSelectedFlyFrm+GetCurrFlyFrm -> GetSelectedOrCurrFlyFrmCaolán McNamara1-28/+20
2015-09-10bundle duplicate pattern into a GetCurrFlyFrm methodCaolán McNamara1-39/+25
2015-09-10this FindFlyFrm variant returns the Selected FlyFrmCaolán McNamara1-12/+12
2015-09-10Wizzard->WizzardCaolán McNamara1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-263/+263
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-8/+6
2015-05-03Use auto and range-based for loopsMatteo Casalin1-11/+7
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin1-3/+3
2015-03-31sw: prefix members of SwFEShellMichael Stahl1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-2/+2
2015-02-28sw: rename SwViewImp to SwViewShellImpMiklos Vajna1-1/+1
2015-01-23sw: redo check in SwFEShell::FindAnchorPos() a bit (related: fdo#87760)Michael Stahl1-3/+4
2015-01-22Related: fdo#87760 don't crash on searching for a place to put the anchorCaolán McNamara1-1/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part1)Julien Nabet1-3/+4
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-5/+5
2014-11-19loplugin: cstylecastNoel Grandin1-44/+44
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák1-8/+10
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-2/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1