Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/app/
H A Dswmodule.cxx225 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in SwModule() local
226 if( pACfg ) in SwModule()
228 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule()
229 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
/AOO42X/main/sw/source/ui/docvw/
H A Dedtwin.cxx1452 SvxAutoCorrCfg* pACfg = 0; in KeyInput() local
1459 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 …]
/AOO42X/main/sw/source/ui/shells/
H A Dtextsh1.cxx674 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in Execute() local
675 … 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()
H A Dtextsh.cxx182 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in TYPEINIT1() local
183 SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect(); in TYPEINIT1()
184 if( pACorr && pACfg->IsAutoFmtByInput() in TYPEINIT1()
/AOO42X/main/sw/source/ui/inc/
H A Dedtwin.hxx212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,