summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlay.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-12sw: prefix members of SwLinePortion, SwPosSize, SwRepaint and SwTextMarginMiklos Vajna1-15/+15
2021-01-04sw: prefix members of SwCharRange, SwEmbedObjectLink, SwHolePortion and ...Miklos Vajna1-9/+9
2020-11-12New loplugin:stringviewparamStephan Bergmann1-2/+6
2020-11-03tdf#105967 sw change tracking: fix line break symbol in empty lineLászló Németh1-1/+5
2020-10-29tdf#105967 sw change tracking: fix pilcrow colorLászló Németh1-8/+3
2020-10-28tdf#105967 sw change tracking: fix pilcrow symbolLászló Németh1-1/+11
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-18/+18
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh1-3/+10
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-08-28tdf#69647 sw layout: fix line spacing with inline picturesDaniel Arato (NISZ)1-11/+20
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-37/+37
2020-06-16sw: fix type of FieldsToCalc() parameterMichael Stahl1-1/+1
2020-06-09tdf#101856 evaluate condition to expand / collapse bookmarksSerge Krot1-0/+24
2020-06-04tdf#130804 sw: fix bookmark portions in line containing only as-char flyMichael Stahl1-1/+5
2020-05-08sw: remove now unused SwBlinkPortionMiklos Vajna1-5/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-01-30tdf#45589 sw: create and paint text portions for bookmarksMichael Stahl1-0/+17
2020-01-30tdf#45589 sw: split text portions at bookmarksMichael Stahl1-0/+12
2020-01-30tdf#45589 sw: add bookmarks to SwScriptInfoMichael Stahl1-7/+218
2020-01-23sw_redlinehide: fix SwScriptInfo hidden textMichael Stahl1-0/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-7/+1
2019-08-24tdf#123703 strip six-em-space (U+2006) at line breakLászló Németh1-1/+1
2019-08-05Fix typosAndrea Gelmini1-3/+3
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-0/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-01-18convert POR constants to scoped enumNoel Grandin1-4/+4
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-38/+38
2018-12-07adapt to the change from sal_Int32 to TextFrameIndexhimajin1000001-1/+1
2018-12-01tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-12-01sw_redlinehide_4a: finish conversions guess.cxx,itrcrsr.cxx,porfld.cxxMichael Stahl1-1/+1
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-5/+5
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24forcepoint#52 flatten deep recursive delete of SwLineLayoutCaolán McNamara1-1/+24
2018-07-18sw: Change m_KashidaInvalid to std::unordered_setTakeshi Abe1-19/+6
2018-07-06tdf#101856 sw: hidden bookmark portions in SwTextFormatter::NewTextPortion()Michael Stahl1-0/+12
2018-07-06tdf#101856: Use bookmark attributes at loadSerge Krot1-0/+20
2018-06-29loplugin:useuniqueptr in SwLineLayoutNoel Grandin1-3/+3
2018-06-26forcepoint#49 survive more kashidas than expectedCaolán McNamara1-1/+1
2018-06-26pass vector as arg, rather than raw pointerCaolán McNamara1-2/+2
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-7/+7
2018-06-08sw_redlinehide: trivial GetNode() in textMichael Stahl1-1/+3
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-1/+1
2018-06-08sw_redlinehide: make SwScanner independent of SwTextNodeMichael Stahl1-3/+16
2018-06-08sw_redlinehide: SwScriptInfo::GetScriptInfo() should return frame tooMichael Stahl1-1/+8