Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/
H A Dapearcfg.cxx58 ,bMenuMouseFollow(sal_False) in SvtTabAppearanceCfg()
80 … case 2: bMenuMouseFollow = *(sal_Bool*)pValues->getValue(); break; //"Menu/FollowMouse", in SvtTabAppearanceCfg()
144 case 2: pValues[nProp].setValue(&bMenuMouseFollow, rType); break; //"Menu/FollowMouse", in Commit()
251 if(bMenuMouseFollow) in SetApplicationDefaults()
/trunk/main/svtools/inc/svtools/
H A Dapearcfg.hxx58 sal_Bool bMenuMouseFollow ; member in SvtTabAppearanceCfg
88 void SetMenuMouseFollow(sal_Bool bSet) {bMenuMouseFollow = bSet; SetModified();} in SetMenuMouseFollow()
89 sal_Bool IsMenuMouseFollow() const{return bMenuMouseFollow;} in IsMenuMouseFollow()