https://bugs.freedesktop.org/show_bug.cgi?id=54493

             Bug #: 54493
           Summary: On Windows auto enable CJK or CTL features if a
                    keyboard layout in that category is installed
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Linguistic
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Follow the uses of GetWin16SystemLanguage in the source to find the right
places to implement and use this.
(http://opengrok.libreoffice.org/search?q=getwin16systemlanguage&project=core)

Something like a 
bool SvtSystemLanguageOptions::isCTLKeyboardLayoutInstalled() and
bool SvtSystemLanguageOptions::isCJKKeyboardLayoutInstalled()
implemented by using the MS GetKeyboardLayoutList to get a list of installed
keyboards ids, which should be usable with MsLangId::getScriptType to
categorize into our ideas of CJK and CTL would likely do the trick

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to