Searched refs:bIsInUpdate (Results 1 – 2 of 2) sorted by relevance
51 sal_Bool ScDdeLink::bIsInUpdate = sal_False; member in ScDdeLink243 sal_Bool bWas = bIsInUpdate; in ListenersGone()244 bIsInUpdate = sal_True; // Remove() kann Reschedule ausloesen??!? in ListenersGone()258 bIsInUpdate = bWas; in ListenersGone()269 if (bIsInUpdate) in TryUpdate()273 bIsInUpdate = sal_True; in TryUpdate()278 bIsInUpdate = sal_False; in TryUpdate()
40 static sal_Bool bIsInUpdate; member in ScDdeLink90 static sal_Bool IsInUpdate() { return bIsInUpdate; } in IsInUpdate()