Home
last modified time | relevance | path

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

/trunk/main/editeng/inc/editeng/
H A Dacorrcfg.hxx84 sal_Bool bAutoTextPreview; member in SvxAutoCorrCfg
114 sal_Bool IsAutoTextPreview() const {return bAutoTextPreview;} in IsAutoTextPreview()
115 void SetAutoTextPreview(sal_Bool bSet) {bAutoTextPreview = bSet; aSwConfig.SetModified();} in SetAutoTextPreview()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx55 bAutoTextPreview(sal_False), in SvxAutoCorrCfg()
418 …case 2: rParent.bAutoTextPreview = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/ShowPr… in Load()
578 … case 2: pValues[nProp].setValue(&rParent.bAutoTextPreview, rType); break; // "Text/ShowPreview", in Commit()