summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
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
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-06-02inline some use-once typedefsNoel Grandin1-2/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin2-2/+2
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-4/+3
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in i18npool..ooxNoel Grandin4-8/+8
2020-04-28linguistic: make LngSvcMgr::GetAvailableGrammarSvcs_Impl() more readableMiklos Vajna1-1/+8
2020-04-28move the castToFastAttributeList functionNoel Grandin1-23/+11
2020-04-23loplugin:makeshared in linguisticNoel Grandin4-18/+18
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin5-17/+26
2020-04-07loplugin:flatten in linguisticNoel Grandin7-531/+531
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-2/+4
2020-03-06add information to xProofrader in gciterator.cxxFred Kruse1-4/+10
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+3
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-2/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-3/+2
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin3-3/+3
2020-01-07extract some common code from ImportContext classesNoel Grandin1-6/+3
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin10-25/+25
2019-12-18loplugin:duplicate-definesNoel Grandin1-2/+0
2019-12-13loplugin:expandablemethodsNoel Grandin1-4/+1
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt1-2/+30
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet6-29/+21
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+16
2019-11-20use correct parser overrides in ConvDicXMLImportContextNoel Grandin1-4/+4
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+5
2019-11-15no need to construct an extra parser in ConvDicXMLImportNoel Grandin1-13/+1
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen32-146/+25
2019-10-19loplugin:unusedmethodsNoel Grandin1-16/+0