Searched refs:bIsInUpdate (Results 1 – 2 of 2) sorted by relevance
49 sal_Bool ScDdeLink::bIsInUpdate = sal_False; member in ScDdeLink241 sal_Bool bWas = bIsInUpdate; in ListenersGone()242 bIsInUpdate = sal_True; // Remove() kann Reschedule ausloesen??!? in ListenersGone()256 bIsInUpdate = bWas; in ListenersGone()261 if (bIsInUpdate) in TryUpdate()265 bIsInUpdate = sal_True; in TryUpdate()270 bIsInUpdate = sal_False; in TryUpdate()
40 static sal_Bool bIsInUpdate; member in ScDdeLink90 static sal_Bool IsInUpdate() { return bIsInUpdate; } in IsInUpdate()
Completed in 19 milliseconds