Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx577 , mnContextMenuEvent(0) in SlideshowImpl()
640 if( mnContextMenuEvent ) in disposing()
641 Application::RemoveUserEvent( mnContextMenuEvent ); in disposing()
2034 if( !mnContextMenuEvent ) in keyInput()
2038mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2168 if( !mnContextMenuEvent ) in IMPL_LINK()
2172mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2231 if( rMEvt.IsRight() && !mnContextMenuEvent ) in mouseButtonUp()
2234mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2242 mnContextMenuEvent = 0; in IMPL_LINK()
H A Dslideshowimpl.hxx412 sal_uLong mnContextMenuEvent; member in sd::SlideshowImpl