Lines Matching refs:pACorr
1456 SvxAutoCorrect* pACorr = 0; in KeyInput() local
1463 pACorr = pACfg->GetAutoCorrect(); in KeyInput()
1574 if( pACorr && aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
1576 pACorr->GetSwFlags().nAutoCmpltExpandKey == in KeyInput()
2070 aTmpQHD.Inc( pACorr && pACorr->GetSwFlags(). in KeyInput()
2093 aTmpQHD.Dec( pACorr && pACorr->GetSwFlags(). in KeyInput()
2324 const sal_Bool bRunNext = pACorr != NULL && pACorr->HasRunNext(); in KeyInput()
2325 if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2327 (( pACorr->IsAutoCorrFlag( ChgWeightUnderl ) && in KeyInput()
2329 ( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in KeyInput()
2330 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in KeyInput()
2333 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2337 else if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2339 pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd | in KeyInput()
2347 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2368 if( pACorr && pACfg->IsAutoFmtByInput() && in KeyInput()
2369 pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd | in KeyInput()
2376 rSh.AutoCorrect( *pACorr, static_cast< sal_Unicode >('\0') ); in KeyInput()
2496 pQuickHlpData->bChkInsBlank = !pACorr || in KeyInput()
2497 pACorr->GetSwFlags().bAutoCmpltAppendBlanc; in KeyInput()
2599 if( bNormalChar && pACfg && pACorr && in KeyInput()
2601 pACorr->GetSwFlags().bAutoCompleteWords ) && in KeyInput()
2602 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in KeyInput()
2604 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput()
4988 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command() local
4989 if(pACorr && in Command()
4990 (( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in Command()
4991 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in Command()
4994 rSh.AutoCorrect( *pACorr, aCh ); in Command()
5047 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command() local
5048 if( pACfg && pACorr && in Command()
5050 pACorr->GetSwFlags().bAutoCompleteWords ) && in Command()
5051 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in Command()
5053 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()
5657 const String& rWord, SvxAutoCorrCfg* pACfg, SvxAutoCorrect* pACorr, in ShowAutoTextCorrectQuickHelp() argument
5673 else if( pACorr->GetSwFlags().bAutoCompleteWords ) in ShowAutoTextCorrectQuickHelp()
5677 !pACorr || in ShowAutoTextCorrectQuickHelp()
5678 pACorr->GetSwFlags().bAutoCmpltShowAsTip; in ShowAutoTextCorrectQuickHelp()