summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrftn.cxx
AgeCommit message (Expand)Author
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski
2019-10-22loplugin:constantparamNoel Grandin
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2018-12-18sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl
2018-11-15sw_redlinehide_3: adapt SwFormatFootnote::GetFootnoteText()Michael Stahl
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl
2018-11-15sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-09-19sw_redlinehide_2: fix use-after-free in SwFootnoteFrameMichael Stahl
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl
2018-02-28Fix some IWYU warningsMiklos Vajna
2018-02-20sw: DELETEZ to unique_ptr in SwTextFootnoteMichael Stahl
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-03-04sw: translate german comments in atrftn.cxxMichael Stahl
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl
2014-09-06Reserve vector capacity in advance + minor optimizationsMatteo Casalin
2014-09-06Avoid copying containers for local helper functionsMatteo Casalin
2014-09-06sal_uInt16 to size_tMatteo Casalin
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-14String to OUString + prefix names of data membersMatteo Casalin
2013-04-16fdo#40102 show full footnote text in index tooltipLászló Németh
2012-12-11sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák