Lines Matching refs:bridge
29 #include <com/sun/star/bridge/XBridge.idl>
30 #include <com/sun/star/bridge/BridgeExistsException.idl>
31 #include <com/sun/star/bridge/XInstanceProvider.idl>
33 module com { module sun { module star { module bridge {
39 /** tries to create a UNO interprocess bridge.
42 The name of the bridge. This allows other components to reuse
43 an already created bridge (using getBridge).
45 If empty, an anonymous bridge is created, which cannot be retrieved with
53 The connection, which is used to transfer the calls. The bridge expects to
62 There is already a bridge registered with this name. Use getBridge instead.
75 /** tries to get a bridge by this name.
76 <p> Cannot be retrieved, when the bridge got disposed before.
78 @return An existing remote bridge or a null reference.