summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud2012-11-281-8/+5
* fix windows miss in svl OUString workNorbert Thiebaud2012-11-281-2/+3
* remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud2012-11-272-59/+0
* String=>OUString in svl's inettype and fall-outNorbert Thiebaud2012-11-272-179/+153
* String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud2012-11-275-359/+342
* String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud2012-11-273-252/+203
* String => OUString conversion of svl's PasswordHelperNorbert Thiebaud2012-11-273-18/+15
* String=>OUString of svl's urihelperNorbert Thiebaud2012-11-273-121/+100
* String => OUString for svl's zforfindNorbert Thiebaud2012-11-272-281/+307
* cosmetic prep work on zforfindNorbert Thiebaud2012-11-274-1307/+1707
* another round of String -> OUString conversion in zforlistNorbert Thiebaud2012-11-274-114/+132
* more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud2012-11-272-19/+49
* use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud2012-11-272-3/+3
* make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud2012-11-272-46/+99
* String -> OUString prep clean-upNorbert Thiebaud2012-11-271-493/+619
* convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud2012-11-273-19/+20
* migrate user of InsertBlanks to OUStringNorbert Thiebaud2012-11-272-20/+12
* clean-up few more String out of zformat internalsNorbert Thiebaud2012-11-272-44/+53
* no need for String version of ImpGetOutputStandardNorbert Thiebaud2012-11-272-8/+0
* migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud2012-11-272-72/+70
* support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud2012-11-272-9/+17
* remove String usage from SvNumberformat::SaveNorbert Thiebaud2012-11-272-12/+12
* convert first and replace afterNorbert Thiebaud2012-11-271-14/+4
* no need for String in SvNumberformat::ConvertLanguage anymoreNorbert Thiebaud2012-11-271-2/+2
* remove String use in SvNumberformat::LoadNorbert Thiebaud2012-11-271-8/+22
* convert ImpGet[Date|Time|DateTime]Output to OUStringBufferNorbert Thiebaud2012-11-272-148/+162
* convert ImpGet[Fraction|Scientific|Number]Output to OUStringBufferNorbert Thiebaud2012-11-272-100/+120
* migrate ImpNumberFill implementation to OUStringBufferNorbert Thiebaud2012-11-271-17/+23
* migrate ImpNumberFillWithThousand implementation to OUString[Buffer]Norbert Thiebaud2012-11-272-35/+40
* spin Scientific formatting in its own imp functionNorbert Thiebaud2012-11-272-98/+120
* spin fractional formatting in it's own imp function like the rest.Norbert Thiebaud2012-11-272-270/+319
* fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin2012-11-272-7/+7
* CppunitTest_svl_urihelper calls non-inline LanguageTag functionsStephan Bergmann2012-11-241-0/+1
* link with i18nisolang1Eike Rathke2012-11-241-0/+1
* use LanguageTagEike Rathke2012-11-241-1/+1
* some i18n wrappers with LanguageTagEike Rathke2012-11-2310-56/+58
* prepend module local includeEike Rathke2012-11-231-0/+1
* silenced a SAL_WARN that was HACK macro, use SAL_INFO insteadEike Rathke2012-11-221-2/+2
* svl: convert SvNumberformat constructor to OUStringNorbert Thiebaud2012-11-213-294/+324
* obtain LanguageTag from SvtSysLocaleEike Rathke2012-11-214-11/+11
* translations is a source-only moduleAndras Timar2012-11-201-1/+1
* use LanguageTagEike Rathke2012-11-191-1/+1
* Bin the HACK() sillynessTor Lillqvist2012-11-193-4/+4
* SvNumberFormatter: warning C4701 pot. uninitialized variable nCheckPos usedMichael Stahl2012-11-191-1/+1
* convert a GetOutputString variant to OUStringNorbert Thiebaud2012-11-182-9/+21
* migrate one GetOutputString variatn to OUStringNorbert Thiebaud2012-11-185-62/+67
* PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2012-11-182-20/+58
* svl: cosmetic prep work to OUString conversionNorbert Thiebaud2012-11-182-1842/+2249
* svl: OUString conversion of most of zforscanNorbert Thiebaud2012-11-185-1492/+1624
* svl: convert Color to OUStringNorbert Thiebaud2012-11-184-19/+25