Age | Commit message (Expand) | Author | Files | Lines |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in lingucomponent | Mike Kaganski | 1 | -4/+2 |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin | 1 | -1/+1 |
2021-03-25 | tdf#124173: Enable thesauruses in the iOS app | Tor Lillqvist | 1 | -0/+5 |
2021-03-17 | tdf#124909: Use the myspell dictionary for Swiss German on iOS | Tor Lillqvist | 1 | -3/+10 |
2020-04-07 | loplugin:flatten in lingucomponent | Noel Grandin | 1 | -55/+55 |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN | 1 | -1/+1 |
2019-12-19 | sal_Char->char in idlc..linguistic | Noel Grandin | 2 | -2/+2 |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in idl..reportdesign | Noel Grandin | 1 | -1/+1 |
2018-09-17 | New loplugin:external | Stephan Bergmann | 1 | -1/+1 |
2017-11-01 | Replace lists by vectors in lingucomponent | Julien Nabet | 2 | -12/+9 |
2017-10-23 | loplugin:includeform: lingucomponent | Stephan Bergmann | 1 | -1/+1 |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski | 1 | -0/+3 |
2017-07-21 | loplugin:constparams in soltools and various | Noel Grandin | 1 | -2/+2 |
2017-04-29 | Move getProcessWorkingDir from tools to unotools | Chris Sherlock | 1 | -2/+2 |
2016-10-10 | Search for old style dictionaries in DICPATH | Jookia | 1 | -54/+105 |
2016-09-24 | we shouldn't need explicit lt_rtl_OUString, etc things anymore | Caolán McNamara | 1 | -8/+0 |
2016-05-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke | 1 | -1/+0 |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin | 2 | -3/+3 |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin | 1 | -7/+0 |
2015-10-23 | com::sun::star->css in lingucomponent | Noel Grandin | 1 | -1/+1 |
2014-08-01 | typo: more then -> more than | Takeshi Abe | 1 | -1/+1 |
2014-07-15 | fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, Hyphen | László Németh | 2 | -0/+21 |
2014-05-23 | fdo#48017 WIN32 long path support in Hyphen and MyThes | László Németh | 2 | -37/+0 |
2014-04-23 | lingucomponent: sal_Bool->bool | Noel Grandin | 1 | -1/+1 |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold | 1 | -2/+2 |
2014-02-26 | Remove visual noise from lingucomponent | Alexander Wilms | 2 | -20/+1 |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin | 1 | -1/+1 |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin | 1 | -1/+1 |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara | 1 | -1/+0 |
2013-10-11 | the dreaded hu_HU_u8.dic of myspell-hu needs exceptional handling | Eike Rathke | 1 | -0/+16 |
2013-09-17 | convert LINGUCOMPONENT module from String to OUString | Noel Grandin | 1 | -2/+2 |
2013-09-12 | get rid of unnecessary conversion, use LinguIsUnspecified(OUString) | Eike Rathke | 1 | -5/+1 |
2013-09-12 | a set of LanguageType fallback converted to is utter nonsense here | Eike Rathke | 1 | -5/+6 |
2013-09-12 | no need to count, just find | Eike Rathke | 1 | -1/+1 |
2013-09-12 | it's a set, so treat it as such | Eike Rathke | 1 | -4/+1 |
2013-09-12 | if valid accept whatever the dictionary's name might comprise | Eike Rathke | 1 | -3/+1 |
2013-09-03 | was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback() | Eike Rathke | 1 | -2/+2 |
2013-07-13 | use static LanguageTag::convertTo...() for standalone conversions | Eike Rathke | 1 | -2/+2 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 2 | -11/+11 |
2013-04-05 | new module i18nlangtag | Eike Rathke | 1 | -2/+2 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 2 | -18/+14 |
2013-01-09 | resolved fdo#58503 restore awkward handling of empty locale for legacy | Eike Rathke | 1 | -1/+1 |
2012-12-11 | do not trigger liblangtag init during startup | Eike Rathke | 1 | -13/+8 |
2012-11-17 | use LanguageTag | Eike Rathke | 1 | -2/+2 |
2012-10-17 | More useless code, "#if 0" blocks in lingucomponent, sal, and rsc | Marcos Paulo de Souza | 2 | -22/+0 |
2012-10-08 | re-base on ALv2 code. Includes: | Michael Meeks | 1 | -24/+14 |
2012-10-06 | cppcheck: Unused variable | jailletc36 | 1 | -4/+4 |
2012-10-04 | support system dicts named using bcp47 scheme | Caolán McNamara | 1 | -46/+57 |
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | 1 | -3/+3 |