Home
last modified time | relevance | path

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

/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.cpp112 STDMETHODIMP SODispatchInterceptor::queryDispatches( SAFEARRAY FAR* aDescripts, SAFEARRAY FAR* FAR*… in queryDispatches() argument
114 if ( !aDescripts || !retVal || SafeArrayGetDim( aDescripts ) != 1 ) in queryDispatches()
119 HRESULT hr = SafeArrayGetLBound( aDescripts, 1, &nLB ); in queryDispatches()
122 hr = SafeArrayGetUBound( aDescripts, 1, &nUB ); in queryDispatches()
131 SafeArrayGetElement( aDescripts, &ind, pElem ); in queryDispatches()
H A DSODispatchInterceptor.h130 /* [in] */ SAFEARRAY __RPC_FAR * aDescripts,
/trunk/main/sdext/source/minimizer/
H A Dpppoptimizer.cxx120 const Sequence< com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw( RuntimeException ) in queryDispatches()
122 Sequence< Reference< com::sun::star::frame::XDispatch> > aReturn( aDescripts.getLength() ); in queryDispatches()
124 const com::sun::star::frame::DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
125 for (sal_Int16 i = 0; i < aDescripts.getLength(); ++i, ++pReturn, ++pDescripts ) in queryDispatches()
H A Dpppoptimizer.hxx74 …const com::sun::star::uno::Sequence< com::sun::star::frame::DispatchDescriptor >& aDescripts ) thr…
/trunk/main/svx/source/form/
H A Dformdispatchinterceptor.cxx122 …ionMultiplexer::queryDispatches( const Sequence< DispatchDescriptor >& aDescripts ) throw(RuntimeE… in queryDispatches() argument
125 Sequence< Reference< XDispatch> > aReturn(aDescripts.getLength()); in queryDispatches()
127 const DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
128 for (sal_Int16 i=0; i<aDescripts.getLength(); ++i, ++pReturn, ++pDescripts) in queryDispatches()
/trunk/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx176 const Sequence< DispatchDescriptor >& aDescripts ) in queryDispatches()
181 Sequence< Reference< XDispatch > > aReturn( aDescripts.getLength() ); in queryDispatches()
183 const DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
184 for ( sal_Int16 i = 0; i < aDescripts.getLength(); ++i, ++pReturn, ++pDescripts ) in queryDispatches()
H A Dhelpinterceptor.hxx99 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw(::com::s…
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx140 const uno::Sequence<frame::DispatchDescriptor>& aDescripts ) in queryDispatches() argument
145 uno::Sequence< uno::Reference< frame::XDispatch> > aReturn(aDescripts.getLength()); in queryDispatches()
147 const frame::DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
148 for (sal_Int16 i=0; i<aDescripts.getLength(); ++i, ++pReturn, ++pDescripts) in queryDispatches()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx109 const uno::Sequence< frame::DispatchDescriptor >& aDescripts ) throw(uno::RuntimeException) in queryDispatches()
112 uno::Sequence< uno::Reference< frame::XDispatch> > aReturn(aDescripts.getLength()); in queryDispatches()
114 const frame::DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
115 for (sal_Int16 i=0; i<aDescripts.getLength(); ++i, ++pReturn, ++pDescripts) in queryDispatches()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx313 …roller_Impl::queryDispatches( const uno::Sequence<DispatchDescriptor>& aDescripts ) throw (::com::… in queryDispatches() argument
315 uno::Sequence< uno::Reference< XDispatch > > aDispatches( aDescripts.getLength() ); in queryDispatches()
316 for ( sal_Int32 i=0; i<aDescripts.getLength(); ++i ) in queryDispatches()
317 …aDispatches[i] = queryDispatch( aDescripts[i].FeatureURL, aDescripts[i].FrameName, aDescripts[i].S… in queryDispatches()
H A Ddatman.cxx751 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw (::com::… in queryDispatches() argument
753 Sequence< Reference< XDispatch> > aReturn( aDescripts.getLength() ); in queryDispatches()
755 const DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
756 for ( sal_Int16 i=0; i<aDescripts.getLength(); ++i, ++pReturn, ++pDescripts ) in queryDispatches()
H A Dframectr.hxx113 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts) throw (::com::s…
H A Ddatman.hxx74 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw (::com::…
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx793 …icUnoController::queryDispatches(const Sequence< DispatchDescriptor >& aDescripts) throw( RuntimeE… in queryDispatches() argument
796 sal_Int32 nLen = aDescripts.getLength(); in queryDispatches()
802 const DispatchDescriptor* pDescripts = aDescripts.getConstArray(); in queryDispatches()
/trunk/main/svx/source/inc/
H A Dformdispatchinterceptor.hxx94 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw(::com::s…
/trunk/main/sc/inc/
H A Ddispuno.hxx84 ::com::sun::star::frame::DispatchDescriptor >& aDescripts )
/trunk/main/sw/source/ui/inc/
H A Dunodispatch.hxx78 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts ) throw(::com::s…
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx875 …spatches(const Sequence< ::com::sun::star::frame::DispatchDescriptor>& aDescripts) throw( RuntimeE… in queryDispatches() argument
879 return xPeerProvider->queryDispatches(aDescripts); in queryDispatches()
2567 …spatches(const Sequence< ::com::sun::star::frame::DispatchDescriptor>& aDescripts) throw( RuntimeE… in queryDispatches() argument
2570 return m_xFirstDispatchInterceptor->queryDispatches(aDescripts); in queryDispatches()
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl118 HRESULT queryDispatches( [in] SAFEARRAY(IDispatch*) aDescripts,
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx302 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts) throw(::com::su…
501 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts) throw(::com::su…
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx493 …n::star::uno::Sequence< ::com::sun::star::frame::DispatchDescriptor >& aDescripts) throw( ::com::s…

Completed in 108 milliseconds