Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx587 , mnContextMenuEvent(0) in SlideshowImpl()
650 if( mnContextMenuEvent ) in disposing()
651 Application::RemoveUserEvent( mnContextMenuEvent ); in disposing()
2044 if( !mnContextMenuEvent ) in keyInput()
2048 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2178 if( !mnContextMenuEvent ) in IMPL_LINK()
2182 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2241 if( rMEvt.IsRight() && !mnContextMenuEvent ) in mouseButtonUp()
2244 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2252 mnContextMenuEvent = 0; in IMPL_LINK()
H A Dslideshowimpl.hxx414 sal_uLong mnContextMenuEvent; member in sd::SlideshowImpl

Completed in 27 milliseconds