Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddockwin.cxx83 sal_uLong mnLastUserEvent; member in ImplDockFloatWin
111 mnLastUserEvent( 0 ) in ImplDockFloatWin()
134 if( mnLastUserEvent ) in ~ImplDockFloatWin()
135 Application::RemoveUserEvent( mnLastUserEvent ); in ~ImplDockFloatWin()
173 mnLastUserEvent = 0; in IMPL_LINK()
225 if( ! mnLastUserEvent ) in Move()
226 mnLastUserEvent = Application::PostUserEvent( LINK( this, ImplDockFloatWin, DockingHdl ) ); in Move()
H A Ddockmgr.cxx66 sal_uLong mnLastUserEvent; member in ImplDockFloatWin2
100 mnLastUserEvent( 0 ) in ImplDockFloatWin2()
125 if( mnLastUserEvent ) in ~ImplDockFloatWin2()
126 Application::RemoveUserEvent( mnLastUserEvent ); in ~ImplDockFloatWin2()
182 mnLastUserEvent = 0; in IMPL_LINK()
271 if( ! mnLastUserEvent ) in Move()
272 mnLastUserEvent = Application::PostUserEvent( LINK( this, ImplDockFloatWin2, DockingHdl ) ); in Move()

Completed in 28 milliseconds