Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/tool/
H A Dddelink.cxx51 sal_Bool ScDdeLink::bIsInUpdate = sal_False; member in ScDdeLink
243 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()
/AOO42X/main/sc/source/core/inc/
H A Dddelink.hxx40 static sal_Bool bIsInUpdate; member in ScDdeLink
90 static sal_Bool IsInUpdate() { return bIsInUpdate; } in IsInUpdate()