Lines Matching refs:Bridge

168 Bridge::Bridge(  in Bridge()  function in binaryurp::Bridge
218 void Bridge::start() { in start()
228 void Bridge::terminate() { in terminate()
281 css::uno::Reference< css::connection::XConnection > Bridge::getConnection() in getConnection()
287 css::uno::Reference< css::bridge::XInstanceProvider > Bridge::getProvider() in getProvider()
293 css::uno::Mapping & Bridge::getCppToBinaryMapping() { in getCppToBinaryMapping()
297 BinaryAny Bridge::mapCppToBinaryAny(css::uno::Any const & cppAny) { in mapCppToBinaryAny()
308 uno_ThreadPool Bridge::getThreadPool() const { in getThreadPool()
313 rtl::Reference< Writer > Bridge::getWriter() { in getWriter()
326 css::uno::UnoInterfaceReference Bridge::registerIncomingInterface( in registerIncomingInterface()
360 rtl::OUString Bridge::registerOutgoingInterface( in registerOutgoingInterface()
410 css::uno::UnoInterfaceReference Bridge::findStub( in findStub()
432 void Bridge::releaseStub( in releaseStub()
472 void Bridge::resurrectProxy(Proxy & proxy) { in resurrectProxy()
483 void Bridge::revokeProxy(Proxy & proxy) { in revokeProxy()
488 void Bridge::freeProxy(Proxy & proxy) { in freeProxy()
508 void Bridge::incrementCalls(bool normalCall) throw () { in incrementCalls()
515 void Bridge::decrementCalls() { in decrementCalls()
526 void Bridge::incrementActiveCalls() throw () { in incrementActiveCalls()
535 void Bridge::decrementActiveCalls() throw () { in decrementActiveCalls()
544 bool Bridge::makeCall( in makeCall()
581 void Bridge::sendRequestChangeRequest() { in sendRequestChangeRequest()
592 void Bridge::handleRequestChangeReply( in handleRequestChangeReply()
641 void Bridge::handleCommitChangeReply( in handleCommitChangeReply()
659 void Bridge::handleRequestChangeRequest( in handleRequestChangeRequest()
712 void Bridge::handleCommitChangeRequest( in handleCommitChangeRequest()
768 OutgoingRequest Bridge::lastOutgoingRequest(rtl::ByteSequence const & tid) { in lastOutgoingRequest()
774 bool Bridge::isProtocolPropertiesRequest( in isProtocolPropertiesRequest()
780 void Bridge::setCurrentContextMode() { in setCurrentContextMode()
785 bool Bridge::isCurrentContextMode() { in isCurrentContextMode()
790 Bridge::~Bridge() { in ~Bridge()
796 css::uno::Reference< css::uno::XInterface > Bridge::getInstance( in getInstance()
842 rtl::OUString Bridge::getName() throw (css::uno::RuntimeException) { in getName()
846 rtl::OUString Bridge::getDescription() throw (css::uno::RuntimeException) { in getDescription()
853 void Bridge::dispose() throw (css::uno::RuntimeException) { in dispose()
862 void Bridge::addEventListener( in addEventListener()
878 void Bridge::removeEventListener( in removeEventListener()
890 void Bridge::sendCommitChangeRequest() { in sendCommitChangeRequest()
899 void Bridge::sendProtPropRequest( in sendProtPropRequest()
916 void Bridge::makeReleaseCall( in makeReleaseCall()
929 void Bridge::sendRequest( in sendRequest()
938 void Bridge::throwException(bool exception, BinaryAny const & value) { in throwException()
944 css::uno::Any Bridge::mapBinaryToCppAny(BinaryAny const & binaryAny) { in mapBinaryToCppAny()
955 bool Bridge::becameUnused() const { in becameUnused()
959 void Bridge::terminateWhenUnused(bool unused) { in terminateWhenUnused()