Home
last modified time | relevance | path

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

/aoo4110/main/offapi/com/sun/star/frame/
H A DXInterceptorInfo.idl36 /** makes it possible to get information about a registered interceptor and is used by
37 frame interceptor mechanism to perform interception.
40 Frame can call right interceptor directly without calling all of registered ones.
42 If any interceptor in list doesn't support this interface - these mechanism will be broken
43 and normal list of master-slave interceptor objects will be used from top to the bottom.
55 Wildcards inside the URL's are allowed to register the interceptor for
60 a list of URL's wich are handled by this interceptor
H A DXDispatchProviderInterceptor.idl39 … Can be registered as an interceptor by using interface <type>XDispatchProviderInterception</type>.
47 /** access to the slave <type>XDispatchProvider</type> of this interceptor
50 the slave of this interceptor
62 the new slave of this interceptor
69 /** access to the master <type>XDispatchProvider</type> of this interceptor
72 the master of this interceptor
84 the master of this interceptor
H A DXDispatchProviderInterception.idl44 Note: Nobody can guarantee order of used interceptor objects if more then ones exist.
57 the first interceptor in the chain of registered interceptors.
60 the interceptor which whish to be registered
71 registered interceptor first.
75 the interceptor which whish to be unregistered
H A DFrame.idl136 it's possible to perform it by directly calling of right interceptor without
/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchProviderInterception.java93 TestInterceptor interceptor = null ; field in _XDispatchProviderInterception
98 interceptor = new TestInterceptor(log) ; in before()
110 oObj.registerDispatchProviderInterceptor(interceptor) ; in _registerDispatchProviderInterceptor()
112 result = interceptor.master != null ; in _registerDispatchProviderInterceptor()
131 oObj.releaseDispatchProviderInterceptor(interceptor) ; in _releaseDispatchProviderInterceptor()
133 result = interceptor.master == null ; in _releaseDispatchProviderInterceptor()
/aoo4110/main/offapi/com/sun/star/ui/
H A DXContextMenuInterceptor.idl39 /** This interface enables the object to be registerd as interceptor to
44 /** notifies the interceptor about the request to execute a ContextMenu.
45 The interceptor has to decide whether the menu should be executed with or without
H A DXContextMenuInterception.idl40 the first interceptor in the chain of registered interceptors.
48 registered interceptor first.</p>
/aoo4110/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl52 of the event passed to an interceptor will <em>not</em> be the controller itself
/aoo4110/main/offapi/com/sun/star/embed/
H A DEmbeddedObjectDescriptor.idl85 /** allows to provide a dispatch interceptor for outplace activation.
/aoo4110/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl103 …interface, the controller registers a dispatch interceptor. Then, the control can try to delegate …
104 functionality to the controller by querying the dispatch interceptor for it.</p>

Completed in 38 milliseconds