Searched refs:getDispatcher (Results 1 – 10 of 10) sorted by relevance
76 public XDispatch getDispatcher( URL[] aURL ) throws com.sun.star.uno.Exception in getDispatcher() method in OfficeDocumentView98 public XDispatch getDispatcher( String url ) throws com.sun.star.uno.Exception in getDispatcher() method in OfficeDocumentView102 return getDispatcher( aURL ); in getDispatcher()121 XDispatch dispatcher = getDispatcher( completeURL ); in dispatch()
91 public XDispatch getDispatcher( URL[] aURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper115 public XDispatch getDispatcher( String sURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper119 return getDispatcher( aURL ); in getDispatcher()168 XDispatch xDispatcher = getDispatcher( aToggleURL ); in toggleFormDesignMode()
95 public XDispatch getDispatcher( URL[] aURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper119 public XDispatch getDispatcher( String url ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper123 return getDispatcher( aURL ); in getDispatcher()136 XDispatch dispatcher = getDispatcher( completeURL ); in dispatch()
826 XDispatch xDispatch = m_document.getCurrentView().getDispatcher( slotURL ); in executeSlot()
143 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() function722 SfxDispatcher* pDispatcher = getDispatcher( mrBase ); in SelectNextAnnotation()996 SfxDispatcher* pDispatcher( getDispatcher( mrBase ) ); in ExecuteAnnotationContextMenu()
114 …public static XDispatch getDispatcher(XMultiServiceFactory xMSF, XFrame xFrame, String _stargetfra… in getDispatcher() method in Desktop152 XDispatch xDispatch = getDispatcher(xMSF, xFrame, _stargetframe, oURL); in dispatchURL()
84 xDispatch = Desktop.getDispatcher(xmsf, xFrame, "_top", openHyperlink); in TOCPreview()
256 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() function315 SfxDispatcher* pDispatcher = getDispatcher( mrBase ); in ApplyStyle()
786 if( mpViewShell->IsStartShowWithDialog() && getDispatcher() ) in disposing()789 getDispatcher()->Execute( SID_CUSTOMSHOW_DLG, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD ); in disposing()2725 SfxDispatcher* SlideshowImpl::getDispatcher() const in getDispatcher() function in sd::SlideshowImpl
322 SfxDispatcher* getDispatcher() const;
Completed in 69 milliseconds