Searched refs:pACfg (Results 1 – 5 of 5) sorted by relevance
229 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in SwModule() local230 if( pACfg ) in SwModule()232 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule()233 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
1455 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local1462 pACfg = SvxAutoCorrCfg::Get(); in KeyInput()1463 pACorr = pACfg->GetAutoCorrect(); in KeyInput()1829 else if( pACfg && pACfg->IsAutoFmtByInput() && in KeyInput()2326 pACfg->IsAutoFmtByInput() && in KeyInput()2338 pACfg->IsAutoFmtByInput() && in KeyInput()2599 if( bNormalChar && pACfg && pACorr && in KeyInput()2600 ( pACfg->IsAutoTextTip() || in KeyInput()5048 if( pACfg && pACorr && in Command()5049 ( pACfg->IsAutoTextTip() || in Command()[all …]
181 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in TYPEINIT1() local182 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in TYPEINIT1()183 if( pACorr && pACfg->IsAutoFmtByInput() in TYPEINIT1()
688 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Execute() local689 … sal_Bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !pACfg->IsAutoFmtByInput(); in Execute()690 if( bSet != pACfg->IsAutoFmtByInput() ) in Execute()692 pACfg->SetAutoFmtByInput( bSet ); in Execute()
212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,
Completed in 58 milliseconds