summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
AgeCommit message (Expand)Author
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara
2020-03-31Translate German variable namesJohnny_M
2019-12-03remove some useless comment linesNoel Grandin
2019-11-26sw: remove SwNodes::CheckNodesRange()Michael Stahl
2019-08-01Fix typosAndrea Gelmini
2019-01-11use unique_ptr in SwNodes::ExpandRangeForTableBoxNoel Grandin
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-04loplugin:useuniqueptr in SwNodesNoel Grandin
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-28Fix some IWYU warningsMiklos Vajna
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin
2017-10-31Drop bDelayed from SwNodes::MakeGrfNodeJan-Marek Glogowski
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23loplugin:finalclasses in swNoel Grandin
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-08-04loplugin:constparams in sw part3Noel Grandin
2017-08-03loplugin:constparams in sw part2Noel Grandin
2017-07-06sw: comment cosmeticsMichael Stahl
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann
2016-12-13crashtesting: assert on loading certain rtfCaolán McNamara
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin
2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-23sw: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-03-04loplugin:unuseddefaultparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29sw: prefix members of SwNodesMiklos Vajna
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-02-10Extract SwNodes::dumpAsXml() from nodedumpMiklos Vajna
2014-12-23Move Register/DeRegister functions to SwNodeIndexBjoern Michaelsen
2014-12-23use sw::Ring insteadBjoern Michaelsen
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski
2014-08-05Avoid fn ptr casts in SwNodes::ForEeachStephan Bergmann
2014-07-31Avoid undef downcast in base class ctorStephan Bergmann
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner