summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/calcmove.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-467/+467
2015-11-12two methods with the same name that do slightly different thingsCaolán McNamara1-1/+1
2015-11-12SwPageFrm::MakeAll RefactoredAshod Nakashian1-88/+49
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian1-1/+91
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-11-07Misc tweaks and cleanups.Ashod Nakashian1-1/+1
2015-11-06coverity#1338232 Explicit null dereferencedCaolán McNamara1-0/+1
2015-11-03Smart pointers for SwBorderAttrAccessAshod Nakashian1-6/+6
2015-10-21sw: prefix members of SwPageFrmMiklos Vajna1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-10-05replace remaining FlowFrmJoinLockGuard with SwFrmDeleteGuardCaolán McNamara1-3/+4
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian1-0/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-10/+10
2015-06-29SwFrm::PrepareMake: use vcl::RenderContextMiklos Vajna1-5/+5
2015-06-26SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna1-10/+10
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-6/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-134/+134
2015-05-13i#95974: sw: avoid layout crash on ooo95974-1.odtMichael Stahl1-1/+5
2015-05-08Resolves: ooo#119155 don't crash with odd content in footnotesCaolán McNamara1-0/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-3/+3
2015-02-03Typo: consequetive->consecutiveJulien Nabet1-6/+6
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-55/+55
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-3/+3
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+3
2014-05-30coverity#704896 704896 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+2
2014-04-30One more -Werror=parenthesesTor Lillqvist1-1/+2
2014-04-30-Werror=parenthesesNoel Grandin1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-64/+63
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist1-4/+2
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-03-16WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-03-16sal_Bool to boolMatteo Casalin1-4/+4
2014-03-16Simplify evaluation of returned booleansMatteo Casalin1-34/+18