Searched refs:bAutoFmtByInput (Results 1 – 2 of 2) sorted by relevance
85 sal_Bool bAutoFmtByInput; member in SvxAutoCorrCfg105 sal_Bool IsAutoFmtByInput() const { return bAutoFmtByInput; } in IsAutoFmtByInput()106 void SetAutoFmtByInput( sal_Bool bSet ) { bAutoFmtByInput = bSet;aSwConfig.SetModified();} in SetAutoFmtByInput()
56 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()