Searched refs:bAutoTextPreview (Results 1 – 2 of 2) sorted by relevance
84 sal_Bool bAutoTextPreview; member in SvxAutoCorrCfg114 sal_Bool IsAutoTextPreview() const {return bAutoTextPreview;} in IsAutoTextPreview()115 void SetAutoTextPreview(sal_Bool bSet) {bAutoTextPreview = bSet; aSwConfig.SetModified();} in SetAutoTextPreview()
55 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()