Lines Matching refs:aItemText
533 rtl::OUString aItemText; in statusChanged() local
562 else if ( Event.State >>= aItemText ) in statusChanged()
565 if ( aItemText.matchAsciiL( "($1)", 4 )) in statusChanged()
570 aTmp += aItemText.copy( 4 ); in statusChanged()
571 aItemText = aTmp; in statusChanged()
573 else if ( aItemText.matchAsciiL( "($2)", 4 )) in statusChanged()
577 aTmp += aItemText.copy( 4 ); in statusChanged()
578 aItemText = aTmp; in statusChanged()
580 else if ( aItemText.matchAsciiL( "($3)", 4 )) in statusChanged()
584 aTmp += aItemText.copy( 4 ); in statusChanged()
585 aItemText = aTmp; in statusChanged()
589 m_pVCLMenu->SetItemText( pMenuItemHandler->nItemId, aItemText ); in statusChanged()