summaryrefslogtreecommitdiff
path: root/linguistic/source/misc.cxx
AgeCommit message (Expand)AuthorFilesLines
14 daysno need to take a copy of the getProcessComponentContext return valueNoel Grandin1-2/+2
2024-05-10loplugin:ostr in linguisticNoel Grandin1-2/+2
2024-03-08Remove duplicated includeAndrea Gelmini1-1/+0
2024-03-08use more string_viewNoel Grandin1-0/+1
2024-02-28use more string view in linguisticNoel Grandin1-3/+4
2023-12-22Lok: make Ignore All list name independent on UI languageMike Kaganski1-1/+5
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke1-3/+1
2022-09-12no need to allocate this on the heapNoel Grandin1-4/+5
2022-05-01use more string_view in variousNoel Grandin1-4/+3
2022-04-11use more string_viewNoel Grandin1-13/+13
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-2/+0
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin1-17/+16
2021-11-15rtl::Static->thread-safe static in linguisticNoel Grandin1-12/+3
2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke1-6/+0
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-18/+4
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-07-18osl::Mutex->std::mutex in linguisticNoel Grandin1-7/+4
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-5/+4
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: linguisticStephan Bergmann1-1/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin1-1/+1
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-5/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen1-5/+0
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-3/+1
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-42/+23
2019-07-20loplugin:referencecasting in linguisticNoel Grandin1-1/+1
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen1-1/+6
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+1
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: linguisticStephan Bergmann1-3/+3
2017-07-20loplugin:constparams in linguisticNoel Grandin1-6/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-17/+27
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-3/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+0
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin1-5/+0
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin1-4/+3
2017-01-03tdf#43157 Cleanup DBG_ASSERT in misc.cxxMuhammet Kara1-7/+6
2016-08-30return const&Eike Rathke1-1/+1
2016-08-30LanguageType is unsigned int16Eike Rathke1-1/+1
2016-08-30construct only when neededEike Rathke1-4/+2