summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtdrop.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-10-06tdf#144122 Use signed type to avoid stealthy underflowAron Budea1-5/+5
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-6/+6
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna1-5/+5
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-03-29sw: prefix members of IndexEntrySupplierWrapper, SwDropCapCache, ...Miklos Vajna1-19/+19
2021-03-01sw: prefix members of SwDropPortion, SwDropPortionPart, ...Miklos Vajna1-27/+27
2020-12-24custom literal for Degree10Noel Grandin1-2/+2
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20use tools::Long in swNoel1-14/+14
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-18/+18
2020-05-08sw: remove now unused SwBlinkPortionMiklos Vajna1-3/+0
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-4/+4
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-1/+1
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-10-21sw: prefix members of SwTextFormatterMiklos Vajna1-7/+7
2019-10-17Remove some memset callsMike Kaganski1-12/+5
2019-01-18convert POR constants to scoped enumNoel Grandin1-1/+1
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-1/+1
2019-01-11use unique_ptr in swNoel Grandin1-4/+3
2018-12-18sw_redlinehide_4b: surprising discoveriesMichael Stahl1-2/+1
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-10-03loplugin:constfields in swNoel Grandin1-4/+4
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-2/+1
2018-09-03use less magic in sw/Noel Grandin1-7/+7
2018-07-10loplugin:useuniqueptr in SwDropPortionNoel Grandin1-9/+9
2018-07-03loplugin:useuniqueptr in SwDropPortionPartNoel Grandin1-3/+3
2018-06-08sw_redlinehide: add some checks in places that require the nodeMichael Stahl1-1/+3
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-1/+1
2018-06-08sw_redlinehide: add a SwTextFrame::GetDropLen()Michael Stahl1-1/+56
2018-06-08sw_redlinehide: SwScriptInfo conversion in txtdrop.cxxMichael Stahl1-4/+4
2018-06-08sw_redlinehide: trivial conversions in txtdrop.cxxMichael Stahl1-17/+18
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-1/+1
2018-05-11sw: remove pointless indirection to SwTextSizeInfo::HasHint_Michael Stahl1-1/+1
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-7/+7
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-2/+2
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-2/+2
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-2/+2
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-3/+3
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-1/+1
2017-04-12tdf#39468 Translate German comments in swJens Carl1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: swStephan Bergmann1-1/+1