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()
2072 aTmpQHD.Inc( pACorr && pACorr->GetSwFlags(). in KeyInput()
2095 aTmpQHD.Dec( pACorr && pACorr->GetSwFlags(). in KeyInput()
2326 const sal_Bool bRunNext = pACorr != NULL && pACorr->HasRunNext(); in KeyInput()
2327 if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2329 (( pACorr->IsAutoCorrFlag( ChgWeightUnderl ) && in KeyInput()
2331 ( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in KeyInput()
2332 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in KeyInput()
2335 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2339 else if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2341 pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd | in KeyInput()
2349 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput()
2370 if( pACorr && pACfg->IsAutoFmtByInput() && in KeyInput()
2371 pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd | in KeyInput()
2378 rSh.AutoCorrect( *pACorr, static_cast< sal_Unicode >('\0') ); in KeyInput()
2498 pQuickHlpData->bChkInsBlank = !pACorr || in KeyInput()
2499 pACorr->GetSwFlags().bAutoCmpltAppendBlanc; in KeyInput()
2601 if( bNormalChar && pACfg && pACorr && in KeyInput()
2603 pACorr->GetSwFlags().bAutoCompleteWords ) && in KeyInput()
2604 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in KeyInput()
2606 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput()
4990 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command() local
4991 if(pACorr && in Command()
4992 (( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in Command()
4993 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in Command()
4996 rSh.AutoCorrect( *pACorr, aCh ); in Command()
5049 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command() local
5050 if( pACfg && pACorr && in Command()
5052 pACorr->GetSwFlags().bAutoCompleteWords ) && in Command()
5053 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in Command()
5055 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()
5691 const String& rWord, SvxAutoCorrCfg* pACfg, SvxAutoCorrect* pACorr, in ShowAutoTextCorrectQuickHelp() argument
5707 else if( pACorr->GetSwFlags().bAutoCompleteWords ) in ShowAutoTextCorrectQuickHelp()
5711 !pACorr || in ShowAutoTextCorrectQuickHelp()
5712 pACorr->GetSwFlags().bAutoCmpltShowAsTip; in ShowAutoTextCorrectQuickHelp()