summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-116/+116
2020-05-08sw: remove now unused SwBlinkPortionMiklos Vajna1-3/+0
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-17Remove some memset callsMike Kaganski1-2/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai1-3/+6
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai1-0/+18
2019-06-12More uses of referer URL with SvxBrushItemStephan Bergmann1-2/+2
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-1/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-1/+15
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-01-18convert POR constants to scoped enumNoel Grandin1-10/+10
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-10/+10
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-5/+5
2018-12-01sw_redlinehide_4a: finish conversions guess.cxx,itrcrsr.cxx,porfld.cxxMichael Stahl1-1/+1
2018-11-15sw: SwAccessiblePortionData::m_aAttrFieldType is deadMichael Stahl1-4/+0
2018-09-03use less magic in sw/Noel Grandin1-1/+1
2018-08-22loplugin:useuniqueptr in SwFieldPortionNoel Grandin1-18/+18
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-1/+1
2018-07-23tdf#118716 Inner border of an embedded table can't be dragged aroundNoel Grandin1-1/+1
2018-07-03loplugin:useuniqueptr in SwGrfNumPortionNoel Grandin1-2/+2
2018-06-29loplugin:useuniqueptr in SwFieldPortionNoel Grandin1-19/+17
2018-06-08sw_redlinehide: convert SwFieldPortion::CheckScript()Michael Stahl1-3/+4
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-2/+2
2018-06-08sw_redlinehide: trivial conversions in porfld.cxxMichael Stahl1-6/+6
2018-06-08sw_redlinehide: trivial conversions in porfld.cxxMichael Stahl1-29/+29
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-1/+1
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-4/+4
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-113/+115
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-09sw: prefix members of SwFieldPortionMiklos Vajna1-85/+85
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-5/+5
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+0
2017-05-02Don’t mark any field without strong LTR text CTLKhaled Hosny1-1/+2
2017-05-02tdf#107204: Make sure we always do Unicode Bidi, take twoKhaled Hosny1-2/+0
2017-05-02Revert "tdf#107204: Make sure we always do Unicode Bidi"Miklos Vajna1-0/+2
2017-04-27tdf#107204: Make sure we always do Unicode BidiKhaled Hosny1-2/+0