summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/feshview.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-256/+256
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-20loplugin:defaultparamsStephan Bergmann1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-32/+32
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-18convert Link<> to typedNoel Grandin1-1/+1
2015-09-17Give drawing objects unique names by defaultCaolán McNamara1-0/+3
2015-09-10this FindFlyFrm variant returns the Selected FlyFrmCaolán McNamara1-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-12/+12
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-04Fix a regression introduced at 3d30077af27c8a6e91fb91175e6d2ea9a6f03d11Takeshi Abe1-2/+2
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin1-16/+16
2015-06-04convert GOTOOBJ constants to scoped enumNoel Grandin1-10/+11
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-129/+129
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05Various loplugin warningsStephan Bergmann1-2/+2
2015-05-05tdf#34555 add crop features to swPhilippe Jung1-0/+52
2015-05-03Use auto and constifyMatteo Casalin1-5/+5
2015-05-03Expand macro that is used just onceMatteo Casalin1-4/+4
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-2/+2
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin1-5/+5
2015-03-31sw: convert these SwFEShell members to std::unique_ptrMichael Stahl1-15/+10
2015-03-31sw: prefix members of SwFEShellMichael Stahl1-13/+13
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-08sw: prefix global variables in edtwinMiklos Vajna1-2/+2
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-7/+7
2015-02-11Resolves: tdf#70062 avoid crash on ungrouping "ac char" groupCaolán McNamara1-13/+36
2015-01-22Resolves: fdo#87760 if we can't anchor at hidden text then...Caolán McNamara1-3/+11
2015-01-21SwSection::GetFmt const-correctnessStephan Bergmann1-1/+1
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-07sal_uInt16 to size_tMatteo Casalin1-5/+5
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+8
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19loplugin: cstylecastNoel Grandin1-52/+52
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák1-7/+10
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-14Wrong unnecessarily deep downcastsStephan Bergmann1-1/+1
2014-10-12convert SW_MOVE constants to enumNoel Grandin1-22/+22
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-6/+4