summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/fly.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-505/+505
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-34/+34
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-10/+10
2015-10-05replace remaining FlowFrmJoinLockGuard with SwFrmDeleteGuardCaolán McNamara1-8/+4
2015-10-05sw: prefix members of SwFlyFrmMiklos Vajna1-31/+31
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-4/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-18/+18
2015-07-04crashtest: fix crash on load of ooo24889-1Caolán McNamara1-2/+2
2015-07-02crashtest: don't crash on layout of ooo70429-[1|2]Caolán McNamara1-0/+7
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-7/+10
2015-06-29SwFrm::PrepareMake: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-26SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna1-4/+4
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-187/+187
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-24sw: revert type changes in SwFrm subclass destructorsMichael Stahl1-4/+0
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-4/+12
2015-04-23sw: remove misleading commentMichael Stahl1-1/+0
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-1/+1
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-03-04Hack to make an in-destruction SwFlyFrm no longer claim to be oneStephan Bergmann1-0/+4
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara1-0/+8
2015-01-13fix debug stl assert about unsorted range on loading ooo42586-1.sxwCaolán McNamara1-0/+3
2015-01-12remove FRMC_ #definesNoel Grandin1-1/+1
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+7
2014-12-18sw: prefix SwTabFrm membersMichael Stahl1-3/+3
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-1/+1
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-24loplugin: cstylecastNoel Grandin1-6/+6
2014-11-19loplugin: cstylecastNoel Grandin1-47/+47
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-1/+1
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-10coverity#704901 Dereference after null checkCaolán McNamara1-4/+12
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-06Cleanup some core-case loops left untouched by my previous commitMatteo Casalin1-9/+8