LibreOffice Module framework (master) 1
|
search a dispatcher for given URL @descr If no interceptor is set on owner, we search for right frame and dispatch URL to it. More...
search a dispatcher for given URL @descr If no interceptor is set on owner, we search for right frame and dispatch URL to it.
do the same like queryDispatch() ... but handle multiple dispatches at the same time @descr It's an optimism.
If no frame was found, we do nothing. But we don't do it directly here. We detect the type of our owner frame and calls specialized queryDispatch() helper dependen from that. Because a Desktop handle some requests in another way then a normal frame.
aURL | URL to dispatch. |
sTargetFrameName | name of searched frame. |
nSearchFlags | flags for searching. |
@threadsafe yes
User give us a list of queries ... and we return a list of dispatcher. If one of given queries couldn't be solved to a real existing dispatcher ... we return a list with empty references in it! Order of both lists will be retained!
@seealso method queryDispatch()
lDescriptions | a list of all dispatch parameters for multiple requests |
@threadsafe yes