summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/userlist.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-04Move uppercase to SubStr ctorMike Kaganski1-7/+5
2023-06-04ScUserListData::InitTokens can't produce different splitsMike Kaganski1-15/+2
2023-06-04Simplify a bitMike Kaganski1-55/+12
2023-06-04Optimize ScAppCfg::ReadSortListCfgMike Kaganski1-12/+9
2023-06-04Simplify ScUserList, don't use unique_ptr.Mike Kaganski1-66/+14
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-4/+5
2021-09-17rather return ref from GetTransliterationNoel Grandin1-2/+2
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin1-1/+1
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-3/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-4/+4
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+4
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-17/+8
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-7/+6
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl1-2/+3
2015-12-12tdf#96339 fix bug in sort listNoel Grandin1-15/+30
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-13/+4
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-2/+2
2015-11-05a vector is unnecessary here, tdf#79983 follow-upEike Rathke1-7/+4
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas1-9/+26
2015-07-22loplugin:unusedmethods scNoel Grandin1-5/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-3/+2
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2013-10-21remove uses of COMPARE_*Caolán McNamara1-14/+14
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-02-23Remove unused code in ScUserListSantiago Martinez1-10/+0
2012-01-09simplify CharClassCaolán McNamara1-6/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-19add narrow (one letter) month namesEike Rathke1-1/+1
2011-11-19use new possessive genitive case month names locale data APIEike Rathke1-1/+1
2011-06-01String to OUString.Kohei Yoshida1-24/+30