Searched refs:pACfg (Results 1 – 5 of 5) sorted by relevance
225 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in SwModule() local226 if( pACfg ) in SwModule()228 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule()229 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
1452 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local1459 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()[all …]
674 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Execute() local675 … sal_Bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !pACfg->IsAutoFmtByInput(); in Execute()676 if( bSet != pACfg->IsAutoFmtByInput() ) in Execute()678 pACfg->SetAutoFmtByInput( bSet ); in Execute()
182 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in TYPEINIT1() local183 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in TYPEINIT1()184 if( pACorr && pACfg->IsAutoFmtByInput() in TYPEINIT1()
212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,