Home
last modified time | relevance | path

Searched refs:Requests (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/embeddedobj/source/general/
H A Dintercept.cxx346 const uno::Sequence<frame::DispatchDescriptor >& Requests ) in queryDispatches()
354 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
356 aRet.realloc(Requests.getLength()); in queryDispatches()
358 for(sal_Int32 i = 0; i < Requests.getLength(); ++i) in queryDispatches()
359 if(m_aInterceptedURL[0] == Requests[i].FeatureURL.Complete) in queryDispatches()
361 else if(m_aInterceptedURL[1] == Requests[i].FeatureURL.Complete) in queryDispatches()
363 else if(m_aInterceptedURL[2] == Requests[i].FeatureURL.Complete) in queryDispatches()
365 else if(m_aInterceptedURL[3] == Requests[i].FeatureURL.Complete) in queryDispatches()
367 else if(m_aInterceptedURL[4] == Requests[i].FeatureURL.Complete) in queryDispatches()
369 else if(m_aInterceptedURL[5] == Requests[i].FeatureURL.Complete) in queryDispatches()
/aoo4110/main/embedserv/source/embed/
H A Dintercept.cxx503 const uno::Sequence<frame::DispatchDescriptor >& Requests ) in queryDispatches()
511 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
513 aRet.realloc(Requests.getLength()); in queryDispatches()
515 for(sal_Int32 i = 0; i < Requests.getLength(); ++i) in queryDispatches()
516 if ( !m_bLink && m_aInterceptedURL[0] == Requests[i].FeatureURL.Complete ) in queryDispatches()
518 else if(m_aInterceptedURL[1] == Requests[i].FeatureURL.Complete) in queryDispatches()
520 else if( !m_bLink && m_aInterceptedURL[2] == Requests[i].FeatureURL.Complete ) in queryDispatches()
522 else if( !m_bLink && m_aInterceptedURL[3] == Requests[i].FeatureURL.Complete ) in queryDispatches()
524 else if( !m_bLink && m_aInterceptedURL[4] == Requests[i].FeatureURL.Complete ) in queryDispatches()
526 else if(m_aInterceptedURL[5] == Requests[i].FeatureURL.Complete) in queryDispatches()
/aoo4110/main/desktop/test/deployment/boxt/
H A Dboxt.cxx98 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests)
132 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests) in queryDispatches()
136 Requests.getLength()); in queryDispatches()
139 Requests[i].FeatureURL, Requests[i].FrameName, in queryDispatches()
140 Requests[i].SearchFlags); in queryDispatches()
/aoo4110/main/desktop/test/deployment/active/
H A DProvider.java62 public XDispatch[] queryDispatches(DispatchDescriptor[] Requests) { in queryDispatches() argument
63 XDispatch[] s = new XDispatch[Requests.length]; in queryDispatches()
66 Requests[i].FeatureURL, Requests[i].FrameName, in queryDispatches()
67 Requests[i].SearchFlags); in queryDispatches()
H A Dactive_native.cxx108 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests)
154 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests) in queryDispatches()
158 Requests.getLength()); in queryDispatches()
161 Requests[i].FeatureURL, Requests[i].FrameName, in queryDispatches()
162 Requests[i].SearchFlags); in queryDispatches()
H A Dactive_python.py53 def queryDispatches(self, Requests): argument
56 for i in Requests)
/aoo4110/main/desktop/test/deployment/passive/
H A DProvider.java62 public XDispatch[] queryDispatches(DispatchDescriptor[] Requests) { in queryDispatches() argument
63 XDispatch[] s = new XDispatch[Requests.length]; in queryDispatches()
66 Requests[i].FeatureURL, Requests[i].FrameName, in queryDispatches()
67 Requests[i].SearchFlags); in queryDispatches()
H A Dpassive_native.cxx106 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests)
152 css::uno::Sequence< css::frame::DispatchDescriptor > const & Requests) in queryDispatches()
156 Requests.getLength()); in queryDispatches()
159 Requests[i].FeatureURL, Requests[i].FrameName, in queryDispatches()
160 Requests[i].SearchFlags); in queryDispatches()
H A Dpassive_python.py52 def queryDispatches(self, Requests): argument
55 for i in Requests)
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx351 …LL OInterceptor::queryDispatches( const Sequence<DispatchDescriptor >& Requests ) throw ( Runtim… in queryDispatches() argument
356 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
358 aRet.realloc(Requests.getLength()); in queryDispatches()
360 for(sal_Int32 i = 0; i < Requests.getLength(); ++i) in queryDispatches()
366 if ( Requests[i].FeatureURL.Complete == *pIter ) in queryDispatches()
H A Dintercept.hxx120 ::com::sun::star::frame::DispatchDescriptor >& Requests )
/aoo4110/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl62 /** Requests global application parameters like display connection
75 /** Requests a notification of completion of the operation on an URL.
92 /** Requests an URL to be loaded into the frame target.
150 /** Requests a new stream that is created by the plugin and consumed
/aoo4110/main/offapi/com/sun/star/frame/
H A DXDispatchProvider.idl86 @param Requests
98 [in] sequence<DispatchDescriptor> Requests);
/aoo4110/main/forms/source/richtext/
H A Drichtextcontrol.hxx89 …un::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& Requests ) throw (::com::s…
141 …un::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& Requests ) throw (::com::s…
/aoo4110/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx314 …owserController::queryDispatches( const Sequence< DispatchDescriptor >& Requests ) throw (RuntimeE… in queryDispatches() argument
317 sal_Int32 nLen = Requests.getLength(); in queryDispatches()
322 const DispatchDescriptor* pDescripts = Requests.getConstArray(); in queryDispatches()
H A Dpropcontroller.hxx253 …un::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& Requests ) throw (::com::s…
/aoo4110/main/offapi/com/sun/star/datatransfer/clipboard/
H A DXClipboardNotifier.idl46 /** Requests notifications on clipboard content changes.
/aoo4110/main/embeddedobj/source/inc/
H A Dintercept.hxx109 ::com::sun::star::frame::DispatchDescriptor >& Requests )
/aoo4110/main/embedserv/source/inc/
H A Dintercept.hxx129 ::com::sun::star::frame::DispatchDescriptor >& Requests )
/aoo4110/main/offapi/com/sun/star/setup/
H A DProductRegistration.idl44 <il><em>Executing Registration Requests</em><br/>
/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl73 <p>Requests for configuration changes are handled in a two step process:

Completed in 99 milliseconds