summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-783/+783
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-62/+62
2015-11-04sw: prefix members of SwCacheObjMiklos Vajna1-1/+1
2015-11-04sw: prefix members of SwOrderIterMiklos Vajna1-29/+29
2015-11-03sw: prefix members of SwFrmNotifyMiklos Vajna1-72/+72
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-14coverity#1326206 Dereference after null checkCaolán McNamara1-4/+4
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-21/+21
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-09-30sw: prefix members of SwBorderAttrsMiklos Vajna1-78/+78
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-07-02coverity#1309050 pLayout might be 0 hereMiklos Vajna1-1/+1
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-295/+295
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-5/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-28tdf#89783: MM fixes potential endless loops with dbgutil buildChristoph Lutz1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-4/+4
2015-04-10sw: replace some magic frame type numbersMichael Stahl1-1/+2
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-4/+4
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-5/+5
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-02-28sw: rename SwViewImp to SwViewShellImpMiklos Vajna1-1/+1
2015-01-26coverity#708424 Uninitialized scalar fieldCaolán McNamara1-9/+20
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-2/+2
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl1-3/+3
2014-12-10Resolves: fdo#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrmCaolán McNamara1-9/+8
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+5
2014-12-04use C++11 iterationBjoern Michaelsen1-6/+4
2014-11-24loplugin: cstylecastNoel Grandin1-93/+93
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-7/+5
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-1/+1
2014-11-16Clarify flow by avoiding assignment in if conditionMatteo Casalin1-10/+13
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-4/+4
2014-11-09avoid unused argument warningLuboš Luňák1-0/+2
2014-11-09WaE: unused parameter 'pTbl'Tor Lillqvist1-0/+1
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák1-5/+30
2014-11-09constLuboš Luňák1-2/+2
2014-11-05more local variableLuboš Luňák1-1/+1
2014-11-05repeated vector::erase() is a bad idea for performanceLuboš Luňák1-10/+17