Home
last modified time | relevance | path

Searched refs:xNewSupplier (Results 1 – 9 of 9) sorted by relevance

/trunk/main/chart2/source/model/main/
H A DChartModel.cxx853 …::attachNumberFormatsSupplier( const uno::Reference< util::XNumberFormatsSupplier >& xNewSupplier ) in attachNumberFormatsSupplier() argument
859 if( xNewSupplier==m_xNumberFormatsSupplier ) in attachNumberFormatsSupplier()
861 if( xNewSupplier==m_xOwnNumberFormatsSupplier ) in attachNumberFormatsSupplier()
863 if( m_xOwnNumberFormatsSupplier.is() && xNewSupplier.is() ) in attachNumberFormatsSupplier()
868 else if( !xNewSupplier.is() ) in attachNumberFormatsSupplier()
878 m_xNumberFormatsSupplier.set( xNewSupplier ); in attachNumberFormatsSupplier()
/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h117 /* [in] */ IDispatch __RPC_FAR *xNewSupplier) in setMasterDispatchProvider() argument
119 m_xMaster = xNewSupplier; in setMasterDispatchProvider()
/trunk/main/svx/source/form/
H A Dformdispatchinterceptor.cxx157 …lexer::setMasterDispatchProvider(const Reference< XDispatchProvider>& xNewSupplier) throw( Runtime… in setMasterDispatchProvider() argument
160 m_xMasterDispatcher = xNewSupplier; in setMasterDispatchProvider()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx183 const uno::Reference<frame::XDispatchProvider>& xNewSupplier ) in setMasterDispatchProvider() argument
187 m_xMasterDispatcher.set(xNewSupplier); in setMasterDispatchProvider()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx153 const uno::Reference< frame::XDispatchProvider >& xNewSupplier ) throw(uno::RuntimeException) in setMasterDispatchProvider()
156 m_xMasterDispatcher = xNewSupplier; in setMasterDispatchProvider()
/trunk/main/svx/source/inc/
H A Dformdispatchinterceptor.hxx100 …::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& xNewSupplier ) throw(::com::…
/trunk/main/sc/inc/
H A Ddispuno.hxx96 ::com::sun::star::frame::XDispatchProvider >& xNewSupplier )
/trunk/main/sw/source/ui/inc/
H A Dunodispatch.hxx84 …::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& xNewSupplier ) throw(::com::…
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl107 HRESULT setMasterDispatchProvider( [in] IDispatch* xNewSupplier );

Completed in 47 milliseconds