Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dddelink.cxx49 sal_Bool ScDdeLink::bIsInUpdate = sal_False; member in ScDdeLink
241 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()
/trunk/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()

Completed in 17 milliseconds