summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+3
2022-05-19HyphenatedWord and PossibleHyphens do not need lockingNoel Grandin1-11/+0
2022-05-18clang-tidy modernize-pass-by-value in linguisticNoel Grandin8-26/+32
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-18DicEntry doesn't need lockingNoel Grandin1-7/+0
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-3/+3
2022-05-04Just use Any ctor instead of makeAny in linguisticStephan Bergmann1-2/+2
2022-05-01use more string_view in variousNoel Grandin1-4/+3
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-11use more string_viewNoel Grandin4-23/+23
2022-04-02use more string_viewNoel Grandin1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-7/+7
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann1-1/+1
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet1-2/+1
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen6-6/+3
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-14/+9
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin1-17/+16
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-7/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in LinguPropsNoel Grandin2-5/+5
2021-11-27use more OInterfaceContainerHelper3 in linguisticNoel Grandin9-16/+19
2021-11-19loplugin:stringliteraldefine in linguistcNoel Grandin2-3/+3
2021-11-15rtl::Static->thread-safe static in linguisticNoel Grandin4-41/+35
2021-10-30Prepare for removal of non-const operator[] from Sequence in linguisticMike Kaganski2-4/+2
2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke2-9/+4
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-4/+4
2021-10-12loplugin:moveparam in variousNoel Grandin1-6/+6
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-4/+4
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski1-1/+1
2021-10-04drop 'using namespace std' in l*Julien Nabet2-5/+3
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin3-89/+45
2021-09-17speedup toUpperCase when called in parallelNoel Grandin2-21/+7
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-2/+0
2021-08-12flatten LngSvcMgrNoel Grandin2-20/+21
2021-08-10pAvailGrammarSvcs can never be null hereStephan Bergmann1-13/+10
2021-08-10Catch exceptions when setting up linguistic extensionsStephan Bergmann1-65/+51
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2-4/+4
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-3/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-6/+6
2021-07-18osl::Mutex->std::mutex in linguisticNoel Grandin1-7/+4
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-7/+2
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-5/+4
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-7/+5
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-2/+2
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1