Lines Matching refs:aStrValue
229 rtl::OUString aStrValue; in statusChanged() local
243 else if ( Event.State >>= aStrValue ) in statusChanged()
247 if ( aStrValue == m_aEnumCommand ) in statusChanged()
260 if ( aStrValue.matchAsciiL( "($1)", 4 )) in statusChanged()
265 aTmp += aStrValue.copy( 4 ); in statusChanged()
266 aStrValue = aTmp; in statusChanged()
268 else if ( aStrValue.matchAsciiL( "($2)", 4 )) in statusChanged()
272 aTmp += aStrValue.copy( 4 ); in statusChanged()
273 aStrValue = aTmp; in statusChanged()
275 else if ( aStrValue.matchAsciiL( "($3)", 4 )) in statusChanged()
279 aTmp += aStrValue.copy( 4 ); in statusChanged()
280 aStrValue = aTmp; in statusChanged()
282 ::rtl::OUString aText( MnemonicGenerator::EraseAllMnemonicChars( aStrValue ) ); in statusChanged()