Home
last modified time | relevance | path

Searched refs:getDispatcher (Results 1 – 10 of 10) sorted by relevance

/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocumentView.java76 public XDispatch getDispatcher( URL[] aURL ) throws com.sun.star.uno.Exception in getDispatcher() method in OfficeDocumentView
98 public XDispatch getDispatcher( String url ) throws com.sun.star.uno.Exception in getDispatcher() method in OfficeDocumentView
102 return getDispatcher( aURL ); in getDispatcher()
121 XDispatch dispatcher = getDispatcher( completeURL ); in dispatch()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java91 public XDispatch getDispatcher( URL[] aURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper
115 public XDispatch getDispatcher( String sURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper
119 return getDispatcher( aURL ); in getDispatcher()
168 XDispatch xDispatcher = getDispatcher( aToggleURL ); in toggleFormDesignMode()
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java95 public XDispatch getDispatcher( URL[] aURL ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper
119 public XDispatch getDispatcher( String url ) throws java.lang.Exception in getDispatcher() method in DocumentViewHelper
123 return getDispatcher( aURL ); in getDispatcher()
136 XDispatch dispatcher = getDispatcher( completeURL ); in dispatch()
H A DFormControlTest.java826 XDispatch xDispatch = m_document.getCurrentView().getDispatcher( slotURL ); in executeSlot()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx143 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() function
722 SfxDispatcher* pDispatcher = getDispatcher( mrBase ); in SelectNextAnnotation()
996 SfxDispatcher* pDispatcher( getDispatcher( mrBase ) ); in ExecuteAnnotationContextMenu()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java114 …public static XDispatch getDispatcher(XMultiServiceFactory xMSF, XFrame xFrame, String _stargetfra… in getDispatcher() method in Desktop
152 XDispatch xDispatch = getDispatcher(xMSF, xFrame, _stargetframe, oURL); in dispatchURL()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DTOCPreview.java84 xDispatch = Desktop.getDispatcher(xmsf, xFrame, "_top", openHyperlink); in TOCPreview()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx256 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() function
315 SfxDispatcher* pDispatcher = getDispatcher( mrBase ); in ApplyStyle()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx786 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
H A Dslideshowimpl.hxx322 SfxDispatcher* getDispatcher() const;

Completed in 60 milliseconds