Searched refs:aLngCfg (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_translationdialog.cxx | 75 SvtLinguConfig aLngCfg; in ChineseTranslationDialog() local 77 …Any aAny( aLngCfg.GetProperty( rtl::OUString::createFromAscii( UPN_IS_DIRECTION_TO_SIMPLIFIED ) ) … in ChineseTranslationDialog() 84 aAny = aLngCfg.GetProperty( rtl::OUString::createFromAscii( UPN_IS_USE_CHARACTER_VARIANTS ) ); in ChineseTranslationDialog() 96 aAny = aLngCfg.GetProperty( rtl::OUString::createFromAscii( UPN_IS_TRANSLATE_COMMON_TERMS ) ); in ChineseTranslationDialog() 151 SvtLinguConfig aLngCfg; in IMPL_LINK() local 154 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_DIRECTION_TO_SIMPLIFIED ), aAny ); in IMPL_LINK() 156 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_USE_CHARACTER_VARIANTS ), aAny ); in IMPL_LINK() 158 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_TRANSLATE_COMMON_TERMS ), aAny ); in IMPL_LINK()
|
H A D | chinese_dictionarydialog.cxx | 492 SvtLinguConfig aLngCfg; in ChineseDictionaryDialog() local 494 Any aAny( aLngCfg.GetProperty( rtl::OUString::createFromAscii( UPN_IS_REVERSE_MAPPING ) ) ); in ChineseDictionaryDialog() 849 SvtLinguConfig aLngCfg; in Execute() local 852 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_REVERSE_MAPPING ), aAny ); in Execute()
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 1386 SvtLinguConfig aLngCfg; in FillItemSet() local 1387 aLngCfg.SetProperty( UPH_ACTIVE_DICTIONARIES, aTmp ); in FillItemSet() 1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet() 1550 SvtLinguConfig aLngCfg; in Reset() local 1563 aLngCfg.GetProperty( C2U(UPN_IS_SPELL_AUTO) ) >>= bVal; in Reset() 1573 aLngCfg.GetProperty( C2U(UPN_IS_GRAMMAR_AUTO) ) >>= bVal; in Reset() 1604 aLngCfg.GetProperty( C2U(UPN_IS_SPELL_SPECIAL) ) >>= bVal; in Reset() 1622 aLngCfg.GetProperty( C2U(UPN_HYPH_MIN_LEADING) ) >>= nVal; in Reset() 1630 aLngCfg.GetProperty( C2U(UPN_HYPH_MIN_TRAILING) ) >>= nVal; in Reset() 1638 aLngCfg.GetProperty( C2U(UPN_IS_HYPH_AUTO) ) >>= bVal; in Reset() [all …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 1034 SvtLinguConfig aLngCfg; in IMPL_LINK() local 1036 aLngCfg.SetProperty( UPH_ACTIVE_CONVERSION_DICTIONARIES, aTmp ); in IMPL_LINK() 1039 aLngCfg.SetProperty( UPH_IS_IGNORE_POST_POSITIONAL_WORD, aTmp ); in IMPL_LINK() 1042 aLngCfg.SetProperty( UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST, aTmp ); in IMPL_LINK() 1045 aLngCfg.SetProperty( UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES, aTmp ); in IMPL_LINK() 1171 SvtLinguConfig aLngCfg; in HangulHanjaOptionsDialog() local 1174 aTmp = aLngCfg.GetProperty( UPH_IS_IGNORE_POST_POSITIONAL_WORD ); in HangulHanjaOptionsDialog() 1178 aTmp = aLngCfg.GetProperty( UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST ); in HangulHanjaOptionsDialog() 1182 aTmp = aLngCfg.GetProperty( UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES ); in HangulHanjaOptionsDialog()
|
/aoo41x/main/editeng/source/misc/ |
H A D | hangulhanja.cxx | 880 SvtLinguConfig aLngCfg; in implReadOptionsFromConfiguration() local 881 aLngCfg.GetProperty( UPH_IS_IGNORE_POST_POSITIONAL_WORD ) >>= m_bIgnorePostPositionalWord; in implReadOptionsFromConfiguration() 882 aLngCfg.GetProperty( UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST ) >>= m_bShowRecentlyUsedFirst; in implReadOptionsFromConfiguration() 883 aLngCfg.GetProperty( UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES ) >>= m_bAutoReplaceUnique; in implReadOptionsFromConfiguration()
|
Completed in 41 milliseconds