Home
last modified time | relevance | path

Searched refs:bAutoFmtByInput (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/editeng/inc/editeng/
H A Dacorrcfg.hxx85 sal_Bool bAutoFmtByInput; member in SvxAutoCorrCfg
105 sal_Bool IsAutoFmtByInput() const { return bAutoFmtByInput; } in IsAutoFmtByInput()
106 void SetAutoFmtByInput( sal_Bool bSet ) { bAutoFmtByInput = bSet;aSwConfig.SetModified();} in SetAutoFmtByInput()
/AOO41X/main/editeng/source/misc/
H A Dacorrcfg.cxx56 bAutoFmtByInput(sal_True), in SvxAutoCorrCfg()
474 …case 25: rParent.bAutoFmtByInput = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInp… in Load()
616 …case 25: bVal = rParent.bAutoFmtByInput; pValues[nProp].setValue(&bVal, rType); break; // "Format… in Commit()