Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx576 , mnEndShowEvent(0) in SlideshowImpl()
638 if( mnEndShowEvent ) in disposing()
639 Application::RemoveUserEvent( mnEndShowEvent ); in disposing()
1508 if( !mnEndShowEvent ) in endPresentation()
1509mnEndShowEvent = Application::PostUserEvent( LINK(this, SlideshowImpl, endPresentationHdl) ); in endPresentation()
1516 mnEndShowEvent = 0; in IMPL_LINK()
H A Dslideshowimpl.hxx411 sal_uLong mnEndShowEvent; member in sd::SlideshowImpl