Lines Matching refs:aCh
1393 sal_Unicode aCh = aKeyEvent.GetCharCode(); in KeyInput() local
1410 if( 32 <= aCh && in KeyInput()
1427 xVar->PutChar( aCh ); in KeyInput()
1547 if( !rKeyCode.IsMod2() && '=' == aCh && in KeyInput()
2194 SW_ISPRINTABLE( aCh ); in KeyInput()
2287 aCh = '\t'; in KeyInput()
2313 GetAppCharClass().isLetterNumeric( String( aCh ), 0 ); in KeyInput()
2323 const sal_Bool bIsAutoCorrectChar = SvxAutoCorrect::IsAutoCorrectChar( aCh ); in KeyInput()
2328 ( '*' == aCh || '_' == aCh ) ) || in KeyInput()
2329 ( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in KeyInput()
2330 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in KeyInput()
2333 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2334 if( '\"' != aCh && '\'' != aCh ) // nur bei "*_" rufen! in KeyInput()
2343 '\"' != aCh && '\'' != aCh && '*' != aCh && '_' != aCh in KeyInput()
2347 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2351 aInBuffer.Expand( aInBuffer.Len() + aKeyEvent.GetRepeat() + 1,aCh ); in KeyInput()
4986 const sal_Unicode aCh = sRecord.GetChar(sRecord.Len() - 1); in Command() local
4990 (( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in Command()
4991 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in Command()
4994 rSh.AutoCorrect( *pACorr, aCh ); in Command()