summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-338/+338
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-07Misc tweaks and cleanups.Ashod Nakashian1-3/+5
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+2
2015-10-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-05replace remaining FlowFrmJoinLockGuard with SwFrmDeleteGuardCaolán McNamara1-0/+26
2015-10-02loplugin:unusedmethodsNoel Grandin1-5/+0
2015-08-10sw: make these available outside sw coreMiklos Vajna1-1/+1
2015-07-21loplugin:unusedmethods swNoel Grandin1-10/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-2/+2
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-29SwFrm::PrepareMake: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-29sw: outline SwFrm::Calc()Miklos Vajna1-5/+0
2015-06-26SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-24SwFrm::Paint: take a vcl::RenderContextMiklos Vajna1-1/+1
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-68/+68
2015-05-08Resolves: ooo#119155 don't crash with odd content in footnotesCaolán McNamara1-0/+5
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30coverity#1296217 Use after freeCaolán McNamara1-1/+1
2015-04-24sw: merge the SwFrm::Destroy() into SwFrm::DestroyImpl()Michael Stahl1-2/+0
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+6
2015-04-10sw: replace some magic frame type numbersMichael Stahl1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-18boost->stdCaolán McNamara1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-12remove FRMC_ #definesNoel Grandin1-36/+18
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-2/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-22-Werror,-Winfinite-recursionStephan Bergmann1-1/+1
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-1/+1
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-49/+5
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin1-25/+25
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin1-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-06Related; #i125163# rename IsAdaptedToNewFillPropertiesCaolán McNamara1-1/+1
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski1-4/+4
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara1-0/+1
2014-08-22Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtorStephan Bergmann1-0/+3
2014-08-17oupsThomas Arnhold1-2/+2
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-6/+6
2014-08-17use bool directlyThomas Arnhold1-8/+8
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-3/+10
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-10/+2