summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-6/+6
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin5-5/+5
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-17/+17
2013-11-06convert linguistic::isUpper from xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-4/+3
2013-11-05fixincludeguards.sh: linguisticThomas Arnhold15-30/+30
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-5/+5
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist21-37/+37
2013-10-21convert lcl_GetToken from xub_StrLen to sal_Int32Caolán McNamara1-6/+5
2013-10-20drop unnecessary tools/string includesCaolán McNamara10-9/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza7-52/+14
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-4/+0
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-2/+2
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-13String to OUStringThomas Arnhold3-13/+8
2013-09-12get rid of unnecessary conversion, use LinguIsUnspecified(OUString)Eike Rathke1-0/+13
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin9-102/+102
2013-09-11convert linguistic/source/convdic.hxx from String to OUStringNoel Grandin2-16/+16
2013-09-11convert linguistic/source/dlistimp.hxx from String to OUStringNoel Grandin2-2/+2
2013-09-11convert linguistic/source/hhconvdic.hxx from String to OUStringNoel Grandin2-2/+2
2013-09-11convert linguistic/source/lngsvcmgr.hxx from String to OUStringNoel Grandin2-6/+6
2013-09-11convert include/linguistic/misc.hxx from String to OUStringNoel Grandin2-14/+14
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-4/+4
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-2/+2
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-09-02fdo#68750: ensure that GetSuggestedEndOfSentence makes progressMichael Stahl1-1/+11
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-39/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-13/+13
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-1/+1
2013-08-19Use standard idiomStephan Bergmann1-1/+1
2013-08-12Mark as constTakeshi Abe2-3/+3
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke11-36/+36
2013-07-05fdo#66420: fix user dictionaries on WindowsMichael Stahl1-1/+6
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-32/+31
2013-06-03re-base on ALv2 code. Includes:Michael Meeks3-63/+36
2013-05-22AppendAscii cleanupRicardo Montania1-2/+1
2013-05-15String.AppendAscii DropRicardo Montania2-9/+6
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-8/+8
2013-05-14fdo#46808, propogate XLinguProperties through some more codeNoel Grandin4-14/+14
2013-05-14fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin7-438/+403
2013-05-14fdo#46808, Convert linguistic2::LingProperties to new styleNoel Grandin6-39/+122
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-22/+19
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen8-960/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-2/+2