Home
last modified time | relevance | path

Searched refs:IsAutoFmtByInput (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dacorrcfg.hxx105 sal_Bool IsAutoFmtByInput() const { return bAutoFmtByInput; } in IsAutoFmtByInput() function in SvxAutoCorrCfg
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx675 … sal_Bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !pACfg->IsAutoFmtByInput(); in Execute()
676 if( bSet != pACfg->IsAutoFmtByInput() ) in Execute()
1541 rSet.Put( SfxBoolItem( nWhich, SvxAutoCorrCfg::Get()->IsAutoFmtByInput() )); in GetState()
H A Dtextsh.cxx184 if( pACorr && pACfg->IsAutoFmtByInput() in TYPEINIT1()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1826 else if( pACfg && pACfg->IsAutoFmtByInput() && in KeyInput()
2325 pACfg->IsAutoFmtByInput() && in KeyInput()
2337 pACfg->IsAutoFmtByInput() && in KeyInput()
2367 if( pACorr && pACfg->IsAutoFmtByInput() && in KeyInput()