Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx229 SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get(); in SwModule() local
230 if( pACfg ) in SwModule()
232 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule()
233 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
/trunk/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()
2328 pACfg->IsAutoFmtByInput() && in KeyInput()
2340 pACfg->IsAutoFmtByInput() && in KeyInput()
2601 if( bNormalChar && pACfg && pACorr && in KeyInput()
2602 ( pACfg->IsAutoTextTip() || in KeyInput()
5050 if( pACfg && pACorr && in Command()
5051 ( pACfg->IsAutoTextTip() || in Command()
[all …]
/trunk/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()
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,

Completed in 82 milliseconds