Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/view/
H A DToolBarManager.cxx343 sal_uLong mnPendingUpdateCall; member in sd::ToolBarManager::Implementation
618 mnPendingUpdateCall(0), in Implementation()
643 if (mnPendingUpdateCall != 0) in ~Implementation()
644 Application::RemoveUserEvent(mnPendingUpdateCall); in ~Implementation()
780 if (mnPendingUpdateCall == 0) in RequestUpdate()
782 mnPendingUpdateCall = Application::PostUserEvent( in RequestUpdate()
976 if (mnPendingUpdateCall==0 && mnLockCount==0) in Update()
979 mnPendingUpdateCall = Application::PostUserEvent( in Update()
1004 mnPendingUpdateCall = 0; in IMPL_LINK()

Completed in 11 milliseconds