Home
last modified time | relevance | path

Searched refs:queryDispatches (Results 1 – 25 of 108) sorted by relevance

12345

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchProviderInterception.java86 public XDispatch[] queryDispatches(DispatchDescriptor[] desc) { in queryDispatches() method in _XDispatchProviderInterception.TestInterceptor
88 return slave.queryDispatches(desc) ; in queryDispatches()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DController.java100 public com.sun.star.frame.XDispatch[] queryDispatches( in queryDispatches() method in Controller
103 return xDispatchProvider.queryDispatches( aRequests ); in queryDispatches()
H A DFrame.java156 public com.sun.star.frame.XDispatch[] queryDispatches( in queryDispatches() method in Frame
159 return xDispatchProvider.queryDispatches( aRequests ); in queryDispatches()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java167 public XDispatch[] queryDispatches(DispatchDescriptor[] desc) { in queryDispatches() method in InterceptorImpl
168 return master.queryDispatches(desc) ; in queryDispatches()
/trunk/main/desktop/test/deployment/boxt/
H A Dboxt.cxx97 SAL_CALL queryDispatches(
131 Service::queryDispatches( in queryDispatches() function in __anon2f9d7ae00111::Service
/trunk/main/extensions/qa/integration/extensions/
H A DFrame.java163 public XDispatch[] queryDispatches(DispatchDescriptor[] dispatchDescriptor) in queryDispatches() method in Frame
165 return m_dispatchProvider.queryDispatches( dispatchDescriptor ); in queryDispatches()
/trunk/main/offapi/com/sun/star/frame/
H A DDispatchDescriptor.idl41 For optimized remote functionality <member>XDispatch::queryDispatches()</member>
46 @see XDispatchProvider::queryDispatches()
H A DXDispatchProvider.idl75 @see XDispatchProvider::queryDispatches()
97 sequence< XDispatch > queryDispatches(
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.hxx89 …tar::uno::Reference< ::com::sun::star::frame::XDispatch > > SAL_CALL queryDispatches( const ::com:…
141 …tar::uno::Reference< ::com::sun::star::frame::XDispatch > > SAL_CALL queryDispatches( const ::com:…
H A Drichtextcontrol.cxx319 …Sequence< Reference< XDispatch > > SAL_CALL ORichTextControl::queryDispatches( const Sequence< Dis… in queryDispatches() function in frm::ORichTextControl
321 …O_PEER_1_RET( Sequence< Reference< XDispatch > >, XDispatchProvider, queryDispatches, _rRequests ); in queryDispatches()
733 …Sequence< Reference< XDispatch > > SAL_CALL ORichTextPeer::queryDispatches( const Sequence< Dispat… in queryDispatches() function in frm::ORichTextPeer
/trunk/main/sfx2/inc/sfx2/
H A Dappuno.hxx110queryDispatches( const ::com::sun::star::uno::Sequence < ::com::sun::star::frame::DispatchDescript…
135queryDispatches( const ::com::sun::star::uno::Sequence < ::com::sun::star::frame::DispatchDescript…
/trunk/main/desktop/test/deployment/passive/
H A Dpassive_native.cxx105 SAL_CALL queryDispatches(
151 Provider::queryDispatches( in queryDispatches() function in __anon3b8aae620111::Provider
H A DProvider.java62 public XDispatch[] queryDispatches(DispatchDescriptor[] Requests) { in queryDispatches() method in Provider
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl117 [id(6), helpstring("method queryDispatches")]
118 HRESULT queryDispatches( [in] SAFEARRAY(IDispatch*) aDescripts,
/trunk/main/desktop/test/deployment/active/
H A Dactive_native.cxx107 SAL_CALL queryDispatches(
153 Provider::queryDispatches( in queryDispatches() function in __anon76564f040111::Provider
H A DProvider.java62 public XDispatch[] queryDispatches(DispatchDescriptor[] Requests) { in queryDispatches() method in Provider
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx345 Interceptor::queryDispatches( in queryDispatches() function in Interceptor
354 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx351 Sequence< Reference< XDispatch > > SAL_CALL OInterceptor::queryDispatches( const Sequence<Dispatch… in queryDispatches() function in dbaccess::OInterceptor
356 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx502 Interceptor::queryDispatches( in queryDispatches() function in Interceptor
511 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.JobHandler.csv3 "JobHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
H A Dcom.sun.star.comp.framework.ServiceHandler.csv3 "ServiceHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
H A Dcom.sun.star.comp.framework.MailToDispatcher.csv3 "MailToDispatcher";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.AppDispatchProvider.csv3 "AppDispatchProvider";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
H A Dcom.sun.star.comp.sfx2.SfxMacroLoader.csv3 "SfxMacroLoader";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
/trunk/main/scripting/workben/data/objdsc/
H A Ddrafts.com.sun.star.script.framework.protocolhandler.Dispatch.csv2 "Dispatch";"drafts::com::sun::star::frame::XDispatchProvider";"queryDispatches()"

Completed in 64 milliseconds

12345