summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrcrsr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-14loplugin:simplifybool moreNoel Grandin1-3/+2
2020-06-23tdf#130218 sw: show hanging indent in narrow cellsLászló Németh1-0/+10
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-2/+2
2020-02-06rename SetOfst -> SetOffsetNoel Grandin1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-9/+9
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-6/+0
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-09-11tdf#113014 Writer: show numbering in narrow cellsLászló Németh1-5/+7
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-08-01Fix typosAndrea Gelmini1-1/+1
2019-08-01sw comments on frames: improve doc coordinates -> doc model pos conversionMiklos Vajna1-1/+29
2019-01-18use unique_ptr in SwCursorMoveStateNoel Grandin1-2/+2
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-29/+29
2018-12-01sw_redlinehide_4a: finish conversions guess.cxx,itrcrsr.cxx,porfld.cxxMichael Stahl1-1/+1
2018-11-07loplugin:collapseif in swNoel Grandin1-7/+4
2018-09-19sw_redlinehide_2: invalid position from SwTextCursor::GetCursorOfst()Michael Stahl1-5/+5
2018-08-30Translate German commentsJohnny_M1-1/+1
2018-08-14loplugin:returnconstant in SwTextCursorNoel Grandin1-9/+8
2018-06-08sw_redlinehide: trivial GetNode() in textMichael Stahl1-7/+4
2018-06-08sw_redlinehide: add SwTextFrame::GetLangOfChar()Michael Stahl1-1/+2
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl1-1/+1
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-2/+2
2018-06-08sw_redlinehide: trivial node conversions in itrcrsr.cxxMichael Stahl1-6/+7
2018-06-08sw_redlinehide: trivial conversions in itrcrsr.cxxMichael Stahl1-30/+31
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-4/+4
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-07tdf#116182: correct the index before using CalcSpacing.Mark Hung1-0/+6
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-57/+57
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-17/+17
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-17/+17
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-17/+17
2017-10-23loplugin:includeform: swStephan Bergmann1-10/+10
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-04-12tdf#39468 Translate German comments in swJens Carl1-3/+3
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-11/+11
2017-02-02tdf#104270 count hanging margin only if there is hanging portion.Mark Hung1-1/+2
2017-01-07Typo: Postion->PortionJulien Nabet1-1/+1
2016-12-21Split out sw::FlyContentPortionBjoern Michaelsen1-4/+4
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-6/+6
2016-10-13sw: remove useless debug code in SwTextMargin::CtorInitTextMargin()Miklos Vajna1-8/+0
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-7/+7
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-3/+3
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-3/+3
2016-08-04SwLinePortion::GetCursorOfst is const and its ret is ignored hereCaolán McNamara1-2/+1