Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx566 , mnContextMenuEvent(0) in SlideshowImpl()
629 if( mnContextMenuEvent ) in disposing()
630 Application::RemoveUserEvent( mnContextMenuEvent ); in disposing()
2023 if( !mnContextMenuEvent ) in keyInput()
2027 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2157 if( !mnContextMenuEvent ) in IMPL_LINK()
2161 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2220 if( rMEvt.IsRight() && !mnContextMenuEvent ) in mouseButtonUp()
2223 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2231 mnContextMenuEvent = 0; in IMPL_LINK()
H A Dslideshowimpl.hxx414 sal_uLong mnContextMenuEvent; member in sd::SlideshowImpl

Completed in 37 milliseconds