Searched refs:aKeyText (Results 1 – 3 of 3) sorted by relevance
654 OUString aKeyText; in Notify() local656 aKeyText = rName.copy( nKeyStart + 1 ); in Notify()657 DBG_ASSERT( aKeyText.getLength() != 0, "unexpected key (lang::Locale) string" ); in Notify()664 if (lcl_SeqHasString( aSpellCheckerListEntries, aKeyText )) in Notify()668 aPropName += aKeyText; in Notify()676 if (0 != aKeyText.getLength()) in Notify()677 nLang = MsLangId::convertIsoStringToLanguage( aKeyText ); in Notify()689 if (lcl_SeqHasString( aGrammarCheckerListEntries, aKeyText )) in Notify()693 aPropName += aKeyText; in Notify()701 if (0 != aKeyText.getLength()) in Notify()[all …]
146 FixedText aKeyText; member in SfxAcceleratorConfigPage
712 , aKeyText (this , CUI_RES(TXT_ACC_KEY )) in SfxAcceleratorConfigPage()