summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmcrsr.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-18sw: prefix members of SwCombinedPortion, SwEnhancedPDFExportHelper, ...Miklos Vajna1-4/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-10-20use tools::Long in swNoel1-5/+5
2020-09-21Fix typoSamuel Mehrbrodt1-1/+1
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-6/+6
2020-04-24convert SwFillMode to scoped enumNoel Grandin1-6/+6
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-4/+4
2020-02-06rename SetOfst -> SetOffsetNoel Grandin1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-12/+12
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-17/+17
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-1/+1
2018-12-18sw_redlinehide_4b: temporarily add an assert that is wrongMichael Stahl1-0/+1
2018-11-07Fix typosAndrea Gelmini1-1/+1
2018-09-14loplugin:useuniqueptr in SwTextFrameNoel Grandin1-7/+6
2018-09-03use less magic in sw/Noel Grandin1-1/+1
2018-08-14loplugin:returnconstant in SwTextCursorNoel Grandin1-15/+15
2018-06-08sw_redlinehide: SwContentFrame::LeftMargin()/RightMargin() pure virtualMichael Stahl1-2/+2
2018-06-08sw_redlinehide: trivial GetNode() in textMichael Stahl1-1/+1
2018-06-08sw_redlinehide: convert SwTextFrame::PrepareVisualMove()Michael Stahl1-6/+7
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-1/+1
2018-06-08sw_redlinehide: SwTextFrame::LeftMargin()/RightMargin():Michael Stahl1-4/+2
2018-06-08sw_redlinehide: trivial conversions in frmcrsr.cxxMichael Stahl1-23/+23
2018-06-08sw_redlinehide: do all trivial conversions in frmcrsr.cxxMichael Stahl1-63/+62
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-3/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-6/+6
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-6/+6
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-32/+32
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin1-2/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-28/+28
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-27/+27
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-27/+27
2017-10-23loplugin:includeform: swStephan Bergmann1-14/+14
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-06-12tdf#108427 Direct cursor: Add option to insert only spacesSamuel Mehrbrodt1-1/+15
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-3/+3
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: swStephan Bergmann1-1/+1
2017-03-28Resolves: tdf#106748 infinite dashed line from annotations to FAR_AWAY thingsCaolán McNamara1-1/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-37/+37
2016-10-21coverity#1371270 Missing move assignment operatorCaolán McNamara1-2/+1
2016-10-19coverity#1371270 Missing move assignment operatorCaolán McNamara1-4/+3