Searched refs:xNewSupplier (Results 1 – 9 of 9) sorted by relevance
853 …::attachNumberFormatsSupplier( const uno::Reference< util::XNumberFormatsSupplier >& xNewSupplier ) in attachNumberFormatsSupplier() argument859 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()
117 /* [in] */ IDispatch __RPC_FAR *xNewSupplier) in setMasterDispatchProvider() argument119 m_xMaster = xNewSupplier; in setMasterDispatchProvider()
157 …lexer::setMasterDispatchProvider(const Reference< XDispatchProvider>& xNewSupplier) throw( Runtime… in setMasterDispatchProvider() argument160 m_xMasterDispatcher = xNewSupplier; in setMasterDispatchProvider()
183 const uno::Reference<frame::XDispatchProvider>& xNewSupplier ) in setMasterDispatchProvider() argument187 m_xMasterDispatcher.set(xNewSupplier); in setMasterDispatchProvider()
153 const uno::Reference< frame::XDispatchProvider >& xNewSupplier ) throw(uno::RuntimeException) in setMasterDispatchProvider()156 m_xMasterDispatcher = xNewSupplier; in setMasterDispatchProvider()
100 …::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& xNewSupplier ) throw(::com::…
96 ::com::sun::star::frame::XDispatchProvider >& xNewSupplier )
84 …::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& xNewSupplier ) throw(::com::…
107 HRESULT setMasterDispatchProvider( [in] IDispatch* xNewSupplier );
Completed in 44 milliseconds