summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-778/+778
2015-11-12SwPageFrm::MakeAll RefactoredAshod Nakashian1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian1-11/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-50/+50
2015-11-07Misc tweaks and cleanups.Ashod Nakashian1-8/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-8/+8
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian1-9/+22
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-1/+1
2015-09-03tdf#39080 Hide white space between pages in 'print layout'Ashod Nakashian1-7/+9
2015-08-17tdf#39080 Hide vertical whitespace when HideWhitespace option is set.Ashod Nakashian1-2/+5
2015-07-06improve the returnbyref lopluginNoel Grandin1-7/+7
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-3/+4
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-205/+205
2015-05-09bodge layout to not crash on load of File_1292.docxCaolán McNamara1-4/+4
2015-05-08Resolves: ooo#119155 don't crash with odd content in footnotesCaolán McNamara1-0/+1
2015-04-30coverity#1296217 Use after freeCaolán McNamara1-1/+3
2015-04-24sw: pointless castMichael Stahl1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-3/+4
2015-04-10sw: replace some magic frame type numbersMichael Stahl1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-5/+5
2015-03-04Hack to work around an in-destruction SwTxtNode no longer being oneStephan Bergmann1-7/+3
2015-03-04Avoid unnecessary bad downcastStephan Bergmann1-1/+1
2015-02-28sw: rename SwViewImp to SwViewShellImpMiklos Vajna1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+3
2015-01-12remove FRMC_ #definesNoel Grandin1-1/+1
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-5/+5
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl1-12/+12
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-106/+106
2014-11-02sw: remaining unused includes in layoutMiklos Vajna1-15/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-14/+12
2014-08-22Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtorStephan Bergmann1-0/+1
2014-08-22The comment apparently pertained to the following lineStephan Bergmann1-1/+0
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-3/+6
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-28coverity#704924 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-11coverity#705928 Dereference before null checkCaolán McNamara1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-61/+61