summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrftn.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-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-1/+0
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski1-0/+16
2019-10-22loplugin:constantparamNoel Grandin1-1/+1
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-1/+1
2018-12-18sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl1-2/+1
2018-11-15sw_redlinehide_3: adapt SwFormatFootnote::GetFootnoteText()Michael Stahl1-3/+8
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-2/+2
2018-11-15sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl1-1/+6
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl1-3/+8
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl1-1/+6
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-3/+2
2018-09-19sw_redlinehide_2: fix use-after-free in SwFootnoteFrameMichael Stahl1-2/+6
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-2/+2
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-20sw: DELETEZ to unique_ptr in SwTextFootnoteMichael Stahl1-4/+3
2017-08-04loplugin:constparams in sw part4Noel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-03-04sw: translate german comments in atrftn.cxxMichael Stahl1-27/+22
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-01-21loplugin: unused return valuesNoel Grandin1-5/+5
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-22/+22
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-112/+112
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-3/+3
2014-11-25loplugin: cstylecastNoel Grandin1-7/+7
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-09-06Reserve vector capacity in advance + minor optimizationsMatteo Casalin1-2/+7
2014-09-06Avoid copying containers for local helper functionsMatteo Casalin1-23/+24
2014-09-06sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl1-0/+9
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl1-5/+14
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-3/+3
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-10/+0
2014-02-27Remove visual noise from swAlexander Wilms1-13/+0
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-2/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-08-14String to OUString + prefix names of data membersMatteo Casalin1-28/+25