Home
last modified time | relevance | path

Searched refs:pACfg (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/ui/app/
H A Dswmodule.cxx228 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in SwModule() local
229 if( pACfg ) in SwModule()
231 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule()
232 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin.cxx1455 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local
1462 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()
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()
[all …]
/AOO41X/main/sw/source/ui/shells/
H A Dtextsh.cxx181 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in TYPEINIT1() local
182 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in TYPEINIT1()
183 if( pACorr && pACfg->IsAutoFmtByInput() in TYPEINIT1()
H A Dtextsh1.cxx688 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Execute() local
689 … 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()
/AOO41X/main/sw/source/ui/inc/
H A Dedtwin.hxx212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,