Searched refs:aKeyText (Results 1 – 3 of 3) sorted by relevance
648 OUString aKeyText; in Notify() local650 aKeyText = rName.copy( nKeyStart + 1 ); in Notify()651 DBG_ASSERT( aKeyText.getLength() != 0, "unexpected key (lang::Locale) string" ); in Notify()658 if (lcl_SeqHasString( aSpellCheckerListEntries, aKeyText )) in Notify()662 aPropName += aKeyText; in Notify()670 if (0 != aKeyText.getLength()) in Notify()671 nLang = MsLangId::convertIsoStringToLanguage( aKeyText ); in Notify()683 if (lcl_SeqHasString( aGrammarCheckerListEntries, aKeyText )) in Notify()687 aPropName += aKeyText; in Notify()695 if (0 != aKeyText.getLength()) in Notify()[all …]
146 FixedText aKeyText; member in SfxAcceleratorConfigPage
712 , aKeyText (this , CUI_RES(TXT_ACC_KEY )) in SfxAcceleratorConfigPage()