Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshow.cxx169 , mnInPlaceConfigEvent( 0 ) in SlideShow()
925 if( mnInPlaceConfigEvent ) in disposing()
927 Application::RemoveUserEvent( mnInPlaceConfigEvent ); in disposing()
928 mnInPlaceConfigEvent = 0; in disposing()
1144 if( mnInPlaceConfigEvent != 0 ) in StartInPlacePresentationConfigurationCallback()
1145 Application::RemoveUserEvent( mnInPlaceConfigEvent ); in StartInPlacePresentationConfigurationCallback()
1147mnInPlaceConfigEvent = Application::PostUserEvent( LINK( this, SlideShow, StartInPlacePresentation… in StartInPlacePresentationConfigurationCallback()
1154 mnInPlaceConfigEvent = 0; in IMPL_LINK()
/AOO42X/main/sd/source/ui/inc/
H A Dslideshow.hxx221 sal_Int32 mnInPlaceConfigEvent; member in sd::SlideShow