Lines Matching refs:pACfg
1452 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local
1459 pACfg = SvxAutoCorrCfg::Get(); in KeyInput()
1460 pACorr = pACfg->GetAutoCorrect(); in KeyInput()
1826 else if( pACfg && pACfg->IsAutoFmtByInput() && in KeyInput()
2325 pACfg->IsAutoFmtByInput() && in KeyInput()
2337 pACfg->IsAutoFmtByInput() && in KeyInput()
2367 if( pACorr && pACfg->IsAutoFmtByInput() && in KeyInput()
2598 if( bNormalChar && pACfg && pACorr && in KeyInput()
2599 ( pACfg->IsAutoTextTip() || in KeyInput()
2603 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput()
4986 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Command() local
4987 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command()
5045 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Command() local
5046 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command()
5047 if( pACfg && pACorr && in Command()
5048 ( pACfg->IsAutoTextTip() || in Command()
5052 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()
5688 const String& rWord, SvxAutoCorrCfg* pACfg, SvxAutoCorrect* pACorr, in ShowAutoTextCorrectQuickHelp() argument
5693 if( pACfg->IsAutoTextTip() ) in ShowAutoTextCorrectQuickHelp()