summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-7/+7
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-8/+5
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski4-4/+4
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-2/+3
2021-02-16loplugin:referencecasting in hwpfilter..lotuswordproNoel2-4/+4
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-26loplugin:passstuffbyrefNoel3-10/+10
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski3-6/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-8/+15
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel3-7/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel5-13/+13
2020-11-13tdf#123936 Formatting files in module linguistic with clang-formatPhilipp Hofer1-11/+8
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen8-11/+0
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-7/+3
2020-10-02Use the new single-instance="true" attribute in linguisticStephan Bergmann5-18/+12
2020-09-01Fix typo in codeAndrea Gelmini1-14/+14
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-21/+21
2020-08-17inline some use-once typedefsNoel Grandin2-4/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin2-2/+2
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-21/+21
2020-08-04loplugin:referencecasting (clang-cl)Stephan Bergmann1-5/+3
2020-07-20fix SAL_WARN when instantiating ThesaurusNoel Grandin1-2/+1
2020-07-14linguistic: create instances with uno constructorsNoel Grandin13-353/+53
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: linguisticStephan Bergmann5-17/+17