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()
1453 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local1460 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()2599 if( bNormalChar && pACfg && pACorr && in KeyInput()2600 ( pACfg->IsAutoTextTip() || in KeyInput()5048 if( pACfg && pACorr && in Command()5049 ( pACfg->IsAutoTextTip() || in Command()[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,
Completed in 70 milliseconds