summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/CntntIdxStore.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-6/+1
2019-10-21Fix FIXME sortMarks should be private (sw)Julien Nabet1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-07-03sw: remove dynamic_cast to MarkBase in MarkManagerMichael Stahl1-1/+1
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-13/+13
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl1-12/+24
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-25-Wc++11-narrowing (clang-cl)Stephan Bergmann1-3/+3
2018-06-08sw_redlinehide: disable optimisation in ContentIdxStoreImpl::SaveFlys()Michael Stahl1-1/+5
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-04coverity#1416133 Unchecked dynamic_castCaolán McNamara1-1/+1
2017-08-03loplugin:constparams in sw part1Noel Grandin1-13/+13
2017-07-29tdf#105705 sw: sort bookmarks in ContentIdxStoreImpl::RestoreBkmks()Michael Stahl1-0/+6
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-21Resolves: tdf#95340 orig lcl_ChkUnoCrsrPaM had reversed 'set' to lcl_ChkPaMCaolán McNamara1-19/+10
2016-07-21rename lcl_ChkUnoCrsrPaM and split it up to be like lcl_ChkPaM[Both]Caolán McNamara1-13/+11
2016-07-21bChkSelDirection is always falseCaolán McNamara1-17/+5
2016-07-21update to new naming and castingCaolán McNamara1-9/+8
2016-07-21restore lcl_ChkUnoCrsrPaMCaolán McNamara1-2/+31
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-43/+43
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-27Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian1-1/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-07-31sw: replace boost::function with std::functionMichael Stahl1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-26loplugin:redundantcastStephan Bergmann1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen1-15/+0
2015-05-26CntntIdxStore should also handle new unocrsrsBjoern Michaelsen1-0/+18
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-93/+93
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-18boost->stdCaolán McNamara1-3/+3
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-10/+9
2014-12-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet1-9/+12