Searched refs:userLCID (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.bas | 258 Dim userLCID As Long variable 259 userLCID = GetUserDefaultLCID() 401 Dim userLCID As Long variable 402 userLCID = GetUserDefaultLangID() 406 isoLangStr = GetUserLocaleInfo(userLCID, LOCALE_SISO639LANGNAME) 407 isoCountryStr = GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME)
|
H A D | Wizard.frm | 2367 Dim userLCID As Long 2368 userLCID = GetUserDefaultLCID() 2377 "langid: " & GetUserLocaleInfo(userLCID, LOCALE_ILANGUAGE) & ": " & _ 2378 GetUserLocaleInfo(userLCID, LOCALE_SENGLANGUAGE) & _ 2379 "-" & GetUserLocaleInfo(userLCID, LOCALE_SENGCOUNTRY) & _ 2380 " abrv: " & GetUserLocaleInfo(userLCID, LOCALE_SISO639LANGNAME) & _ 2381 "-" & GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME) & _ 2382 " sdate: " & GetUserLocaleInfo(userLCID, LOCALE_SSHORTDATE) 2390 " sdate: " & GetUserLocaleInfo(userLCID, LOCALE_SSHORTDATE)
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 920 Dim userLCID As Long variable 924 userLCID = GetUserDefaultLangID() 925 langStr = GetUserLocaleInfo(userLCID, LOCALE_SISO639LANGNAME) 3395 Dim userLCID As Long variable 3396 userLCID = GetUserDefaultLangID() 3400 isoLangStr = GetUserLocaleInfo(userLCID, LOCALE_SISO639LANGNAME) 3401 isoCountryStr = GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME)
|
Completed in 28 milliseconds