Searched refs:bDontSwitch (Results 1 – 2 of 2) sorted by relevance
159 sal_Bool bDontSwitch; // EditShell nicht abschalten member in ScTabViewShell321 sal_Bool GetDontSwitch(){return bDontSwitch;} in GetDontSwitch()322 void SetDontSwitch(sal_Bool bFlag){bDontSwitch=bFlag;} in SetDontSwitch()
253 sal_Bool bOldDontSwitch = bDontSwitch; in Deactivate()254 bDontSwitch = sal_True; in Deactivate()268 bDontSwitch = bOldDontSwitch; in Deactivate()850 if(bDontSwitch) return; in SetCurSubShell()1167 if ( pEditShell != NULL && !bDontSwitch ) in StopEditShell()1584 bDontSwitch(sal_False), \
Completed in 26 milliseconds