Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/sidebar/
H A DAsynchronousCall.cxx33 mnCallId(0) in AsynchronousCall()
42 mnCallId(0) in AsynchronousCall()
69 if (mnCallId == 0) in RequestCall()
72 mnCallId = Application::PostUserEvent(aLink); in RequestCall()
81 if (mnCallId != 0) in CancelRequest()
83 Application::RemoveUserEvent(mnCallId); in CancelRequest()
84 mnCallId = 0; in CancelRequest()
93 mnCallId = 0; in IMPL_LINK()
H A DAsynchronousCall.hxx48 sal_uLong mnCallId; member in sfx2::sidebar::AsynchronousCall

Completed in 25 milliseconds