Lines Matching refs:bridge
25 #include <com/sun/star/bridge/ProtocolProperty.idl>
26 #include <com/sun/star/bridge/InvalidProtocolChangeException.idl>
28 module com { module sun { module star { module bridge {
34 <p>In general, this interface is implemented by the bridge itself. It must not
35 be called from outside the bridge.</p>
41 /** called to get a list of bridge internal properties. Which properties can be retrieved,
50 <p>This method should always be called in the scope of the local bridge setting object,
62 if the other bridge has called requestChange at the same time and
63 nRandomNumber is smaller than the other bridge's nRandomNumber.
82 Note that the bridge must be blocked for other threads,
84 after the reply has been received. This blocks the bridge.</p>
92 raises ( com::sun::star::bridge::InvalidProtocolChangeException );