summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtftn.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-18use more concrete UNO types in swNoel Grandin1-5/+4
2023-06-02Related: tdf#122081 null-deref of SwFootnoteFrameCaolán McNamara1-1/+1
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+3
2022-04-27tdf#85610 sw: show tracked footnote insertion/deletionLászló Németh1-0/+37
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/txtNoel Grandin1-7/+4
2021-10-06tdf#144122 Use signed type to avoid stealthy underflowAron Budea1-1/+1
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-03-29sw: prefix members of IndexEntrySupplierWrapper, SwDropCapCache, ...Miklos Vajna1-31/+28
2021-03-07loplugin:staticdynamic now with extra saltNoel1-2/+3
2021-03-01sw: prefix members of SwDropPortion, SwDropPortionPart, ...Miklos Vajna1-9/+9
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-26std::unique_ptr -> std::optionalNoel1-1/+1
2020-10-20use tools::Long in swNoel1-3/+3
2020-07-27tdf#108820 sw layout: no ftn fieldshading in repeated headerJustin Luth1-2/+3
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-02-28Refactor a bit of the footnote handling codeJan-Marek Glogowski1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-1/+1
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-10/+10
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-8/+8
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna1-0/+5
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-15tdf#128736 sw ContinuousEndnotes: fix use-after-free on text frame joinMiklos Vajna1-3/+7
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski1-2/+27
2019-10-25sw ContinuousEndnotes: fix moving them to the previous pageMiklos Vajna1-1/+5
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2019-01-18convert POR constants to scoped enumNoel Grandin1-5/+5
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-7/+7
2019-01-11use unique_ptr in swNoel Grandin1-2/+1
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl1-4/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-22loplugin:useuniqueptr in SwFieldPortionNoel Grandin1-2/+2
2018-08-13reuse of pCont implies its not supposed to be deleted in this scopeCaolán McNamara1-0/+1
2018-07-10loplugin:useuniqueptr in SwFootnoteSaveNoel Grandin1-3/+3
2018-06-29loplugin:useuniqueptr in SwFieldPortionNoel Grandin1-1/+1
2018-06-08sw_redlinehide: trivial GetNode() in textMichael Stahl1-13/+12
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl1-1/+1
2018-06-08sw_redlinehide: trivial conversions in EnhancedPDFExportHelper.cxxMichael Stahl1-1/+1
2018-06-08sw_redlinehide: adapt SwExtend to merged paragraphMichael Stahl1-1/+5
2018-06-08sw_redlinehide: convert FindFootnoteRef() and GetFootnoteLine()Michael Stahl1-2/+3
2018-06-08sw_redlinehide: convert SwTextFrame::RemoveFootnote() to MergedAttrIterMichael Stahl1-110/+103
2018-06-08sw_redlinehide: convert SwTextFrame::CalcFootnoteFlag to MergedAttrIterMichael Stahl1-9/+4
2018-06-08sw_redlinehide: do all trivial conversions in txtftn.cxxMichael Stahl1-19/+22
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-4/+4
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-3/+3
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1