Home
last modified time | relevance | path

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

/aoo41x/main/editeng/inc/editeng/
H A Dacorrcfg.hxx83 sal_Bool bAutoTextTip; member in SvxAutoCorrCfg
117 sal_Bool IsAutoTextTip() const { return bAutoTextTip; } in IsAutoTextTip()
118 void SetAutoTextTip(sal_Bool bSet ) { bAutoTextTip = bSet;aSwConfig.SetModified();} in SetAutoTextTip()
/aoo41x/main/editeng/source/misc/
H A Dacorrcfg.cxx54 bAutoTextTip(sal_True), in SvxAutoCorrCfg()
419 …case 3: rParent.bAutoTextTip = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/ShowToolT… in Load()
579 case 3: pValues[nProp].setValue(&rParent.bAutoTextTip, rType); break; // "Text/ShowToolTip", in Commit()

Completed in 14 milliseconds