summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfly.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-12sw: prefix members of SwLinePortion, SwPosSize, SwRepaint and SwTextMarginMiklos Vajna1-6/+6
2020-10-20use tools::Long in swNoel1-4/+4
2020-10-13static_cast after dynamic_castNoel1-3/+3
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-40/+40
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+2
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-4/+0
2019-01-18convert POR constants to scoped enumNoel Grandin1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26tdf#109077 sw textbox: fix as-char shapes with custom print area in paraMiklos Vajna1-2/+6
2018-06-08sw: add back this OSL_ENSURE for now, it was checking the wrong variableMichael Stahl1-0/+1
2018-06-08sw_redlinehide: convert SwTextFrame::CalcFlyPos with MergedAttrIterMichael Stahl1-12/+6
2018-06-08sw_redlinehide: trivial conversions in porfly.cxxMichael Stahl1-9/+10
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-2/+3
2017-12-18tdf#114212 sw: fix layout of as-char anchored text-frame of shapeMichael Stahl1-1/+1
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-4/+4
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-4/+4
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-4/+4
2017-10-23loplugin:includeform: swStephan Bergmann1-10/+10
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-08-04loplugin:constparams in sw part4Noel Grandin1-3/+3
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-3/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2016-12-24use proper message passingBjoern Michaelsen1-11/+5
2016-12-23prefix SwFlyCntPortion member var namesBjoern Michaelsen1-3/+3
2016-12-23use an sw::LineAlign enum class instead of undoc'ed random intsBjoern Michaelsen1-1/+1
2016-12-23GetFlyFrame() const isnt called anymoreBjoern Michaelsen1-20/+18
2016-12-23GetDrawContact() isnt called anymoreBjoern Michaelsen1-3/+3
2016-12-22inline some trivial functionsBjoern Michaelsen1-6/+1
2016-12-21Split out sw::FlyContentPortionBjoern Michaelsen1-49/+27
2016-12-21dont encde typeinfo in bool membersBjoern Michaelsen1-80/+100
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-6/+0
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-1/+1
2016-08-04the sole caller is ok with rPoint being modified, so change to non-const argCaolán McNamara1-7/+2
2016-08-04only called if !bDrawCaolán McNamara1-2/+0
2016-08-04SwLinePortion::GetCursorOfst is const and its ret is ignored hereCaolán McNamara1-5/+5
2016-08-04pPos can never be nullCaolán McNamara1-6/+4
2016-08-04Resolves: tdf#101269 cannot click/edit text inside a frameCaolán McNamara1-0/+14
2016-05-23loplugin:unusedmethods in swNoel Grandin1-14/+0
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-03-31tdf#84938 convert AS_CHAR_ constants to scoped enumNoel Grandin1-6/+6
2016-03-31loplugin:constantparam in swNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-40/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-24SwFrm::Paint: take a vcl::RenderContextMiklos Vajna1-1/+1
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin1-1/+1