summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/trvlfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-27no need to allocate Sw2LinesPos separately on heapNoel Grandin1-3/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-11-30sw: prefix members of SwCursorOszControl, SwLineRects, SwPageFrame and ...Miklos Vajna1-10/+10
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-10-20use tools::Long in swNoel1-16/+16
2020-10-13static_cast after dynamic_castNoel1-4/+4
2020-09-30loplugin:reducevarscope in swNoel1-1/+1
2020-07-30(related: tdf#134252) sw: fix assert when moving mouse pointerMichael Stahl1-30/+31
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-5/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-19tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl1-22/+16
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-25/+25
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-3/+3
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl1-16/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-07Fix typosAndrea Gelmini1-4/+4
2019-07-22(related: tdf#110442) sw: fix a11y/UI selection of at-char flysMichael Stahl1-3/+13
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-5/+3
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-03-14sw btlr writing mode shell: fix cursor selectionMiklos Vajna1-1/+2
2019-02-28sw btlr writing mode shell: left/right cursor travelling, fix dest paraMiklos Vajna1-6/+6
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-02-10loplugin:indentation in swNoel Grandin1-4/+4
2019-01-18use unique_ptr in SwCursorMoveStateNoel Grandin1-5/+4
2018-11-10tdf#120703 PVS: V547 Expression 'bRet' is always trueMike Kaganski1-21/+10
2018-10-22pvs-studio: silence V649 dubious Two identical 'if' statementsCaolán McNamara1-2/+4
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-7/+10
2018-09-19sw: avoid asserts from SwSortedObjs::Insert()Michael Stahl1-1/+4
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-16tdf#119224 start and end are expected to exist for the scope of this functionCaolán McNamara1-3/+5
2018-06-11tdf#102907 selection indicator missing on vertical textNoel Grandin1-2/+4
2018-06-08sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxxMichael Stahl1-1/+1
2018-06-08sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl1-2/+2
2018-06-08sw_redlinehide: SwContentFrame::LeftMargin()/RightMargin() pure virtualMichael Stahl1-2/+2
2018-06-08sw_redlinehide: GetNode() conversion in trvlfrm.cxxMichael Stahl1-14/+42
2018-06-08sw_redlinehide: trivial conversions in trvlfrm.cxxMichael Stahl1-13/+11
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-31/+31