Searched refs:mnLastUserEvent (Results 1 – 2 of 2) sorted by relevance
83 sal_uLong mnLastUserEvent; member in ImplDockFloatWin111 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()
66 sal_uLong mnLastUserEvent; member in ImplDockFloatWin2100 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 18 milliseconds