Searched refs:mpDispatcher (Results 1 – 2 of 2) sorted by relevance
50 mpDispatcher(pViewShellBase->GetViewFrame()->GetDispatcher()), in SlideShowRestarter()145 if (mpDispatcher == NULL && mpViewShellBase!=NULL) in StartPresentation()146 mpDispatcher = mpViewShellBase->GetViewFrame()->GetDispatcher(); in StartPresentation()149 if (mpDispatcher != NULL) in StartPresentation()151 mpDispatcher->Execute(SID_PRESENTATION, SFX_CALLMODE_ASYNCHRON); in StartPresentation()
68 SfxDispatcher* mpDispatcher; member in sd::SlideShowRestarter