summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* Ditch that CharClass constructing ToLower() nonsenseEike Rathke2021-10-192-9/+4
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-4/+4
* loplugin:moveparam in variousNoel Grandin2021-10-121-6/+6
* Typo *ropertie -> *ropertyJulien Nabet2021-10-091-4/+4
* Simplify SvXMLExport::AddAttribute overloadsMike Kaganski2021-10-091-1/+1
* drop 'using namespace std' in l*Julien Nabet2021-10-042-5/+3
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* gives names to all the Idles and TasksNoel Grandin2021-09-281-0/+1
* reduce cost of some getProperty calls (tdf#125892)Noel Grandin2021-09-213-89/+45
* speedup toUpperCase when called in parallelNoel Grandin2021-09-172-21/+7
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-012-2/+0
* flatten LngSvcMgrNoel Grandin2021-08-122-20/+21
* pAvailGrammarSvcs can never be null hereStephan Bergmann2021-08-101-13/+10
* Catch exceptions when setting up linguistic extensionsStephan Bergmann2021-08-101-65/+51
* create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2021-08-082-4/+4
* no need to use UNO_QUERY hereNoel Grandin2021-08-071-3/+1
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-031-2/+2
* convert #defines to OUStringLiteralNoel Grandin2021-08-023-6/+6
* osl::Mutex->std::mutex in linguisticNoel Grandin2021-07-181-7/+4
* Simplify Sequences initializations (i*->p*)Julien Nabet2021-06-091-7/+2
* tdf#79049 speed up OOXML workbook load (4)Noel Grandin2021-05-021-5/+4
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-7/+5
* use string_view in INetURLObject::encodeNoel Grandin2021-04-281-1/+1
* use more string_view in tools/streamNoel Grandin2021-04-271-2/+2
* use more string_view in comphelper::stringNoel Grandin2021-04-191-1/+1
* store ptr to the original entries in SfxItemPropertyMapNoel Grandin2021-04-151-7/+7
* less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin2021-04-121-8/+5
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-4/+4
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-104-4/+4
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-231-2/+3
* loplugin:referencecasting in hwpfilter..lotuswordproNoel2021-02-162-4/+4
* add string_view variants of methods to O[U]StringBufferNoel2021-01-281-1/+1
* loplugin:passstuffbyrefNoel2021-01-263-10/+10
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-243-6/+3
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-8/+15
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-1/+1
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-011-1/+1
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-303-7/+7
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-245-13/+13
* tdf#123936 Formatting files in module linguistic with clang-formatPhilipp Hofer2020-11-131-11/+8
* loplugin:stringviewNoel2020-11-111-2/+2
* new loplugin:reducevarscopeNoel Grandin2020-11-101-1/+1
* tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2020-11-108-11/+0
* make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2020-11-021-7/+3
* Use the new single-instance="true" attribute in linguisticStephan Bergmann2020-10-025-18/+12
* Fix typo in codeAndrea Gelmini2020-09-011-14/+14
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-21/+21
* inline some use-once typedefsNoel Grandin2020-08-172-4/+1