summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-21sw_redlinehide: adapt ToX Updateprivate/mst/sw_redlinehide_4bMichael Stahl1-2/+3
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-5/+1
2018-10-18editeng: do not throw from QueryValue implementationMichael Stahl1-0/+6
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-07-30loplugin:stringloop in swNoel Grandin1-7/+7
2018-04-29Avoid OUString temporaries and bail out earlyMatteo Casalin1-17/+11
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-04-01SwXDocumentIndexMark::Impl: use WriterMultiListenerBjoern Michaelsen1-44/+47
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-6/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-9/+9
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-18/+12
2017-09-26loplugin:flatten in swNoel Grandin1-5/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-1/+1
2017-06-02Improved loplugin:redundantcast const_cast handling: swStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-13convert SectionSort to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-119/+43
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+4
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin1-12/+12
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin1-42/+25
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin1-23/+40
2016-10-31loplugin:oncevar in swNoel Grandin1-13/+6
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-13/+13
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-31convert SW_SERVICE constants to scoped enumNoel Grandin1-7/+7
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-2/+2
2016-06-16Remove the :: prefix in ::std for swMark Page1-9/+9
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-25/+25
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-3/+3
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-3/+3