summaryrefslogtreecommitdiff
path: root/lingucomponent/source
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Revert "fdo#56443 allow different name for .dic and .aff files"Andras Timar2-26/+19
2013-12-09fdo#56443 allow different name for .dic and .aff filesAndras Timar2-19/+26
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-2/+2
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin3-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza5-72/+10
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist13-22/+22
2013-10-20String -> OUStringStephan Bergmann1-2/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-11the dreaded hu_HU_u8.dic of myspell-hu needs exceptional handlingEike Rathke1-0/+16
2013-10-02CID#983035 fix potential memleakCaolán McNamara1-1/+2
2013-09-17clearly it's enough to obtain the const array onceEike Rathke1-1/+1
2013-09-17convert LINGUCOMPONENT module from String to OUStringNoel Grandin2-3/+3
2013-09-12get rid of unnecessary conversion, use LinguIsUnspecified(OUString)Eike Rathke1-5/+1
2013-09-12a set of LanguageType fallback converted to is utter nonsense hereEike Rathke1-5/+6
2013-09-12no need to count, just findEike Rathke1-1/+1
2013-09-12it's a set, so treat it as suchEike Rathke1-4/+1
2013-09-12if valid accept whatever the dictionary's name might compriseEike Rathke1-3/+1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-2/+2
2013-08-12Mark as constTakeshi Abe1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke4-6/+6
2013-06-10Use a simpler fix for bad old libexttextcat constants.Mark Wielaard1-11/+9
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist3-3/+3
2013-05-14One more XPropertySet -> XLinguPropertiesTor Lillqvist1-1/+1
2013-05-14fdo#46808, propogate XLinguProperties through some more codeNoel Grandin4-7/+7
2013-05-09small optimization, don't call objectAtIndex twiceHerbert Dürr1-2/+3
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák10-61/+50
2013-04-05new module i18nlangtagEike Rathke4-5/+5
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-25libexttextcat: mis-spell it again for old versionsMichael Stahl1-1/+1
2013-03-25libexttextcat: fix the --with-system case too...Michael Stahl2-0/+12
2013-03-25Missing _TEXTCAT_RESULT_SHORT -> TEXTCAT_RESULT_SHORT_STRStephan Bergmann1-1/+1
2013-03-25libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWNMichael Stahl1-2/+2
2013-03-25Fix spelling errors and typos: 'unkown' change to 'unknown'vincent1-2/+2
2013-02-08fdo#60427, fdo#59337: spell words with ZWNJ/ZWJ, f-lig. (only 8-bit dic.)László Németh1-3/+34
2013-01-30do not use removed A2OU macroLuboš Luňák1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac10-66/+60
2013-01-17Reduce scopeJulien Nabet1-2/+1
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke5-11/+11
2012-12-29Fix SimpleGuesser::operator=' should return 'SimpleGuesser &Julien Nabet2-4/+9
2012-12-21fdo#57545 remove redundant capitalType functionsQuentin Pradet4-82/+1
2012-12-11do not trigger liblangtag init during startupEike Rathke1-13/+8
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-24some more LocaleToLanguage() replacementEike Rathke1-2/+2
2012-11-24get rid of CreateLocale() and relatedEike Rathke3-7/+7
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-4/+6
2012-11-17use LanguageTagEike Rathke4-17/+11
2012-11-10fix typoDavid Tardon3-3/+3