Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A DUpdateLockManager.cxx75 sal_Int32 mnLockDepth; member in sd::UpdateLockManager::Implementation
195 mnLockDepth(0), in Implementation()
208 OSL_ASSERT(mnLockDepth==0); in ~Implementation()
217 ++mnLockDepth; in Lock()
218 if (mnLockDepth == 1) in Lock()
252 --mnLockDepth; in Unlock()
254 if (mnLockDepth == 0) in Unlock()
299 return (mnLockDepth > 0); in IsLocked()
380 while (mnLockDepth > 0) in IMPL_LINK()

Completed in 18 milliseconds