Lines Matching refs:pACfg
1453 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local
1460 pACfg = SvxAutoCorrCfg::Get(); in KeyInput()
1461 pACorr = pACfg->GetAutoCorrect(); in KeyInput()
1827 else if( pACfg && pACfg->IsAutoFmtByInput() && in KeyInput()
2326 pACfg->IsAutoFmtByInput() && in KeyInput()
2338 pACfg->IsAutoFmtByInput() && in KeyInput()
2368 if( pACorr && pACfg->IsAutoFmtByInput() && in KeyInput()
2599 if( bNormalChar && pACfg && pACorr && in KeyInput()
2600 ( pACfg->IsAutoTextTip() || in KeyInput()
2604 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput()
4987 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Command() local
4988 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command()
5046 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Command() local
5047 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in Command()
5048 if( pACfg && pACorr && in Command()
5049 ( pACfg->IsAutoTextTip() || in Command()
5053 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()
5689 const String& rWord, SvxAutoCorrCfg* pACfg, SvxAutoCorrect* pACorr, in ShowAutoTextCorrectQuickHelp() argument
5694 if( pACfg->IsAutoTextTip() ) in ShowAutoTextCorrectQuickHelp()