/aoo41x/main/embeddedobj/source/general/ |
H A D | intercept.cxx | 346 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()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | intercept.cxx | 503 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()
|
/aoo41x/main/desktop/test/deployment/boxt/ |
H A D | boxt.cxx | 98 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()
|
/aoo41x/main/desktop/test/deployment/active/ |
H A D | Provider.java | 62 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 D | active_native.cxx | 108 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 D | active_python.py | 53 def queryDispatches(self, Requests): argument 56 for i in Requests)
|
/aoo41x/main/desktop/test/deployment/passive/ |
H A D | Provider.java | 62 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 D | passive_native.cxx | 106 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 D | passive_python.py | 52 def queryDispatches(self, Requests): argument 55 for i in Requests)
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | intercept.cxx | 351 …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 D | intercept.hxx | 120 ::com::sun::star::frame::DispatchDescriptor >& Requests )
|
/aoo41x/main/offapi/com/sun/star/plugin/ |
H A D | XPluginContext.idl | 62 /** 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
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextcontrol.hxx | 89 …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…
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XDispatchProvider.idl | 86 @param Requests 98 [in] sequence<DispatchDescriptor> Requests);
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 314 …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 D | propcontroller.hxx | 253 …un::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& Requests ) throw (::com::s…
|
/aoo41x/main/offapi/com/sun/star/datatransfer/clipboard/ |
H A D | XClipboardNotifier.idl | 46 /** Requests notifications on clipboard content changes.
|
/aoo41x/main/embeddedobj/source/inc/ |
H A D | intercept.hxx | 109 ::com::sun::star::frame::DispatchDescriptor >& Requests )
|
/aoo41x/main/embedserv/source/inc/ |
H A D | intercept.hxx | 129 ::com::sun::star::frame::DispatchDescriptor >& Requests )
|
/aoo41x/main/offapi/com/sun/star/setup/ |
H A D | ProductRegistration.idl | 44 <il><em>Executing Registration Requests</em><br/>
|
/aoo41x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationController.idl | 73 <p>Requests for configuration changes are handled in a two step process:
|